Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2362/
Java: 32bit/jdk1.8.0_102 -server -XX:+UseParallelGC

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_replica3","base_url":"http://127.0.0.1:38032/_kj/t","node_name":"127.0.0.1:38032__kj%2Ft","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/33)={   
"replicationFactor":"3",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "state":"down",           
"base_url":"http://127.0.0.1:38548/_kj/t";,           
"core":"c8n_1x3_lf_shard1_replica1",           
"node_name":"127.0.0.1:38548__kj%2Ft"},         "core_node2":{           
"core":"c8n_1x3_lf_shard1_replica2",           
"base_url":"http://127.0.0.1:39207/_kj/t";,           
"node_name":"127.0.0.1:39207__kj%2Ft",           "state":"down"},         
"core_node3":{           "core":"c8n_1x3_lf_shard1_replica3",           
"base_url":"http://127.0.0.1:38032/_kj/t";,           
"node_name":"127.0.0.1:38032__kj%2Ft",           "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_replica3","base_url":"http://127.0.0.1:38032/_kj/t","node_name":"127.0.0.1:38032__kj%2Ft","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/33)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:38548/_kj/t";,
          "core":"c8n_1x3_lf_shard1_replica1",
          "node_name":"127.0.0.1:38548__kj%2Ft"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:39207/_kj/t";,
          "node_name":"127.0.0.1:39207__kj%2Ft",
          "state":"down"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:38032/_kj/t";,
          "node_name":"127.0.0.1:38032__kj%2Ft",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([8EEDF82DED524240:6B9C7F743AE2FB8]: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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        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:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11700 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/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/init-core-data-001
   [junit4]   2> 1117513 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[8EEDF82DED524240]-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> 1117513 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[8EEDF82DED524240]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_kj/t
   [junit4]   2> 1117516 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1117516 INFO  (Thread-2003) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1117516 INFO  (Thread-2003) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1117616 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:32792
   [junit4]   2> 1117621 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
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> 1117623 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
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> 1117624 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
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> 1117624 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
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> 1117625 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
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> 1117625 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
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> 1117626 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
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> 1117626 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
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> 1117627 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
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> 1117627 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
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> 1117628 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
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> 1117700 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/control-001/cores/collection1
   [junit4]   2> 1117701 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1117702 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@11905c9{/_kj/t,null,AVAILABLE}
   [junit4]   2> 1117705 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1055593{HTTP/1.1,[http/1.1]}{127.0.0.1:35732}
   [junit4]   2> 1117705 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.e.j.s.Server Started @1119645ms
   [junit4]   2> 1117705 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
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/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/tempDir-001/control/data,
 hostContext=/_kj/t, hostPort=39207, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/control-001/cores}
   [junit4]   2> 1117706 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1117706 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 1117706 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1117706 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1117706 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-07T13:29:46.517Z
   [junit4]   2> 1117708 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1117708 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/control-001/solr.xml
   [junit4]   2> 1117713 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1117713 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32792/solr
   [junit4]   2> 1117722 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) 
[n:127.0.0.1:39207__kj%2Ft    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:39207__kj%2Ft
   [junit4]   2> 1117723 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) 
[n:127.0.0.1:39207__kj%2Ft    ] o.a.s.c.Overseer Overseer 
(id=97066509030391812-127.0.0.1:39207__kj%2Ft-n_0000000000) starting
   [junit4]   2> 1117725 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) 
[n:127.0.0.1:39207__kj%2Ft    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39207__kj%2Ft
   [junit4]   2> 1117725 INFO  
(zkCallback-1657-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1117790 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) 
[n:127.0.0.1:39207__kj%2Ft    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/control-001/cores
   [junit4]   2> 1117790 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) 
[n:127.0.0.1:39207__kj%2Ft    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1117792 INFO  
(OverseerStateUpdate-97066509030391812-127.0.0.1:39207__kj%2Ft-n_0000000000) 
[n:127.0.0.1:39207__kj%2Ft    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1118799 INFO  
(coreLoadExecutor-4005-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1118808 INFO  
(coreLoadExecutor-4005-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1118866 WARN  
(coreLoadExecutor-4005-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft 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> 1118868 INFO  
(coreLoadExecutor-4005-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1118874 INFO  
(coreLoadExecutor-4005-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 1118874 INFO  
(coreLoadExecutor-4005-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection s:shard1 r:core_node1 
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/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/control-001/cores/collection1/data/]
   [junit4]   2> 1118874 INFO  
(coreLoadExecutor-4005-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@78c797
   [junit4]   2> 1118875 INFO  
(coreLoadExecutor-4005-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1118878 WARN  
(coreLoadExecutor-4005-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1118883 INFO  
(coreLoadExecutor-4005-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1118883 INFO  
(coreLoadExecutor-4005-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1118884 INFO  
(coreLoadExecutor-4005-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1118884 INFO  
(coreLoadExecutor-4005-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1118884 INFO  
(coreLoadExecutor-4005-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7359133155583469]
   [junit4]   2> 1118884 INFO  
(coreLoadExecutor-4005-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@cf6721[collection1] 
main]
   [junit4]   2> 1118885 INFO  
(coreLoadExecutor-4005-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO 
with znodeBase: /configs/conf1
   [junit4]   2> 1118885 INFO  
(coreLoadExecutor-4005-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1118885 INFO  
(coreLoadExecutor-4005-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1118886 INFO  
(searcherExecutor-4006-thread-1-processing-n:127.0.0.1:39207__kj%2Ft 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@cf6721[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1118886 INFO  
(coreLoadExecutor-4005-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1553064145921769472
   [junit4]   2> 1118890 INFO  
(coreZkRegister-3998-thread-1-processing-n:127.0.0.1:39207__kj%2Ft 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 1118890 INFO  
(coreZkRegister-3998-thread-1-processing-n:127.0.0.1:39207__kj%2Ft 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:39207__kj%2Ft 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> 1118890 INFO  
(coreZkRegister-3998-thread-1-processing-n:127.0.0.1:39207__kj%2Ft 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:39207/_kj/t/collection1/
   [junit4]   2> 1118890 INFO  
(coreZkRegister-3998-thread-1-processing-n:127.0.0.1:39207__kj%2Ft 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1118890 INFO  
(coreZkRegister-3998-thread-1-processing-n:127.0.0.1:39207__kj%2Ft 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:39207/_kj/t/collection1/ 
has no replicas
   [junit4]   2> 1118891 INFO  
(coreZkRegister-3998-thread-1-processing-n:127.0.0.1:39207__kj%2Ft 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:39207__kj%2Ft 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:39207/_kj/t/collection1/ shard1
   [junit4]   2> 1119042 INFO  
(coreZkRegister-3998-thread-1-processing-n:127.0.0.1:39207__kj%2Ft 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:39207__kj%2Ft c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1119294 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1119294 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32792/solr ready
   [junit4]   2> 1119294 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1119358 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/shard-1-001/cores/collection1
   [junit4]   2> 1119359 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/shard-1-001
   [junit4]   2> 1119359 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1119360 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@d36acb{/_kj/t,null,AVAILABLE}
   [junit4]   2> 1119360 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1418b89{HTTP/1.1,[http/1.1]}{127.0.0.1:36615}
   [junit4]   2> 1119360 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.e.j.s.Server Started @1121300ms
   [junit4]   2> 1119361 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
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/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/_kj/t, hostPort=36309, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/shard-1-001/cores}
   [junit4]   2> 1119361 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1119361 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 1119361 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1119361 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1119361 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-07T13:29:48.172Z
   [junit4]   2> 1119364 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1119364 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/shard-1-001/solr.xml
   [junit4]   2> 1119368 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1119368 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32792/solr
   [junit4]   2> 1119372 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) 
[n:127.0.0.1:36309__kj%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1119375 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) 
[n:127.0.0.1:36309__kj%2Ft    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36309__kj%2Ft
   [junit4]   2> 1119375 INFO  
(zkCallback-1657-thread-2-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1119375 INFO  (zkCallback-1661-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1119375 INFO  
(zkCallback-1666-thread-1-processing-n:127.0.0.1:36309__kj%2Ft) 
[n:127.0.0.1:36309__kj%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1119428 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) 
[n:127.0.0.1:36309__kj%2Ft    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/shard-1-001/cores
   [junit4]   2> 1119428 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) 
[n:127.0.0.1:36309__kj%2Ft    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1119429 INFO  
(OverseerStateUpdate-97066509030391812-127.0.0.1:39207__kj%2Ft-n_0000000000) 
[n:127.0.0.1:39207__kj%2Ft    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 1120437 INFO  
(coreLoadExecutor-4016-thread-1-processing-n:127.0.0.1:36309__kj%2Ft) 
[n:127.0.0.1:36309__kj%2Ft c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1120447 INFO  
(coreLoadExecutor-4016-thread-1-processing-n:127.0.0.1:36309__kj%2Ft) 
[n:127.0.0.1:36309__kj%2Ft c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1120505 WARN  
(coreLoadExecutor-4016-thread-1-processing-n:127.0.0.1:36309__kj%2Ft) 
[n:127.0.0.1:36309__kj%2Ft 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> 1120507 INFO  
(coreLoadExecutor-4016-thread-1-processing-n:127.0.0.1:36309__kj%2Ft) 
[n:127.0.0.1:36309__kj%2Ft c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1120512 INFO  
(coreLoadExecutor-4016-thread-1-processing-n:127.0.0.1:36309__kj%2Ft) 
[n:127.0.0.1:36309__kj%2Ft c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1120512 INFO  
(coreLoadExecutor-4016-thread-1-processing-n:127.0.0.1:36309__kj%2Ft) 
[n:127.0.0.1:36309__kj%2Ft c:collection1 s:shard2 r:core_node1 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/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1120512 INFO  
(coreLoadExecutor-4016-thread-1-processing-n:127.0.0.1:36309__kj%2Ft) 
[n:127.0.0.1:36309__kj%2Ft c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@78c797
   [junit4]   2> 1120513 INFO  
(coreLoadExecutor-4016-thread-1-processing-n:127.0.0.1:36309__kj%2Ft) 
[n:127.0.0.1:36309__kj%2Ft c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1120516 WARN  
(coreLoadExecutor-4016-thread-1-processing-n:127.0.0.1:36309__kj%2Ft) 
[n:127.0.0.1:36309__kj%2Ft c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1120523 INFO  
(coreLoadExecutor-4016-thread-1-processing-n:127.0.0.1:36309__kj%2Ft) 
[n:127.0.0.1:36309__kj%2Ft c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1120523 INFO  
(coreLoadExecutor-4016-thread-1-processing-n:127.0.0.1:36309__kj%2Ft) 
[n:127.0.0.1:36309__kj%2Ft c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1120523 INFO  
(coreLoadExecutor-4016-thread-1-processing-n:127.0.0.1:36309__kj%2Ft) 
[n:127.0.0.1:36309__kj%2Ft c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1120523 INFO  
(coreLoadExecutor-4016-thread-1-processing-n:127.0.0.1:36309__kj%2Ft) 
[n:127.0.0.1:36309__kj%2Ft c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1120524 INFO  
(coreLoadExecutor-4016-thread-1-processing-n:127.0.0.1:36309__kj%2Ft) 
[n:127.0.0.1:36309__kj%2Ft c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7359133155583469]
   [junit4]   2> 1120524 INFO  
(coreLoadExecutor-4016-thread-1-processing-n:127.0.0.1:36309__kj%2Ft) 
[n:127.0.0.1:36309__kj%2Ft c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@f144d4[collection1] main]
   [junit4]   2> 1120524 INFO  
(coreLoadExecutor-4016-thread-1-processing-n:127.0.0.1:36309__kj%2Ft) 
[n:127.0.0.1:36309__kj%2Ft c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1120524 INFO  
(coreLoadExecutor-4016-thread-1-processing-n:127.0.0.1:36309__kj%2Ft) 
[n:127.0.0.1:36309__kj%2Ft c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1120525 INFO  
(coreLoadExecutor-4016-thread-1-processing-n:127.0.0.1:36309__kj%2Ft) 
[n:127.0.0.1:36309__kj%2Ft c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1120525 INFO  
(searcherExecutor-4017-thread-1-processing-n:127.0.0.1:36309__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36309__kj%2Ft 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@f144d4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1120525 INFO  
(coreLoadExecutor-4016-thread-1-processing-n:127.0.0.1:36309__kj%2Ft) 
[n:127.0.0.1:36309__kj%2Ft c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1553064147640385536
   [junit4]   2> 1120529 INFO  
(coreZkRegister-4011-thread-1-processing-n:127.0.0.1:36309__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36309__kj%2Ft 
c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1120530 INFO  
(coreZkRegister-4011-thread-1-processing-n:127.0.0.1:36309__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36309__kj%2Ft 
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> 1120530 INFO  
(coreZkRegister-4011-thread-1-processing-n:127.0.0.1:36309__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36309__kj%2Ft 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:36309/_kj/t/collection1/
   [junit4]   2> 1120530 INFO  
(coreZkRegister-4011-thread-1-processing-n:127.0.0.1:36309__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36309__kj%2Ft 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 1120530 INFO  
(coreZkRegister-4011-thread-1-processing-n:127.0.0.1:36309__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36309__kj%2Ft 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:36309/_kj/t/collection1/ has no replicas
   [junit4]   2> 1120531 INFO  
(coreZkRegister-4011-thread-1-processing-n:127.0.0.1:36309__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36309__kj%2Ft 
c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:36309/_kj/t/collection1/ shard2
   [junit4]   2> 1120682 INFO  
(coreZkRegister-4011-thread-1-processing-n:127.0.0.1:36309__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:36309__kj%2Ft 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am 
the leader, no recovery necessary
   [junit4]   2> 1120999 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/shard-2-001/cores/collection1
   [junit4]   2> 1121000 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/shard-2-001
   [junit4]   2> 1121000 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1121001 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1cf3eec{/_kj/t,null,AVAILABLE}
   [junit4]   2> 1121001 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@16e7bc4{HTTP/1.1,[http/1.1]}{127.0.0.1:33927}
   [junit4]   2> 1121002 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.e.j.s.Server Started @1122941ms
   [junit4]   2> 1121002 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
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/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/_kj/t, hostPort=38032, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/shard-2-001/cores}
   [junit4]   2> 1121002 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1121002 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 1121003 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1121003 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1121003 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-07T13:29:49.814Z
   [junit4]   2> 1121004 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1121004 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/shard-2-001/solr.xml
   [junit4]   2> 1121010 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1121010 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32792/solr
   [junit4]   2> 1121014 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) 
[n:127.0.0.1:38032__kj%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1121016 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) 
[n:127.0.0.1:38032__kj%2Ft    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38032__kj%2Ft
   [junit4]   2> 1121016 INFO  
(zkCallback-1666-thread-1-processing-n:127.0.0.1:36309__kj%2Ft) 
[n:127.0.0.1:36309__kj%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1121016 INFO  
(zkCallback-1657-thread-2-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1121016 INFO  (zkCallback-1661-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1121017 INFO  
(zkCallback-1672-thread-1-processing-n:127.0.0.1:38032__kj%2Ft) 
[n:127.0.0.1:38032__kj%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1121110 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) 
[n:127.0.0.1:38032__kj%2Ft    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/shard-2-001/cores
   [junit4]   2> 1121110 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) 
[n:127.0.0.1:38032__kj%2Ft    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1121111 INFO  
(OverseerStateUpdate-97066509030391812-127.0.0.1:39207__kj%2Ft-n_0000000000) 
[n:127.0.0.1:39207__kj%2Ft    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1122127 INFO  
(coreLoadExecutor-4027-thread-1-processing-n:127.0.0.1:38032__kj%2Ft) 
[n:127.0.0.1:38032__kj%2Ft c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1122137 INFO  
(coreLoadExecutor-4027-thread-1-processing-n:127.0.0.1:38032__kj%2Ft) 
[n:127.0.0.1:38032__kj%2Ft c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1122202 WARN  
(coreLoadExecutor-4027-thread-1-processing-n:127.0.0.1:38032__kj%2Ft) 
[n:127.0.0.1:38032__kj%2Ft 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> 1122204 INFO  
(coreLoadExecutor-4027-thread-1-processing-n:127.0.0.1:38032__kj%2Ft) 
[n:127.0.0.1:38032__kj%2Ft c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1122210 INFO  
(coreLoadExecutor-4027-thread-1-processing-n:127.0.0.1:38032__kj%2Ft) 
[n:127.0.0.1:38032__kj%2Ft c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1122211 INFO  
(coreLoadExecutor-4027-thread-1-processing-n:127.0.0.1:38032__kj%2Ft) 
[n:127.0.0.1:38032__kj%2Ft c:collection1 s:shard1 r:core_node2 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/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1122211 INFO  
(coreLoadExecutor-4027-thread-1-processing-n:127.0.0.1:38032__kj%2Ft) 
[n:127.0.0.1:38032__kj%2Ft c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@78c797
   [junit4]   2> 1122212 INFO  
(coreLoadExecutor-4027-thread-1-processing-n:127.0.0.1:38032__kj%2Ft) 
[n:127.0.0.1:38032__kj%2Ft c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1122214 WARN  
(coreLoadExecutor-4027-thread-1-processing-n:127.0.0.1:38032__kj%2Ft) 
[n:127.0.0.1:38032__kj%2Ft c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1122221 INFO  
(coreLoadExecutor-4027-thread-1-processing-n:127.0.0.1:38032__kj%2Ft) 
[n:127.0.0.1:38032__kj%2Ft c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1122221 INFO  
(coreLoadExecutor-4027-thread-1-processing-n:127.0.0.1:38032__kj%2Ft) 
[n:127.0.0.1:38032__kj%2Ft c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1122222 INFO  
(coreLoadExecutor-4027-thread-1-processing-n:127.0.0.1:38032__kj%2Ft) 
[n:127.0.0.1:38032__kj%2Ft c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1122222 INFO  
(coreLoadExecutor-4027-thread-1-processing-n:127.0.0.1:38032__kj%2Ft) 
[n:127.0.0.1:38032__kj%2Ft c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1122223 INFO  
(coreLoadExecutor-4027-thread-1-processing-n:127.0.0.1:38032__kj%2Ft) 
[n:127.0.0.1:38032__kj%2Ft c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7359133155583469]
   [junit4]   2> 1122223 INFO  
(coreLoadExecutor-4027-thread-1-processing-n:127.0.0.1:38032__kj%2Ft) 
[n:127.0.0.1:38032__kj%2Ft c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@839e7a[collection1] main]
   [junit4]   2> 1122223 INFO  
(coreLoadExecutor-4027-thread-1-processing-n:127.0.0.1:38032__kj%2Ft) 
[n:127.0.0.1:38032__kj%2Ft c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1122223 INFO  
(coreLoadExecutor-4027-thread-1-processing-n:127.0.0.1:38032__kj%2Ft) 
[n:127.0.0.1:38032__kj%2Ft c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1122223 INFO  
(coreLoadExecutor-4027-thread-1-processing-n:127.0.0.1:38032__kj%2Ft) 
[n:127.0.0.1:38032__kj%2Ft c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1122224 INFO  
(searcherExecutor-4028-thread-1-processing-n:127.0.0.1:38032__kj%2Ft 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:38032__kj%2Ft 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@839e7a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1122224 INFO  
(coreLoadExecutor-4027-thread-1-processing-n:127.0.0.1:38032__kj%2Ft) 
[n:127.0.0.1:38032__kj%2Ft c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1553064149421916160
   [junit4]   2> 1122228 INFO  
(coreZkRegister-4022-thread-1-processing-n:127.0.0.1:38032__kj%2Ft 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:38032__kj%2Ft 
c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1122228 INFO  
(coreZkRegister-4022-thread-1-processing-n:127.0.0.1:38032__kj%2Ft 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:38032__kj%2Ft 
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> 1122228 INFO  
(coreZkRegister-4022-thread-1-processing-n:127.0.0.1:38032__kj%2Ft 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:38032__kj%2Ft 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:38032/_kj/t/collection1/
   [junit4]   2> 1122228 INFO  
(coreZkRegister-4022-thread-1-processing-n:127.0.0.1:38032__kj%2Ft 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:38032__kj%2Ft 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 1122228 INFO  
(coreZkRegister-4022-thread-1-processing-n:127.0.0.1:38032__kj%2Ft 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:38032__kj%2Ft 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:38032/_kj/t/collection1/ has no replicas
   [junit4]   2> 1122229 INFO  
(coreZkRegister-4022-thread-1-processing-n:127.0.0.1:38032__kj%2Ft 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:38032__kj%2Ft 
c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38032/_kj/t/collection1/ shard1
   [junit4]   2> 1122380 INFO  
(coreZkRegister-4022-thread-1-processing-n:127.0.0.1:38032__kj%2Ft 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:38032__kj%2Ft 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am 
the leader, no recovery necessary
   [junit4]   2> 1122680 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/shard-3-001/cores/collection1
   [junit4]   2> 1122680 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/shard-3-001
   [junit4]   2> 1122681 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1122682 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1de7d8{/_kj/t,null,AVAILABLE}
   [junit4]   2> 1122682 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7499d5{HTTP/1.1,[http/1.1]}{127.0.0.1:43780}
   [junit4]   2> 1122682 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.e.j.s.Server Started @1124622ms
   [junit4]   2> 1122682 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
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/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/_kj/t, hostPort=38548, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/shard-3-001/cores}
   [junit4]   2> 1122683 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1122683 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 1122683 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1122683 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1122683 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-07T13:29:51.494Z
   [junit4]   2> 1122685 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1122685 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/shard-3-001/solr.xml
   [junit4]   2> 1122690 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1122690 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32792/solr
   [junit4]   2> 1122694 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) 
[n:127.0.0.1:38548__kj%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1122696 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) 
[n:127.0.0.1:38548__kj%2Ft    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38548__kj%2Ft
   [junit4]   2> 1122697 INFO  (zkCallback-1661-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1122697 INFO  
(zkCallback-1678-thread-1-processing-n:127.0.0.1:38548__kj%2Ft) 
[n:127.0.0.1:38548__kj%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1122697 INFO  
(zkCallback-1672-thread-1-processing-n:127.0.0.1:38032__kj%2Ft) 
[n:127.0.0.1:38032__kj%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1122697 INFO  
(zkCallback-1657-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1122697 INFO  
(zkCallback-1666-thread-1-processing-n:127.0.0.1:36309__kj%2Ft) 
[n:127.0.0.1:36309__kj%2Ft    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1122769 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) 
[n:127.0.0.1:38548__kj%2Ft    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/shard-3-001/cores
   [junit4]   2> 1122769 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) 
[n:127.0.0.1:38548__kj%2Ft    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1122771 INFO  
(OverseerStateUpdate-97066509030391812-127.0.0.1:39207__kj%2Ft-n_0000000000) 
[n:127.0.0.1:39207__kj%2Ft    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 1123779 INFO  
(coreLoadExecutor-4038-thread-1-processing-n:127.0.0.1:38548__kj%2Ft) 
[n:127.0.0.1:38548__kj%2Ft c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1123789 INFO  
(coreLoadExecutor-4038-thread-1-processing-n:127.0.0.1:38548__kj%2Ft) 
[n:127.0.0.1:38548__kj%2Ft c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1123857 WARN  
(coreLoadExecutor-4038-thread-1-processing-n:127.0.0.1:38548__kj%2Ft) 
[n:127.0.0.1:38548__kj%2Ft 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> 1123859 INFO  
(coreLoadExecutor-4038-thread-1-processing-n:127.0.0.1:38548__kj%2Ft) 
[n:127.0.0.1:38548__kj%2Ft c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1123865 INFO  
(coreLoadExecutor-4038-thread-1-processing-n:127.0.0.1:38548__kj%2Ft) 
[n:127.0.0.1:38548__kj%2Ft c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1123866 INFO  
(coreLoadExecutor-4038-thread-1-processing-n:127.0.0.1:38548__kj%2Ft) 
[n:127.0.0.1:38548__kj%2Ft c:collection1 s:shard2 r:core_node3 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/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1123866 INFO  
(coreLoadExecutor-4038-thread-1-processing-n:127.0.0.1:38548__kj%2Ft) 
[n:127.0.0.1:38548__kj%2Ft c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@78c797
   [junit4]   2> 1123866 INFO  
(coreLoadExecutor-4038-thread-1-processing-n:127.0.0.1:38548__kj%2Ft) 
[n:127.0.0.1:38548__kj%2Ft c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1123869 WARN  
(coreLoadExecutor-4038-thread-1-processing-n:127.0.0.1:38548__kj%2Ft) 
[n:127.0.0.1:38548__kj%2Ft c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1123876 INFO  
(coreLoadExecutor-4038-thread-1-processing-n:127.0.0.1:38548__kj%2Ft) 
[n:127.0.0.1:38548__kj%2Ft c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1123876 INFO  
(coreLoadExecutor-4038-thread-1-processing-n:127.0.0.1:38548__kj%2Ft) 
[n:127.0.0.1:38548__kj%2Ft c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1123881 INFO  
(coreLoadExecutor-4038-thread-1-processing-n:127.0.0.1:38548__kj%2Ft) 
[n:127.0.0.1:38548__kj%2Ft c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1123881 INFO  
(coreLoadExecutor-4038-thread-1-processing-n:127.0.0.1:38548__kj%2Ft) 
[n:127.0.0.1:38548__kj%2Ft c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1123882 INFO  
(coreLoadExecutor-4038-thread-1-processing-n:127.0.0.1:38548__kj%2Ft) 
[n:127.0.0.1:38548__kj%2Ft c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7359133155583469]
   [junit4]   2> 1123882 INFO  
(coreLoadExecutor-4038-thread-1-processing-n:127.0.0.1:38548__kj%2Ft) 
[n:127.0.0.1:38548__kj%2Ft c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@131380b[collection1] main]
   [junit4]   2> 1123882 INFO  
(coreLoadExecutor-4038-thread-1-processing-n:127.0.0.1:38548__kj%2Ft) 
[n:127.0.0.1:38548__kj%2Ft c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1123883 INFO  
(coreLoadExecutor-4038-thread-1-processing-n:127.0.0.1:38548__kj%2Ft) 
[n:127.0.0.1:38548__kj%2Ft c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1123883 INFO  
(coreLoadExecutor-4038-thread-1-processing-n:127.0.0.1:38548__kj%2Ft) 
[n:127.0.0.1:38548__kj%2Ft c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1123883 INFO  
(searcherExecutor-4039-thread-1-processing-n:127.0.0.1:38548__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38548__kj%2Ft 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@131380b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1123883 INFO  
(coreLoadExecutor-4038-thread-1-processing-n:127.0.0.1:38548__kj%2Ft) 
[n:127.0.0.1:38548__kj%2Ft c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1553064151161503744
   [junit4]   2> 1123887 INFO  
(coreZkRegister-4033-thread-1-processing-n:127.0.0.1:38548__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38548__kj%2Ft 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core 
needs to recover:collection1
   [junit4]   2> 1123888 INFO  
(updateExecutor-1675-thread-1-processing-n:127.0.0.1:38548__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38548__kj%2Ft 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState 
Running recovery
   [junit4]   2> 1123888 INFO  
(recoveryExecutor-1676-thread-1-processing-n:127.0.0.1:38548__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38548__kj%2Ft 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1123888 INFO  
(recoveryExecutor-1676-thread-1-processing-n:127.0.0.1:38548__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38548__kj%2Ft 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
###### startupVersions=[[]]
   [junit4]   2> 1123888 INFO  
(recoveryExecutor-1676-thread-1-processing-n:127.0.0.1:38548__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38548__kj%2Ft 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Begin buffering updates. core=[collection1]
   [junit4]   2> 1123888 INFO  
(recoveryExecutor-1676-thread-1-processing-n:127.0.0.1:38548__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38548__kj%2Ft 
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> 1123888 INFO  
(recoveryExecutor-1676-thread-1-processing-n:127.0.0.1:38548__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38548__kj%2Ft 
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:36309/_kj/t/collection1/] and I am 
[http://127.0.0.1:38548/_kj/t/collection1/]
   [junit4]   2> 1123889 INFO  
(recoveryExecutor-1676-thread-1-processing-n:127.0.0.1:38548__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38548__kj%2Ft 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Sending prep recovery command to [http://127.0.0.1:36309/_kj/t]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:38548__kj%252Ft&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1123890 INFO  (SocketProxy-Acceptor-36309) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=46496,localport=36309], receiveBufferSize:531000
   [junit4]   2> 1123891 INFO  (SocketProxy-Acceptor-36309) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36615,localport=60518], receiveBufferSize=530904
   [junit4]   2> 1123892 INFO  (qtp23126730-8913) [n:127.0.0.1:36309__kj%2Ft    
] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1123892 INFO  (qtp23126730-8913) [n:127.0.0.1:36309__kj%2Ft    
] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 1123892 INFO  (qtp23126730-8913) [n:127.0.0.1:36309__kj%2Ft    
] 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:38548__kj%2Ft, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:38548/_kj/t","node_name":"127.0.0.1:38548__kj%2Ft","state":"down"}
   [junit4]   2> 1124272 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1124272 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 1124272 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 1124892 INFO  (qtp23126730-8913) [n:127.0.0.1:36309__kj%2Ft    
] 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:38548__kj%2Ft, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:38548/_kj/t","node_name":"127.0.0.1:38548__kj%2Ft","state":"recovering"}
   [junit4]   2> 1124892 INFO  (qtp23126730-8913) [n:127.0.0.1:36309__kj%2Ft    
] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1124892 INFO  (qtp23126730-8913) [n:127.0.0.1:36309__kj%2Ft    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:38548__kj%252Ft&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1000
   [junit4]   2> 1131893 INFO  
(recoveryExecutor-1676-thread-1-processing-n:127.0.0.1:38548__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38548__kj%2Ft 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Attempting to PeerSync from [http://127.0.0.1:36309/_kj/t/collection1/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 1131893 INFO  
(recoveryExecutor-1676-thread-1-processing-n:127.0.0.1:38548__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38548__kj%2Ft 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: 
core=collection1 url=http://127.0.0.1:38548/_kj/t START 
replicas=[http://127.0.0.1:36309/_kj/t/collection1/] nUpdates=100
   [junit4]   2> 1131894 INFO  (SocketProxy-Acceptor-36309) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=46528,localport=36309], receiveBufferSize:531000
   [junit4]   2> 1131894 INFO  (SocketProxy-Acceptor-36309) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36615,localport=60550], receiveBufferSize=530904
   [junit4]   2> 1131894 INFO  (qtp23126730-8913) [n:127.0.0.1:36309__kj%2Ft 
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> 1131894 INFO  (qtp23126730-8913) [n:127.0.0.1:36309__kj%2Ft 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/_kj/t path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1131895 INFO  
(recoveryExecutor-1676-thread-1-processing-n:127.0.0.1:38548__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38548__kj%2Ft 
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> 1131895 INFO  
(recoveryExecutor-1676-thread-1-processing-n:127.0.0.1:38548__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38548__kj%2Ft 
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> 1131895 INFO  
(recoveryExecutor-1676-thread-1-processing-n:127.0.0.1:38548__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38548__kj%2Ft 
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> 1131895 INFO  
(recoveryExecutor-1676-thread-1-processing-n:127.0.0.1:38548__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38548__kj%2Ft 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1131896 INFO  
(recoveryExecutor-1676-thread-1-processing-n:127.0.0.1:38548__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38548__kj%2Ft 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1131896 INFO  
(recoveryExecutor-1676-thread-1-processing-n:127.0.0.1:38548__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38548__kj%2Ft 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
PeerSync stage of recovery was successful.
   [junit4]   2> 1131896 INFO  
(recoveryExecutor-1676-thread-1-processing-n:127.0.0.1:38548__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38548__kj%2Ft 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Replaying updates buffered during PeerSync.
   [junit4]   2> 1131896 INFO  
(recoveryExecutor-1676-thread-1-processing-n:127.0.0.1:38548__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38548__kj%2Ft 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No 
replay needed.
   [junit4]   2> 1131896 INFO  
(recoveryExecutor-1676-thread-1-processing-n:127.0.0.1:38548__kj%2Ft 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38548__kj%2Ft 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Registering as Active after recovery.
   [junit4]   2> 1132273 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1132273 INFO  (SocketProxy-Acceptor-39207) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=46722,localport=39207], receiveBufferSize:531000
   [junit4]   2> 1132273 INFO  (SocketProxy-Acceptor-39207) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35732,localport=35012], receiveBufferSize=530904
   [junit4]   2> 1132274 INFO  (qtp26307298-8877) [n:127.0.0.1:39207__kj%2Ft 
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> 1132274 INFO  (qtp26307298-8877) [n:127.0.0.1:39207__kj%2Ft 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1132275 INFO  (qtp26307298-8877) [n:127.0.0.1:39207__kj%2Ft 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1132275 INFO  (qtp26307298-8877) [n:127.0.0.1:39207__kj%2Ft 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_kj/t path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 0
   [junit4]   2> 1132276 INFO  (SocketProxy-Acceptor-38032) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=43040,localport=38032], receiveBufferSize:531000
   [junit4]   2> 1132276 INFO  (SocketProxy-Acceptor-38032) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=33927,localport=33568], receiveBufferSize=530904
   [junit4]   2> 1132277 INFO  (SocketProxy-Acceptor-36309) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=46540,localport=36309], receiveBufferSize:531000
   [junit4]   2> 1132277 INFO  (SocketProxy-Acceptor-38032) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=43046,localport=38032], receiveBufferSize:531000
   [junit4]   2> 1132278 INFO  (SocketProxy-Acceptor-38548) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=41198,localport=38548], receiveBufferSize:531000
   [junit4]   2> 1132278 INFO  (SocketProxy-Acceptor-36309) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36615,localport=60566], receiveBufferSize=530904
   [junit4]   2> 1132278 INFO  (SocketProxy-Acceptor-38548) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43780,localport=35492], receiveBufferSize=530904
   [junit4]   2> 1132278 INFO  (SocketProxy-Acceptor-38032) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=33927,localport=33578], receiveBufferSize=530904
   [junit4]   2> 1132278 INFO  (qtp2931857-8944) [n:127.0.0.1:38032__kj%2Ft 
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> 1132278 INFO  (qtp2931857-8944) [n:127.0.0.1:38032__kj%2Ft 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1132278 INFO  (qtp21848097-8971) [n:127.0.0.1:38548__kj%2Ft 
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> 1132278 INFO  (qtp23126730-8915) [n:127.0.0.1:36309__kj%2Ft 
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> 1132279 INFO  (qtp2931857-8944) [n:127.0.0.1:38032__kj%2Ft 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1132279 INFO  (qtp23126730-8915) [n:127.0.0.1:36309__kj%2Ft 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1132280 INFO  (qtp2931857-8944) [n:127.0.0.1:38032__kj%2Ft 
c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_kj/t path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:38032/_kj/t/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 1132279 INFO  (qtp21848097-8971) [n:127.0.0.1:38548__kj%2Ft 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1132280 INFO  (qtp23126730-8915) [n:127.0.0.1:36309__kj%2Ft 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1132280 INFO  (qtp21848097-8971) [n:127.0.0.1:38548__kj%2Ft 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 1132280 INFO  (qtp23126730-8915) [n:127.0.0.1:36309__kj%2Ft 
c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_kj/t path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:38032/_kj/t/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 1132280 INFO  (qtp21848097-8971) [n:127.0.0.1:38548__kj%2Ft 
c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_kj/t path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:38032/_kj/t/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 1132280 INFO  (qtp2931857-8942) [n:127.0.0.1:38032__kj%2Ft 
c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/_kj/t path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 4
   [junit4]   2> 1132281 INFO  (SocketProxy-Acceptor-36309) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=46552,localport=36309], receiveBufferSize:531000
   [junit4]   2> 1132281 INFO  (SocketProxy-Acceptor-36309) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36615,localport=60574], receiveBufferSize=530904
   [junit4]   2> 1132282 INFO  (qtp23126730-8913) [n:127.0.0.1:36309__kj%2Ft 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/_kj/t path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 1132282 INFO  (SocketProxy-Acceptor-38548) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=41210,localport=38548], receiveBufferSize:531000
   [junit4]   2> 1132282 INFO  (SocketProxy-Acceptor-38548) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43780,localport=35500], receiveBufferSize=530904
   [junit4]   2> 1132283 INFO  (qtp21848097-8973) [n:127.0.0.1:38548__kj%2Ft 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/_kj/t path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 1132283 INFO  (SocketProxy-Acceptor-38032) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=43064,localport=38032], receiveBufferSize:531000
   [junit4]   2> 1132283 INFO  (SocketProxy-Acceptor-38032) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=33927,localport=33592], receiveBufferSize=530904
   [junit4]   2> 1132283 INFO  (qtp2931857-8938) [n:127.0.0.1:38032__kj%2Ft 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp=/_kj/t path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 1134284 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1: 
c8n_1x3_lf
   [junit4]   2> 1134285 INFO  (SocketProxy-Acceptor-36309) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=46564,localport=36309], receiveBufferSize:531000
   [junit4]   2> 1134285 INFO  (SocketProxy-Acceptor-36309) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=36615,localport=60586], receiveBufferSize=530904
   [junit4]   2> 1134285 INFO  (qtp23126730-8915) [n:127.0.0.1:36309__kj%2Ft    
] 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> 1134286 INFO  
(OverseerThreadFactory-4003-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft    ] o.a.s.c.CreateCollectionCmd Create collection 
c8n_1x3_lf
   [junit4]   2> 1134286 INFO  
(OverseerThreadFactory-4003-thread-1-processing-n:127.0.0.1:39207__kj%2Ft) 
[n:127.0.0.1:39207__kj%2Ft    ] o.a.s.c.CreateCollectionCmd Only one config set 
found in zk - using it:conf1
   [junit4]   2> 1134389 INFO  (SocketProxy-Acceptor-38548) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=41222,localport=38548], receiveBufferSize:531000
   [junit4]   2> 1134389 INFO  (SocketProxy-Acceptor-38032) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=43072,localport=38032], receiveBufferSize:531000
   [junit4]   2> 1134389 INFO  (SocketProxy-Acceptor-39207) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=46758,localport=39207], receiveBufferSize:531000
   [junit4]   2> 1134390 INFO  (SocketProxy-Acceptor-38548) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43780,localport=35514], receiveBufferSize=530904
   [junit4]   2> 1134390 INFO  (qtp21848097-8971) [n:127.0.0.1:38548__kj%2Ft    
] 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> 1134390 INFO  (SocketProxy-Acceptor-39207) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35732,localport=35054], receiveBufferSize=530904
   [junit4]   2> 1134390 INFO  (qtp26307298-8871) [n:127.0.0.1:39207__kj%2Ft    
] 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> 1134390 INFO  (qtp2931857-8940) [n:127.0.0.1:38032__kj%2Ft    
] 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> 1134391 INFO  (SocketProxy-Acceptor-38032) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=33927,localport=33604], receiveBufferSize=530904
   [junit4]   2> 1135399 INFO  (qtp26307298-8871) [n:127.0.0.1:39207__kj%2Ft 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.4.0
   [junit4]   2> 1135400 INFO  (qtp21848097-8971) [n:127.0.0.1:38548__kj%2Ft 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.4.0
   [junit4]   2> 1135402 INFO  (qtp2931857-8940) [n:127.0.0.1:38032__kj%2Ft 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.4.0
   [junit4]   2> 1135420 INFO  (qtp26307298-8871) [n:127.0.0.1:39207__kj%2Ft 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica2] Schema name=test
   [junit4]   2> 1135420 INFO  (qtp21848097-8971) [n:127.0.0.1:38548__kj%2Ft 
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> 1135422 INFO  (qtp2931857-8940) [n:127.0.0.1:38032__kj%2Ft 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica3] Schema name=test
   [junit4]   2> 1135497 WARN  (qtp26307298-8871) [n:127.0.0.1:39207__kj%2Ft 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica2] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 1135499 WARN  (qtp21848097-8971) [n:127.0.0.1:38548__kj%2Ft 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica1] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 1135499 INFO  (qtp26307298-8871) [n:127.0.0.1:39207__kj%2Ft 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 1135500 INFO  (qtp21848097-8971) [n:127.0.0.1:38548__kj%2Ft 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 1135505 INFO  (qtp26307298-8871) [n:

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

readPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1233291 INFO  
(zkCallback-1678-thread-5-processing-n:127.0.0.1:38548__kj%2Ft) 
[n:127.0.0.1:38548__kj%2Ft c:c8n_1x3_lf s:shard1 r:core_node1 
x:c8n_1x3_lf_shard1_replica1] o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@2b1d4b
   [junit4]   2> 1233291 WARN  
(zkCallback-1678-thread-5-processing-n:127.0.0.1:38548__kj%2Ft) 
[n:127.0.0.1:38548__kj%2Ft c:c8n_1x3_lf s:shard1 r:core_node1 
x:c8n_1x3_lf_shard1_replica1] o.a.s.c.RecoveryStrategy Stopping recovery for 
core=[c8n_1x3_lf_shard1_replica1] coreNodeName=[core_node1]
   [junit4]   2> 1233310 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@7499d5{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1233310 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1de7d8{/_kj/t,null,UNAVAILABLE}
   [junit4]   2> 1233315 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:32792 32792
   [junit4]   2> 1233359 INFO  (Thread-2003) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:32792 32792
   [junit4]   2> 1233359 WARN  (Thread-2003) [    ] 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>        108     /solr/overseer/collection-queue-work
   [junit4]   2>        36      /solr/overseer/queue
   [junit4]   2>        10      /solr/overseer/queue-work
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [junit4]   2> 1233359 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:38548/_kj/t, 
target: http://127.0.0.1:43780/_kj/t
   [junit4]   2> 1233359 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:39207/_kj/t, 
target: http://127.0.0.1:35732/_kj/t
   [junit4]   2> 1233359 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.SocketProxy Closing 5 connections to: http://127.0.0.1:36309/_kj/t, 
target: http://127.0.0.1:36615/_kj/t
   [junit4]   2> 1233359 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8EEDF82DED524240]) [    ] 
o.a.s.c.SocketProxy Closing 12 connections to: http://127.0.0.1:38032/_kj/t, 
target: http://127.0.0.1:33927/_kj/t
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=8EEDF82DED524240 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=sv-SE -Dtests.timezone=Africa/Ndjamena -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  116s J2 | 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_replica3","base_url":"http://127.0.0.1:38032/_kj/t","node_name":"127.0.0.1:38032__kj%2Ft","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/33)={
   [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:38548/_kj/t";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "node_name":"127.0.0.1:38548__kj%2Ft"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:39207/_kj/t";,
   [junit4]    >           "node_name":"127.0.0.1:39207__kj%2Ft",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:38032/_kj/t";,
   [junit4]    >           "node_name":"127.0.0.1:38032__kj%2Ft",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8EEDF82DED524240:6B9C7F743AE2FB8]: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> 1233363 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[8EEDF82DED524240]-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/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8EEDF82DED524240-001
   [junit4]   2> Dec 07, 2016 1:31:42 PM 
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=PostingsFormat(name=Asserting), 
_version_=PostingsFormat(name=LuceneVarGapFixedInterval), 
multiDefault=FSTOrd50, a_t=PostingsFormat(name=LuceneVarGapFixedInterval), 
intDefault=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=PostingsFormat(name=Asserting), 
range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval), 
text=PostingsFormat(name=LuceneFixedGap), 
range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval), 
timestamp=PostingsFormat(name=LuceneVarGapFixedInterval)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1645, 
maxMBSortInHeap=5.186073453730813, 
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=sv-SE, 
timezone=Africa/Ndjamena
   [junit4]   2> NOTE: Linux 4.4.0-47-generic i386/Oracle Corporation 1.8.0_102 
(32-bit)/cpus=12,threads=1,free=85784064,total=392953856
   [junit4]   2> NOTE: All tests run in this JVM: [TestSimpleQParserPlugin, 
CoreMergeIndexesAdminHandlerTest, TestPostingsSolrHighlighter, 
TestNoOpRegenerator, NoCacheHeaderTest, TestSubQueryTransformer, 
TestSolrQueryParserDefaultOperatorResource, TestCollectionAPI, GraphQueryTest, 
BufferStoreTest, TestSchemaManager, TestDFRSimilarityFactory, 
DeleteInactiveReplicaTest, TestSolrConfigHandler, BasicDistributedZk2Test, 
DistributedSuggestComponentTest, TestRuleBasedAuthorizationPlugin, 
SuggesterTSTTest, TestJavabinTupleStreamParser, FullSolrCloudDistribCmdsTest, 
TestUtils, UpdateParamsTest, TestCoreDiscovery, TestLFUCache, 
TestRandomCollapseQParserPlugin, JSONWriterTest, TestTrieFacet, 
OpenExchangeRatesOrgProviderTest, TestRequestStatusCollectionAPI, 
RemoteQueryErrorTest, TimeZoneUtilsTest, AutoCommitTest, 
TestLMJelinekMercerSimilarityFactory, PreAnalyzedUpdateProcessorTest, 
TestFieldCacheSanityChecker, DirectoryFactoryTest, PrimitiveFieldTypeTest, 
HardAutoCommitTest, HdfsRecoveryZkTest, DeleteReplicaTest, TestSQLHandler, 
TestBulkSchemaAPI, AddSchemaFieldsUpdateProcessorFactoryTest, TestNRTOpen, 
ZkStateReaderTest, TestTolerantUpdateProcessorCloud, OverseerTest, 
RestartWhileUpdatingTest, DirectUpdateHandlerTest, TestWriterPerf, 
TestBinaryField, SimpleFacetsTest, DistributedExpandComponentTest, 
TestJsonFacetRefinement, TestStressReorder, ConnectionReuseTest, 
SolrPluginUtilsTest, LukeRequestHandlerTest, ResponseLogComponentTest, 
WrapperMergePolicyFactoryTest, LeaderInitiatedRecoveryOnShardRestartTest, 
PingRequestHandlerTest, ForceLeaderTest, HdfsCollectionsAPIDistributedZkTest, 
HdfsThreadLeakTest, HdfsWriteToMultipleCollectionsTest, 
CollectionsAPISolrJTest, TestConfigSetsAPIZkFailure, CdcrBootstrapTest, 
TestManagedResource, OverseerTaskQueueTest, TestReload, 
PKIAuthenticationIntegrationTest, ClassificationUpdateProcessorIntegrationTest, 
TestTestInjection, TestMiniSolrCloudCluster, OverseerModifyCollectionTest, 
TestSolrQueryParser, TestRecoveryHdfs, TestJsonRequest, 
TestHighFrequencyDictionaryFactory, TestPivotHelperCode, 
TestHdfsCloudBackupRestore, TestAddFieldRealTimeGet, DataDrivenBlockJoinTest, 
SuggesterWFSTTest, DistribCursorPagingTest, TestConfigSetImmutable, 
TestDefaultStatsCache, TestOnReconnectListenerSupport, TestIndexingPerformance, 
DistributedFacetPivotLongTailTest, DOMUtilTest, 
StatelessScriptUpdateProcessorFactoryTest, TestSizeLimitedDistributedMap, 
TestClassicSimilarityFactory, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [300/660 (1!)] on J2 in 116.87s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 54262 lines...]

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

Reply via email to