Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.0/67/
2 tests failed.
FAILED: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test
Error Message:
Expected 2 of 3 replicas to be active but only found 1;
[core_node2:{"core":"c8n_1x3_lf_shard1_replica_t1","base_url":"http://127.0.0.1:57783/ky/fd","node_name":"127.0.0.1:57783_ky%2Ffd","state":"active","type":"TLOG","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
"pullReplicas":"0", "replicationFactor":"1", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node1":{ "state":"down",
"base_url":"http://127.0.0.1:34191/ky/fd",
"core":"c8n_1x3_lf_shard1_replica_t3",
"node_name":"127.0.0.1:34191_ky%2Ffd", "type":"TLOG"},
"core_node2":{ "core":"c8n_1x3_lf_shard1_replica_t1",
"base_url":"http://127.0.0.1:57783/ky/fd",
"node_name":"127.0.0.1:57783_ky%2Ffd", "state":"active",
"type":"TLOG", "leader":"true"}, "core_node3":{
"core":"c8n_1x3_lf_shard1_replica_t2",
"base_url":"http://127.0.0.1:51866/ky/fd",
"node_name":"127.0.0.1:51866_ky%2Ffd", "state":"down",
"type":"TLOG"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"0", "tlogReplicas":"3"}
Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found
1;
[core_node2:{"core":"c8n_1x3_lf_shard1_replica_t1","base_url":"http://127.0.0.1:57783/ky/fd","node_name":"127.0.0.1:57783_ky%2Ffd","state":"active","type":"TLOG","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
"pullReplicas":"0",
"replicationFactor":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"state":"down",
"base_url":"http://127.0.0.1:34191/ky/fd",
"core":"c8n_1x3_lf_shard1_replica_t3",
"node_name":"127.0.0.1:34191_ky%2Ffd",
"type":"TLOG"},
"core_node2":{
"core":"c8n_1x3_lf_shard1_replica_t1",
"base_url":"http://127.0.0.1:57783/ky/fd",
"node_name":"127.0.0.1:57783_ky%2Ffd",
"state":"active",
"type":"TLOG",
"leader":"true"},
"core_node3":{
"core":"c8n_1x3_lf_shard1_replica_t2",
"base_url":"http://127.0.0.1:51866/ky/fd",
"node_name":"127.0.0.1:51866_ky%2Ffd",
"state":"down",
"type":"TLOG"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"0",
"tlogReplicas":"3"}
at
__randomizedtesting.SeedInfo.seed([43600B1081DA07A9:CB3434CA2F266A51]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.update.AutoCommitTest.testCommitWithin
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([43600B1081DA07A9:F9B2646802F4E9BC]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
at
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound=1]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
</response>
request was:q=id:529&qt=&start=0&rows=20&version=2.2
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
... 40 more
Build Log:
[...truncated 11020 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/init-core-data-001
[junit4] 2> 66108 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[43600B1081DA07A9]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 66109 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[43600B1081DA07A9]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 66109 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[43600B1081DA07A9]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /ky/fd
[junit4] 2> 66113 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 66113 INFO (Thread-416) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 66113 INFO (Thread-416) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 66121 ERROR (Thread-416) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 66213 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.ZkTestServer start zk server on port:59357
[junit4] 2> 66241 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 66243 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 66244 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 66245 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 66246 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 66247 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 66248 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 66249 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 66250 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 66251 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 66252 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 66254 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly
asked otherwise
[junit4] 2> 66343 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 66344 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@47198805{/ky/fd,null,AVAILABLE}
[junit4] 2> 66345 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2b6f3c04{HTTP/1.1,[http/1.1]}{127.0.0.1:37124}
[junit4] 2> 66345 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.e.j.s.Server Started @68620ms
[junit4] 2> 66345 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/ky/fd, hostPort=34191,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/control-001/cores}
[junit4] 2> 66345 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 66345 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 66345 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 66345 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 66345 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-23T11:24:07.431Z
[junit4] 2> 66349 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 66349 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/control-001/solr.xml
[junit4] 2> 66358 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@820a20f, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 66362 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59357/solr
[junit4] 2> 66460 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 66461 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.OverseerElectionContext I am going to
be the leader 127.0.0.1:34191_ky%2Ffd
[junit4] 2> 66461 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.Overseer Overseer
(id=98357021717299204-127.0.0.1:34191_ky%2Ffd-n_0000000000) starting
[junit4] 2> 66480 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34191_ky%2Ffd
[junit4] 2> 66497 INFO
(zkCallback-142-thread-1-processing-n:127.0.0.1:34191_ky%2Ffd)
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 66598 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@820a20f
[junit4] 2> 66602 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@820a20f
[junit4] 2> 66602 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@820a20f
[junit4] 2> 66603 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/control-001/cores
[junit4] 2> 66650 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 66651 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59357/solr ready
[junit4] 2> 66653 INFO (SocketProxy-Acceptor-34191) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=35966,localport=34191], receiveBufferSize:531000
[junit4] 2> 66689 INFO (SocketProxy-Acceptor-34191) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=37124,localport=37498], receiveBufferSize=530904
[junit4] 2> 66696 INFO (qtp1243215625-1085) [n:127.0.0.1:34191_ky%2Ffd
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:34191_ky%252Ffd&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 66705 INFO
(OverseerThreadFactory-502-thread-1-processing-n:127.0.0.1:34191_ky%2Ffd)
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 66817 INFO (SocketProxy-Acceptor-34191) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=35971,localport=34191], receiveBufferSize:531000
[junit4] 2> 66822 INFO (SocketProxy-Acceptor-34191) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=37124,localport=37503], receiveBufferSize=530904
[junit4] 2> 66833 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 66834 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 66949 INFO
(zkCallback-142-thread-1-processing-n:127.0.0.1:34191_ky%2Ffd)
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 67868 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 67903 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 67957 WARN (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.WordDelimiterFilterFactory]. Please consult documentation how to replace
it accordingly.
[junit4] 2> 68084 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 68115 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 68116 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@820a20f
[junit4] 2> 68116 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 68116 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 68119 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 68137 WARN (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 68186 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 68186 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 68198 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 68198 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 68199 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=33, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=22.939453125,
floorSegmentMB=1.4111328125, forceMergeDeletesPctAllowed=15.68013118217426,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 68201 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6114420f[control_collection_shard1_replica_n1] main]
[junit4] 2> 68203 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 68204 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 68207 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 68210 INFO
(searcherExecutor-505-thread-1-processing-n:127.0.0.1:34191_ky%2Ffd
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:34191_ky%2Ffd c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@6114420f[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 68210 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1573712349674602496
[junit4] 2> 68216 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 68216 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 68216 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:34191/ky/fd/control_collection_shard1_replica_n1/
[junit4] 2> 68217 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 68217 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:34191/ky/fd/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 68217 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 68224 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:34191/ky/fd/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 68325 INFO
(zkCallback-142-thread-1-processing-n:127.0.0.1:34191_ky%2Ffd)
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 68375 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 68379 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1545
[junit4] 2> 68384 INFO (qtp1243215625-1085) [n:127.0.0.1:34191_ky%2Ffd
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 68482 INFO
(zkCallback-142-thread-1-processing-n:127.0.0.1:34191_ky%2Ffd)
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 68704 INFO
(OverseerCollectionConfigSetProcessor-98357021717299204-127.0.0.1:34191_ky%2Ffd-n_0000000000)
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 69384 INFO (qtp1243215625-1085) [n:127.0.0.1:34191_ky%2Ffd
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:34191_ky%252Ffd&wt=javabin&version=2}
status=0 QTime=2688
[junit4] 2> 69399 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 69399 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59357/solr ready
[junit4] 2> 69401 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 69402 INFO (SocketProxy-Acceptor-34191) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=35976,localport=34191], receiveBufferSize:531000
[junit4] 2> 69403 INFO (SocketProxy-Acceptor-34191) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=37124,localport=37508], receiveBufferSize=530904
[junit4] 2> 69404 INFO (qtp1243215625-1087) [n:127.0.0.1:34191_ky%2Ffd
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 69406 INFO
(OverseerThreadFactory-502-thread-2-processing-n:127.0.0.1:34191_ky%2Ffd)
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 69407 WARN
(OverseerThreadFactory-502-thread-2-processing-n:127.0.0.1:34191_ky%2Ffd)
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 69615 INFO (qtp1243215625-1087) [n:127.0.0.1:34191_ky%2Ffd
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 69615 INFO (qtp1243215625-1087) [n:127.0.0.1:34191_ky%2Ffd
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
status=0 QTime=211
[junit4] 2> 69705 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/shard-1-001
of type TLOG
[junit4] 2> 69706 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 69710 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@714c586f{/ky/fd,null,AVAILABLE}
[junit4] 2> 69710 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@741eb169{HTTP/1.1,[http/1.1]}{127.0.0.1:35371}
[junit4] 2> 69710 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.e.j.s.Server Started @71985ms
[junit4] 2> 69710 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/tempDir-001/jetty1,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/ky/fd,
hostPort=51866,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/shard-1-001/cores}
[junit4] 2> 69710 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 69710 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 69710 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 69710 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 69710 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-23T11:24:10.796Z
[junit4] 2> 69733 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 69733 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/shard-1-001/solr.xml
[junit4] 2> 69743 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@820a20f, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 69759 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59357/solr
[junit4] 2> 69802 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:51866_ky%2Ffd ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 69804 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:51866_ky%2Ffd ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 69805 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:51866_ky%2Ffd ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:51866_ky%2Ffd
[junit4] 2> 69812 INFO (zkCallback-149-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 69837 INFO
(zkCallback-142-thread-2-processing-n:127.0.0.1:34191_ky%2Ffd)
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 69861 INFO
(zkCallback-154-thread-2-processing-n:127.0.0.1:51866_ky%2Ffd)
[n:127.0.0.1:51866_ky%2Ffd ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 69883 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:51866_ky%2Ffd ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@820a20f
[junit4] 2> 69915 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:51866_ky%2Ffd ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@820a20f
[junit4] 2> 69916 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:51866_ky%2Ffd ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@820a20f
[junit4] 2> 69917 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:51866_ky%2Ffd ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/shard-1-001/cores
[junit4] 2> 69953 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:51866_ky%252Ffd&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 69961 INFO
(OverseerCollectionConfigSetProcessor-98357021717299204-127.0.0.1:34191_ky%2Ffd-n_0000000000)
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 69975 INFO
(OverseerThreadFactory-502-thread-3-processing-n:127.0.0.1:34191_ky%2Ffd)
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:51866_ky%2Ffd for creating new replica
[junit4] 2> 69977 INFO (SocketProxy-Acceptor-51866) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=43887,localport=51866], receiveBufferSize:531000
[junit4] 2> 69988 INFO (SocketProxy-Acceptor-51866) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=35371,localport=38482], receiveBufferSize=530904
[junit4] 2> 69995 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 69995 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 71007 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 71024 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.s.IndexSchema
[collection1_shard2_replica_t0] Schema name=test
[junit4] 2> 71183 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 71201 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_t0' using configuration from
collection collection1, trusted=true
[junit4] 2> 71201 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_t0' (registry
'solr.core.collection1.shard2.replica_t0') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@820a20f
[junit4] 2> 71201 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 71201 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.SolrCore
[[collection1_shard2_replica_t0] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/shard-1-001/cores/collection1_shard2_replica_t0],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/shard-1-001/cores/collection1_shard2_replica_t0/data/]
[junit4] 2> 71204 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 71206 WARN (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 71240 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 71240 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 71241 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 71241 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 71242 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=33, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=22.939453125,
floorSegmentMB=1.4111328125, forceMergeDeletesPctAllowed=15.68013118217426,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 71243 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@55df9e65[collection1_shard2_replica_t0] main]
[junit4] 2> 71243 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 71244 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 71244 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 71245 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1573712352857030656
[junit4] 2> 71249 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 71249 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 71249 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:51866/ky/fd/collection1_shard2_replica_t0/
[junit4] 2> 71249 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 71249 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.SyncStrategy
http://127.0.0.1:51866/ky/fd/collection1_shard2_replica_t0/ has no replicas
[junit4] 2> 71249 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 71250 INFO
(searcherExecutor-516-thread-1-processing-n:127.0.0.1:51866_ky%2Ffd
x:collection1_shard2_replica_t0 s:shard2 c:collection1)
[n:127.0.0.1:51866_ky%2Ffd c:collection1 s:shard2
x:collection1_shard2_replica_t0] o.a.s.c.SolrCore
[collection1_shard2_replica_t0] Registered new searcher
Searcher@55df9e65[collection1_shard2_replica_t0]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 71251 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.ZkController
collection1_shard2_replica_t0 stopping background replication from leader
[junit4] 2> 71255 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:51866/ky/fd/collection1_shard2_replica_t0/ shard2
[junit4] 2> 71407 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 71409 INFO (qtp1224344762-1133) [n:127.0.0.1:51866_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t0] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=1414
[junit4] 2> 71412 INFO (qtp1243215625-1083) [n:127.0.0.1:34191_ky%2Ffd
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:51866_ky%252Ffd&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
status=0 QTime=1459
[junit4] 2> 71494 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/shard-2-001
of type TLOG
[junit4] 2> 71495 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 71496 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@42fd99be{/ky/fd,null,AVAILABLE}
[junit4] 2> 71496 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@5d0aeb3c{HTTP/1.1,[http/1.1]}{127.0.0.1:50239}
[junit4] 2> 71496 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.e.j.s.Server Started @73772ms
[junit4] 2> 71497 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/tempDir-001/jetty2,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/ky/fd,
hostPort=57783,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/shard-2-001/cores}
[junit4] 2> 71497 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 71497 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 71497 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 71497 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 71497 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-23T11:24:12.583Z
[junit4] 2> 71500 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 71500 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/shard-2-001/solr.xml
[junit4] 2> 71505 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@820a20f, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 71507 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59357/solr
[junit4] 2> 71523 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:57783_ky%2Ffd ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 71524 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:57783_ky%2Ffd ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 71526 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:57783_ky%2Ffd ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57783_ky%2Ffd
[junit4] 2> 71528 INFO
(zkCallback-154-thread-2-processing-n:127.0.0.1:51866_ky%2Ffd)
[n:127.0.0.1:51866_ky%2Ffd ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 71528 INFO (zkCallback-149-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 71528 INFO
(zkCallback-142-thread-2-processing-n:127.0.0.1:34191_ky%2Ffd)
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 71528 INFO
(zkCallback-160-thread-1-processing-n:127.0.0.1:57783_ky%2Ffd)
[n:127.0.0.1:57783_ky%2Ffd ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 71606 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:57783_ky%2Ffd ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@820a20f
[junit4] 2> 71610 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:57783_ky%2Ffd ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@820a20f
[junit4] 2> 71610 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:57783_ky%2Ffd ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@820a20f
[junit4] 2> 71611 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:57783_ky%2Ffd ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/shard-2-001/cores
[junit4] 2> 71633 INFO (qtp1243215625-1085) [n:127.0.0.1:34191_ky%2Ffd
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:57783_ky%252Ffd&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 71638 INFO
(OverseerCollectionConfigSetProcessor-98357021717299204-127.0.0.1:34191_ky%2Ffd-n_0000000000)
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 71639 INFO
(OverseerThreadFactory-502-thread-4-processing-n:127.0.0.1:34191_ky%2Ffd)
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:57783_ky%2Ffd for creating new replica
[junit4] 2> 71641 INFO (SocketProxy-Acceptor-57783) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=50118,localport=57783], receiveBufferSize:531000
[junit4] 2> 71661 INFO (SocketProxy-Acceptor-57783) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=50239,localport=33877], receiveBufferSize=530904
[junit4] 2> 71664 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 71664 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 72684 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 72710 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.s.IndexSchema
[collection1_shard1_replica_t0] Schema name=test
[junit4] 2> 72807 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 72822 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_t0' using configuration from
collection collection1, trusted=true
[junit4] 2> 72823 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_t0' (registry
'solr.core.collection1.shard1.replica_t0') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@820a20f
[junit4] 2> 72823 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 72823 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.SolrCore
[[collection1_shard1_replica_t0] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/shard-2-001/cores/collection1_shard1_replica_t0],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/shard-2-001/cores/collection1_shard1_replica_t0/data/]
[junit4] 2> 72825 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 72828 WARN (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 72860 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 72860 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 72861 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 72861 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 72862 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=33, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=22.939453125,
floorSegmentMB=1.4111328125, forceMergeDeletesPctAllowed=15.68013118217426,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 72862 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4d05d183[collection1_shard1_replica_t0] main]
[junit4] 2> 72863 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 72864 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 72864 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 72864 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1573712354554675200
[junit4] 2> 72866 INFO
(searcherExecutor-527-thread-1-processing-n:127.0.0.1:57783_ky%2Ffd
x:collection1_shard1_replica_t0 s:shard1 c:collection1)
[n:127.0.0.1:57783_ky%2Ffd c:collection1 s:shard1
x:collection1_shard1_replica_t0] o.a.s.c.SolrCore
[collection1_shard1_replica_t0] Registered new searcher
Searcher@4d05d183[collection1_shard1_replica_t0]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 72875 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 72875 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 72875 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:57783/ky/fd/collection1_shard1_replica_t0/
[junit4] 2> 72875 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 72875 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.SyncStrategy
http://127.0.0.1:57783/ky/fd/collection1_shard1_replica_t0/ has no replicas
[junit4] 2> 72875 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 72876 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.ZkController
collection1_shard1_replica_t0 stopping background replication from leader
[junit4] 2> 72878 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:57783/ky/fd/collection1_shard1_replica_t0/ shard1
[junit4] 2> 73029 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 73032 INFO (qtp665586728-1167) [n:127.0.0.1:57783_ky%2Ffd
c:collection1 s:shard1 x:collection1_shard1_replica_t0] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=1368
[junit4] 2> 73034 INFO (qtp1243215625-1085) [n:127.0.0.1:34191_ky%2Ffd
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:57783_ky%252Ffd&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
status=0 QTime=1401
[junit4] 2> 73117 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/shard-3-001
of type TLOG
[junit4] 2> 73117 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 73119 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4686e4ae{/ky/fd,null,AVAILABLE}
[junit4] 2> 73119 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@4309428c{HTTP/1.1,[http/1.1]}{127.0.0.1:55332}
[junit4] 2> 73119 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.e.j.s.Server Started @75394ms
[junit4] 2> 73119 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/tempDir-001/jetty3,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/ky/fd,
hostPort=58289,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/shard-3-001/cores}
[junit4] 2> 73120 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 73120 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 73120 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 73120 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 73120 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-23T11:24:14.206Z
[junit4] 2> 73126 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 73126 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/shard-3-001/solr.xml
[junit4] 2> 73133 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@820a20f, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 73142 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59357/solr
[junit4] 2> 73156 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:58289_ky%2Ffd ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 73158 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:58289_ky%2Ffd ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 73159 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:58289_ky%2Ffd ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:58289_ky%2Ffd
[junit4] 2> 73161 INFO
(zkCallback-160-thread-1-processing-n:127.0.0.1:57783_ky%2Ffd)
[n:127.0.0.1:57783_ky%2Ffd ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 73161 INFO
(zkCallback-154-thread-2-processing-n:127.0.0.1:51866_ky%2Ffd)
[n:127.0.0.1:51866_ky%2Ffd ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 73161 INFO (zkCallback-149-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 73161 INFO
(zkCallback-142-thread-2-processing-n:127.0.0.1:34191_ky%2Ffd)
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 73165 INFO
(zkCallback-166-thread-1-processing-n:127.0.0.1:58289_ky%2Ffd)
[n:127.0.0.1:58289_ky%2Ffd ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 73257 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:58289_ky%2Ffd ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@820a20f
[junit4] 2> 73261 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:58289_ky%2Ffd ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@820a20f
[junit4] 2> 73261 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:58289_ky%2Ffd ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@820a20f
[junit4] 2> 73262 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9])
[n:127.0.0.1:58289_ky%2Ffd ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/shard-3-001/cores
[junit4] 2> 73293 INFO (qtp1243215625-1086) [n:127.0.0.1:34191_ky%2Ffd
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:58289_ky%252Ffd&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 73295 INFO
(OverseerThreadFactory-502-thread-5-processing-n:127.0.0.1:34191_ky%2Ffd)
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:58289_ky%2Ffd for creating new replica
[junit4] 2> 73295 INFO
(OverseerCollectionConfigSetProcessor-98357021717299204-127.0.0.1:34191_ky%2Ffd-n_0000000000)
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 73297 INFO (SocketProxy-Acceptor-58289) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54989,localport=58289], receiveBufferSize:531000
[junit4] 2> 73298 INFO (SocketProxy-Acceptor-58289) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=55332,localport=45904], receiveBufferSize=530904
[junit4] 2> 73302 INFO (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 73302 INFO (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 74319 INFO (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 74333 INFO (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.s.IndexSchema
[collection1_shard2_replica_t1] Schema name=test
[junit4] 2> 74490 INFO (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 74535 INFO (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_t1' using configuration from
collection collection1, trusted=true
[junit4] 2> 74536 INFO (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_t1' (registry
'solr.core.collection1.shard2.replica_t1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@820a20f
[junit4] 2> 74536 INFO (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 74536 INFO (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.SolrCore
[[collection1_shard2_replica_t1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/shard-3-001/cores/collection1_shard2_replica_t1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43600B1081DA07A9-001/shard-3-001/cores/collection1_shard2_replica_t1/data/]
[junit4] 2> 74540 INFO (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 74551 WARN (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 74617 INFO (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 74617 INFO (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 74618 INFO (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 74618 INFO (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 74619 INFO (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=33, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=22.939453125,
floorSegmentMB=1.4111328125, forceMergeDeletesPctAllowed=15.68013118217426,
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 74620 INFO (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1642f106[collection1_shard2_replica_t1] main]
[junit4] 2> 74621 INFO (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 74621 INFO (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 74622 INFO (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 74622 INFO (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1573712356398071808
[junit4] 2> 74627 INFO (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.c.ZkController
Core needs to recover:collection1_shard2_replica_t1
[junit4] 2> 74629 INFO
(searcherExecutor-538-thread-1-processing-n:127.0.0.1:58289_ky%2Ffd
x:collection1_shard2_replica_t1 s:shard2 c:collection1)
[n:127.0.0.1:58289_ky%2Ffd c:collection1 s:shard2
x:collection1_shard2_replica_t1] o.a.s.c.SolrCore
[collection1_shard2_replica_t1] Registered new searcher
Searcher@1642f106[collection1_shard2_replica_t1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 74638 INFO (qtp241011881-1196) [n:127.0.0.1:58289_ky%2Ffd
c:collection1 s:shard2 x:collection1_shard2_replica_t1] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=1336
[junit4] 2> 74640 INFO
(updateExecutor-163-thread-1-processing-n:127.0.0.1:58289_ky%2Ffd
x:collection1_shard2_replica_t1 s:shard2 c:collection1)
[n:127.0.0.1:58289_ky%2Ffd c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_t1] o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 74642 INFO (qtp1243215625-1086) [n:127.0.0.1:34191_ky%2Ffd
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:58289_ky%252Ffd&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
status=0 QTime=1349
[junit4] 2> 74650 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 74650 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait
30000 for each attempt
[junit4] 2> 74650 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43600B1081DA07A9]) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):30000
[junit4] 2> 74657 INFO
(recoveryExecutor-164-thread-1-processing-n:127.0.0.1:58289_ky%2Ffd
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:58289_ky%2Ffd c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 74663 INFO
(recoveryExecutor-164-thread-1-processing-n:127.0.0.1:58289_ky%2Ffd
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:58289_ky%2Ffd c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy ######
startupVersions=[[]]
[junit4] 2> 74663 INFO
(recoveryExecutor-164-thread-1-processing-n:127.0.0.1:58289_ky%2Ffd
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:58289_ky%2Ffd c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_t1] o.a.s.c.ZkController
collection1_shard2_replica_t1 stopping background replication from leader
[junit4] 2> 74663 INFO
(recoveryExecutor-164-thread-1-processing-n:127.0.0.1:58289_ky%2Ffd
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:58289_ky%2Ffd c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1_shard2_replica_t1]
[junit4] 2> 74663 INFO
(recoveryExecutor-164-thread-1-processing-n:127.0.0.1:58289_ky%2Ffd
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:58289_ky%2Ffd c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_t1] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 74663 INFO
(recoveryExecutor-164-thread-1-processing-n:127.0.0.1:58289_ky%2Ffd
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:58289_ky%2Ffd c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy Publishing state of
core [collection1_shard2_replica_t1] as recovering, leader is
[http://127.0.0.1:51866/ky/fd/collection1_shard2_replica_t0/] and I am
[http://127.0.0.1:58289/ky/fd/collection1_shard2_replica_t1/]
[junit4] 2> 74691 INFO
(recoveryExecutor-164-thread-1-processing-n:127.0.0.1:58289_ky%2Ffd
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:58289_ky%2Ffd c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_t1] o.a.s.c.RecoveryStrategy Sending prep recovery
command to [http://127.0.0.1:51866/ky/fd]; [WaitForState:
action=PREPRECOVERY&core=collection1_shard2_replica_t0&nodeName=127.0.0.1:58289_ky%252Ffd&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 74693 INFO (SocketProxy-Acceptor-51866) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=43915,localport=51866], receiveBufferSize:531000
[junit4] 2> 74710 INFO (SocketProxy-Acceptor-51866) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=35371,localport=38510], receiveBufferSize=530904
[junit4] 2> 74723 INFO (qtp1224344762-1131) [n:127.0.0.1:51866_ky%2Ffd
] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true,
maxTime: 183 s
[junit4] 2> 74730 INFO (qtp1224344762-1131) [n:127.0.0.1:51866_ky%2Ffd
] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1_shard2_replica_t0,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=down, localState=active, nodeName=127.0.0.1:58289_ky%2Ffd,
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1_shard2_replica_t1","base_url":"http://127.0.0.1:58289/ky/fd","node_name":"127.0.0.1:58289_ky%2Ffd","state":"down","type":"TLOG"}
[junit4] 2> 75299 INFO
(OverseerCollectionConfigSetProcessor-98357021717299204-127.0.0.1:34191_ky%2Ffd-n_0000000000)
[n:127.0.0.1:34191_ky%2Ffd ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000008 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 75731 INFO (qtp1224344762-1131) [n:127.0.0.1:51866_ky%2Ffd
] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1_shard2_replica_t0,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=recovering, localState=active, nodeName=127.0.0.1:58289_ky%2Ffd,
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1_shard2_replica_t1","base_url":"http://127.0.0.1:58289/ky/fd","node_name":"127.0.0.1:58289_ky%2Ffd","state":"recovering","type":"TLOG"}
[junit4] 2> 75731 INFO (qtp1224344762-1131) [n:127.0.0.1:51866_ky%2Ffd
] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering,
checkLi
[...truncated too long message...]
0B1081DA07A9]) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory
[collection1] {add=[1 (1573713526020636672)]} 0 0
[junit4] 2> 1190061 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[43600B1081DA07A9]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2
(1573713526020636673)]} 0 0
[junit4] 2> 1190061 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[43600B1081DA07A9]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3
(1573713526020636674)]} 0 1
[junit4] 2> 1190061 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[43600B1081DA07A9]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4
(1573713526020636675)]} 0 1
[junit4] 2> 1190061 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[43600B1081DA07A9]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5
(1573713526020636676)]} 0 1
[junit4] 2> 1190061 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[43600B1081DA07A9]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6
(1573713526020636677)]} 0 1
[junit4] 2> 1190061 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[43600B1081DA07A9]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7
(1573713526020636678)]} 0 1
[junit4] 2> 1190062 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[43600B1081DA07A9]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8
(1573713526021685248)]} 0 1
[junit4] 2> 1190062 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[43600B1081DA07A9]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9
(1573713526021685249)]} 0 1
[junit4] 2> 1190062 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[43600B1081DA07A9]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10
(1573713526021685250)]} 0 2
[junit4] 2> 1190062 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[43600B1081DA07A9]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11
(1573713526021685251)]} 0 2
[junit4] 2> 1190062 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[43600B1081DA07A9]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12
(1573713526021685252)]} 0 2
[junit4] 2> 1190062 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[43600B1081DA07A9]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13
(1573713526021685253)]} 0 2
[junit4] 2> 1190063 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[43600B1081DA07A9]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:1&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
[junit4] 2> 1190063 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[43600B1081DA07A9]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14
(1573713526022733824)]} 0 3
[junit4] 2> 1190064 INFO (commitScheduler-5298-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 1190067 INFO (commitScheduler-5298-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@66de3d3[collection1]
main]
[junit4] 2> 1190068 INFO
(searcherExecutor-5295-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@66de3d3[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.0.0):c15)))}
[junit4] 2> 1190068 INFO (commitScheduler-5298-thread-1) [
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1190314 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[43600B1081DA07A9]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15
(1573713526284877824)]} 0 253
[junit4] 2> 1190314 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[43600B1081DA07A9]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:14&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
[junit4] 2> 1190315 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[43600B1081DA07A9]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:15&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
[junit4] 2> 1190315 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[43600B1081DA07A9]) [ x:collection1]
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
[junit4] 2> 1190315 INFO
(SUITE-AutoCommitTest-seed#[43600B1081DA07A9]-worker) [ x:collection1]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1190315 INFO
(SUITE-AutoCommitTest-seed#[43600B1081DA07A9]-worker) [ x:collection1]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1937368287
[junit4] 2> 1190315 INFO
(SUITE-AutoCommitTest-seed#[43600B1081DA07A9]-worker) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1190316 INFO
(SUITE-AutoCommitTest-seed#[43600B1081DA07A9]-worker) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1190317 INFO
(SUITE-AutoCommitTest-seed#[43600B1081DA07A9]-worker) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1190317 INFO
(SUITE-AutoCommitTest-seed#[43600B1081DA07A9]-worker) [ x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1190317 INFO
(coreCloseExecutor-5299-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@15fdf929
[junit4] 2> 1190318 INFO
(coreCloseExecutor-5299-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
[junit4] 2> 1190318 INFO
(coreCloseExecutor-5299-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@146ffb62 commitCommandVersion:0
[junit4] 2> 1190320 INFO
(coreCloseExecutor-5299-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=368965929
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_43600B1081DA07A9-001
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=true): {}, locale=et-EE, timezone=America/Curacao
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_131 (64-bit)/cpus=4,threads=1,free=164148480,total=528482304
[junit4] 2> NOTE: All tests run in this JVM: [SolrXmlInZkTest,
TestNumericRangeQuery64, SpatialHeatmapFacetsTest,
TestTolerantUpdateProcessorCloud, TestRuleBasedAuthorizationPlugin,
LeaderFailoverAfterPartitionTest, TestUseDocValuesAsStored2, PolyFieldTest,
OverriddenZkACLAndCredentialsProvidersTest, HardAutoCommitTest,
TestCodecSupport, PreAnalyzedFieldTest, TestCustomSort, MultiTermTest,
HdfsRestartWhileUpdatingTest, DirectUpdateHandlerTest, TestCollectionAPI,
SpellPossibilityIteratorTest, TestQuerySenderListener, RegexBoostProcessorTest,
TestReversedWildcardFilterFactory, OverseerTest, TimeZoneUtilsTest,
TestSolrCLIRunExample, FastVectorHighlighterTest, TestStressInPlaceUpdates,
DistribCursorPagingTest, TestDistribDocBasedVersion,
TestSolrCloudWithKerberosAlt, TestHdfsCloudBackupRestore,
DistributedFacetPivotSmallTest, TestCorePropertiesReload, TestLRUStatsCache,
StatsComponentTest, TermVectorComponentDistributedTest, JvmMetricsTest,
TestPseudoReturnFields, TestHdfsBackupRestoreCore, PeerSyncReplicationTest,
SuggesterTest, TestSort, NotRequiredUniqueKeyTest,
PKIAuthenticationIntegrationTest, TestRecoveryHdfs, TestManagedSchemaAPI,
TestTrie, TestSolrCloudSnapshots, InfixSuggestersTest,
TestAnalyzeInfixSuggestions, ClassificationUpdateProcessorTest,
CleanupOldIndexTest, BadIndexSchemaTest, TestDFRSimilarityFactory,
TestMultiWordSynonyms, QueryEqualityTest, TestRebalanceLeaders,
UnloadDistributedZkTest, TestMacroExpander, TestManagedStopFilterFactory,
HighlighterMaxOffsetTest, ReplaceNodeTest,
DistributedQueryComponentOptimizationTest, TestSolrConfigHandlerCloud,
SolrTestCaseJ4Test, TestJavabinTupleStreamParser, TestLegacyTerms,
ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestTolerantSearch,
ResponseHeaderTest, TestFieldCacheVsDocValues, HdfsLockFactoryTest,
TestLFUCache, TestReload, TestSubQueryTransformer,
TestDynamicFieldCollectionResource, DeleteInactiveReplicaTest,
AliasIntegrationTest, CurrencyFieldTypeTest, SortByFunctionTest,
V2ApiIntegrationTest, TestSolrCoreParser, RankQueryTest,
BasicDistributedZk2Test, ShowFileRequestHandlerTest, DataDrivenBlockJoinTest,
TestSchemaVersionResource, TestImplicitCoreProperties,
TestImpersonationWithHadoopAuth, SearchHandlerTest, TestShortCircuitedRequests,
OverseerRolesTest, SimpleFacetsTest, TestGroupingSearch,
SimpleCollectionCreateDeleteTest, PathHierarchyTokenizerFactoryTest,
TestCloudManagedSchema, TestStressUserVersions, RollingRestartTest,
TestXmlQParserPlugin, TestRecovery, TolerantUpdateProcessorTest,
TestCollapseQParserPlugin, TestCloudPseudoReturnFields, HLLSerializationTest,
EnumFieldTest, SuggesterFSTTest, DistributedQueueTest, TestDistribIDF,
TestSuggestSpellingConverter, TestZkChroot, BaseCdcrDistributedZkTest,
CdcrReplicationHandlerTest, TestGraphTermsQParserPlugin,
TestLMJelinekMercerSimilarityFactory, SolrCoreCheckLockOnStartupTest,
TestUtils, TestPerFieldSimilarityWithDefaultOverride, TestSchemaNameResource,
ClusterStateUpdateTest, LeaderElectionTest, AutoCommitTest]
[junit4] Completed [322/727 (2!)] on J2 in 7.10s, 3 tests, 1 error <<<
FAILURES!
[...truncated 44617 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]