Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/3257/
Java: 32bit/jdk1.8.0_121 -client -XX:+UseG1GC

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:44838","node_name":"127.0.0.1:44838_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={   
"replicationFactor":"3",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "state":"down",           
"base_url":"http://127.0.0.1:36399";,           
"core":"c8n_1x3_lf_shard1_replica2",           "node_name":"127.0.0.1:36399_"}, 
        "core_node2":{           "core":"c8n_1x3_lf_shard1_replica3",           
"base_url":"http://127.0.0.1:42260";,           "node_name":"127.0.0.1:42260_",  
         "state":"down"},         "core_node3":{           
"core":"c8n_1x3_lf_shard1_replica1",           
"base_url":"http://127.0.0.1:44838";,           "node_name":"127.0.0.1:44838_",  
         "state":"active",           "leader":"true"}}}},   
"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_node3:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:44838","node_name":"127.0.0.1:44838_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:36399";,
          "core":"c8n_1x3_lf_shard1_replica2",
          "node_name":"127.0.0.1:36399_"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:42260";,
          "node_name":"127.0.0.1:42260_",
          "state":"down"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:44838";,
          "node_name":"127.0.0.1:44838_",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([36CBE484AEAC51DE:BE9FDB5E00503C26]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11517 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_36CBE484AEAC51DE-001/init-core-data-001
   [junit4]   2> 307715 WARN  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[36CBE484AEAC51DE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 307715 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[36CBE484AEAC51DE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 307717 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[36CBE484AEAC51DE]-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> 307717 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[36CBE484AEAC51DE]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 307719 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 307719 INFO  (Thread-930) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 307719 INFO  (Thread-930) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 307819 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:46038
   [junit4]   2> 307826 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 0x15b5f8b8d930000, 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.lang.Thread.run(Thread.java:745)
   [junit4]   2> 307832 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
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> 307835 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
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> 307837 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
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> 307839 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
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> 307840 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
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> 307841 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
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> 307842 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
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> 307844 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
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> 307845 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
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> 307847 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
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> 307849 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
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> 307990 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
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_36CBE484AEAC51DE-001/control-001/cores/collection1
   [junit4]   2> 307993 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 307994 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@d04fdb{/,null,AVAILABLE}
   [junit4]   2> 307995 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6a8d32{HTTP/1.1,[http/1.1]}{127.0.0.1:33303}
   [junit4]   2> 307995 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.e.j.s.Server Started @330482ms
   [junit4]   2> 307995 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_36CBE484AEAC51DE-001/tempDir-001/control/data,
 hostContext=/, hostPort=43292, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_36CBE484AEAC51DE-001/control-001/cores}
   [junit4]   2> 307995 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 307996 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 307996 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 307996 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 307996 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-12T00:23:53.255Z
   [junit4]   2> 307999 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 307999 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
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_36CBE484AEAC51DE-001/control-001/solr.xml
   [junit4]   2> 308012 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 308013 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46038/solr
   [junit4]   2> 308037 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) 
[n:127.0.0.1:43292_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 308040 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) 
[n:127.0.0.1:43292_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:43292_
   [junit4]   2> 308052 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) 
[n:127.0.0.1:43292_    ] o.a.s.c.Overseer Overseer 
(id=97776869898911748-127.0.0.1:43292_-n_0000000000) starting
   [junit4]   2> 308058 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) 
[n:127.0.0.1:43292_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43292_
   [junit4]   2> 308060 INFO  
(zkCallback-611-thread-1-processing-n:127.0.0.1:43292_) [n:127.0.0.1:43292_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 308431 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) 
[n:127.0.0.1:43292_    ] 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_36CBE484AEAC51DE-001/control-001/cores
   [junit4]   2> 308432 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) 
[n:127.0.0.1:43292_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 308432 INFO  
(coreLoadExecutor-1779-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_ c:control_collection   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 308435 INFO  
(OverseerStateUpdate-97776869898911748-127.0.0.1:43292_-n_0000000000) 
[n:127.0.0.1:43292_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 309458 WARN  
(coreLoadExecutor-1779-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_ c:control_collection   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 309460 INFO  
(coreLoadExecutor-1779-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.6.0
   [junit4]   2> 309488 INFO  
(coreLoadExecutor-1779-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 309634 WARN  
(coreLoadExecutor-1779-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 309639 INFO  
(coreLoadExecutor-1779-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 309656 INFO  
(coreLoadExecutor-1779-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection, trusted=true
   [junit4]   2> 309656 INFO  
(coreLoadExecutor-1779-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 309656 INFO  
(coreLoadExecutor-1779-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_ c:control_collection   x:collection1] 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_36CBE484AEAC51DE-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_36CBE484AEAC51DE-001/control-001/cores/collection1/data/]
   [junit4]   2> 309657 INFO  
(coreLoadExecutor-1779-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_ c:control_collection   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7105fa
   [junit4]   2> 309660 INFO  
(coreLoadExecutor-1779-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 309669 WARN  
(coreLoadExecutor-1779-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_ c:control_collection   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 309750 INFO  
(coreLoadExecutor-1779-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 309751 INFO  
(coreLoadExecutor-1779-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 309753 INFO  
(coreLoadExecutor-1779-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 309753 INFO  
(coreLoadExecutor-1779-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 309754 INFO  
(coreLoadExecutor-1779-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=36, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=48.4326171875, 
floorSegmentMB=0.841796875, forceMergeDeletesPctAllowed=13.92969211138751, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=1.6435546875, noCFSRatio=0.0
   [junit4]   2> 309755 INFO  
(coreLoadExecutor-1779-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_ c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@8c52c6[collection1] main]
   [junit4]   2> 309756 INFO  
(coreLoadExecutor-1779-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 309756 INFO  
(coreLoadExecutor-1779-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 309757 INFO  
(coreLoadExecutor-1779-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_ c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 309759 INFO  
(searcherExecutor-1780-thread-1-processing-n:127.0.0.1:43292_ x:collection1 
c:control_collection) [n:127.0.0.1:43292_ c:control_collection   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@8c52c6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 309760 INFO  
(coreLoadExecutor-1779-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1564429920521682944
   [junit4]   2> 309765 INFO  
(coreZkRegister-1772-thread-1-processing-n:127.0.0.1:43292_ x:collection1 
c:control_collection) [n:127.0.0.1:43292_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 309765 INFO  
(coreZkRegister-1772-thread-1-processing-n:127.0.0.1:43292_ x:collection1 
c:control_collection) [n:127.0.0.1:43292_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 309765 INFO  
(coreZkRegister-1772-thread-1-processing-n:127.0.0.1:43292_ x:collection1 
c:control_collection) [n:127.0.0.1:43292_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:43292/collection1/
   [junit4]   2> 309766 INFO  
(coreZkRegister-1772-thread-1-processing-n:127.0.0.1:43292_ x:collection1 
c:control_collection) [n:127.0.0.1:43292_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 309766 INFO  
(coreZkRegister-1772-thread-1-processing-n:127.0.0.1:43292_ x:collection1 
c:control_collection) [n:127.0.0.1:43292_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:43292/collection1/ has no replicas
   [junit4]   2> 309766 INFO  
(coreZkRegister-1772-thread-1-processing-n:127.0.0.1:43292_ x:collection1 
c:control_collection) [n:127.0.0.1:43292_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 309769 INFO  
(coreZkRegister-1772-thread-1-processing-n:127.0.0.1:43292_ x:collection1 
c:control_collection) [n:127.0.0.1:43292_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:43292/collection1/ shard1
   [junit4]   2> 309921 INFO  
(coreZkRegister-1772-thread-1-processing-n:127.0.0.1:43292_ x:collection1 
c:control_collection) [n:127.0.0.1:43292_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 310124 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 310125 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46038/solr ready
   [junit4]   2> 310125 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 310228 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
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_36CBE484AEAC51DE-001/shard-1-001/cores/collection1
   [junit4]   2> 310229 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
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_36CBE484AEAC51DE-001/shard-1-001
   [junit4]   2> 310229 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 310230 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@114cc32{/,null,AVAILABLE}
   [junit4]   2> 310231 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@195d78c{HTTP/1.1,[http/1.1]}{127.0.0.1:43490}
   [junit4]   2> 310231 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.e.j.s.Server Started @332718ms
   [junit4]   2> 310231 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_36CBE484AEAC51DE-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=44838, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_36CBE484AEAC51DE-001/shard-1-001/cores}
   [junit4]   2> 310232 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 310232 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 310232 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 310232 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 310232 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-12T00:23:55.491Z
   [junit4]   2> 310235 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 310235 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
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_36CBE484AEAC51DE-001/shard-1-001/solr.xml
   [junit4]   2> 310243 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 310247 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46038/solr
   [junit4]   2> 310256 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) 
[n:127.0.0.1:44838_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 310258 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) 
[n:127.0.0.1:44838_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 310260 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) 
[n:127.0.0.1:44838_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44838_
   [junit4]   2> 310261 INFO  (zkCallback-615-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 310262 INFO  
(zkCallback-620-thread-1-processing-n:127.0.0.1:44838_) [n:127.0.0.1:44838_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 310262 INFO  
(zkCallback-611-thread-1-processing-n:127.0.0.1:43292_) [n:127.0.0.1:43292_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 310373 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) 
[n:127.0.0.1:44838_    ] 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_36CBE484AEAC51DE-001/shard-1-001/cores
   [junit4]   2> 310373 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) 
[n:127.0.0.1:44838_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 310373 INFO  
(coreLoadExecutor-1790-thread-1-processing-n:127.0.0.1:44838_) 
[n:127.0.0.1:44838_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 310382 INFO  
(OverseerStateUpdate-97776869898911748-127.0.0.1:43292_-n_0000000000) 
[n:127.0.0.1:43292_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 311396 WARN  
(coreLoadExecutor-1790-thread-1-processing-n:127.0.0.1:44838_) 
[n:127.0.0.1:44838_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 311397 INFO  
(coreLoadExecutor-1790-thread-1-processing-n:127.0.0.1:44838_) 
[n:127.0.0.1:44838_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 311416 INFO  
(coreLoadExecutor-1790-thread-1-processing-n:127.0.0.1:44838_) 
[n:127.0.0.1:44838_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 311536 WARN  
(coreLoadExecutor-1790-thread-1-processing-n:127.0.0.1:44838_) 
[n:127.0.0.1:44838_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 311541 INFO  
(coreLoadExecutor-1790-thread-1-processing-n:127.0.0.1:44838_) 
[n:127.0.0.1:44838_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 311559 INFO  
(coreLoadExecutor-1790-thread-1-processing-n:127.0.0.1:44838_) 
[n:127.0.0.1:44838_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 311559 INFO  
(coreLoadExecutor-1790-thread-1-processing-n:127.0.0.1:44838_) 
[n:127.0.0.1:44838_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 311559 INFO  
(coreLoadExecutor-1790-thread-1-processing-n:127.0.0.1:44838_) 
[n:127.0.0.1:44838_ c:collection1   x:collection1] 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_36CBE484AEAC51DE-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_36CBE484AEAC51DE-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 311560 INFO  
(coreLoadExecutor-1790-thread-1-processing-n:127.0.0.1:44838_) 
[n:127.0.0.1:44838_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7105fa
   [junit4]   2> 311561 INFO  
(coreLoadExecutor-1790-thread-1-processing-n:127.0.0.1:44838_) 
[n:127.0.0.1:44838_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 311569 WARN  
(coreLoadExecutor-1790-thread-1-processing-n:127.0.0.1:44838_) 
[n:127.0.0.1:44838_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 311667 INFO  
(coreLoadExecutor-1790-thread-1-processing-n:127.0.0.1:44838_) 
[n:127.0.0.1:44838_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 311667 INFO  
(coreLoadExecutor-1790-thread-1-processing-n:127.0.0.1:44838_) 
[n:127.0.0.1:44838_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 311668 INFO  
(coreLoadExecutor-1790-thread-1-processing-n:127.0.0.1:44838_) 
[n:127.0.0.1:44838_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 311668 INFO  
(coreLoadExecutor-1790-thread-1-processing-n:127.0.0.1:44838_) 
[n:127.0.0.1:44838_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 311669 INFO  
(coreLoadExecutor-1790-thread-1-processing-n:127.0.0.1:44838_) 
[n:127.0.0.1:44838_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=13, 
maxMergedSegmentMB=48.4326171875, floorSegmentMB=0.841796875, 
forceMergeDeletesPctAllowed=13.92969211138751, segmentsPerTier=31.0, 
maxCFSSegmentSizeMB=1.6435546875, noCFSRatio=0.0
   [junit4]   2> 311670 INFO  
(coreLoadExecutor-1790-thread-1-processing-n:127.0.0.1:44838_) 
[n:127.0.0.1:44838_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@fe9182[collection1] main]
   [junit4]   2> 311672 INFO  
(coreLoadExecutor-1790-thread-1-processing-n:127.0.0.1:44838_) 
[n:127.0.0.1:44838_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 311672 INFO  
(coreLoadExecutor-1790-thread-1-processing-n:127.0.0.1:44838_) 
[n:127.0.0.1:44838_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 311672 INFO  
(coreLoadExecutor-1790-thread-1-processing-n:127.0.0.1:44838_) 
[n:127.0.0.1:44838_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 311679 INFO  
(searcherExecutor-1791-thread-1-processing-n:127.0.0.1:44838_ x:collection1 
c:collection1) [n:127.0.0.1:44838_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@fe9182[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 311681 INFO  
(coreLoadExecutor-1790-thread-1-processing-n:127.0.0.1:44838_) 
[n:127.0.0.1:44838_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1564429922535997440
   [junit4]   2> 311689 INFO  
(coreZkRegister-1785-thread-1-processing-n:127.0.0.1:44838_ x:collection1 
c:collection1) [n:127.0.0.1:44838_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 311689 INFO  
(coreZkRegister-1785-thread-1-processing-n:127.0.0.1:44838_ x:collection1 
c:collection1) [n:127.0.0.1:44838_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 311689 INFO  
(coreZkRegister-1785-thread-1-processing-n:127.0.0.1:44838_ x:collection1 
c:collection1) [n:127.0.0.1:44838_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:44838/collection1/
   [junit4]   2> 311689 INFO  
(coreZkRegister-1785-thread-1-processing-n:127.0.0.1:44838_ x:collection1 
c:collection1) [n:127.0.0.1:44838_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 311689 INFO  
(coreZkRegister-1785-thread-1-processing-n:127.0.0.1:44838_ x:collection1 
c:collection1) [n:127.0.0.1:44838_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:44838/collection1/ has no 
replicas
   [junit4]   2> 311689 INFO  
(coreZkRegister-1785-thread-1-processing-n:127.0.0.1:44838_ x:collection1 
c:collection1) [n:127.0.0.1:44838_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 311699 INFO  
(coreZkRegister-1785-thread-1-processing-n:127.0.0.1:44838_ x:collection1 
c:collection1) [n:127.0.0.1:44838_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:44838/collection1/ shard2
   [junit4]   2> 311850 INFO  
(coreZkRegister-1785-thread-1-processing-n:127.0.0.1:44838_ x:collection1 
c:collection1) [n:127.0.0.1:44838_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 312179 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
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_36CBE484AEAC51DE-001/shard-2-001/cores/collection1
   [junit4]   2> 312180 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
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_36CBE484AEAC51DE-001/shard-2-001
   [junit4]   2> 312181 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 312182 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1bd8c1b{/,null,AVAILABLE}
   [junit4]   2> 312184 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@88af0f{HTTP/1.1,[http/1.1]}{127.0.0.1:34876}
   [junit4]   2> 312184 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.e.j.s.Server Started @334671ms
   [junit4]   2> 312184 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_36CBE484AEAC51DE-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=36399, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_36CBE484AEAC51DE-001/shard-2-001/cores}
   [junit4]   2> 312184 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 312185 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 312185 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 312185 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 312185 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-12T00:23:57.444Z
   [junit4]   2> 312188 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 312188 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
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_36CBE484AEAC51DE-001/shard-2-001/solr.xml
   [junit4]   2> 312197 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 312198 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46038/solr
   [junit4]   2> 312207 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) 
[n:127.0.0.1:36399_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 312208 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) 
[n:127.0.0.1:36399_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 312210 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) 
[n:127.0.0.1:36399_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36399_
   [junit4]   2> 312212 INFO  
(zkCallback-611-thread-1-processing-n:127.0.0.1:43292_) [n:127.0.0.1:43292_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 312212 INFO  (zkCallback-615-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 312213 INFO  
(zkCallback-626-thread-1-processing-n:127.0.0.1:36399_) [n:127.0.0.1:36399_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 312213 INFO  
(zkCallback-620-thread-1-processing-n:127.0.0.1:44838_) [n:127.0.0.1:44838_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 312624 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) 
[n:127.0.0.1:36399_    ] 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_36CBE484AEAC51DE-001/shard-2-001/cores
   [junit4]   2> 312624 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) 
[n:127.0.0.1:36399_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 312624 INFO  
(coreLoadExecutor-1801-thread-1-processing-n:127.0.0.1:36399_) 
[n:127.0.0.1:36399_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 312625 INFO  
(OverseerStateUpdate-97776869898911748-127.0.0.1:43292_-n_0000000000) 
[n:127.0.0.1:43292_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 313645 WARN  
(coreLoadExecutor-1801-thread-1-processing-n:127.0.0.1:36399_) 
[n:127.0.0.1:36399_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 313646 INFO  
(coreLoadExecutor-1801-thread-1-processing-n:127.0.0.1:36399_) 
[n:127.0.0.1:36399_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 313667 INFO  
(coreLoadExecutor-1801-thread-1-processing-n:127.0.0.1:36399_) 
[n:127.0.0.1:36399_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 313785 WARN  
(coreLoadExecutor-1801-thread-1-processing-n:127.0.0.1:36399_) 
[n:127.0.0.1:36399_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 313788 INFO  
(coreLoadExecutor-1801-thread-1-processing-n:127.0.0.1:36399_) 
[n:127.0.0.1:36399_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 313801 INFO  
(coreLoadExecutor-1801-thread-1-processing-n:127.0.0.1:36399_) 
[n:127.0.0.1:36399_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 313802 INFO  
(coreLoadExecutor-1801-thread-1-processing-n:127.0.0.1:36399_) 
[n:127.0.0.1:36399_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 313802 INFO  
(coreLoadExecutor-1801-thread-1-processing-n:127.0.0.1:36399_) 
[n:127.0.0.1:36399_ c:collection1   x:collection1] 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_36CBE484AEAC51DE-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_36CBE484AEAC51DE-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 313802 INFO  
(coreLoadExecutor-1801-thread-1-processing-n:127.0.0.1:36399_) 
[n:127.0.0.1:36399_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7105fa
   [junit4]   2> 313804 INFO  
(coreLoadExecutor-1801-thread-1-processing-n:127.0.0.1:36399_) 
[n:127.0.0.1:36399_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 313811 WARN  
(coreLoadExecutor-1801-thread-1-processing-n:127.0.0.1:36399_) 
[n:127.0.0.1:36399_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 313892 INFO  
(coreLoadExecutor-1801-thread-1-processing-n:127.0.0.1:36399_) 
[n:127.0.0.1:36399_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 313893 INFO  
(coreLoadExecutor-1801-thread-1-processing-n:127.0.0.1:36399_) 
[n:127.0.0.1:36399_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 313893 INFO  
(coreLoadExecutor-1801-thread-1-processing-n:127.0.0.1:36399_) 
[n:127.0.0.1:36399_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 313893 INFO  
(coreLoadExecutor-1801-thread-1-processing-n:127.0.0.1:36399_) 
[n:127.0.0.1:36399_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 313896 INFO  
(coreLoadExecutor-1801-thread-1-processing-n:127.0.0.1:36399_) 
[n:127.0.0.1:36399_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=13, 
maxMergedSegmentMB=48.4326171875, floorSegmentMB=0.841796875, 
forceMergeDeletesPctAllowed=13.92969211138751, segmentsPerTier=31.0, 
maxCFSSegmentSizeMB=1.6435546875, noCFSRatio=0.0
   [junit4]   2> 313896 INFO  
(coreLoadExecutor-1801-thread-1-processing-n:127.0.0.1:36399_) 
[n:127.0.0.1:36399_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1b02874[collection1] main]
   [junit4]   2> 313897 INFO  
(coreLoadExecutor-1801-thread-1-processing-n:127.0.0.1:36399_) 
[n:127.0.0.1:36399_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 313897 INFO  
(coreLoadExecutor-1801-thread-1-processing-n:127.0.0.1:36399_) 
[n:127.0.0.1:36399_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 313898 INFO  
(coreLoadExecutor-1801-thread-1-processing-n:127.0.0.1:36399_) 
[n:127.0.0.1:36399_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 313902 INFO  
(searcherExecutor-1802-thread-1-processing-n:127.0.0.1:36399_ x:collection1 
c:collection1) [n:127.0.0.1:36399_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1b02874[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 313903 INFO  
(coreLoadExecutor-1801-thread-1-processing-n:127.0.0.1:36399_) 
[n:127.0.0.1:36399_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1564429924865933312
   [junit4]   2> 313909 INFO  
(coreZkRegister-1796-thread-1-processing-n:127.0.0.1:36399_ x:collection1 
c:collection1) [n:127.0.0.1:36399_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 313909 INFO  
(coreZkRegister-1796-thread-1-processing-n:127.0.0.1:36399_ x:collection1 
c:collection1) [n:127.0.0.1:36399_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 313909 INFO  
(coreZkRegister-1796-thread-1-processing-n:127.0.0.1:36399_ x:collection1 
c:collection1) [n:127.0.0.1:36399_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36399/collection1/
   [junit4]   2> 313909 INFO  
(coreZkRegister-1796-thread-1-processing-n:127.0.0.1:36399_ x:collection1 
c:collection1) [n:127.0.0.1:36399_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 313909 INFO  
(coreZkRegister-1796-thread-1-processing-n:127.0.0.1:36399_ x:collection1 
c:collection1) [n:127.0.0.1:36399_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:36399/collection1/ has no 
replicas
   [junit4]   2> 313909 INFO  
(coreZkRegister-1796-thread-1-processing-n:127.0.0.1:36399_ x:collection1 
c:collection1) [n:127.0.0.1:36399_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 313911 INFO  
(coreZkRegister-1796-thread-1-processing-n:127.0.0.1:36399_ x:collection1 
c:collection1) [n:127.0.0.1:36399_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:36399/collection1/ shard1
   [junit4]   2> 314063 INFO  
(coreZkRegister-1796-thread-1-processing-n:127.0.0.1:36399_ x:collection1 
c:collection1) [n:127.0.0.1:36399_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 314368 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
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_36CBE484AEAC51DE-001/shard-3-001/cores/collection1
   [junit4]   2> 314369 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
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_36CBE484AEAC51DE-001/shard-3-001
   [junit4]   2> 314370 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 314371 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@cff22{/,null,AVAILABLE}
   [junit4]   2> 314372 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@913b0d{HTTP/1.1,[http/1.1]}{127.0.0.1:34561}
   [junit4]   2> 314372 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.e.j.s.Server Started @336859ms
   [junit4]   2> 314372 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_36CBE484AEAC51DE-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=42260, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_36CBE484AEAC51DE-001/shard-3-001/cores}
   [junit4]   2> 314372 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 314373 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.6.0
   [junit4]   2> 314373 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 314373 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 314373 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-12T00:23:59.632Z
   [junit4]   2> 314376 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 314376 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
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_36CBE484AEAC51DE-001/shard-3-001/solr.xml
   [junit4]   2> 314383 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 314384 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46038/solr
   [junit4]   2> 314393 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) 
[n:127.0.0.1:42260_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 314395 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) 
[n:127.0.0.1:42260_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 314396 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) 
[n:127.0.0.1:42260_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42260_
   [junit4]   2> 314397 INFO  
(zkCallback-620-thread-1-processing-n:127.0.0.1:44838_) [n:127.0.0.1:44838_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 314397 INFO  
(zkCallback-626-thread-1-processing-n:127.0.0.1:36399_) [n:127.0.0.1:36399_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 314399 INFO  (zkCallback-615-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 314399 INFO  
(zkCallback-611-thread-1-processing-n:127.0.0.1:43292_) [n:127.0.0.1:43292_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 314399 INFO  
(zkCallback-632-thread-1-processing-n:127.0.0.1:42260_) [n:127.0.0.1:42260_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 314687 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) 
[n:127.0.0.1:42260_    ] 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_36CBE484AEAC51DE-001/shard-3-001/cores
   [junit4]   2> 314688 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) 
[n:127.0.0.1:42260_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 314688 INFO  
(coreLoadExecutor-1812-thread-1-processing-n:127.0.0.1:42260_) 
[n:127.0.0.1:42260_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 314689 INFO  
(OverseerStateUpdate-97776869898911748-127.0.0.1:43292_-n_0000000000) 
[n:127.0.0.1:43292_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 315702 WARN  
(coreLoadExecutor-1812-thread-1-processing-n:127.0.0.1:42260_) 
[n:127.0.0.1:42260_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 315703 INFO  
(coreLoadExecutor-1812-thread-1-processing-n:127.0.0.1:42260_) 
[n:127.0.0.1:42260_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 315721 INFO  
(coreLoadExecutor-1812-thread-1-processing-n:127.0.0.1:42260_) 
[n:127.0.0.1:42260_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 315826 WARN  
(coreLoadExecutor-1812-thread-1-processing-n:127.0.0.1:42260_) 
[n:127.0.0.1:42260_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 315830 INFO  
(coreLoadExecutor-1812-thread-1-processing-n:127.0.0.1:42260_) 
[n:127.0.0.1:42260_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 315842 INFO  
(coreLoadExecutor-1812-thread-1-processing-n:127.0.0.1:42260_) 
[n:127.0.0.1:42260_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 315843 INFO  
(coreLoadExecutor-1812-thread-1-processing-n:127.0.0.1:42260_) 
[n:127.0.0.1:42260_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 315843 INFO  
(coreLoadExecutor-1812-thread-1-processing-n:127.0.0.1:42260_) 
[n:127.0.0.1:42260_ c:collection1   x:collection1] 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_36CBE484AEAC51DE-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_36CBE484AEAC51DE-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 315843 INFO  
(coreLoadExecutor-1812-thread-1-processing-n:127.0.0.1:42260_) 
[n:127.0.0.1:42260_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7105fa
   [junit4]   2> 315845 INFO  
(coreLoadExecutor-1812-thread-1-processing-n:127.0.0.1:42260_) 
[n:127.0.0.1:42260_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=39, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 315852 WARN  
(coreLoadExecutor-1812-thread-1-processing-n:127.0.0.1:42260_) 
[n:127.0.0.1:42260_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 315937 INFO  
(coreLoadExecutor-1812-thread-1-processing-n:127.0.0.1:42260_) 
[n:127.0.0.1:42260_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 315937 INFO  
(coreLoadExecutor-1812-thread-1-processing-n:127.0.0.1:42260_) 
[n:127.0.0.1:42260_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 315938 INFO  
(coreLoadExecutor-1812-thread-1-processing-n:127.0.0.1:42260_) 
[n:127.0.0.1:42260_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 315938 INFO  
(coreLoadExecutor-1812-thread-1-processing-n:127.0.0.1:42260_) 
[n:127.0.0.1:42260_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 315939 INFO  
(coreLoadExecutor-1812-thread-1-processing-n:127.0.0.1:42260_) 
[n:127.0.0.1:42260_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=13, 
maxMergedSegmentMB=48.4326171875, floorSegmentMB=0.841796875, 
forceMergeDeletesPctAllowed=13.92969211138751, segmentsPerTier=31.0, 
maxCFSSegmentSizeMB=1.6435546875, noCFSRatio=0.0
   [junit4]   2> 315939 INFO  
(coreLoadExecutor-1812-thread-1-processing-n:127.0.0.1:42260_) 
[n:127.0.0.1:42260_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@6305a2[collection1] main]
   [junit4]   2> 315940 INFO  
(coreLoadExecutor-1812-thread-1-processing-n:127.0.0.1:42260_) 
[n:127.0.0.1:42260_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 315941 INFO  
(coreLoadExecutor-1812-thread-1-processing-n:127.0.0.1:42260_) 
[n:127.0.0.1:42260_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 315941 INFO  
(coreLoadExecutor-1812-thread-1-processing-n:127.0.0.1:42260_) 
[n:127.0.0.1:42260_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 315944 INFO  
(searcherExecutor-1813-thread-1-processing-n:127.0.0.1:42260_ x:collection1 
c:collection1) [n:127.0.0.1:42260_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6305a2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 315945 INFO  
(coreLoadExecutor-1812-thread-1-processing-n:127.0.0.1:42260_) 
[n:127.0.0.1:42260_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1564429927007125504
   [junit4]   2> 315949 INFO  
(coreZkRegister-1807-thread-1-processing-n:127.0.0.1:42260_ x:collection1 
c:collection1) [n:127.0.0.1:42260_ c:collection1 s:shard2 r:core_node3 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 315950 INFO  
(updateExecutor-629-thread-1-processing-n:127.0.0.1:42260_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42260_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 315950 INFO  
(recoveryExecutor-630-thread-1-processing-n:127.0.0.1:42260_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42260_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. 
recoveringAfterStartup=true
   [junit4]   2> 315951 INFO  
(recoveryExecutor-630-thread-1-processing-n:127.0.0.1:42260_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42260_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 315951 INFO  
(recoveryExecutor-630-thread-1-processing-n:127.0.0.1:42260_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42260_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1]
   [junit4]   2> 315951 INFO  
(recoveryExecutor-630-thread-1-processing-n:127.0.0.1:42260_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42260_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 315951 INFO  
(recoveryExecutor-630-thread-1-processing-n:127.0.0.1:42260_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42260_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core 
[collection1] as recovering, leader is [http://127.0.0.1:44838/collection1/] 
and I am [http://127.0.0.1:42260/collection1/]
   [junit4]   2> 315953 INFO  
(recoveryExecutor-630-thread-1-processing-n:127.0.0.1:42260_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42260_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:44838]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:42260_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 315954 INFO  (SocketProxy-Acceptor-44838) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50910,localport=44838], receiveBufferSize:531000
   [junit4]   2> 315956 INFO  (SocketProxy-Acceptor-44838) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43490,localport=51106], receiveBufferSize=530904
   [junit4]   2> 315958 INFO  (qtp26738240-3604) [n:127.0.0.1:44838_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 315959 INFO  (qtp26738240-3604) [n:127.0.0.1:44838_    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 315959 INFO  (qtp26738240-3604) [n:127.0.0.1:44838_    ] 
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:42260_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:42260","node_name":"127.0.0.1:42260_","state":"down"}
   [junit4]   2> 316345 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 316345 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 316345 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 316959 INFO  (qtp26738240-3604) [n:127.0.0.1:44838_    ] 
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:42260_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:42260","node_name":"127.0.0.1:42260_","state":"recovering"}
   [junit4]   2> 316959 INFO  (qtp26738240-3604) [n:127.0.0.1:44838_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 316960 INFO  (qtp26738240-3604) [n:127.0.0.1:44838_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:42260_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1002
   [junit4]   2> 317461 INFO  
(recoveryExecutor-630-thread-1-processing-n:127.0.0.1:42260_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42260_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync 
from [http://127.0.0.1:44838/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 317462 INFO  
(recoveryExecutor-630-thread-1-processing-n:127.0.0.1:42260_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42260_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 
url=http://127.0.0.1:42260 START replicas=[http://127.0.0.1:44838/collection1/] 
nUpdates=100
   [junit4]   2> 317464 INFO  (SocketProxy-Acceptor-44838) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50918,localport=44838], receiveBufferSize:531000
   [junit4]   2> 317464 INFO  (SocketProxy-Acceptor-44838) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43490,localport=51114], receiveBufferSize=530904
   [junit4]   2> 317467 INFO  (qtp26738240-3604) [n:127.0.0.1:44838_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 317467 INFO  (qtp26738240-3604) [n:127.0.0.1:44838_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 317468 INFO  
(recoveryExecutor-630-thread-1-processing-n:127.0.0.1:42260_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42260_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint 
millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 317468 INFO  
(recoveryExecutor-630-thread-1-processing-n:127.0.0.1:42260_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42260_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.PeerSync We are already in sync. No need to 
do a PeerSync 
   [junit4]   2> 317468 INFO  
(recoveryExecutor-630-thread-1-processing-n:127.0.0.1:42260_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42260_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 317468 INFO  
(recoveryExecutor-630-thread-1-processing-n:127.0.0.1:42260_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42260_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted 
changes. Skipping IW.commit.
   [junit4]   2> 317469 INFO  
(recoveryExecutor-630-thread-1-processing-n:127.0.0.1:42260_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42260_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 317469 INFO  
(recoveryExecutor-630-thread-1-processing-n:127.0.0.1:42260_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42260_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery 
was successful.
   [junit4]   2> 317469 INFO  
(recoveryExecutor-630-thread-1-processing-n:127.0.0.1:42260_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42260_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered 
during PeerSync.
   [junit4]   2> 317469 INFO  
(recoveryExecutor-630-thread-1-processing-n:127.0.0.1:42260_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42260_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 317469 INFO  
(recoveryExecutor-630-thread-1-processing-n:127.0.0.1:42260_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42260_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active 
after recovery.
   [junit4]   2> 318345 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 318347 INFO  (SocketProxy-Acceptor-43292) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=56714,localport=43292], receiveBufferSize:531000
   [junit4]   2> 318348 INFO  (SocketProxy-Acceptor-43292) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=33303,localport=54002], receiveBufferSize=530904
   [junit4]   2> 318349 INFO  (qtp14017463-3569) [n:127.0.0.1:43292_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 318350 INFO  (qtp14017463-3569) [n:127.0.0.1:43292_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 318350 INFO  (qtp14017463-3569) [n:127.0.0.1:43292_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 318350 INFO  (qtp14017463-3569) [n:127.0.0.1:43292_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 1
   [junit4]   2> 318352 INFO  (SocketProxy-Acceptor-36399) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=42334,localport=36399], receiveBufferSize:531000
   [junit4]   2> 318352 INFO  (SocketProxy-Acceptor-36399) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34876,localport=37206], receiveBufferSize=530904
   [junit4]   2> 318356 INFO  (SocketProxy-Acceptor-42260) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=33106,localport=42260], receiveBufferSize:531000
   [junit4]   2> 318356 INFO  (SocketProxy-Acceptor-44838) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50932,localport=44838], receiveBufferSize:531000
   [junit4]   2> 318356 INFO  (SocketProxy-Acceptor-36399) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=42340,localport=36399], receiveBufferSize:531000
   [junit4]   2> 318356 INFO  (SocketProxy-Acceptor-42260) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34561,localport=53300], receiveBufferSize=530904
   [junit4]   2> 318357 INFO  (SocketProxy-Acceptor-44838) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43490,localport=51132], receiveBufferSize=530904
   [junit4]   2> 318358 INFO  (SocketProxy-Acceptor-36399) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34876,localport=37218], receiveBufferSize=530904
   [junit4]   2> 318360 INFO  (qtp26738240-3603) [n:127.0.0.1:44838_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 318360 INFO  (qtp26738240-3603) [n:127.0.0.1:44838_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 318360 INFO  (qtp26738240-3603) [n:127.0.0.1:44838_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 318360 INFO  (qtp26738240-3603) [n:127.0.0.1:44838_ 
c:collection1 s:shard2 r:core_node1 x:collection1] 
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:36399/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 318361 INFO  (qtp32311123-3635) [n:127.0.0.1:36399_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 318361 INFO  (qtp32311123-3635) [n:127.0.0.1:36399_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 318361 INFO  (qtp17118877-3662) [n:127.0.0.1:42260_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 318362 INFO  (qtp32311123-3635) [n:127.0.0.1:36399_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 318362 INFO  (qtp17118877-3662) [n:127.0.0.1:42260_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 318362 INFO  (qtp32311123-3635) [n:127.0.0.1:36399_ 
c:collection1 s:shard1 r:core_node2 x:collection1] 
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:36399/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 318362 INFO  (qtp17118877-3662) [n:127.0.0.1:42260_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 318362 INFO  (qtp17118877-3662) [n:127.0.0.1:42260_ 
c:collection1 s:shard2 r:core_node3 x:collection1] 
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:36399/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 318363 INFO  (qtp32311123-3633) [n:127.0.0.1:36399_ 
c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 9
   [junit4]   2> 318364 INFO  (SocketProxy-Acceptor-44838) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50942,localport=44838], receiveBufferSize:531000
   [junit4]   2> 318365 INFO  (SocketProxy-Acceptor-44838) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43490,localport=51138], receiveBufferSize=530904
   [junit4]   2> 318366 INFO  (qtp26738240-3604) [n:127.0.0.1:44838_ 
c:collection1 s:shard2 r:core_node1 x:collection1] 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> 318367 INFO  (SocketProxy-Acceptor-42260) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=33122,localport=42260], receiveBufferSize:531000
   [junit4]   2> 318368 INFO  (SocketProxy-Acceptor-42260) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34561,localport=53312], receiveBufferSize=530904
   [junit4]   2> 318369 INFO  (qtp17118877-3658) [n:127.0.0.1:42260_ 
c:collection1 s:shard2 r:core_node3 x:collection1] 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> 318371 INFO  (SocketProxy-Acceptor-36399) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=42358,localport=36399], receiveBufferSize:531000
   [junit4]   2> 318372 INFO  (SocketProxy-Acceptor-36399) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34876,localport=37230], receiveBufferSize=530904
   [junit4]   2> 318373 INFO  (qtp32311123-3629) [n:127.0.0.1:36399_ 
c:collection1 s:shard1 r:core_node2 x:collection1] 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> 320375 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1: 
c8n_1x3_lf
   [junit4]   2> 320376 INFO  (SocketProxy-Acceptor-44838) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50956,localport=44838], receiveBufferSize:531000
   [junit4]   2> 320377 INFO  (SocketProxy-Acceptor-44838) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43490,localport=51152], receiveBufferSize=530904
   [junit4]   2> 320379 INFO  (qtp26738240-3603) [n:127.0.0.1:44838_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=3&maxShardsPerNode=1&name=c8n_1x3_lf&action=CREATE&numShards=1&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 320381 INFO  
(OverseerThreadFactory-1777-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_    ] o.a.s.c.CreateCollectionCmd Create collection 
c8n_1x3_lf
   [junit4]   2> 320382 INFO  
(OverseerThreadFactory-1777-thread-1-processing-n:127.0.0.1:43292_) 
[n:127.0.0.1:43292_    ] o.a.s.c.CreateCollectionCmd Only one config set found 
in zk - using it:conf1
   [junit4]   2> 320487 INFO  (SocketProxy-Acceptor-36399) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=42370,localport=36399], receiveBufferSize:531000
   [junit4]   2> 320487 INFO  (SocketProxy-Acceptor-42260) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=33136,localport=42260], receiveBufferSize:531000
   [junit4]   2> 320487 INFO  (SocketProxy-Acceptor-44838) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50960,localport=44838], receiveBufferSize:531000
   [junit4]   2> 320488 INFO  (SocketProxy-Acceptor-36399) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34876,localport=37242], receiveBufferSize=530904
   [junit4]   2> 320490 INFO  (SocketProxy-Acceptor-44838) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43490,localport=51162], receiveBufferSize=530904
   [junit4]   2> 320495 INFO  (SocketProxy-Acceptor-42260) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34561,localport=53330], receiveBufferSize=530904
   [junit4]   2> 320495 INFO  (qtp32311123-3631) [n:127.0.0.1:36399_    ] 
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> 320495 INFO  (qtp26738240-3604) [n:127.0.0.1:44838_    ] 
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> 320496 INFO  (qtp17118877-3662) [n:127.0.0.1:42260_    ] 
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> 321515 WARN  (qtp26738240-3604) [n:127.0.0.1:44838_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 321518 INFO  (qtp26738240-3604) [n:127.0.0.1:44838_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 321518 WARN  (qtp32311123-3631) [n:127.0.0.1:36399_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 321520 WARN  (qtp17118877-3662) [n:127.0.0.1:42260_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 321531 INFO  (qtp17118877-3662) [n:127.0.0.1:42260_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 321531 INFO  (qtp32311123-3631) [n:127.0.0.1:36399_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.6.0
   [junit4]   2> 321551 INFO  (qtp26738240-3604) [n:127.0.0.1:44838_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica1] Schema name=test
   [junit4]   2> 321551 INFO  (qtp32311123-3631) [n:127.0.0.1:36399_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica2] Schema name=test


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

yStrategy Stopping recovery for core=[c8n_1x3_lf_shard1_replica2] 
coreNodeName=[core_node1]
   [junit4]   2> 444758 INFO  
(recoveryExecutor-624-thread-1-processing-n:127.0.0.1:36399_ 
x:c8n_1x3_lf_shard1_replica2 s:shard1 c:c8n_1x3_lf r:core_node1) 
[n:127.0.0.1:36399_ c:c8n_1x3_lf s:shard1 r:core_node1 
x:c8n_1x3_lf_shard1_replica2] o.a.s.m.SolrMetricManager Closing metric 
reporters for: solr.core.c8n_1x3_lf.shard1.replica2
   [junit4]   2> 444759 WARN  
(updateExecutor-623-thread-4-processing-n:127.0.0.1:36399_ 
x:c8n_1x3_lf_shard1_replica2 s:shard1 c:c8n_1x3_lf r:core_node1) 
[n:127.0.0.1:36399_ c:c8n_1x3_lf s:shard1 r:core_node1 
x:c8n_1x3_lf_shard1_replica2] o.a.s.u.DefaultSolrCoreState Skipping recovery 
because Solr is shutdown
   [junit4]   2> 444759 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.Overseer Overseer (id=97776869898911755-127.0.0.1:36399_-n_0000000002) 
closing
   [junit4]   2> 444759 INFO  
(OverseerStateUpdate-97776869898911755-127.0.0.1:36399_-n_0000000002) 
[n:127.0.0.1:36399_    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:36399_
   [junit4]   2> 444760 WARN  
(zkCallback-626-thread-6-processing-n:127.0.0.1:36399_) [n:127.0.0.1:36399_    
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 444761 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 444761 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@88af0f{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 444761 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1bd8c1b{/,null,UNAVAILABLE}
   [junit4]   2> 444762 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop shard! 42260
   [junit4]   2> 444762 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:46038 46038
   [junit4]   2> 444918 INFO  (Thread-930) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:46038 46038
   [junit4]   2> 444918 WARN  (Thread-930) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2>        3       /solr/collections/c8n_1x3_lf/state.json
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        135     /solr/overseer/collection-queue-work
   [junit4]   2>        48      /solr/overseer/queue
   [junit4]   2>        13      /solr/overseer/queue-work
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [junit4]   2> 444919 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:43292/, target: 
http://127.0.0.1:33303/
   [junit4]   2> 444919 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.SocketProxy Closing 15 connections to: http://127.0.0.1:44838/, target: 
http://127.0.0.1:43490/
   [junit4]   2> 444919 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:42260/, target: 
http://127.0.0.1:34561/
   [junit4]   2> 444919 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[36CBE484AEAC51DE]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:36399/, target: 
http://127.0.0.1:34876/
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=36CBE484AEAC51DE -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=en-IN -Dtests.timezone=Pacific/Samoa -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE  137s J1 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 
replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:44838","node_name":"127.0.0.1:44838_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
   [junit4]    >   "replicationFactor":"3",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:36399";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "node_name":"127.0.0.1:36399_"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:42260";,
   [junit4]    >           "node_name":"127.0.0.1:42260_",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:44838";,
   [junit4]    >           "node_name":"127.0.0.1:44838_",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([36CBE484AEAC51DE:BE9FDB5E00503C26]:0)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 444922 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[36CBE484AEAC51DE]-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.LeaderFailoverAfterPartitionTest_36CBE484AEAC51DE-001
   [junit4]   2> Apr 12, 2017 12:26:10 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{range_facet_l_dv=Lucene50(blocksize=128), 
multiDefault=PostingsFormat(name=Memory doPackFST= true), 
a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
intDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 id=Lucene50(blocksize=128), 
range_facet_i_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 text=PostingsFormat(name=LuceneFixedGap), 
range_facet_l=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
timestamp=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), 
_version_=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Asserting), 
intDvoDefault=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1707, 
maxMBSortInHeap=5.0026714939122225, 
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=en-IN, 
timezone=Pacific/Samoa
   [junit4]   2> NOTE: Linux 4.4.0-72-generic i386/Oracle Corporation 1.8.0_121 
(32-bit)/cpus=12,threads=1,free=154854984,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldCacheVsDocValues, 
TestCoreContainer, SortByFunctionTest, TestSimpleTrackingShardHandler, 
ZkControllerTest, QueryResultKeyTest, UUIDUpdateProcessorFallbackTest, 
TestQueryUtils, TemplateUpdateProcessorTest, SimplePostToolTest, SampleTest, 
TestQuerySenderListener, StressHdfsTest, TestImplicitCoreProperties, 
BadCopyFieldTest, LeaderInitiatedRecoveryOnShardRestartTest, 
DocumentBuilderTest, TestSimpleQParserPlugin, TestSchemaManager, 
TestBlendedInfixSuggestions, TestSchemaResource, 
ManagedSchemaRoundRobinCloudTest, TestReplicationHandlerBackup, 
TestConfigSetsAPIZkFailure, RemoteQueryErrorTest, CopyFieldTest, 
HdfsTlogReplayBufferedWhileIndexingTest, SolrCloudExampleTest, 
DistributedQueueTest, TestCorePropertiesReload, RestartWhileUpdatingTest, 
TestGraphMLResponseWriter, TestCollapseQParserPlugin, TestXmlQParserPlugin, 
TestSubQueryTransformerDistrib, TestNumericTerms32, TestBlobHandler, 
TestMiniSolrCloudCluster, WordBreakSolrSpellCheckerTest, EchoParamsTest, 
RulesTest, TestManagedSchemaAPI, TestNRTOpen, FullHLLTest, 
DistributedQueryComponentCustomSortTest, TestElisionMultitermQuery, 
CollectionsAPISolrJTest, FacetPivotSmallTest, TestCharFilters, 
TestLMDirichletSimilarityFactory, TestFieldCacheSanityChecker, 
LeaderFailoverAfterPartitionTest]
   [junit4] Completed [155/704 (1!)] on J1 in 138.26s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 41189 lines...]

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

Reply via email to