Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/3196/
Java: 32bit/jdk-9-ea+162 -server -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node2:{"core":"c8n_1x3_lf_shard1_replica2","base_url":"http://127.0.0.1:43973","node_name":"127.0.0.1:43973_","state":"active","leader":"true"}];
 clusterState: 
DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={   
"replicationFactor":"3",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "state":"down",           
"base_url":"http://127.0.0.1:46531";,           
"core":"c8n_1x3_lf_shard1_replica1",           "node_name":"127.0.0.1:46531_"}, 
        "core_node2":{           "core":"c8n_1x3_lf_shard1_replica2",           
"base_url":"http://127.0.0.1:43973";,           "node_name":"127.0.0.1:43973_",  
         "state":"active",           "leader":"true"},         "core_node3":{   
        "core":"c8n_1x3_lf_shard1_replica3",           
"base_url":"http://127.0.0.1:35012";,           "node_name":"127.0.0.1:35012_",  
         "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_replica2","base_url":"http://127.0.0.1:43973","node_name":"127.0.0.1:43973_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:46531";,
          "core":"c8n_1x3_lf_shard1_replica1",
          "node_name":"127.0.0.1:46531_"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:43973";,
          "node_name":"127.0.0.1:43973_",
          "state":"active",
          "leader":"true"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:35012";,
          "node_name":"127.0.0.1:35012_",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([6CDDA21991ED6B66:E4899DC33F11069E]: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 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:547)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test

Error Message:
Shard shard1 replicas do not have same number of documents expected:<10> but 
was:<0>

Stack Trace:
java.lang.AssertionError: Shard shard1 replicas do not have same number of 
documents expected:<10> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([6CDDA21991ED6B66:E4899DC33F11069E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.assertConsistentReplicas(TestLeaderElectionWithEmptyReplica.java:119)
        at 
org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test(TestLeaderElectionWithEmptyReplica.java:101)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:547)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11891 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/init-core-data-001
   [junit4]   2> 1194639 WARN  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[6CDDA21991ED6B66]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=13 numCloses=13
   [junit4]   2> 1194639 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[6CDDA21991ED6B66]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1194641 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[6CDDA21991ED6B66]-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> 1194641 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[6CDDA21991ED6B66]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1194642 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1194642 INFO  (Thread-1517) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1194642 INFO  (Thread-1517) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1194742 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:41613
   [junit4]   2> 1194748 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1194750 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1194753 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1194755 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1194757 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1194759 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1194761 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1194764 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1194766 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1194769 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1194771 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1195345 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/control-001/cores/collection1
   [junit4]   2> 1195349 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1195349 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1bc1d83{/,null,AVAILABLE}
   [junit4]   2> 1195352 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@62d831{HTTP/1.1,[http/1.1]}{127.0.0.1:37092}
   [junit4]   2> 1195352 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.e.j.s.Server Started @1197292ms
   [junit4]   2> 1195352 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/tempDir-001/control/data,
 hostPort=41791, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/control-001/cores}
   [junit4]   2> 1195352 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1195352 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1195352 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1195352 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1195352 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-04T09:28:39.884758Z
   [junit4]   2> 1195354 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1195354 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/control-001/solr.xml
   [junit4]   2> 1195360 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1195362 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41613/solr
   [junit4]   2> 1195371 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1195371 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41791_
   [junit4]   2> 1195371 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.Overseer Overseer (id=97733713538318340-127.0.0.1:41791_-n_0000000000) 
starting
   [junit4]   2> 1195374 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41791_
   [junit4]   2> 1195376 INFO  (zkCallback-2042-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1195546 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/control-001/cores
   [junit4]   2> 1195547 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1195547 INFO  (coreLoadExecutor-2926-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1195548 INFO  
(OverseerStateUpdate-97733713538318340-127.0.0.1:41791_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1196556 INFO  (coreLoadExecutor-2926-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1196566 INFO  (coreLoadExecutor-2926-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1196630 WARN  (coreLoadExecutor-2926-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1196632 INFO  (coreLoadExecutor-2926-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1196639 INFO  (coreLoadExecutor-2926-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection, trusted=true
   [junit4]   2> 1196639 INFO  (coreLoadExecutor-2926-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1196639 INFO  (coreLoadExecutor-2926-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/control-001/cores/collection1/data/]
   [junit4]   2> 1196639 INFO  (coreLoadExecutor-2926-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@87c341
   [junit4]   2> 1196640 INFO  (coreLoadExecutor-2926-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=11.0859375, 
floorSegmentMB=0.564453125, forceMergeDeletesPctAllowed=25.853197233211105, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1196644 WARN  (coreLoadExecutor-2926-thread-1) [    ] 
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> 1196828 INFO  (coreLoadExecutor-2926-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1196828 INFO  (coreLoadExecutor-2926-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1196829 INFO  (coreLoadExecutor-2926-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1196829 INFO  (coreLoadExecutor-2926-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1196830 INFO  (coreLoadExecutor-2926-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=45.783203125, 
floorSegmentMB=1.8046875, forceMergeDeletesPctAllowed=9.74222755733014, 
segmentsPerTier=2.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1196830 INFO  (coreLoadExecutor-2926-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1aec87f[collection1] main]
   [junit4]   2> 1196831 INFO  (coreLoadExecutor-2926-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1196831 INFO  (coreLoadExecutor-2926-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1196831 INFO  (coreLoadExecutor-2926-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1196832 INFO  (searcherExecutor-2927-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1aec87f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1196832 INFO  (coreLoadExecutor-2926-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1563739418907377664
   [junit4]   2> 1196836 INFO  (coreZkRegister-2919-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1196836 INFO  (coreZkRegister-2919-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1196836 INFO  (coreZkRegister-2919-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41791/collection1/
   [junit4]   2> 1196836 INFO  (coreZkRegister-2919-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1196836 INFO  (coreZkRegister-2919-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:41791/collection1/ has no replicas
   [junit4]   2> 1196837 INFO  (coreZkRegister-2919-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1196838 INFO  (coreZkRegister-2919-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:41791/collection1/ shard1
   [junit4]   2> 1196988 INFO  (coreZkRegister-2919-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1197208 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1197209 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41613/solr ready
   [junit4]   2> 1197209 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1197209 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1197797 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-1-001/cores/collection1
   [junit4]   2> 1197798 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-1-001
   [junit4]   2> 1197799 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1197799 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@13e274a{/,null,AVAILABLE}
   [junit4]   2> 1197800 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3a9cf6{HTTP/1.1,[http/1.1]}{127.0.0.1:34824}
   [junit4]   2> 1197800 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.e.j.s.Server Started @1199740ms
   [junit4]   2> 1197800 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/tempDir-001/jetty1,
 hostPort=43973, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-1-001/cores}
   [junit4]   2> 1197800 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1197801 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1197801 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1197801 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1197801 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-04T09:28:42.333116Z
   [junit4]   2> 1197803 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1197803 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-1-001/solr.xml
   [junit4]   2> 1197816 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1197818 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41613/solr
   [junit4]   2> 1197822 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1197824 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1197825 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43973_
   [junit4]   2> 1197825 INFO  (zkCallback-2042-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1197825 INFO  (zkCallback-2052-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1197826 INFO  (zkCallback-2046-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1198006 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-1-001/cores
   [junit4]   2> 1198006 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1198007 INFO  (coreLoadExecutor-2937-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1198008 INFO  
(OverseerStateUpdate-97733713538318340-127.0.0.1:41791_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1198109 INFO  (zkCallback-2052-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1199016 INFO  (coreLoadExecutor-2937-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1199026 INFO  (coreLoadExecutor-2937-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1199090 WARN  (coreLoadExecutor-2937-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1199092 INFO  (coreLoadExecutor-2937-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1199097 INFO  (coreLoadExecutor-2937-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1199097 INFO  (coreLoadExecutor-2937-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1199098 INFO  (coreLoadExecutor-2937-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1199098 INFO  (coreLoadExecutor-2937-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@87c341
   [junit4]   2> 1199099 INFO  (coreLoadExecutor-2937-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=11.0859375, 
floorSegmentMB=0.564453125, forceMergeDeletesPctAllowed=25.853197233211105, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1199102 WARN  (coreLoadExecutor-2937-thread-1) [    ] 
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> 1199291 INFO  (coreLoadExecutor-2937-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1199291 INFO  (coreLoadExecutor-2937-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1199292 INFO  (coreLoadExecutor-2937-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1199292 INFO  (coreLoadExecutor-2937-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1199293 INFO  (coreLoadExecutor-2937-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=45.783203125, 
floorSegmentMB=1.8046875, forceMergeDeletesPctAllowed=9.74222755733014, 
segmentsPerTier=2.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1199293 INFO  (coreLoadExecutor-2937-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@102fb06[collection1] main]
   [junit4]   2> 1199294 INFO  (coreLoadExecutor-2937-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1199294 INFO  (coreLoadExecutor-2937-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1199294 INFO  (coreLoadExecutor-2937-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1199296 INFO  (searcherExecutor-2938-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@102fb06[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1199296 INFO  (coreLoadExecutor-2937-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1563739421491068928
   [junit4]   2> 1199301 INFO  (coreZkRegister-2932-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1199301 INFO  (coreZkRegister-2932-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1199301 INFO  (coreZkRegister-2932-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43973/collection1/
   [junit4]   2> 1199302 INFO  (coreZkRegister-2932-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1199302 INFO  (coreZkRegister-2932-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:43973/collection1/ has no replicas
   [junit4]   2> 1199302 INFO  (coreZkRegister-2932-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1199304 INFO  (coreZkRegister-2932-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:43973/collection1/ shard2
   [junit4]   2> 1199405 INFO  (zkCallback-2052-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1199407 INFO  (coreZkRegister-2932-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1199509 INFO  (zkCallback-2052-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1200292 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-2-001/cores/collection1
   [junit4]   2> 1200293 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-2-001
   [junit4]   2> 1200294 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1200295 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@199cb8f{/,null,AVAILABLE}
   [junit4]   2> 1200295 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@14c2572{HTTP/1.1,[http/1.1]}{127.0.0.1:37830}
   [junit4]   2> 1200295 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.e.j.s.Server Started @1202236ms
   [junit4]   2> 1200296 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/tempDir-001/jetty2,
 hostPort=35012, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-2-001/cores}
   [junit4]   2> 1200296 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1200296 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1200296 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1200296 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1200296 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-04T09:28:44.828570Z
   [junit4]   2> 1200298 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1200298 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-2-001/solr.xml
   [junit4]   2> 1200303 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1200305 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41613/solr
   [junit4]   2> 1200311 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1200312 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1200312 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35012_
   [junit4]   2> 1200313 INFO  (zkCallback-2042-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1200313 INFO  (zkCallback-2052-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1200314 INFO  (zkCallback-2058-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1200314 INFO  (zkCallback-2046-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1200416 INFO  (zkCallback-2052-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1200551 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-2-001/cores
   [junit4]   2> 1200551 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1200552 INFO  (coreLoadExecutor-2948-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1200553 INFO  
(OverseerStateUpdate-97733713538318340-127.0.0.1:41791_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1200654 INFO  (zkCallback-2052-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1200654 INFO  (zkCallback-2058-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1201560 INFO  (coreLoadExecutor-2948-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1201575 INFO  (coreLoadExecutor-2948-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1201640 WARN  (coreLoadExecutor-2948-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1201642 INFO  (coreLoadExecutor-2948-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1201648 INFO  (coreLoadExecutor-2948-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1201648 INFO  (coreLoadExecutor-2948-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1201649 INFO  (coreLoadExecutor-2948-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1201649 INFO  (coreLoadExecutor-2948-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@87c341
   [junit4]   2> 1201650 INFO  (coreLoadExecutor-2948-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=11.0859375, 
floorSegmentMB=0.564453125, forceMergeDeletesPctAllowed=25.853197233211105, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1201654 WARN  (coreLoadExecutor-2948-thread-1) [    ] 
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> 1201834 INFO  (coreLoadExecutor-2948-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1201834 INFO  (coreLoadExecutor-2948-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1201835 INFO  (coreLoadExecutor-2948-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1201835 INFO  (coreLoadExecutor-2948-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1201836 INFO  (coreLoadExecutor-2948-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=45.783203125, 
floorSegmentMB=1.8046875, forceMergeDeletesPctAllowed=9.74222755733014, 
segmentsPerTier=2.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1201836 INFO  (coreLoadExecutor-2948-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5e7e26[collection1] main]
   [junit4]   2> 1201837 INFO  (coreLoadExecutor-2948-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1201837 INFO  (coreLoadExecutor-2948-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1201837 INFO  (coreLoadExecutor-2948-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1201838 INFO  (searcherExecutor-2949-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5e7e26[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1201838 INFO  (coreLoadExecutor-2948-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1563739424156549120
   [junit4]   2> 1201842 INFO  (coreZkRegister-2943-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1201842 INFO  (coreZkRegister-2943-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1201842 INFO  (coreZkRegister-2943-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35012/collection1/
   [junit4]   2> 1201842 INFO  (coreZkRegister-2943-thread-1) [    ] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1201842 INFO  (coreZkRegister-2943-thread-1) [    ] 
o.a.s.c.SyncStrategy http://127.0.0.1:35012/collection1/ has no replicas
   [junit4]   2> 1201842 INFO  (coreZkRegister-2943-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1201844 INFO  (coreZkRegister-2943-thread-1) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35012/collection1/ shard1
   [junit4]   2> 1201946 INFO  (zkCallback-2052-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1201946 INFO  (zkCallback-2058-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1201995 INFO  (coreZkRegister-2943-thread-1) [    ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1202098 INFO  (zkCallback-2052-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1202100 INFO  (zkCallback-2058-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 1202846 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-3-001/cores/collection1
   [junit4]   2> 1202847 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-3-001
   [junit4]   2> 1202848 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1202848 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1c1f82c{/,null,AVAILABLE}
   [junit4]   2> 1202848 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@161f242{HTTP/1.1,[http/1.1]}{127.0.0.1:38672}
   [junit4]   2> 1202849 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.e.j.s.Server Started @1204789ms
   [junit4]   2> 1202849 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/tempDir-001/jetty3,
 hostPort=46531, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-3-001/cores}
   [junit4]   2> 1202849 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1202849 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 1202849 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1202849 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1202849 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-04T09:28:47.381869Z
   [junit4]   2> 1202852 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1202852 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-3-001/solr.xml
   [junit4]   2> 1202857 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1202859 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41613/solr
   [junit4]   2> 1202866 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1202867 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1202868 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46531_
   [junit4]   2> 1202869 INFO  (zkCallback-2058-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1202869 INFO  (zkCallback-2042-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1202870 INFO  (zkCallback-2052-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1202870 INFO  (zkCallback-2064-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1202870 INFO  (zkCallback-2046-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1202973 INFO  (zkCallback-2052-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1202973 INFO  (zkCallback-2058-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1203108 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-3-001/cores
   [junit4]   2> 1203108 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1203109 INFO  (coreLoadExecutor-2959-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1203110 INFO  
(OverseerStateUpdate-97733713538318340-127.0.0.1:41791_-n_0000000000) [    ] 
o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1203213 INFO  (zkCallback-2064-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1203213 INFO  (zkCallback-2052-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1203213 INFO  (zkCallback-2058-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1204121 INFO  (coreLoadExecutor-2959-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1204136 INFO  (coreLoadExecutor-2959-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1204246 WARN  (coreLoadExecutor-2959-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1204249 INFO  (coreLoadExecutor-2959-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1204263 INFO  (coreLoadExecutor-2959-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 1204264 INFO  (coreLoadExecutor-2959-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1204264 INFO  (coreLoadExecutor-2959-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1204265 INFO  (coreLoadExecutor-2959-thread-1) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@87c341
   [junit4]   2> 1204266 INFO  (coreLoadExecutor-2959-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=11.0859375, 
floorSegmentMB=0.564453125, forceMergeDeletesPctAllowed=25.853197233211105, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1204273 WARN  (coreLoadExecutor-2959-thread-1) [    ] 
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> 1204510 INFO  (coreLoadExecutor-2959-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1204510 INFO  (coreLoadExecutor-2959-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1204512 INFO  (coreLoadExecutor-2959-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1204512 INFO  (coreLoadExecutor-2959-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1204513 INFO  (coreLoadExecutor-2959-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=45.783203125, 
floorSegmentMB=1.8046875, forceMergeDeletesPctAllowed=9.74222755733014, 
segmentsPerTier=2.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1204513 INFO  (coreLoadExecutor-2959-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1137961[collection1] main]
   [junit4]   2> 1204514 INFO  (coreLoadExecutor-2959-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1204514 INFO  (coreLoadExecutor-2959-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1204514 INFO  (coreLoadExecutor-2959-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1204515 INFO  (searcherExecutor-2960-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1137961[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1204516 INFO  (coreLoadExecutor-2959-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1563739426964635648
   [junit4]   2> 1204520 INFO  (coreZkRegister-2954-thread-1) [    ] 
o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1204520 INFO  (updateExecutor-2061-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1204520 INFO  (recoveryExecutor-2062-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1204521 INFO  (recoveryExecutor-2062-thread-1) [    ] 
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1204521 INFO  (recoveryExecutor-2062-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 1204521 INFO  (recoveryExecutor-2062-thread-1) [    ] 
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, 
tlog=null}
   [junit4]   2> 1204521 INFO  (recoveryExecutor-2062-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, 
leader is [http://127.0.0.1:43973/collection1/] and I am 
[http://127.0.0.1:46531/collection1/]
   [junit4]   2> 1204523 INFO  (recoveryExecutor-2062-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Sending prep recovery command to 
[http://127.0.0.1:43973]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:46531_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1204524 INFO  (SocketProxy-Acceptor-43973) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=39738,localport=43973], receiveBufferSize:531000
   [junit4]   2> 1204526 INFO  (SocketProxy-Acceptor-43973) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34824,localport=44810], receiveBufferSize=530904
   [junit4]   2> 1204528 INFO  (qtp23259834-8142) [    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1204528 INFO  (qtp23259834-8142) [    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 1204528 INFO  (qtp23259834-8142) [    ] 
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:46531_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:46531","node_name":"127.0.0.1:46531_","state":"down"}
   [junit4]   2> 1204623 INFO  (zkCallback-2064-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1204623 INFO  (zkCallback-2052-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1204623 INFO  (zkCallback-2058-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1204806 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1204806 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 1204806 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 1205529 INFO  (qtp23259834-8142) [    ] 
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:46531_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:46531","node_name":"127.0.0.1:46531_","state":"recovering"}
   [junit4]   2> 1205529 INFO  (qtp23259834-8142) [    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1205529 INFO  (qtp23259834-8142) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:46531_&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> 1206029 INFO  (recoveryExecutor-2062-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Attempting to PeerSync from 
[http://127.0.0.1:43973/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1206029 INFO  (recoveryExecutor-2062-thread-1) [    ] 
o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:46531 START 
replicas=[http://127.0.0.1:43973/collection1/] nUpdates=100
   [junit4]   2> 1206031 INFO  (SocketProxy-Acceptor-43973) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=39748,localport=43973], receiveBufferSize:531000
   [junit4]   2> 1206031 INFO  (SocketProxy-Acceptor-43973) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34824,localport=44820], receiveBufferSize=530904
   [junit4]   2> 1206032 INFO  (qtp23259834-8137) [    ] 
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> 1206032 INFO  (qtp23259834-8137) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1206033 INFO  (recoveryExecutor-2062-thread-1) [    ] 
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> 1206033 INFO  (recoveryExecutor-2062-thread-1) [    ] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 1206033 INFO  (recoveryExecutor-2062-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1206033 INFO  (recoveryExecutor-2062-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1206033 INFO  (recoveryExecutor-2062-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1206033 INFO  (recoveryExecutor-2062-thread-1) [    ] 
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 1206033 INFO  (recoveryExecutor-2062-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 1206033 INFO  (recoveryExecutor-2062-thread-1) [    ] 
o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1206033 INFO  (recoveryExecutor-2062-thread-1) [    ] 
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1206136 INFO  (zkCallback-2064-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1206136 INFO  (zkCallback-2058-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1206136 INFO  (zkCallback-2052-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1206808 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6CDDA21991ED6B66]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1206808 INFO  (SocketProxy-Acceptor-41791) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=41844,localport=41791], receiveBufferSize:531000
   [junit4]   2> 1206809 INFO  (SocketProxy-Acceptor-41791) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37092,localport=55392], receiveBufferSize=530904
   [junit4]   2> 1206809 INFO  (qtp20703547-8103) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1206810 INFO  (qtp20703547-8103) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1206810 INFO  (qtp20703547-8103) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1206810 INFO  (qtp20703547-8103) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 1206811 INFO  (SocketProxy-Acceptor-35012) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53118,localport=35012], receiveBufferSize:531000
   [junit4]   2> 1206811 INFO  (SocketProxy-Acceptor-35012) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37830,localport=48988], receiveBufferSize=530904
   [junit4]   2> 1206813 INFO  (SocketProxy-Acceptor-43973) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=39760,localport=43973], receiveBufferSize:531000
   [junit4]   2> 1206813 INFO  (SocketProxy-Acceptor-35012) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53122,localport=35012], receiveBufferSize:531000
   [junit4]   2> 1206813 INFO  (SocketProxy-Acceptor-46531) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=56944,localport=46531], receiveBufferSize:531000
   [junit4]   2> 1206813 INFO  (SocketProxy-Acceptor-43973) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34824,localport=44836], receiveBufferSize=530904
   [junit4]   2> 1206814 INFO  (SocketProxy-Acceptor-35012) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37830,localport=48998], receiveBufferSize=530904
   [junit4]   2> 1206815 INFO  (qtp23259834-8144) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1206815 INFO  (qtp23259834-8144) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1206816 INFO  (qtp23259834-8144) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1206816 INFO  (qtp23259834-8144) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:35012/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1206816 INFO  (qtp25519956-8173) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1206816 INFO  (SocketProxy-Acceptor-46531) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=38672,localport=58362], receiveBufferSize=530904
   [junit4]   2> 1206816 INFO  (qtp25519956-8173) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1206817 INFO  (qtp25519956-8173) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1206817 INFO  (qtp25519956-8173) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:35012/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1206817 INFO  (qtp20671635-8200) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1206818 INFO  (qtp20671635-8200) [    ] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1206822 INFO  (qtp20671635-8200) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1206822 INFO  (qtp20671635-8200) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:35012/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 5
   [junit4]   2> 1206822 INFO  (qtp25519956-8171) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={_stateVer_=collection1:12&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 10
   [junit4]   2> 1206824 INFO  (SocketProxy-Acceptor-43973) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=39772,localport=43973], receiveBufferSize:531000
   [junit4]   2> 1206826 INFO  (SocketProxy-Acceptor-43973) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34824,localport=44844], receiveBufferSize=530904
   [junit4]   2> 1206834 INFO  (qtp23259834-8137) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 1206836 INFO  (SocketProxy-Acceptor-46531) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=56956,localport=46531], receiveBufferSize:531000
   [junit4]   2> 1206839 INFO  (SocketProxy-Acceptor-46531) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=38672,localport=58370], receiveBufferSize=530904
   [junit4]   2> 1206840 INFO  (qtp20671635-8196) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 1206841 INFO  (SocketProxy-Acceptor-35012) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53142,localport=35012], receiveBufferSize:531000
   [junit4]   2> 1206841 INFO  (SocketProxy-Acceptor-35012) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37830,localport=49012], receiveBufferSize=530904
   [junit4]   2> 1206844 INFO  (qtp25519956-8167) [    ] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=2
   [junit4]   2> 1208846 INFO  (SocketProxy-Acceptor-35012) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53152,localport=35012], receiveBufferSize:531000
   [junit4]   2> 1208847 INFO  (SocketProxy-Acceptor-35012) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37830,localport=49022], receiveBufferSize=530904
   [junit4]   2> 1208847 INFO  (qtp25519956-8171) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=3&maxShardsPerNode=1&name=c8n_1x3_lf&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1208848 INFO  (OverseerThreadFactory-2924-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 1208849 INFO  (OverseerThreadFactory-2924-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
   [junit4]   2> 1208951 INFO  (SocketProxy-Acceptor-46531) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=56974,localport=46531], receiveBufferSize:531000
   [junit4]   2> 1208951 INFO  (SocketProxy-Acceptor-43973) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=39794,localport=43973], receiveBufferSize:531000
   [junit4]   2> 1208951 INFO  (SocketProxy-Acceptor-35012) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=53156,localport=35012], receiveBufferSize:531000
   [junit4]   2> 1208952 INFO  (SocketProxy-Acceptor-35012) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=37830,localport=49034], receiveBufferSize=530904
   [junit4]   2> 1208952 INFO  (SocketProxy-Acceptor-46531) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=38672,localport=58392], receiveBufferSize=530904
   [junit4]   2> 1208953 INFO  (qtp20671635-8200) [    ] 
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> 1208953 INFO  (qtp25519956-8166) [    ] 
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> 1208953 INFO  (SocketProxy-Acceptor-43973) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34824,localport=44872], receiveBufferSize=530904
   [junit4]   2> 1208954 INFO  (qtp23259834-8143) [    ] 
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> 1209062 INFO  (zkCallback-2052-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1209062 INFO  (zkCallback-2064-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1209062 INFO  (zkCallback-2058-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/c8n_1x3_lf/state.json] for collection [c8n_1x3_lf] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 1209964 INFO  (qtp25519956-8166) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1209988 INFO  (qtp23259834-8143) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1209988 INFO  (qtp20671635-8200) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 1209997 INFO  (qtp25519956-8166) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica3] Schema name=test
   [junit4]   2> 1209998 INFO  (qtp23259834-8143) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica2] Schema name=test
   [junit4]   2> 1210003 INFO  (qtp20671635-8200) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica1] Schema name=test
   [junit4]   2> 1210092 WARN  (qtp25519956-8166) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica3] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 1210094 INFO  (qtp25519956-8166) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1210116 WARN  (qtp23259834-8143) [    ] 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> 1210118 INFO  (qtp23259834-8143) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1210122 INFO  (qtp25519956-8166) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'c8n_1x3_lf_shard1_replica3' using configuration from 
collection c8n_1x3_lf, trusted=true
   [junit4]   2> 1210122 INFO  (qtp25519956-8166) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1210122 INFO  (qtp25519956-8166) [    ] o.a.s.c.SolrCore 
[[c8n_1x3_lf_shard1_replica3] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica3/data/]
   [junit4]   2> 1210123 INFO  (qtp25519956-8166) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@87c341
   [junit4]   2> 1210125 INFO  (qtp25519956-8166) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=11.0859375, 
floorSegmentMB=0.564453125, forceMergeDeletesPctAllowed=25.853197233211105, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1210125 INFO  (qtp23259834-8143) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'c8n_1x3_lf_shard1_replica2' using configuration from 
collection c8n_1x3_lf, trusted=true
   [junit4]   2> 1210126 INFO  (qtp23259834-8143) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1210126 INFO  (qtp23259834-8143) [    ] o.a.s.c.SolrCore 
[[c8n_1x3_lf_shard1_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-1-001/cores/c8n_1x3_lf_shard1_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-1-001/cores/c8n_1x3_lf_shard1_replica2/data/]
   [junit4]   2> 1210126 INFO  (qtp23259834-8143) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@87c341
   [junit4]   2> 1210127 WARN  (qtp20671635-8200) [    ] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica1] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 1210128 INFO  (qtp23259834-8143) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=11.0859375, 
floorSegmentMB=0.564453125, forceMergeDeletesPctAllowed=25.853197233211105, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1210129 WARN  (qtp25519956-8166) [    ] 
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> 1210130 INFO  (qtp20671635-8200) [    ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1210132 WARN  (qtp23259834-8143) [    ] 
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> 1210138 INFO  (qtp20671635-8200) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'c8n_1x3_lf_shard1_replica1' using configuration from 
collection c8n_1x3_lf, trusted=true
   [junit4]   2> 1210138 INFO  (qtp20671635-8200) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1210138 INFO  (qtp20671635-8200) [    ] o.a.s.c.SolrCore 
[[c8n_1x3_lf_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6CDDA21991ED6B66-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica1/data/]
   [junit4]   2> 1210138 INFO  (qtp20671635-8200) [    ] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@87c341
   [junit4]   2> 1210140 INFO  (qtp20671635-8200) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=11.0859375, 
floorSegmentMB=0.564453125, forceMergeDeletesPctAl

[...truncated too long message...]

.seed=6CDDA21991ED6B66 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ru-RU -Dtests.timezone=Asia/Yakutsk -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 48.1s J1 | TestLeaderElectionWithEmptyReplica.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Shard shard1 replicas 
do not have same number of documents expected:<10> but was:<0>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6CDDA21991ED6B66:E4899DC33F11069E]:0)
   [junit4]    >        at 
org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.assertConsistentReplicas(TestLeaderElectionWithEmptyReplica.java:119)
   [junit4]    >        at 
org.apache.solr.cloud.TestLeaderElectionWithEmptyReplica.test(TestLeaderElectionWithEmptyReplica.java:101)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:547)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1948670 INFO  (jetty-closer-2949-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@87a00e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1948671 INFO  (jetty-closer-2949-thread-1) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=9840733
   [junit4]   2> 1948671 INFO  (jetty-closer-2949-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@505c11{HTTP/1.1,[http/1.1]}{127.0.0.1:35037}
   [junit4]   2> 1948671 INFO  (jetty-closer-2949-thread-2) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=31702761
   [junit4]   2> 1948673 INFO  (coreCloseExecutor-4948-thread-1) [    ] 
o.a.s.c.SolrCore [solr_9504_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1d00ce6
   [junit4]   2> 1948673 INFO  (coreCloseExecutor-4949-thread-1) [    ] 
o.a.s.c.SolrCore [solr_9504_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@20ae9b
   [junit4]   2> 1948676 INFO  (coreCloseExecutor-4948-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.solr_9504.shard1.replica2
   [junit4]   2> 1948677 INFO  (jetty-closer-2949-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=97733759560318982-127.0.0.1:45770_solr-n_0000000000) closing
   [junit4]   2> 1948677 INFO  
(OverseerStateUpdate-97733759560318982-127.0.0.1:45770_solr-n_0000000000) [    
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45770_solr
   [junit4]   2> 1948678 INFO  (zkCallback-2971-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1948678 INFO  (zkCallback-2971-thread-3) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35037_solr
   [junit4]   2> 1948678 INFO  (jetty-closer-2949-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1948679 INFO  (jetty-closer-2949-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@860d53{/solr,null,UNAVAILABLE}
   [junit4]   2> 1948679 INFO  (coreCloseExecutor-4949-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.solr_9504.shard1.replica1
   [junit4]   2> 1948680 WARN  (zkCallback-2971-thread-3) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1948681 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15b38562528000b, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1948681 INFO  (jetty-closer-2949-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1948681 INFO  (jetty-closer-2949-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@17be2cd{/solr,null,UNAVAILABLE}
   [junit4]   2> 1948683 INFO  
(SUITE-TestLeaderElectionWithEmptyReplica-seed#[6CDDA21991ED6B66]-worker) [    
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35499 35499
   [junit4]   2> 1948724 INFO  (Thread-2709) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:35499 35499
   [junit4]   2> 1948724 WARN  (Thread-2709) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/aliases.json
   [junit4]   2>        4       /solr/clusterprops.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        3       /solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        4       /solr/clusterstate.json
   [junit4]   2>        4       /solr/collections/solr_9504/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/97733759560318982-127.0.0.1:45770_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        37      /solr/overseer/collection-queue-work
   [junit4]   2>        15      /solr/overseer/queue
   [junit4]   2>        6       /solr/overseer/queue-work
   [junit4]   2>        4       /solr/collections
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1948724 INFO  
(SUITE-TestLeaderElectionWithEmptyReplica-seed#[6CDDA21991ED6B66]-worker) [    
] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestLeaderElectionWithEmptyReplica_6CDDA21991ED6B66-001
   [junit4]   2> Apr 04, 2017 9:41:13 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{_version_=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=PostingsFormat(name=Memory doPackFST= true)}, docValues:{}, 
maxPointsInLeafNode=754, maxMBSortInHeap=6.387464267094748, 
sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=ru-RU, 
timezone=Asia/Yakutsk
   [junit4]   2> NOTE: Linux 4.4.0-66-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=12,threads=1,free=128116224,total=435945472
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSets, 
TestSurroundQueryParser, SolrCmdDistributorTest, CopyFieldTest, 
DirectSolrConnectionTest, TestSchemaVersionResource, TestRTGBase, 
TestDistribIDF, SoftAutoCommitTest, TestDocTermOrds, FullHLLTest, 
SchemaVersionSpecificBehaviorTest, TestReRankQParserPlugin, 
TestSuggestSpellingConverter, CSVRequestHandlerTest, TestHdfsBackupRestoreCore, 
DateMathParserTest, CollectionsAPIDistributedZkTest, AddBlockUpdateTest, 
TestObjectReleaseTracker, SliceStateTest, TestManagedSynonymFilterFactory, 
AssignTest, IndexSchemaRuntimeFieldTest, DeleteReplicaTest, ZkControllerTest, 
TestSchemaNameResource, TestPushWriter, EnumFieldTest, 
TemplateUpdateProcessorTest, DistributedFacetPivotWhiteBoxTest, 
HdfsBasicDistributedZkTest, MultiTermTest, TestExclusionRuleCollectionAccess, 
IndexBasedSpellCheckerTest, TestQueryTypes, TestWordDelimiterFilterFactory, 
SolrGangliaReporterTest, TestMiniSolrCloudClusterSSL, 
TestInPlaceUpdatesDistrib, FileUtilsTest, SolrIndexSplitterTest, 
CollectionsAPISolrJTest, HdfsDirectoryFactoryTest, 
DistributedTermsComponentTest, CleanupOldIndexTest, TestExpandComponent, 
TestRestoreCore, SSLMigrationTest, RAMDirectoryFactoryTest, 
TestCloudPivotFacet, TestSolrConfigHandlerCloud, 
TestCursorMarkWithoutUniqueKey, TestBinaryResponseWriter, 
TestTolerantUpdateProcessorCloud, TestSolrQueryResponse, 
ChangedSchemaMergeTest, V2ApiIntegrationTest, 
TestPerFieldSimilarityWithDefaultOverride, TestShardHandlerFactory, 
TermVectorComponentTest, TestStressVersions, TestConfigOverlay, 
CoreMergeIndexesAdminHandlerTest, TestStressCloudBlindAtomicUpdates, 
TestSortByMinMaxFunction, ChaosMonkeySafeLeaderTest, 
LeaderFailoverAfterPartitionTest, TestSweetSpotSimilarityFactory, 
UpdateRequestProcessorFactoryTest, BasicFunctionalityTest, 
TestSubQueryTransformerCrossCore, ParsingFieldUpdateProcessorsTest, 
PropertiesRequestHandlerTest, CollectionStateFormat2Test, 
UUIDUpdateProcessorFallbackTest, TestBlendedInfixSuggestions, 
TestHashPartitioner, TestSegmentSorting, SolrSlf4jReporterTest, TestLRUCache, 
MultiThreadedOCPTest, TestFuzzyAnalyzedSuggestions, ZkCLITest, BufferStoreTest, 
TestFieldResource, SuggestComponentContextFilterQueryTest, 
HdfsWriteToMultipleCollectionsTest, SystemInfoHandlerTest, TestDynamicLoading, 
TestSimpleTrackingShardHandler, TestLuceneMatchVersion, TestQueryWrapperFilter, 
ConnectionReuseTest, LoggingHandlerTest, DistributedMLTComponentTest, 
TestInitParams, TestConfigsApi, ShardRoutingTest, SolrIndexConfigTest, 
TestBM25SimilarityFactory, TestQuerySenderListener, TestFieldCacheVsDocValues, 
SearchHandlerTest, TestRuleBasedAuthorizationPlugin, 
TestLeaderElectionZkExpiry, TestConfigSetsAPIExclusivity, ConvertedLegacyTest, 
ShardRoutingCustomTest, DistributedQueueTest, 
OverseerCollectionConfigSetProcessorTest, HdfsCollectionsAPIDistributedZkTest, 
TestRandomRequestDistribution, TestEmbeddedSolrServerConstructors, 
TestSlowCompositeReaderWrapper, TestQueryUtils, HttpPartitionTest, 
OverseerStatusTest, ReplicationFactorTest, RollingRestartTest, 
TestCloudRecovery, TestDeleteCollectionOnDownNodes, 
TestDownShardTolerantSearch, TestLeaderElectionWithEmptyReplica]
   [junit4] Completed [518/701 (2!)] on J1 in 52.61s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 36879 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to