Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/732/
1 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_replica3","base_url":"http://127.0.0.1:51861/z_/k","node_name":"127.0.0.1:51861_z_%2Fk","state":"active","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/28)={
"replicationFactor":"3", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node1":{ "state":"down",
"base_url":"http://127.0.0.1:59673/z_/k",
"core":"c8n_1x3_lf_shard1_replica2",
"node_name":"127.0.0.1:59673_z_%2Fk"}, "core_node2":{
"core":"c8n_1x3_lf_shard1_replica3",
"base_url":"http://127.0.0.1:51861/z_/k",
"node_name":"127.0.0.1:51861_z_%2Fk", "state":"active",
"leader":"true"}, "core_node3":{
"core":"c8n_1x3_lf_shard1_replica1",
"base_url":"http://127.0.0.1:37201/z_/k",
"node_name":"127.0.0.1:37201_z_%2Fk", "state":"down"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false"}
Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found
1;
[core_node2:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:51861/z_/k","node_name":"127.0.0.1:51861_z_%2Fk","state":"active","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/28)={
"replicationFactor":"3",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"state":"down",
"base_url":"http://127.0.0.1:59673/z_/k",
"core":"c8n_1x3_lf_shard1_replica2",
"node_name":"127.0.0.1:59673_z_%2Fk"},
"core_node2":{
"core":"c8n_1x3_lf_shard1_replica3",
"base_url":"http://127.0.0.1:51861/z_/k",
"node_name":"127.0.0.1:51861_z_%2Fk",
"state":"active",
"leader":"true"},
"core_node3":{
"core":"c8n_1x3_lf_shard1_replica1",
"base_url":"http://127.0.0.1:37201/z_/k",
"node_name":"127.0.0.1:37201_z_%2Fk",
"state":"down"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false"}
at
__randomizedtesting.SeedInfo.seed([3B8818A7AB8CBEC:8BECBE50D444A614]: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:168)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
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:992)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
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:745)
Build Log:
[...truncated 11931 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/init-core-data-001
[junit4] 2> 751418 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[3B8818A7AB8CBEC]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 751424 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[3B8818A7AB8CBEC]-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> 751424 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[3B8818A7AB8CBEC]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /z_/k
[junit4] 2> 751425 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 751425 INFO (Thread-8712) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 751425 INFO (Thread-8712) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 751525 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.ZkTestServer start zk server on port:34370
[junit4] 2> 751565 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 751566 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 751567 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 751567 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 751568 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 751568 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 751569 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 751570 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 751570 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 751571 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 751575 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 751647 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/control-001/cores/collection1
[junit4] 2> 751649 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 751650 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7fe02f15{/z_/k,null,AVAILABLE}
[junit4] 2> 751651 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@51b27f50{HTTP/1.1,[http/1.1]}{127.0.0.1:51481}
[junit4] 2> 751651 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.e.j.s.Server Started @752525ms
[junit4] 2> 751651 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/tempDir-001/control/data,
hostContext=/z_/k, hostPort=51861,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/control-001/cores}
[junit4] 2> 751651 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 751651 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.5.0
[junit4] 2> 751651 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 751651 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 751651 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-18T09:59:31.844Z
[junit4] 2> 751657 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 751657 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/control-001/solr.xml
[junit4] 2> 751662 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 751662 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34370/solr
[junit4] 2> 751708 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC])
[n:127.0.0.1:51861_z_%2Fk ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 751709 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC])
[n:127.0.0.1:51861_z_%2Fk ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:51861_z_%2Fk
[junit4] 2> 751709 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC])
[n:127.0.0.1:51861_z_%2Fk ] o.a.s.c.Overseer Overseer
(id=97479030972022788-127.0.0.1:51861_z_%2Fk-n_0000000000) starting
[junit4] 2> 751721 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC])
[n:127.0.0.1:51861_z_%2Fk ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:51861_z_%2Fk
[junit4] 2> 751723 INFO
(zkCallback-969-thread-1-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 751775 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC])
[n:127.0.0.1:51861_z_%2Fk ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/control-001/cores
[junit4] 2> 751775 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC])
[n:127.0.0.1:51861_z_%2Fk ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 751790 INFO
(OverseerStateUpdate-97479030972022788-127.0.0.1:51861_z_%2Fk-n_0000000000)
[n:127.0.0.1:51861_z_%2Fk ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 751808 INFO
(coreLoadExecutor-2658-thread-1-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk c:control_collection x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 751843 INFO
(coreLoadExecutor-2658-thread-1-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk c:control_collection x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 751980 WARN
(coreLoadExecutor-2658-thread-1-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk c:control_collection x:collection1]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 751982 INFO
(coreLoadExecutor-2658-thread-1-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk c:control_collection x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 751989 INFO
(coreLoadExecutor-2658-thread-1-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk c:control_collection x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection
[junit4] 2> 751992 INFO
(coreLoadExecutor-2658-thread-1-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk c:control_collection x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/control-001/cores/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/control-001/cores/collection1/data/]
[junit4] 2> 751992 INFO
(coreLoadExecutor-2658-thread-1-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk c:control_collection x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d620054
[junit4] 2> 751993 INFO
(coreLoadExecutor-2658-thread-1-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 752005 WARN
(coreLoadExecutor-2658-thread-1-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk c:control_collection x:collection1]
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> 752043 INFO
(coreLoadExecutor-2658-thread-1-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk c:control_collection x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 752043 INFO
(coreLoadExecutor-2658-thread-1-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk c:control_collection x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 752044 INFO
(coreLoadExecutor-2658-thread-1-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk c:control_collection x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 752044 INFO
(coreLoadExecutor-2658-thread-1-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk c:control_collection x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 752044 INFO
(coreLoadExecutor-2658-thread-1-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=569706636,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 752044 INFO
(coreLoadExecutor-2658-thread-1-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk c:control_collection x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@56d93ef6[collection1] main]
[junit4] 2> 752046 INFO
(coreLoadExecutor-2658-thread-1-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 752046 INFO
(coreLoadExecutor-2658-thread-1-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 752046 INFO
(coreLoadExecutor-2658-thread-1-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk c:control_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 752047 INFO
(searcherExecutor-2659-thread-1-processing-n:127.0.0.1:51861_z_%2Fk
x:collection1 c:control_collection) [n:127.0.0.1:51861_z_%2Fk
c:control_collection x:collection1] o.a.s.c.SolrCore [collection1] Registered
new searcher Searcher@56d93ef6[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 752047 INFO
(coreLoadExecutor-2658-thread-1-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk c:control_collection x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1559664496203530240
[junit4] 2> 752055 INFO
(coreZkRegister-2651-thread-1-processing-n:127.0.0.1:51861_z_%2Fk x:collection1
c:control_collection) [n:127.0.0.1:51861_z_%2Fk c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 752055 INFO
(coreZkRegister-2651-thread-1-processing-n:127.0.0.1:51861_z_%2Fk x:collection1
c:control_collection) [n:127.0.0.1:51861_z_%2Fk c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new
leader - try and sync
[junit4] 2> 752055 INFO
(coreZkRegister-2651-thread-1-processing-n:127.0.0.1:51861_z_%2Fk x:collection1
c:control_collection) [n:127.0.0.1:51861_z_%2Fk c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:51861/z_/k/collection1/
[junit4] 2> 752055 INFO
(coreZkRegister-2651-thread-1-processing-n:127.0.0.1:51861_z_%2Fk x:collection1
c:control_collection) [n:127.0.0.1:51861_z_%2Fk c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 752055 INFO
(coreZkRegister-2651-thread-1-processing-n:127.0.0.1:51861_z_%2Fk x:collection1
c:control_collection) [n:127.0.0.1:51861_z_%2Fk c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:51861/z_/k/collection1/ has no replicas
[junit4] 2> 752057 INFO
(coreZkRegister-2651-thread-1-processing-n:127.0.0.1:51861_z_%2Fk x:collection1
c:control_collection) [n:127.0.0.1:51861_z_%2Fk c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new
leader: http://127.0.0.1:51861/z_/k/collection1/ shard1
[junit4] 2> 752118 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 752119 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34370/solr ready
[junit4] 2> 752119 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 752163 INFO
(coreZkRegister-2651-thread-1-processing-n:127.0.0.1:51861_z_%2Fk x:collection1
c:control_collection) [n:127.0.0.1:51861_z_%2Fk c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 752187 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-1-001/cores/collection1
[junit4] 2> 752188 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-1-001
[junit4] 2> 752188 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 752189 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5231852f{/z_/k,null,AVAILABLE}
[junit4] 2> 752190 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@42442aae{HTTP/1.1,[http/1.1]}{127.0.0.1:42626}
[junit4] 2> 752190 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.e.j.s.Server Started @753064ms
[junit4] 2> 752190 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/z_/k, hostPort=43031,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-1-001/cores}
[junit4] 2> 752190 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 752190 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.5.0
[junit4] 2> 752190 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 752190 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 752190 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-18T09:59:32.383Z
[junit4] 2> 752194 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 752194 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-1-001/solr.xml
[junit4] 2> 752198 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 752199 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34370/solr
[junit4] 2> 752206 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC])
[n:127.0.0.1:43031_z_%2Fk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 752207 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC])
[n:127.0.0.1:43031_z_%2Fk ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 752208 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC])
[n:127.0.0.1:43031_z_%2Fk ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43031_z_%2Fk
[junit4] 2> 752209 INFO (zkCallback-973-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 752209 INFO
(zkCallback-969-thread-3-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 752210 INFO
(zkCallback-978-thread-1-processing-n:127.0.0.1:43031_z_%2Fk)
[n:127.0.0.1:43031_z_%2Fk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 752301 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC])
[n:127.0.0.1:43031_z_%2Fk ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-1-001/cores
[junit4] 2> 752301 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC])
[n:127.0.0.1:43031_z_%2Fk ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 752310 INFO
(OverseerStateUpdate-97479030972022788-127.0.0.1:51861_z_%2Fk-n_0000000000)
[n:127.0.0.1:51861_z_%2Fk ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard2
[junit4] 2> 753321 INFO
(coreLoadExecutor-2669-thread-1-processing-n:127.0.0.1:43031_z_%2Fk)
[n:127.0.0.1:43031_z_%2Fk c:collection1 x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.5.0
[junit4] 2> 753332 INFO
(coreLoadExecutor-2669-thread-1-processing-n:127.0.0.1:43031_z_%2Fk)
[n:127.0.0.1:43031_z_%2Fk c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 753420 WARN
(coreLoadExecutor-2669-thread-1-processing-n:127.0.0.1:43031_z_%2Fk)
[n:127.0.0.1:43031_z_%2Fk c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 753422 INFO
(coreLoadExecutor-2669-thread-1-processing-n:127.0.0.1:43031_z_%2Fk)
[n:127.0.0.1:43031_z_%2Fk c:collection1 x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 753429 INFO
(coreLoadExecutor-2669-thread-1-processing-n:127.0.0.1:43031_z_%2Fk)
[n:127.0.0.1:43031_z_%2Fk c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 753430 INFO
(coreLoadExecutor-2669-thread-1-processing-n:127.0.0.1:43031_z_%2Fk)
[n:127.0.0.1:43031_z_%2Fk c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-1-001/cores/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 753430 INFO
(coreLoadExecutor-2669-thread-1-processing-n:127.0.0.1:43031_z_%2Fk)
[n:127.0.0.1:43031_z_%2Fk c:collection1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d620054
[junit4] 2> 753431 INFO
(coreLoadExecutor-2669-thread-1-processing-n:127.0.0.1:43031_z_%2Fk)
[n:127.0.0.1:43031_z_%2Fk c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 753444 WARN
(coreLoadExecutor-2669-thread-1-processing-n:127.0.0.1:43031_z_%2Fk)
[n:127.0.0.1:43031_z_%2Fk c:collection1 x:collection1]
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> 753472 INFO
(coreLoadExecutor-2669-thread-1-processing-n:127.0.0.1:43031_z_%2Fk)
[n:127.0.0.1:43031_z_%2Fk c:collection1 x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 753472 INFO
(coreLoadExecutor-2669-thread-1-processing-n:127.0.0.1:43031_z_%2Fk)
[n:127.0.0.1:43031_z_%2Fk c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 753472 INFO
(coreLoadExecutor-2669-thread-1-processing-n:127.0.0.1:43031_z_%2Fk)
[n:127.0.0.1:43031_z_%2Fk c:collection1 x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 753472 INFO
(coreLoadExecutor-2669-thread-1-processing-n:127.0.0.1:43031_z_%2Fk)
[n:127.0.0.1:43031_z_%2Fk c:collection1 x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 753473 INFO
(coreLoadExecutor-2669-thread-1-processing-n:127.0.0.1:43031_z_%2Fk)
[n:127.0.0.1:43031_z_%2Fk c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=569706636,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 753473 INFO
(coreLoadExecutor-2669-thread-1-processing-n:127.0.0.1:43031_z_%2Fk)
[n:127.0.0.1:43031_z_%2Fk c:collection1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2e60b354[collection1] main]
[junit4] 2> 753474 INFO
(coreLoadExecutor-2669-thread-1-processing-n:127.0.0.1:43031_z_%2Fk)
[n:127.0.0.1:43031_z_%2Fk c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 753474 INFO
(coreLoadExecutor-2669-thread-1-processing-n:127.0.0.1:43031_z_%2Fk)
[n:127.0.0.1:43031_z_%2Fk c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 753474 INFO
(coreLoadExecutor-2669-thread-1-processing-n:127.0.0.1:43031_z_%2Fk)
[n:127.0.0.1:43031_z_%2Fk c:collection1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 753475 INFO
(searcherExecutor-2670-thread-1-processing-n:127.0.0.1:43031_z_%2Fk
x:collection1 c:collection1) [n:127.0.0.1:43031_z_%2Fk c:collection1
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2e60b354[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 753476 INFO
(coreLoadExecutor-2669-thread-1-processing-n:127.0.0.1:43031_z_%2Fk)
[n:127.0.0.1:43031_z_%2Fk c:collection1 x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1559664497701945344
[junit4] 2> 753482 INFO
(coreZkRegister-2664-thread-1-processing-n:127.0.0.1:43031_z_%2Fk x:collection1
c:collection1) [n:127.0.0.1:43031_z_%2Fk c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 753482 INFO
(coreZkRegister-2664-thread-1-processing-n:127.0.0.1:43031_z_%2Fk x:collection1
c:collection1) [n:127.0.0.1:43031_z_%2Fk c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try
and sync
[junit4] 2> 753482 INFO
(coreZkRegister-2664-thread-1-processing-n:127.0.0.1:43031_z_%2Fk x:collection1
c:collection1) [n:127.0.0.1:43031_z_%2Fk c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:43031/z_/k/collection1/
[junit4] 2> 753482 INFO
(coreZkRegister-2664-thread-1-processing-n:127.0.0.1:43031_z_%2Fk x:collection1
c:collection1) [n:127.0.0.1:43031_z_%2Fk c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 753482 INFO
(coreZkRegister-2664-thread-1-processing-n:127.0.0.1:43031_z_%2Fk x:collection1
c:collection1) [n:127.0.0.1:43031_z_%2Fk c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:43031/z_/k/collection1/
has no replicas
[junit4] 2> 753484 INFO
(coreZkRegister-2664-thread-1-processing-n:127.0.0.1:43031_z_%2Fk x:collection1
c:collection1) [n:127.0.0.1:43031_z_%2Fk c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:43031/z_/k/collection1/ shard2
[junit4] 2> 753635 INFO
(coreZkRegister-2664-thread-1-processing-n:127.0.0.1:43031_z_%2Fk x:collection1
c:collection1) [n:127.0.0.1:43031_z_%2Fk c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 753679 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-2-001/cores/collection1
[junit4] 2> 753679 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-2-001
[junit4] 2> 753680 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 753681 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5f180d03{/z_/k,null,AVAILABLE}
[junit4] 2> 753681 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@338df383{HTTP/1.1,[http/1.1]}{127.0.0.1:43065}
[junit4] 2> 753681 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.e.j.s.Server Started @754556ms
[junit4] 2> 753681 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/z_/k, hostPort=37201,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-2-001/cores}
[junit4] 2> 753682 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 753682 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.5.0
[junit4] 2> 753682 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 753682 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 753682 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-18T09:59:33.875Z
[junit4] 2> 753685 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 753685 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-2-001/solr.xml
[junit4] 2> 753690 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 753690 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34370/solr
[junit4] 2> 753698 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC])
[n:127.0.0.1:37201_z_%2Fk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 753699 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC])
[n:127.0.0.1:37201_z_%2Fk ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 753701 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC])
[n:127.0.0.1:37201_z_%2Fk ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37201_z_%2Fk
[junit4] 2> 753701 INFO (zkCallback-973-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 753701 INFO
(zkCallback-978-thread-1-processing-n:127.0.0.1:43031_z_%2Fk)
[n:127.0.0.1:43031_z_%2Fk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 753702 INFO
(zkCallback-969-thread-3-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 753708 INFO
(zkCallback-984-thread-1-processing-n:127.0.0.1:37201_z_%2Fk)
[n:127.0.0.1:37201_z_%2Fk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 753735 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC])
[n:127.0.0.1:37201_z_%2Fk ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-2-001/cores
[junit4] 2> 753735 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC])
[n:127.0.0.1:37201_z_%2Fk ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 753741 INFO
(OverseerStateUpdate-97479030972022788-127.0.0.1:51861_z_%2Fk-n_0000000000)
[n:127.0.0.1:51861_z_%2Fk ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 754750 INFO
(coreLoadExecutor-2680-thread-1-processing-n:127.0.0.1:37201_z_%2Fk)
[n:127.0.0.1:37201_z_%2Fk c:collection1 x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.5.0
[junit4] 2> 754768 INFO
(coreLoadExecutor-2680-thread-1-processing-n:127.0.0.1:37201_z_%2Fk)
[n:127.0.0.1:37201_z_%2Fk c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 754846 WARN
(coreLoadExecutor-2680-thread-1-processing-n:127.0.0.1:37201_z_%2Fk)
[n:127.0.0.1:37201_z_%2Fk c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 754848 INFO
(coreLoadExecutor-2680-thread-1-processing-n:127.0.0.1:37201_z_%2Fk)
[n:127.0.0.1:37201_z_%2Fk c:collection1 x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 754855 INFO
(coreLoadExecutor-2680-thread-1-processing-n:127.0.0.1:37201_z_%2Fk)
[n:127.0.0.1:37201_z_%2Fk c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 754856 INFO
(coreLoadExecutor-2680-thread-1-processing-n:127.0.0.1:37201_z_%2Fk)
[n:127.0.0.1:37201_z_%2Fk c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-2-001/cores/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-2-001/cores/collection1/data/]
[junit4] 2> 754856 INFO
(coreLoadExecutor-2680-thread-1-processing-n:127.0.0.1:37201_z_%2Fk)
[n:127.0.0.1:37201_z_%2Fk c:collection1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d620054
[junit4] 2> 754857 INFO
(coreLoadExecutor-2680-thread-1-processing-n:127.0.0.1:37201_z_%2Fk)
[n:127.0.0.1:37201_z_%2Fk c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 754869 WARN
(coreLoadExecutor-2680-thread-1-processing-n:127.0.0.1:37201_z_%2Fk)
[n:127.0.0.1:37201_z_%2Fk c:collection1 x:collection1]
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> 754896 INFO
(coreLoadExecutor-2680-thread-1-processing-n:127.0.0.1:37201_z_%2Fk)
[n:127.0.0.1:37201_z_%2Fk c:collection1 x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 754896 INFO
(coreLoadExecutor-2680-thread-1-processing-n:127.0.0.1:37201_z_%2Fk)
[n:127.0.0.1:37201_z_%2Fk c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 754897 INFO
(coreLoadExecutor-2680-thread-1-processing-n:127.0.0.1:37201_z_%2Fk)
[n:127.0.0.1:37201_z_%2Fk c:collection1 x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 754897 INFO
(coreLoadExecutor-2680-thread-1-processing-n:127.0.0.1:37201_z_%2Fk)
[n:127.0.0.1:37201_z_%2Fk c:collection1 x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 754898 INFO
(coreLoadExecutor-2680-thread-1-processing-n:127.0.0.1:37201_z_%2Fk)
[n:127.0.0.1:37201_z_%2Fk c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=569706636,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 754898 INFO
(coreLoadExecutor-2680-thread-1-processing-n:127.0.0.1:37201_z_%2Fk)
[n:127.0.0.1:37201_z_%2Fk c:collection1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@462b08dc[collection1] main]
[junit4] 2> 754899 INFO
(coreLoadExecutor-2680-thread-1-processing-n:127.0.0.1:37201_z_%2Fk)
[n:127.0.0.1:37201_z_%2Fk c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 754899 INFO
(coreLoadExecutor-2680-thread-1-processing-n:127.0.0.1:37201_z_%2Fk)
[n:127.0.0.1:37201_z_%2Fk c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 754899 INFO
(coreLoadExecutor-2680-thread-1-processing-n:127.0.0.1:37201_z_%2Fk)
[n:127.0.0.1:37201_z_%2Fk c:collection1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 754900 INFO
(searcherExecutor-2681-thread-1-processing-n:127.0.0.1:37201_z_%2Fk
x:collection1 c:collection1) [n:127.0.0.1:37201_z_%2Fk c:collection1
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@462b08dc[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 754901 INFO
(coreLoadExecutor-2680-thread-1-processing-n:127.0.0.1:37201_z_%2Fk)
[n:127.0.0.1:37201_z_%2Fk c:collection1 x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1559664499196166144
[junit4] 2> 754908 INFO
(coreZkRegister-2675-thread-1-processing-n:127.0.0.1:37201_z_%2Fk x:collection1
c:collection1) [n:127.0.0.1:37201_z_%2Fk c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 754908 INFO
(coreZkRegister-2675-thread-1-processing-n:127.0.0.1:37201_z_%2Fk x:collection1
c:collection1) [n:127.0.0.1:37201_z_%2Fk c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try
and sync
[junit4] 2> 754908 INFO
(coreZkRegister-2675-thread-1-processing-n:127.0.0.1:37201_z_%2Fk x:collection1
c:collection1) [n:127.0.0.1:37201_z_%2Fk c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:37201/z_/k/collection1/
[junit4] 2> 754909 INFO
(coreZkRegister-2675-thread-1-processing-n:127.0.0.1:37201_z_%2Fk x:collection1
c:collection1) [n:127.0.0.1:37201_z_%2Fk c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 754909 INFO
(coreZkRegister-2675-thread-1-processing-n:127.0.0.1:37201_z_%2Fk x:collection1
c:collection1) [n:127.0.0.1:37201_z_%2Fk c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:37201/z_/k/collection1/
has no replicas
[junit4] 2> 754911 INFO
(coreZkRegister-2675-thread-1-processing-n:127.0.0.1:37201_z_%2Fk x:collection1
c:collection1) [n:127.0.0.1:37201_z_%2Fk c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:37201/z_/k/collection1/ shard1
[junit4] 2> 755061 INFO
(coreZkRegister-2675-thread-1-processing-n:127.0.0.1:37201_z_%2Fk x:collection1
c:collection1) [n:127.0.0.1:37201_z_%2Fk c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 755083 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-3-001/cores/collection1
[junit4] 2> 755083 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-3-001
[junit4] 2> 755085 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 755086 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@766fde15{/z_/k,null,AVAILABLE}
[junit4] 2> 755086 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@53d2f23a{HTTP/1.1,[http/1.1]}{127.0.0.1:37689}
[junit4] 2> 755086 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.e.j.s.Server Started @755960ms
[junit4] 2> 755086 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/z_/k, hostPort=59673,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-3-001/cores}
[junit4] 2> 755086 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 755086 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
6.5.0
[junit4] 2> 755087 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 755087 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 755087 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-02-18T09:59:35.280Z
[junit4] 2> 755089 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 755089 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-3-001/solr.xml
[junit4] 2> 755094 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 755094 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34370/solr
[junit4] 2> 755101 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC])
[n:127.0.0.1:59673_z_%2Fk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 755103 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC])
[n:127.0.0.1:59673_z_%2Fk ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 755104 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC])
[n:127.0.0.1:59673_z_%2Fk ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:59673_z_%2Fk
[junit4] 2> 755109 INFO (zkCallback-973-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 755109 INFO
(zkCallback-978-thread-1-processing-n:127.0.0.1:43031_z_%2Fk)
[n:127.0.0.1:43031_z_%2Fk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 755110 INFO
(zkCallback-984-thread-1-processing-n:127.0.0.1:37201_z_%2Fk)
[n:127.0.0.1:37201_z_%2Fk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 755110 INFO
(zkCallback-969-thread-2-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 755111 INFO
(zkCallback-990-thread-1-processing-n:127.0.0.1:59673_z_%2Fk)
[n:127.0.0.1:59673_z_%2Fk ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 755153 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC])
[n:127.0.0.1:59673_z_%2Fk ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-3-001/cores
[junit4] 2> 755153 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC])
[n:127.0.0.1:59673_z_%2Fk ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 755160 INFO
(OverseerStateUpdate-97479030972022788-127.0.0.1:51861_z_%2Fk-n_0000000000)
[n:127.0.0.1:51861_z_%2Fk ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard2
[junit4] 2> 756172 INFO
(coreLoadExecutor-2691-thread-1-processing-n:127.0.0.1:59673_z_%2Fk)
[n:127.0.0.1:59673_z_%2Fk c:collection1 x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.5.0
[junit4] 2> 756188 INFO
(coreLoadExecutor-2691-thread-1-processing-n:127.0.0.1:59673_z_%2Fk)
[n:127.0.0.1:59673_z_%2Fk c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 756278 WARN
(coreLoadExecutor-2691-thread-1-processing-n:127.0.0.1:59673_z_%2Fk)
[n:127.0.0.1:59673_z_%2Fk c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] default search field in schema is text. WARNING: Deprecated,
please use 'df' on request instead.
[junit4] 2> 756281 INFO
(coreLoadExecutor-2691-thread-1-processing-n:127.0.0.1:59673_z_%2Fk)
[n:127.0.0.1:59673_z_%2Fk c:collection1 x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 756289 INFO
(coreLoadExecutor-2691-thread-1-processing-n:127.0.0.1:59673_z_%2Fk)
[n:127.0.0.1:59673_z_%2Fk c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection collection1
[junit4] 2> 756289 INFO
(coreLoadExecutor-2691-thread-1-processing-n:127.0.0.1:59673_z_%2Fk)
[n:127.0.0.1:59673_z_%2Fk c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-3-001/cores/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-3-001/cores/collection1/data/]
[junit4] 2> 756289 INFO
(coreLoadExecutor-2691-thread-1-processing-n:127.0.0.1:59673_z_%2Fk)
[n:127.0.0.1:59673_z_%2Fk c:collection1 x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@d620054
[junit4] 2> 756290 INFO
(coreLoadExecutor-2691-thread-1-processing-n:127.0.0.1:59673_z_%2Fk)
[n:127.0.0.1:59673_z_%2Fk c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 756294 WARN
(coreLoadExecutor-2691-thread-1-processing-n:127.0.0.1:59673_z_%2Fk)
[n:127.0.0.1:59673_z_%2Fk c:collection1 x:collection1]
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> 756319 INFO
(coreLoadExecutor-2691-thread-1-processing-n:127.0.0.1:59673_z_%2Fk)
[n:127.0.0.1:59673_z_%2Fk c:collection1 x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 756319 INFO
(coreLoadExecutor-2691-thread-1-processing-n:127.0.0.1:59673_z_%2Fk)
[n:127.0.0.1:59673_z_%2Fk c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 756320 INFO
(coreLoadExecutor-2691-thread-1-processing-n:127.0.0.1:59673_z_%2Fk)
[n:127.0.0.1:59673_z_%2Fk c:collection1 x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 756320 INFO
(coreLoadExecutor-2691-thread-1-processing-n:127.0.0.1:59673_z_%2Fk)
[n:127.0.0.1:59673_z_%2Fk c:collection1 x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 756320 INFO
(coreLoadExecutor-2691-thread-1-processing-n:127.0.0.1:59673_z_%2Fk)
[n:127.0.0.1:59673_z_%2Fk c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=569706636,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 756321 INFO
(coreLoadExecutor-2691-thread-1-processing-n:127.0.0.1:59673_z_%2Fk)
[n:127.0.0.1:59673_z_%2Fk c:collection1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@624a2e1c[collection1] main]
[junit4] 2> 756321 INFO
(coreLoadExecutor-2691-thread-1-processing-n:127.0.0.1:59673_z_%2Fk)
[n:127.0.0.1:59673_z_%2Fk c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 756321 INFO
(coreLoadExecutor-2691-thread-1-processing-n:127.0.0.1:59673_z_%2Fk)
[n:127.0.0.1:59673_z_%2Fk c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 756322 INFO
(coreLoadExecutor-2691-thread-1-processing-n:127.0.0.1:59673_z_%2Fk)
[n:127.0.0.1:59673_z_%2Fk c:collection1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 756322 INFO
(searcherExecutor-2692-thread-1-processing-n:127.0.0.1:59673_z_%2Fk
x:collection1 c:collection1) [n:127.0.0.1:59673_z_%2Fk c:collection1
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@624a2e1c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 756323 INFO
(coreLoadExecutor-2691-thread-1-processing-n:127.0.0.1:59673_z_%2Fk)
[n:127.0.0.1:59673_z_%2Fk c:collection1 x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1559664500687241216
[junit4] 2> 756326 INFO
(coreZkRegister-2686-thread-1-processing-n:127.0.0.1:59673_z_%2Fk x:collection1
c:collection1) [n:127.0.0.1:59673_z_%2Fk c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 756326 INFO
(updateExecutor-987-thread-1-processing-n:127.0.0.1:59673_z_%2Fk x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59673_z_%2Fk c:collection1
s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running
recovery
[junit4] 2> 756327 INFO
(recoveryExecutor-988-thread-1-processing-n:127.0.0.1:59673_z_%2Fk
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59673_z_%2Fk
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Starting recovery process. recoveringAfterStartup=true
[junit4] 2> 756327 INFO
(recoveryExecutor-988-thread-1-processing-n:127.0.0.1:59673_z_%2Fk
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59673_z_%2Fk
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
###### startupVersions=[[]]
[junit4] 2> 756327 INFO
(recoveryExecutor-988-thread-1-processing-n:127.0.0.1:59673_z_%2Fk
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59673_z_%2Fk
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Begin buffering updates. core=[collection1]
[junit4] 2> 756327 INFO
(recoveryExecutor-988-thread-1-processing-n:127.0.0.1:59673_z_%2Fk
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59673_z_%2Fk
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting
to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 756327 INFO
(recoveryExecutor-988-thread-1-processing-n:127.0.0.1:59673_z_%2Fk
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59673_z_%2Fk
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Publishing state of core [collection1] as recovering, leader is
[http://127.0.0.1:43031/z_/k/collection1/] and I am
[http://127.0.0.1:59673/z_/k/collection1/]
[junit4] 2> 756329 INFO
(recoveryExecutor-988-thread-1-processing-n:127.0.0.1:59673_z_%2Fk
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59673_z_%2Fk
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Sending prep recovery command to [http://127.0.0.1:43031/z_/k]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:59673_z_%252Fk&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 756331 INFO (SocketProxy-Acceptor-43031) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=35870,localport=43031], receiveBufferSize:531000
[junit4] 2> 756333 INFO (SocketProxy-Acceptor-43031) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=42626,localport=44478], receiveBufferSize=530904
[junit4] 2> 756338 INFO (qtp454652297-13491) [n:127.0.0.1:43031_z_%2Fk
] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 756338 INFO (qtp454652297-13491) [n:127.0.0.1:43031_z_%2Fk
] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard2 of collection1) have state: recovering
[junit4] 2> 756338 INFO (qtp454652297-13491) [n:127.0.0.1:43031_z_%2Fk
] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader?
true, live=true, checkLive=true, currentState=down, localState=active,
nodeName=127.0.0.1:59673_z_%2Fk, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:59673/z_/k","node_name":"127.0.0.1:59673_z_%2Fk","state":"down"}
[junit4] 2> 756439 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 756439 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait
30000 for each attempt
[junit4] 2> 756439 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):30000
[junit4] 2> 757338 INFO (qtp454652297-13491) [n:127.0.0.1:43031_z_%2Fk
] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader?
true, live=true, checkLive=true, currentState=recovering, localState=active,
nodeName=127.0.0.1:59673_z_%2Fk, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:59673/z_/k","node_name":"127.0.0.1:59673_z_%2Fk","state":"recovering"}
[junit4] 2> 757338 INFO (qtp454652297-13491) [n:127.0.0.1:43031_z_%2Fk
] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering,
checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 757338 INFO (qtp454652297-13491) [n:127.0.0.1:43031_z_%2Fk
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:59673_z_%252Fk&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1000
[junit4] 2> 764339 INFO
(recoveryExecutor-988-thread-1-processing-n:127.0.0.1:59673_z_%2Fk
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59673_z_%2Fk
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Attempting to PeerSync from [http://127.0.0.1:43031/z_/k/collection1/] -
recoveringAfterStartup=[true]
[junit4] 2> 764340 INFO
(recoveryExecutor-988-thread-1-processing-n:127.0.0.1:59673_z_%2Fk
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59673_z_%2Fk
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync:
core=collection1 url=http://127.0.0.1:59673/z_/k START
replicas=[http://127.0.0.1:43031/z_/k/collection1/] nUpdates=100
[junit4] 2> 764342 INFO (SocketProxy-Acceptor-43031) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=35902,localport=43031], receiveBufferSize:531000
[junit4] 2> 764348 INFO (SocketProxy-Acceptor-43031) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=42626,localport=44510], receiveBufferSize=530904
[junit4] 2> 764357 INFO (qtp454652297-13494) [n:127.0.0.1:43031_z_%2Fk
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint
IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807,
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0,
maxDoc=0}
[junit4] 2> 764358 INFO (qtp454652297-13494) [n:127.0.0.1:43031_z_%2Fk
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request
[collection1] webapp=/z_/k path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 764358 INFO
(recoveryExecutor-988-thread-1-processing-n:127.0.0.1:59673_z_%2Fk
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59673_z_%2Fk
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.IndexFingerprint
IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807,
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0,
maxDoc=0}
[junit4] 2> 764358 INFO
(recoveryExecutor-988-thread-1-processing-n:127.0.0.1:59673_z_%2Fk
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59673_z_%2Fk
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync We are
already in sync. No need to do a PeerSync
[junit4] 2> 764358 INFO
(recoveryExecutor-988-thread-1-processing-n:127.0.0.1:59673_z_%2Fk
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59673_z_%2Fk
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2
start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 764358 INFO
(recoveryExecutor-988-thread-1-processing-n:127.0.0.1:59673_z_%2Fk
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59673_z_%2Fk
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2
No uncommitted changes. Skipping IW.commit.
[junit4] 2> 764358 INFO
(recoveryExecutor-988-thread-1-processing-n:127.0.0.1:59673_z_%2Fk
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59673_z_%2Fk
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2
end_commit_flush
[junit4] 2> 764359 INFO
(recoveryExecutor-988-thread-1-processing-n:127.0.0.1:59673_z_%2Fk
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59673_z_%2Fk
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
PeerSync stage of recovery was successful.
[junit4] 2> 764359 INFO
(recoveryExecutor-988-thread-1-processing-n:127.0.0.1:59673_z_%2Fk
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59673_z_%2Fk
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Replaying updates buffered during PeerSync.
[junit4] 2> 764359 INFO
(recoveryExecutor-988-thread-1-processing-n:127.0.0.1:59673_z_%2Fk
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59673_z_%2Fk
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No
replay needed.
[junit4] 2> 764359 INFO
(recoveryExecutor-988-thread-1-processing-n:127.0.0.1:59673_z_%2Fk
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59673_z_%2Fk
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Registering as Active after recovery.
[junit4] 2> 764440 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
[junit4] 2> 764441 INFO (SocketProxy-Acceptor-51861) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=58170,localport=51861], receiveBufferSize:531000
[junit4] 2> 764441 INFO (SocketProxy-Acceptor-51861) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=51481,localport=57592], receiveBufferSize=530904
[junit4] 2> 764448 INFO (qtp977927011-13454) [n:127.0.0.1:51861_z_%2Fk
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 764448 INFO (qtp977927011-13454) [n:127.0.0.1:51861_z_%2Fk
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 764449 INFO (qtp977927011-13454) [n:127.0.0.1:51861_z_%2Fk
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 764449 INFO (qtp977927011-13454) [n:127.0.0.1:51861_z_%2Fk
c:control_collection s:shard1 r:core_node1 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z_/k path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 0
[junit4] 2> 764450 INFO (SocketProxy-Acceptor-37201) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54625,localport=37201], receiveBufferSize:531000
[junit4] 2> 764451 INFO (SocketProxy-Acceptor-37201) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=43065,localport=35098], receiveBufferSize=530904
[junit4] 2> 764456 INFO (SocketProxy-Acceptor-37201) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54627,localport=37201], receiveBufferSize:531000
[junit4] 2> 764473 INFO (SocketProxy-Acceptor-37201) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=43065,localport=35100], receiveBufferSize=530904
[junit4] 2> 764474 INFO (qtp720920330-13518) [n:127.0.0.1:37201_z_%2Fk
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2
start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 764475 INFO (SocketProxy-Acceptor-59673) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=50279,localport=59673], receiveBufferSize:531000
[junit4] 2> 764475 INFO (SocketProxy-Acceptor-43031) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=35910,localport=43031], receiveBufferSize:531000
[junit4] 2> 764481 INFO (qtp720920330-13518) [n:127.0.0.1:37201_z_%2Fk
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2
No uncommitted changes. Skipping IW.commit.
[junit4] 2> 764485 INFO (SocketProxy-Acceptor-43031) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=42626,localport=44520], receiveBufferSize=530904
[junit4] 2> 764489 INFO (qtp720920330-13518) [n:127.0.0.1:37201_z_%2Fk
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2
end_commit_flush
[junit4] 2> 764489 INFO (qtp720920330-13518) [n:127.0.0.1:37201_z_%2Fk
c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z_/k path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37201/z_/k/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 15
[junit4] 2> 764489 INFO (qtp454652297-13488) [n:127.0.0.1:43031_z_%2Fk
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2
start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 764489 INFO (qtp342573617-13549) [n:127.0.0.1:59673_z_%2Fk
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2
start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 764489 INFO (qtp454652297-13488) [n:127.0.0.1:43031_z_%2Fk
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2
No uncommitted changes. Skipping IW.commit.
[junit4] 2> 764489 INFO (SocketProxy-Acceptor-59673) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=37689,localport=34632], receiveBufferSize=530904
[junit4] 2> 764493 INFO (qtp454652297-13488) [n:127.0.0.1:43031_z_%2Fk
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2
end_commit_flush
[junit4] 2> 764493 INFO (qtp454652297-13488) [n:127.0.0.1:43031_z_%2Fk
c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z_/k path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37201/z_/k/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 3
[junit4] 2> 764493 INFO (qtp342573617-13549) [n:127.0.0.1:59673_z_%2Fk
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2
No uncommitted changes. Skipping IW.commit.
[junit4] 2> 764493 INFO (qtp342573617-13549) [n:127.0.0.1:59673_z_%2Fk
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2
end_commit_flush
[junit4] 2> 764493 INFO (qtp342573617-13549) [n:127.0.0.1:59673_z_%2Fk
c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z_/k path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37201/z_/k/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 4
[junit4] 2> 764501 INFO (qtp720920330-13520) [n:127.0.0.1:37201_z_%2Fk
c:collection1 s:shard1 r:core_node2 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/z_/k path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 45
[junit4] 2> 764502 INFO (SocketProxy-Acceptor-43031) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=35914,localport=43031], receiveBufferSize:531000
[junit4] 2> 764509 INFO (SocketProxy-Acceptor-43031) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=42626,localport=44522], receiveBufferSize=530904
[junit4] 2> 764516 INFO (qtp454652297-13495) [n:127.0.0.1:43031_z_%2Fk
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request
[collection1] webapp=/z_/k path=/select
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
hits=0 status=0 QTime=0
[junit4] 2> 764517 INFO (SocketProxy-Acceptor-59673) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=50284,localport=59673], receiveBufferSize:531000
[junit4] 2> 764520 INFO (SocketProxy-Acceptor-59673) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=37689,localport=34637], receiveBufferSize=530904
[junit4] 2> 764532 INFO (qtp342573617-13551) [n:127.0.0.1:59673_z_%2Fk
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.S.Request
[collection1] webapp=/z_/k path=/select
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
hits=0 status=0 QTime=0
[junit4] 2> 764533 INFO (SocketProxy-Acceptor-37201) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54637,localport=37201], receiveBufferSize:531000
[junit4] 2> 764534 INFO (SocketProxy-Acceptor-37201) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=43065,localport=35110], receiveBufferSize=530904
[junit4] 2> 764537 INFO (qtp720920330-13524) [n:127.0.0.1:37201_z_%2Fk
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request
[collection1] webapp=/z_/k path=/select
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
hits=0 status=0 QTime=0
[junit4] 2> 766538 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1:
c8n_1x3_lf
[junit4] 2> 766539 INFO (SocketProxy-Acceptor-37201) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54646,localport=37201], receiveBufferSize:531000
[junit4] 2> 766540 INFO (SocketProxy-Acceptor-37201) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=43065,localport=35119], receiveBufferSize=530904
[junit4] 2> 766541 INFO (qtp720920330-13522) [n:127.0.0.1:37201_z_%2Fk
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=3&maxShardsPerNode=1&name=c8n_1x3_lf&action=CREATE&numShards=1&stateFormat=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 766543 INFO
(OverseerThreadFactory-2656-thread-1-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk ] o.a.s.c.CreateCollectionCmd Create collection
c8n_1x3_lf
[junit4] 2> 766543 INFO
(OverseerThreadFactory-2656-thread-1-processing-n:127.0.0.1:51861_z_%2Fk)
[n:127.0.0.1:51861_z_%2Fk ] o.a.s.c.CreateCollectionCmd Only one config set
found in zk - using it:conf1
[junit4] 2> 766648 INFO (SocketProxy-Acceptor-59673) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=50297,localport=59673], receiveBufferSize:531000
[junit4] 2> 766649 INFO (SocketProxy-Acceptor-37201) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54650,localport=37201], receiveBufferSize:531000
[junit4] 2> 766649 INFO (SocketProxy-Acceptor-51861) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=58199,localport=51861], receiveBufferSize:531000
[junit4] 2> 766649 INFO (SocketProxy-Acceptor-59673) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=37689,localport=34650], receiveBufferSize=530904
[junit4] 2> 766650 INFO (SocketProxy-Acceptor-37201) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=43065,localport=35123], receiveBufferSize=530904
[junit4] 2> 766650 INFO (qtp342573617-13546) [n:127.0.0.1:59673_z_%2Fk
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica2&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
[junit4] 2> 766651 INFO (SocketProxy-Acceptor-51861) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=51481,localport=57621], receiveBufferSize=530904
[junit4] 2> 766653 INFO (qtp720920330-13521) [n:127.0.0.1:37201_z_%2Fk
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica1&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
[junit4] 2> 766653 INFO (qtp977927011-13452) [n:127.0.0.1:51861_z_%2Fk
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica3&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
[junit4] 2> 767663 INFO (qtp342573617-13546) [n:127.0.0.1:59673_z_%2Fk
c:c8n_1x3_lf s:shard1 x:c8n_1x3_lf_shard1_replica2] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.5.0
[junit4] 2> 767664 INFO (qtp977927011-13452) [n:127.0.0.1:51861_z_%2Fk
c:c8n_1x3_lf s:shard1 x:c8n_1x3_lf_shard1_replica3] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.5.0
[junit4] 2> 767680 INFO (qtp720920330-13521) [n:127.0.0.1:37201_z_%2Fk
c:c8n_1x3_lf s:shard1 x:c8n_1x3_lf_shard1_replica1] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 6.5.0
[junit4] 2> 767686 INFO (qtp977927011-13452) [n:127.0.0.1:51861_z_%2Fk
c:c8n_1x3_lf s:shard1 x:c8n_1x3_lf_shard1_replica3] o.a.s.s.IndexSchema
[c8n_1x3_lf_shard1_replica3] Schema name=test
[junit4] 2> 767690 INFO (qtp342573617-13546) [n:127.0.0.1:59673_z_%2Fk
c:c8n_1x3_lf s:shard1 x:c8n_1x3_lf_shard1_replica2] o.a.s.s.IndexSchema
[c8n_1x3_lf_shard1_replica2] Schema name=test
[junit4] 2> 767692 INFO (qtp720920330-13521) [n:127.0.0.1:37201_z_%2Fk
c:c8n_1x3_lf s:shard1 x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema
[c8n_1x3_lf_shard1_replica1] Schema name=test
[junit4] 2> 767780 WARN (qtp342573617-13546) [n:127.0.0.1:59673_z_%2Fk
c:c8n_1x3_lf s:shard1 x:c8n_1x3_lf_shard1_replica2] o.a.s.s.IndexSchema
[c8n_1x3_lf_shard1_replica2] default search field in schema is text. WARNING:
Deprecated, please use 'df' on request instead.
[junit4] 2> 767782 INFO (qtp342573617-13546) [n:127.0.0.1:59673_z_%2Fk
c:c8n_1x3_lf s:shard1 x:c8n_1x3_lf_shard1_replica2] o.a.s.s.IndexSchema Loaded
schema test/1.0 with uniqueid field id
[junit4] 2> 767789 INFO (qtp342573617-13546) [n:127.0.0.1:59673_z_%2Fk
c:c8n_1x3_lf s:shard1 x:c8n_1x3_lf_shard1_replica2] o.a.s.c.CoreContainer
Creating SolrCore 'c8n_1x3_lf_shard1_replica2' using configuration from
collection c8n_1x3_lf
[junit4] 2> 767790 INFO (qtp342573617-13546) [n:127.0.0.1:59673_z_%2Fk
c:c8n_1x3_lf s:shard1 x:c8n_1x3_lf_shard1_replica2] o.a.s.c.SolrCore
[[c8n_1x3_lf_shard1_replica2] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica2],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica2/data/]
[junit4] 2> 767790 INFO (qtp342573617-13546) [n:127.0.0.1:59673_z_%2Fk
c:c8n_1x3_lf s:shard1 x:c8n_1x3_lf_shard1_replica2] o.a.s.c.JmxMonitoredMap
JMX monitoring is enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@d620054
[junit4] 2> 767791 INFO (qtp342573617-13546) [n:127.0.0.1:59673_z_%2Fk
c:c8n_1x3_lf s:shard1 x:c8n_1x3_lf_shard1_replica2] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=17,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
[...truncated too long message...]
: 127.0.0.1:59673_z_%2Fk
[junit4] 2> 898225 WARN
(zkCallback-990-thread-4-processing-n:127.0.0.1:59673_z_%2Fk)
[n:127.0.0.1:59673_z_%2Fk ] o.a.s.c.c.ZkStateReader ZooKeeper watch
triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for
/live_nodes]
[junit4] 2> 898226 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> 898229 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@53d2f23a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 898229 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@766fde15{/z_/k,null,UNAVAILABLE}
[junit4] 2> 898231 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:34370 34370
[junit4] 2> 898405 INFO (Thread-8712) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:34370 34370
[junit4] 2> 898406 WARN (Thread-8712) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 4 /solr/security.json
[junit4] 2> 4 /solr/configs/conf1
[junit4] 2> 3 /solr/collections/c8n_1x3_lf/state.json
[junit4] 2> 3 /solr/collections/collection1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2> 2
/solr/overseer_elect/election/97479030972022792-127.0.0.1:43031_z_%2Fk-n_0000000001
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 141 /solr/overseer/collection-queue-work
[junit4] 2> 51 /solr/overseer/queue
[junit4] 2> 12 /solr/overseer/queue-work
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 5 /solr/collections
[junit4] 2>
[junit4] 2> 898406 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.SocketProxy Closing 4 connections to: http://127.0.0.1:43031/z_/k,
target: http://127.0.0.1:42626/z_/k
[junit4] 2> 898406 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:37201/z_/k,
target: http://127.0.0.1:43065/z_/k
[junit4] 2> 898406 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:59673/z_/k,
target: http://127.0.0.1:37689/z_/k
[junit4] 2> 898406 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3B8818A7AB8CBEC]) [ ]
o.a.s.c.SocketProxy Closing 16 connections to: http://127.0.0.1:51861/z_/k,
target: http://127.0.0.1:51481/z_/k
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test
-Dtests.seed=3B8818A7AB8CBEC -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=sr-RS -Dtests.timezone=Pacific/Truk -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 147s J0 | LeaderFailoverAfterPartitionTest.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: Expected 2 of 3
replicas to be active but only found 1;
[core_node2:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:51861/z_/k","node_name":"127.0.0.1:51861_z_%2Fk","state":"active","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/28)={
[junit4] > "replicationFactor":"3",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node1":{
[junit4] > "state":"down",
[junit4] > "base_url":"http://127.0.0.1:59673/z_/k",
[junit4] > "core":"c8n_1x3_lf_shard1_replica2",
[junit4] > "node_name":"127.0.0.1:59673_z_%2Fk"},
[junit4] > "core_node2":{
[junit4] > "core":"c8n_1x3_lf_shard1_replica3",
[junit4] > "base_url":"http://127.0.0.1:51861/z_/k",
[junit4] > "node_name":"127.0.0.1:51861_z_%2Fk",
[junit4] > "state":"active",
[junit4] > "leader":"true"},
[junit4] > "core_node3":{
[junit4] > "core":"c8n_1x3_lf_shard1_replica1",
[junit4] > "base_url":"http://127.0.0.1:37201/z_/k",
[junit4] > "node_name":"127.0.0.1:37201_z_%2Fk",
[junit4] > "state":"down"}}}},
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "autoAddReplicas":"false"}
[junit4] > at
__randomizedtesting.SeedInfo.seed([3B8818A7AB8CBEC:8BECBE50D444A614]:0)
[junit4] > at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
[junit4] > at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 898408 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[3B8818A7AB8CBEC]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3B8818A7AB8CBEC-001
[junit4] 2> Feb 18, 2017 10:01:58 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{range_facet_l_dv=FST50,
_version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
multiDefault=PostingsFormat(name=LuceneFixedGap),
a_t=PostingsFormat(name=LuceneFixedGap),
intDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
id=FST50, range_facet_i_dv=PostingsFormat(name=LuceneFixedGap),
text=PostingsFormat(name=MockRandom),
range_facet_l=PostingsFormat(name=LuceneFixedGap),
timestamp=PostingsFormat(name=LuceneFixedGap)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54),
range_facet_i_dv=DocValuesFormat(name=Direct),
intDvoDefault=DocValuesFormat(name=Lucene54),
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1063,
maxMBSortInHeap=7.954776109555437,
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=sr-RS,
timezone=Pacific/Truk
[junit4] 2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation
1.8.0_121 (64-bit)/cpus=4,threads=1,free=131023608,total=527433728
[junit4] 2> NOTE: All tests run in this JVM: [AssignTest,
TestStressUserVersions, TestFastLRUCache, TestFunctionQuery,
CollectionStateFormat2Test, OverseerStatusTest, DeleteReplicaTest,
TestFoldingMultitermQuery, TestSchemaVersionResource, HdfsNNFailoverTest,
DistribCursorPagingTest, TestSchemaNameResource, ExternalFileFieldSortTest,
TestFieldCacheSortRandom, TestTolerantUpdateProcessorRandomCloud,
AnalysisAfterCoreReloadTest, TestSolr4Spatial,
ClassificationUpdateProcessorTest, TestHdfsUpdateLog, StressHdfsTest,
TestRealTimeGet, TestInfoStreamLogging, TestJoin, MultiThreadedOCPTest,
TestScoreJoinQPScore, TestComplexPhraseQParserPlugin, TestValueSourceCache,
SimpleMLTQParserTest, TestLockTree, TestPathTrie,
HdfsTlogReplayBufferedWhileIndexingTest, HdfsRestartWhileUpdatingTest,
TestBinaryResponseWriter, ReturnFieldsTest, TestSolrQueryParserResource,
TestExclusionRuleCollectionAccess, TestPKIAuthenticationPlugin,
TestPseudoReturnFields, TestDynamicFieldCollectionResource,
ExitableDirectoryReaderTest, RegexBoostProcessorTest, HdfsLockFactoryTest,
TestRecoveryHdfs, QueryEqualityTest, TestAnalyzeInfixSuggestions,
TestManagedSynonymFilterFactory, TestStressLucene, StandardRequestHandlerTest,
TestFastWriter, OutputWriterTest, TestExactSharedStatsCache, TestBadConfig,
BigEndianAscendingWordDeserializerTest, CachingDirectoryFactoryTest,
ChaosMonkeyNothingIsSafeTest, DistributedExpandComponentTest,
TestSolrQueryResponse, TestConfigSetProperties, TestExpandComponent,
TestQuerySenderNoQuery, TestCSVLoader, ChangedSchemaMergeTest,
TestSegmentSorting, XsltUpdateRequestHandlerTest, TestOmitPositions,
TestSolrCoreSnapshots, TestMinMaxOnMultiValuedField, HLLUtilTest, PeerSyncTest,
SSLMigrationTest, JavabinLoaderTest, AtomicUpdatesTest, TestCloudPivotFacet,
TestLegacyFieldCache, SolrCLIZkUtilsTest, CurrencyFieldOpenExchangeTest,
TestSolrCLIRunExample, ConnectionManagerTest, TestDeleteCollectionOnDownNodes,
BlockDirectoryTest, ClusterStateTest, TestStressRecovery,
OverseerCollectionConfigSetProcessorTest, TestSlowCompositeReaderWrapper,
SolrGangliaReporterTest, LeaderElectionIntegrationTest,
TestSystemCollAutoCreate, TestPerFieldSimilarity, TestGeoJSONResponseWriter,
TestManagedResourceStorage, UniqFieldsUpdateProcessorFactoryTest,
TestSolrCloudWithDelegationTokens, TestRemoteStreaming, TestConfigsApi,
TestDelegationWithHadoopAuth, CleanupOldIndexTest, TestJmxIntegration,
RequiredFieldsTest, FastVectorHighlighterTest, TestMacros,
DistributedQueueTest, PolyFieldTest, ScriptEngineTest,
LeaderFailoverAfterPartitionTest]
[junit4] Completed [322/692 (1!)] on J0 in 147.54s, 1 test, 1 failure <<<
FAILURES!
[...truncated 63871 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]