Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2894/
Java: 64bit/jdk1.8.0_121 -XX:+UseCompressedOops -XX:+UseG1GC

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node2:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:38214","node_name":"127.0.0.1:38214_","state":"active","leader":"true"}];
 clusterState: 
DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={   
"replicationFactor":"3",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "state":"down",           
"base_url":"http://127.0.0.1:38070";,           
"core":"c8n_1x3_lf_shard1_replica1",           "node_name":"127.0.0.1:38070_"}, 
        "core_node2":{           "core":"c8n_1x3_lf_shard1_replica3",           
"base_url":"http://127.0.0.1:38214";,           "node_name":"127.0.0.1:38214_",  
         "state":"active",           "leader":"true"},         "core_node3":{   
        "core":"c8n_1x3_lf_shard1_replica2",           
"base_url":"http://127.0.0.1:45871";,           "node_name":"127.0.0.1:45871_",  
         "state":"down"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"1",   "autoAddReplicas":"false"}

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




Build Log:
[...truncated 11267 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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/init-core-data-001
   [junit4]   2> 88689 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7634F286EDC1E95]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 88691 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7634F286EDC1E95]-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> 88691 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7634F286EDC1E95]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 88693 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 88693 INFO  (Thread-187) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 88693 INFO  (Thread-187) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 88793 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34150
   [junit4]   2> 88802 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
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> 88803 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
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> 88804 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
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> 88804 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
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> 88805 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
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> 88806 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
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> 88807 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
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> 88808 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
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> 88808 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
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> 88809 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
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> 88810 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
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> 88873 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/control-001/cores/collection1
   [junit4]   2> 88875 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 88875 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@27e41906{/,null,AVAILABLE}
   [junit4]   2> 88877 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3685f9f9{HTTP/1.1,[http/1.1]}{127.0.0.1:35898}
   [junit4]   2> 88877 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.e.j.s.Server Started @91491ms
   [junit4]   2> 88877 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/tempDir-001/control/data,
 hostContext=/, hostPort=38214, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/control-001/cores}
   [junit4]   2> 88878 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 88878 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.5.0
   [junit4]   2> 88878 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 88878 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 88878 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-19T17:02:03.335Z
   [junit4]   2> 88890 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 88890 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/control-001/solr.xml
   [junit4]   2> 88899 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 88899 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34150/solr
   [junit4]   2> 88914 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) 
[n:127.0.0.1:38214_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 88915 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) 
[n:127.0.0.1:38214_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:38214_
   [junit4]   2> 88915 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) 
[n:127.0.0.1:38214_    ] o.a.s.c.Overseer Overseer 
(id=97486354720423940-127.0.0.1:38214_-n_0000000000) starting
   [junit4]   2> 88921 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) 
[n:127.0.0.1:38214_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38214_
   [junit4]   2> 88922 INFO  
(zkCallback-90-thread-1-processing-n:127.0.0.1:38214_) [n:127.0.0.1:38214_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 89019 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) 
[n:127.0.0.1:38214_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/control-001/cores
   [junit4]   2> 89019 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) 
[n:127.0.0.1:38214_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 89023 INFO  
(OverseerStateUpdate-97486354720423940-127.0.0.1:38214_-n_0000000000) 
[n:127.0.0.1:38214_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 90036 WARN  
(coreLoadExecutor-464-thread-1-processing-n:127.0.0.1:38214_) 
[n:127.0.0.1:38214_ c:control_collection   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 90037 INFO  
(coreLoadExecutor-464-thread-1-processing-n:127.0.0.1:38214_) 
[n:127.0.0.1:38214_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 90069 INFO  
(coreLoadExecutor-464-thread-1-processing-n:127.0.0.1:38214_) 
[n:127.0.0.1:38214_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 90209 WARN  
(coreLoadExecutor-464-thread-1-processing-n:127.0.0.1:38214_) 
[n:127.0.0.1:38214_ 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> 90211 INFO  
(coreLoadExecutor-464-thread-1-processing-n:127.0.0.1:38214_) 
[n:127.0.0.1:38214_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 90230 INFO  
(coreLoadExecutor-464-thread-1-processing-n:127.0.0.1:38214_) 
[n:127.0.0.1:38214_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 90231 INFO  
(coreLoadExecutor-464-thread-1-processing-n:127.0.0.1:38214_) 
[n:127.0.0.1:38214_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/control-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/control-001/cores/collection1/data/]
   [junit4]   2> 90231 INFO  
(coreLoadExecutor-464-thread-1-processing-n:127.0.0.1:38214_) 
[n:127.0.0.1:38214_ c:control_collection   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24586e0b
   [junit4]   2> 90233 INFO  
(coreLoadExecutor-464-thread-1-processing-n:127.0.0.1:38214_) 
[n:127.0.0.1:38214_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=99.70703125, 
floorSegmentMB=1.2197265625, forceMergeDeletesPctAllowed=29.597210789439046, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.12272637107496741
   [junit4]   2> 90251 WARN  
(coreLoadExecutor-464-thread-1-processing-n:127.0.0.1:38214_) 
[n:127.0.0.1:38214_ c:control_collection   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 90303 INFO  
(coreLoadExecutor-464-thread-1-processing-n:127.0.0.1:38214_) 
[n:127.0.0.1:38214_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 90303 INFO  
(coreLoadExecutor-464-thread-1-processing-n:127.0.0.1:38214_) 
[n:127.0.0.1:38214_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 90304 INFO  
(coreLoadExecutor-464-thread-1-processing-n:127.0.0.1:38214_) 
[n:127.0.0.1:38214_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 90304 INFO  
(coreLoadExecutor-464-thread-1-processing-n:127.0.0.1:38214_) 
[n:127.0.0.1:38214_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 90304 INFO  
(coreLoadExecutor-464-thread-1-processing-n:127.0.0.1:38214_) 
[n:127.0.0.1:38214_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.16139120002134488]
   [junit4]   2> 90305 INFO  
(coreLoadExecutor-464-thread-1-processing-n:127.0.0.1:38214_) 
[n:127.0.0.1:38214_ c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@30ef80b1[collection1] main]
   [junit4]   2> 90306 INFO  
(coreLoadExecutor-464-thread-1-processing-n:127.0.0.1:38214_) 
[n:127.0.0.1:38214_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 90306 INFO  
(coreLoadExecutor-464-thread-1-processing-n:127.0.0.1:38214_) 
[n:127.0.0.1:38214_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 90307 INFO  
(coreLoadExecutor-464-thread-1-processing-n:127.0.0.1:38214_) 
[n:127.0.0.1:38214_ c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 90307 INFO  
(searcherExecutor-465-thread-1-processing-n:127.0.0.1:38214_ x:collection1 
c:control_collection) [n:127.0.0.1:38214_ c:control_collection   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@30ef80b1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 90308 INFO  
(coreLoadExecutor-464-thread-1-processing-n:127.0.0.1:38214_) 
[n:127.0.0.1:38214_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1559781677219184640
   [junit4]   2> 90314 INFO  
(coreZkRegister-457-thread-1-processing-n:127.0.0.1:38214_ x:collection1 
c:control_collection) [n:127.0.0.1:38214_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 90314 INFO  
(coreZkRegister-457-thread-1-processing-n:127.0.0.1:38214_ x:collection1 
c:control_collection) [n:127.0.0.1:38214_ 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> 90314 INFO  
(coreZkRegister-457-thread-1-processing-n:127.0.0.1:38214_ x:collection1 
c:control_collection) [n:127.0.0.1:38214_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38214/collection1/
   [junit4]   2> 90314 INFO  
(coreZkRegister-457-thread-1-processing-n:127.0.0.1:38214_ x:collection1 
c:control_collection) [n:127.0.0.1:38214_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 90314 INFO  
(coreZkRegister-457-thread-1-processing-n:127.0.0.1:38214_ x:collection1 
c:control_collection) [n:127.0.0.1:38214_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:38214/collection1/ has no replicas
   [junit4]   2> 90317 INFO  
(coreZkRegister-457-thread-1-processing-n:127.0.0.1:38214_ x:collection1 
c:control_collection) [n:127.0.0.1:38214_ 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:38214/collection1/ shard1
   [junit4]   2> 90468 INFO  
(coreZkRegister-457-thread-1-processing-n:127.0.0.1:38214_ x:collection1 
c:control_collection) [n:127.0.0.1:38214_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 90571 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 90572 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34150/solr ready
   [junit4]   2> 90574 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 90574 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 90678 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/shard-1-001/cores/collection1
   [junit4]   2> 90679 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/shard-1-001
   [junit4]   2> 90679 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 90680 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@697556b3{/,null,AVAILABLE}
   [junit4]   2> 90681 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@264c734f{HTTP/1.1,[http/1.1]}{127.0.0.1:43308}
   [junit4]   2> 90681 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.e.j.s.Server Started @93294ms
   [junit4]   2> 90681 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=37992, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/shard-1-001/cores}
   [junit4]   2> 90682 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 90682 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.5.0
   [junit4]   2> 90682 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 90682 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 90682 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-19T17:02:05.139Z
   [junit4]   2> 90685 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 90685 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/shard-1-001/solr.xml
   [junit4]   2> 90690 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 90690 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34150/solr
   [junit4]   2> 90697 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) 
[n:127.0.0.1:37992_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 90698 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) 
[n:127.0.0.1:37992_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 90700 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) 
[n:127.0.0.1:37992_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37992_
   [junit4]   2> 90701 INFO  (zkCallback-94-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 90701 INFO  
(zkCallback-90-thread-3-processing-n:127.0.0.1:38214_) [n:127.0.0.1:38214_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 90701 INFO  
(zkCallback-100-thread-1-processing-n:127.0.0.1:37992_) [n:127.0.0.1:37992_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 90795 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) 
[n:127.0.0.1:37992_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/shard-1-001/cores
   [junit4]   2> 90795 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) 
[n:127.0.0.1:37992_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 90798 INFO  
(OverseerStateUpdate-97486354720423940-127.0.0.1:38214_-n_0000000000) 
[n:127.0.0.1:38214_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 90900 INFO  
(zkCallback-100-thread-1-processing-n:127.0.0.1:37992_) [n:127.0.0.1:37992_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 91806 WARN  
(coreLoadExecutor-475-thread-1-processing-n:127.0.0.1:37992_) 
[n:127.0.0.1:37992_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 91806 INFO  
(coreLoadExecutor-475-thread-1-processing-n:127.0.0.1:37992_) 
[n:127.0.0.1:37992_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 91818 INFO  
(coreLoadExecutor-475-thread-1-processing-n:127.0.0.1:37992_) 
[n:127.0.0.1:37992_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 91893 WARN  
(coreLoadExecutor-475-thread-1-processing-n:127.0.0.1:37992_) 
[n:127.0.0.1:37992_ 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> 91896 INFO  
(coreLoadExecutor-475-thread-1-processing-n:127.0.0.1:37992_) 
[n:127.0.0.1:37992_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 91904 INFO  
(coreLoadExecutor-475-thread-1-processing-n:127.0.0.1:37992_) 
[n:127.0.0.1:37992_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 91904 INFO  
(coreLoadExecutor-475-thread-1-processing-n:127.0.0.1:37992_) 
[n:127.0.0.1:37992_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/shard-1-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 91905 INFO  
(coreLoadExecutor-475-thread-1-processing-n:127.0.0.1:37992_) 
[n:127.0.0.1:37992_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@24586e0b
   [junit4]   2> 91906 INFO  
(coreLoadExecutor-475-thread-1-processing-n:127.0.0.1:37992_) 
[n:127.0.0.1:37992_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=26, 
maxMergedSegmentMB=99.70703125, floorSegmentMB=1.2197265625, 
forceMergeDeletesPctAllowed=29.597210789439046, segmentsPerTier=42.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.12272637107496741
   [junit4]   2> 91911 WARN  
(coreLoadExecutor-475-thread-1-processing-n:127.0.0.1:37992_) 
[n:127.0.0.1:37992_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 91938 INFO  
(coreLoadExecutor-475-thread-1-processing-n:127.0.0.1:37992_) 
[n:127.0.0.1:37992_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 91939 INFO  
(coreLoadExecutor-475-thread-1-processing-n:127.0.0.1:37992_) 
[n:127.0.0.1:37992_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 91941 INFO  
(coreLoadExecutor-475-thread-1-processing-n:127.0.0.1:37992_) 
[n:127.0.0.1:37992_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 91941 INFO  
(coreLoadExecutor-475-thread-1-processing-n:127.0.0.1:37992_) 
[n:127.0.0.1:37992_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 91942 INFO  
(coreLoadExecutor-475-thread-1-processing-n:127.0.0.1:37992_) 
[n:127.0.0.1:37992_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.16139120002134488]
   [junit4]   2> 91943 INFO  
(coreLoadExecutor-475-thread-1-processing-n:127.0.0.1:37992_) 
[n:127.0.0.1:37992_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@2393b3a4[collection1] main]
   [junit4]   2> 91944 INFO  
(coreLoadExecutor-475-thread-1-processing-n:127.0.0.1:37992_) 
[n:127.0.0.1:37992_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 91944 INFO  
(coreLoadExecutor-475-thread-1-processing-n:127.0.0.1:37992_) 
[n:127.0.0.1:37992_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 91944 INFO  
(coreLoadExecutor-475-thread-1-processing-n:127.0.0.1:37992_) 
[n:127.0.0.1:37992_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 91945 INFO  
(searcherExecutor-476-thread-1-processing-n:127.0.0.1:37992_ x:collection1 
c:collection1) [n:127.0.0.1:37992_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2393b3a4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 91945 INFO  
(coreLoadExecutor-475-thread-1-processing-n:127.0.0.1:37992_) 
[n:127.0.0.1:37992_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1559781678935703552
   [junit4]   2> 91950 INFO  
(coreZkRegister-470-thread-1-processing-n:127.0.0.1:37992_ x:collection1 
c:collection1) [n:127.0.0.1:37992_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 91950 INFO  
(coreZkRegister-470-thread-1-processing-n:127.0.0.1:37992_ x:collection1 
c:collection1) [n:127.0.0.1:37992_ 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> 91950 INFO  
(coreZkRegister-470-thread-1-processing-n:127.0.0.1:37992_ x:collection1 
c:collection1) [n:127.0.0.1:37992_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:37992/collection1/
   [junit4]   2> 91950 INFO  
(coreZkRegister-470-thread-1-processing-n:127.0.0.1:37992_ x:collection1 
c:collection1) [n:127.0.0.1:37992_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 91950 INFO  
(coreZkRegister-470-thread-1-processing-n:127.0.0.1:37992_ x:collection1 
c:collection1) [n:127.0.0.1:37992_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:37992/collection1/ has no 
replicas
   [junit4]   2> 91954 INFO  
(coreZkRegister-470-thread-1-processing-n:127.0.0.1:37992_ x:collection1 
c:collection1) [n:127.0.0.1:37992_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:37992/collection1/ shard2
   [junit4]   2> 92064 INFO  
(zkCallback-100-thread-1-processing-n:127.0.0.1:37992_) [n:127.0.0.1:37992_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 92105 INFO  
(coreZkRegister-470-thread-1-processing-n:127.0.0.1:37992_ x:collection1 
c:collection1) [n:127.0.0.1:37992_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 92208 INFO  
(zkCallback-100-thread-1-processing-n:127.0.0.1:37992_) [n:127.0.0.1:37992_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 92397 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/shard-2-001/cores/collection1
   [junit4]   2> 92398 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/shard-2-001
   [junit4]   2> 92399 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 92400 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6dd5c998{/,null,AVAILABLE}
   [junit4]   2> 92400 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2c9da68f{HTTP/1.1,[http/1.1]}{127.0.0.1:34721}
   [junit4]   2> 92400 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.e.j.s.Server Started @95014ms
   [junit4]   2> 92400 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=45871, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/shard-2-001/cores}
   [junit4]   2> 92401 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 92401 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.5.0
   [junit4]   2> 92401 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 92401 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 92401 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-19T17:02:06.858Z
   [junit4]   2> 92404 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 92404 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/shard-2-001/solr.xml
   [junit4]   2> 92410 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 92411 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34150/solr
   [junit4]   2> 92418 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) 
[n:127.0.0.1:45871_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 92419 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) 
[n:127.0.0.1:45871_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 92420 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) 
[n:127.0.0.1:45871_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45871_
   [junit4]   2> 92421 INFO  
(zkCallback-100-thread-1-processing-n:127.0.0.1:37992_) [n:127.0.0.1:37992_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 92421 INFO  
(zkCallback-106-thread-1-processing-n:127.0.0.1:45871_) [n:127.0.0.1:45871_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 92421 INFO  (zkCallback-94-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 92421 INFO  
(zkCallback-90-thread-1-processing-n:127.0.0.1:38214_) [n:127.0.0.1:38214_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 92524 INFO  
(zkCallback-100-thread-1-processing-n:127.0.0.1:37992_) [n:127.0.0.1:37992_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 92556 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) 
[n:127.0.0.1:45871_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/shard-2-001/cores
   [junit4]   2> 92556 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) 
[n:127.0.0.1:45871_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 92558 INFO  
(OverseerStateUpdate-97486354720423940-127.0.0.1:38214_-n_0000000000) 
[n:127.0.0.1:38214_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 92659 INFO  
(zkCallback-100-thread-1-processing-n:127.0.0.1:37992_) [n:127.0.0.1:37992_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 92659 INFO  
(zkCallback-106-thread-1-processing-n:127.0.0.1:45871_) [n:127.0.0.1:45871_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 93569 WARN  
(coreLoadExecutor-486-thread-1-processing-n:127.0.0.1:45871_) 
[n:127.0.0.1:45871_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 93570 INFO  
(coreLoadExecutor-486-thread-1-processing-n:127.0.0.1:45871_) 
[n:127.0.0.1:45871_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 93589 INFO  
(coreLoadExecutor-486-thread-1-processing-n:127.0.0.1:45871_) 
[n:127.0.0.1:45871_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 93665 WARN  
(coreLoadExecutor-486-thread-1-processing-n:127.0.0.1:45871_) 
[n:127.0.0.1:45871_ 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> 93667 INFO  
(coreLoadExecutor-486-thread-1-processing-n:127.0.0.1:45871_) 
[n:127.0.0.1:45871_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 93676 INFO  
(coreLoadExecutor-486-thread-1-processing-n:127.0.0.1:45871_) 
[n:127.0.0.1:45871_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 93676 INFO  
(coreLoadExecutor-486-thread-1-processing-n:127.0.0.1:45871_) 
[n:127.0.0.1:45871_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/shard-2-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 93676 INFO  
(coreLoadExecutor-486-thread-1-processing-n:127.0.0.1:45871_) 
[n:127.0.0.1:45871_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@24586e0b
   [junit4]   2> 93677 INFO  
(coreLoadExecutor-486-thread-1-processing-n:127.0.0.1:45871_) 
[n:127.0.0.1:45871_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=26, 
maxMergedSegmentMB=99.70703125, floorSegmentMB=1.2197265625, 
forceMergeDeletesPctAllowed=29.597210789439046, segmentsPerTier=42.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.12272637107496741
   [junit4]   2> 93682 WARN  
(coreLoadExecutor-486-thread-1-processing-n:127.0.0.1:45871_) 
[n:127.0.0.1:45871_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 93709 INFO  
(coreLoadExecutor-486-thread-1-processing-n:127.0.0.1:45871_) 
[n:127.0.0.1:45871_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 93709 INFO  
(coreLoadExecutor-486-thread-1-processing-n:127.0.0.1:45871_) 
[n:127.0.0.1:45871_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 93710 INFO  
(coreLoadExecutor-486-thread-1-processing-n:127.0.0.1:45871_) 
[n:127.0.0.1:45871_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 93710 INFO  
(coreLoadExecutor-486-thread-1-processing-n:127.0.0.1:45871_) 
[n:127.0.0.1:45871_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 93711 INFO  
(coreLoadExecutor-486-thread-1-processing-n:127.0.0.1:45871_) 
[n:127.0.0.1:45871_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.16139120002134488]
   [junit4]   2> 93711 INFO  
(coreLoadExecutor-486-thread-1-processing-n:127.0.0.1:45871_) 
[n:127.0.0.1:45871_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@689e8da[collection1] main]
   [junit4]   2> 93712 INFO  
(coreLoadExecutor-486-thread-1-processing-n:127.0.0.1:45871_) 
[n:127.0.0.1:45871_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 93712 INFO  
(coreLoadExecutor-486-thread-1-processing-n:127.0.0.1:45871_) 
[n:127.0.0.1:45871_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 93712 INFO  
(coreLoadExecutor-486-thread-1-processing-n:127.0.0.1:45871_) 
[n:127.0.0.1:45871_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 93714 INFO  
(searcherExecutor-487-thread-1-processing-n:127.0.0.1:45871_ x:collection1 
c:collection1) [n:127.0.0.1:45871_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@689e8da[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 93714 INFO  
(coreLoadExecutor-486-thread-1-processing-n:127.0.0.1:45871_) 
[n:127.0.0.1:45871_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1559781680790634496
   [junit4]   2> 93718 INFO  
(coreZkRegister-481-thread-1-processing-n:127.0.0.1:45871_ x:collection1 
c:collection1) [n:127.0.0.1:45871_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 93718 INFO  
(coreZkRegister-481-thread-1-processing-n:127.0.0.1:45871_ x:collection1 
c:collection1) [n:127.0.0.1:45871_ 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> 93718 INFO  
(coreZkRegister-481-thread-1-processing-n:127.0.0.1:45871_ x:collection1 
c:collection1) [n:127.0.0.1:45871_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:45871/collection1/
   [junit4]   2> 93718 INFO  
(coreZkRegister-481-thread-1-processing-n:127.0.0.1:45871_ x:collection1 
c:collection1) [n:127.0.0.1:45871_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 93718 INFO  
(coreZkRegister-481-thread-1-processing-n:127.0.0.1:45871_ x:collection1 
c:collection1) [n:127.0.0.1:45871_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:45871/collection1/ has no 
replicas
   [junit4]   2> 93720 INFO  
(coreZkRegister-481-thread-1-processing-n:127.0.0.1:45871_ x:collection1 
c:collection1) [n:127.0.0.1:45871_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:45871/collection1/ shard1
   [junit4]   2> 93822 INFO  
(zkCallback-100-thread-1-processing-n:127.0.0.1:37992_) [n:127.0.0.1:37992_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 93822 INFO  
(zkCallback-106-thread-1-processing-n:127.0.0.1:45871_) [n:127.0.0.1:45871_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 93871 INFO  
(coreZkRegister-481-thread-1-processing-n:127.0.0.1:45871_ x:collection1 
c:collection1) [n:127.0.0.1:45871_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 93974 INFO  
(zkCallback-100-thread-1-processing-n:127.0.0.1:37992_) [n:127.0.0.1:37992_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 93974 INFO  
(zkCallback-106-thread-1-processing-n:127.0.0.1:45871_) [n:127.0.0.1:45871_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 94160 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/shard-3-001/cores/collection1
   [junit4]   2> 94160 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/shard-3-001
   [junit4]   2> 94161 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 94163 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@48282eac{/,null,AVAILABLE}
   [junit4]   2> 94164 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5e0fa31b{HTTP/1.1,[http/1.1]}{127.0.0.1:39962}
   [junit4]   2> 94164 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.e.j.s.Server Started @96777ms
   [junit4]   2> 94164 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=38070, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/shard-3-001/cores}
   [junit4]   2> 94164 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 94164 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.5.0
   [junit4]   2> 94164 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 94164 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 94164 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-19T17:02:08.621Z
   [junit4]   2> 94168 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 94168 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/shard-3-001/solr.xml
   [junit4]   2> 94173 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 94173 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34150/solr
   [junit4]   2> 94182 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) 
[n:127.0.0.1:38070_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 94183 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) 
[n:127.0.0.1:38070_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 94184 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) 
[n:127.0.0.1:38070_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38070_
   [junit4]   2> 94185 INFO  
(zkCallback-100-thread-1-processing-n:127.0.0.1:37992_) [n:127.0.0.1:37992_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 94185 INFO  
(zkCallback-90-thread-3-processing-n:127.0.0.1:38214_) [n:127.0.0.1:38214_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 94185 INFO  (zkCallback-94-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 94185 INFO  
(zkCallback-112-thread-1-processing-n:127.0.0.1:38070_) [n:127.0.0.1:38070_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 94185 INFO  
(zkCallback-106-thread-1-processing-n:127.0.0.1:45871_) [n:127.0.0.1:45871_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 94270 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) 
[n:127.0.0.1:38070_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/shard-3-001/cores
   [junit4]   2> 94270 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) 
[n:127.0.0.1:38070_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 94272 INFO  
(OverseerStateUpdate-97486354720423940-127.0.0.1:38214_-n_0000000000) 
[n:127.0.0.1:38214_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 94374 INFO  
(zkCallback-100-thread-1-processing-n:127.0.0.1:37992_) [n:127.0.0.1:37992_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 94374 INFO  
(zkCallback-112-thread-1-processing-n:127.0.0.1:38070_) [n:127.0.0.1:38070_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 94374 INFO  
(zkCallback-106-thread-1-processing-n:127.0.0.1:45871_) [n:127.0.0.1:45871_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 95281 WARN  
(coreLoadExecutor-497-thread-1-processing-n:127.0.0.1:38070_) 
[n:127.0.0.1:38070_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 95282 INFO  
(coreLoadExecutor-497-thread-1-processing-n:127.0.0.1:38070_) 
[n:127.0.0.1:38070_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.5.0
   [junit4]   2> 95297 INFO  
(coreLoadExecutor-497-thread-1-processing-n:127.0.0.1:38070_) 
[n:127.0.0.1:38070_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 95362 WARN  
(coreLoadExecutor-497-thread-1-processing-n:127.0.0.1:38070_) 
[n:127.0.0.1:38070_ 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> 95364 INFO  
(coreLoadExecutor-497-thread-1-processing-n:127.0.0.1:38070_) 
[n:127.0.0.1:38070_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 95372 INFO  
(coreLoadExecutor-497-thread-1-processing-n:127.0.0.1:38070_) 
[n:127.0.0.1:38070_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 95372 INFO  
(coreLoadExecutor-497-thread-1-processing-n:127.0.0.1:38070_) 
[n:127.0.0.1:38070_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/shard-3-001/cores/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 95373 INFO  
(coreLoadExecutor-497-thread-1-processing-n:127.0.0.1:38070_) 
[n:127.0.0.1:38070_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@24586e0b
   [junit4]   2> 95374 INFO  
(coreLoadExecutor-497-thread-1-processing-n:127.0.0.1:38070_) 
[n:127.0.0.1:38070_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=26, 
maxMergedSegmentMB=99.70703125, floorSegmentMB=1.2197265625, 
forceMergeDeletesPctAllowed=29.597210789439046, segmentsPerTier=42.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.12272637107496741
   [junit4]   2> 95382 WARN  
(coreLoadExecutor-497-thread-1-processing-n:127.0.0.1:38070_) 
[n:127.0.0.1:38070_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 95419 INFO  
(coreLoadExecutor-497-thread-1-processing-n:127.0.0.1:38070_) 
[n:127.0.0.1:38070_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 95419 INFO  
(coreLoadExecutor-497-thread-1-processing-n:127.0.0.1:38070_) 
[n:127.0.0.1:38070_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 95420 INFO  
(coreLoadExecutor-497-thread-1-processing-n:127.0.0.1:38070_) 
[n:127.0.0.1:38070_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 95420 INFO  
(coreLoadExecutor-497-thread-1-processing-n:127.0.0.1:38070_) 
[n:127.0.0.1:38070_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 95421 INFO  
(coreLoadExecutor-497-thread-1-processing-n:127.0.0.1:38070_) 
[n:127.0.0.1:38070_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.16139120002134488]
   [junit4]   2> 95421 INFO  
(coreLoadExecutor-497-thread-1-processing-n:127.0.0.1:38070_) 
[n:127.0.0.1:38070_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@73c770c0[collection1] main]
   [junit4]   2> 95422 INFO  
(coreLoadExecutor-497-thread-1-processing-n:127.0.0.1:38070_) 
[n:127.0.0.1:38070_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 95422 INFO  
(coreLoadExecutor-497-thread-1-processing-n:127.0.0.1:38070_) 
[n:127.0.0.1:38070_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 95422 INFO  
(coreLoadExecutor-497-thread-1-processing-n:127.0.0.1:38070_) 
[n:127.0.0.1:38070_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 95424 INFO  
(searcherExecutor-498-thread-1-processing-n:127.0.0.1:38070_ x:collection1 
c:collection1) [n:127.0.0.1:38070_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@73c770c0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 95424 INFO  
(coreLoadExecutor-497-thread-1-processing-n:127.0.0.1:38070_) 
[n:127.0.0.1:38070_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1559781682583699456
   [junit4]   2> 95427 INFO  
(coreZkRegister-492-thread-1-processing-n:127.0.0.1:38070_ x:collection1 
c:collection1) [n:127.0.0.1:38070_ c:collection1 s:shard2 r:core_node3 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 95427 INFO  
(updateExecutor-109-thread-1-processing-n:127.0.0.1:38070_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38070_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 95427 INFO  
(recoveryExecutor-110-thread-1-processing-n:127.0.0.1:38070_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38070_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. 
recoveringAfterStartup=true
   [junit4]   2> 95428 INFO  
(recoveryExecutor-110-thread-1-processing-n:127.0.0.1:38070_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38070_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 95428 INFO  
(recoveryExecutor-110-thread-1-processing-n:127.0.0.1:38070_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38070_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1]
   [junit4]   2> 95428 INFO  
(recoveryExecutor-110-thread-1-processing-n:127.0.0.1:38070_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38070_ 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> 95428 INFO  
(recoveryExecutor-110-thread-1-processing-n:127.0.0.1:38070_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38070_ 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:37992/collection1/] 
and I am [http://127.0.0.1:38070/collection1/]
   [junit4]   2> 95430 INFO  
(recoveryExecutor-110-thread-1-processing-n:127.0.0.1:38070_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38070_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:37992]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:38070_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 95431 INFO  (SocketProxy-Acceptor-37992) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50438,localport=37992], receiveBufferSize:531000
   [junit4]   2> 95434 INFO  (SocketProxy-Acceptor-37992) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43308,localport=39470], receiveBufferSize=530904
   [junit4]   2> 95435 INFO  (qtp2056456524-763) [n:127.0.0.1:37992_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 95435 INFO  (qtp2056456524-763) [n:127.0.0.1:37992_    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 95436 INFO  (qtp2056456524-763) [n:127.0.0.1:37992_    ] 
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:38070_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:38070","node_name":"127.0.0.1:38070_","state":"down"}
   [junit4]   2> 95531 INFO  
(zkCallback-100-thread-1-processing-n:127.0.0.1:37992_) [n:127.0.0.1:37992_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 95531 INFO  
(zkCallback-112-thread-1-processing-n:127.0.0.1:38070_) [n:127.0.0.1:38070_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 95531 INFO  
(zkCallback-106-thread-1-processing-n:127.0.0.1:45871_) [n:127.0.0.1:45871_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 95810 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 95810 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 95810 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 96436 INFO  (qtp2056456524-763) [n:127.0.0.1:37992_    ] 
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:38070_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:38070","node_name":"127.0.0.1:38070_","state":"recovering"}
   [junit4]   2> 96436 INFO  (qtp2056456524-763) [n:127.0.0.1:37992_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 96436 INFO  (qtp2056456524-763) [n:127.0.0.1:37992_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:38070_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1001
   [junit4]   2> 103437 INFO  
(recoveryExecutor-110-thread-1-processing-n:127.0.0.1:38070_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38070_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync 
from [http://127.0.0.1:37992/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 103437 INFO  
(recoveryExecutor-110-thread-1-processing-n:127.0.0.1:38070_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38070_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 
url=http://127.0.0.1:38070 START replicas=[http://127.0.0.1:37992/collection1/] 
nUpdates=100
   [junit4]   2> 103439 INFO  (SocketProxy-Acceptor-37992) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50458,localport=37992], receiveBufferSize:531000
   [junit4]   2> 103440 INFO  (SocketProxy-Acceptor-37992) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43308,localport=39490], receiveBufferSize=530904
   [junit4]   2> 103445 INFO  (qtp2056456524-763) [n:127.0.0.1:37992_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:2.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 103445 INFO  (qtp2056456524-763) [n:127.0.0.1:37992_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=4
   [junit4]   2> 103447 INFO  
(recoveryExecutor-110-thread-1-processing-n:127.0.0.1:38070_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38070_ 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> 103447 INFO  
(recoveryExecutor-110-thread-1-processing-n:127.0.0.1:38070_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38070_ 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> 103447 INFO  
(recoveryExecutor-110-thread-1-processing-n:127.0.0.1:38070_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38070_ 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> 103447 INFO  
(recoveryExecutor-110-thread-1-processing-n:127.0.0.1:38070_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38070_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted 
changes. Skipping IW.commit.
   [junit4]   2> 103448 INFO  
(recoveryExecutor-110-thread-1-processing-n:127.0.0.1:38070_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38070_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 103448 INFO  
(recoveryExecutor-110-thread-1-processing-n:127.0.0.1:38070_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38070_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery 
was successful.
   [junit4]   2> 103448 INFO  
(recoveryExecutor-110-thread-1-processing-n:127.0.0.1:38070_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38070_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered 
during PeerSync.
   [junit4]   2> 103448 INFO  
(recoveryExecutor-110-thread-1-processing-n:127.0.0.1:38070_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38070_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 103448 INFO  
(recoveryExecutor-110-thread-1-processing-n:127.0.0.1:38070_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:38070_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active 
after recovery.
   [junit4]   2> 103449 INFO  
(zkCallback-100-thread-1-processing-n:127.0.0.1:37992_) [n:127.0.0.1:37992_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 103449 INFO  
(zkCallback-112-thread-1-processing-n:127.0.0.1:38070_) [n:127.0.0.1:38070_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 103449 INFO  
(zkCallback-106-thread-1-processing-n:127.0.0.1:45871_) [n:127.0.0.1:45871_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 103815 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 103815 INFO  (SocketProxy-Acceptor-38214) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=34068,localport=38214], receiveBufferSize:531000
   [junit4]   2> 103817 INFO  (SocketProxy-Acceptor-38214) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35898,localport=43804], receiveBufferSize=530904
   [junit4]   2> 103818 INFO  (qtp804028863-724) [n:127.0.0.1:38214_ 
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> 103819 INFO  (qtp804028863-724) [n:127.0.0.1:38214_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 103819 INFO  (qtp804028863-724) [n:127.0.0.1:38214_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 103819 INFO  (qtp804028863-724) [n:127.0.0.1:38214_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 1
   [junit4]   2> 103822 INFO  (SocketProxy-Acceptor-37992) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50466,localport=37992], receiveBufferSize:531000
   [junit4]   2> 103824 INFO  (SocketProxy-Acceptor-37992) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43308,localport=39498], receiveBufferSize=530904
   [junit4]   2> 103828 INFO  (SocketProxy-Acceptor-45871) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=60480,localport=45871], receiveBufferSize:531000
   [junit4]   2> 103828 INFO  (SocketProxy-Acceptor-37992) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50470,localport=37992], receiveBufferSize:531000
   [junit4]   2> 103828 INFO  (SocketProxy-Acceptor-38070) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=55326,localport=38070], receiveBufferSize:531000
   [junit4]   2> 103828 INFO  (SocketProxy-Acceptor-37992) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43308,localport=39506], receiveBufferSize=530904
   [junit4]   2> 103829 INFO  (SocketProxy-Acceptor-45871) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34721,localport=53398], receiveBufferSize=530904
   [junit4]   2> 103830 INFO  (SocketProxy-Acceptor-38070) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=39962,localport=51178], receiveBufferSize=530904
   [junit4]   2> 103831 INFO  (qtp2056456524-763) [n:127.0.0.1:37992_ 
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> 103831 INFO  (qtp2056456524-763) [n:127.0.0.1:37992_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 103831 INFO  (qtp893249061-792) [n:127.0.0.1:45871_ 
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> 103833 INFO  (qtp893249061-792) [n:127.0.0.1:45871_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 103834 INFO  (qtp2056456524-763) [n:127.0.0.1:37992_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 103834 INFO  (qtp893249061-792) [n:127.0.0.1:45871_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 103834 INFO  (qtp2056456524-763) [n:127.0.0.1:37992_ 
c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37992/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 103834 INFO  (qtp893249061-792) [n:127.0.0.1:45871_ 
c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37992/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 3
   [junit4]   2> 103835 INFO  (qtp314229101-821) [n:127.0.0.1:38070_ 
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> 103836 INFO  (qtp314229101-821) [n:127.0.0.1:38070_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 103836 INFO  (qtp314229101-821) [n:127.0.0.1:38070_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 103836 INFO  (qtp314229101-821) [n:127.0.0.1:38070_ 
c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37992/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 103836 INFO  (qtp2056456524-765) [n:127.0.0.1:37992_ 
c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={_stateVer_=collection1:10&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 11
   [junit4]   2> 103838 INFO  (SocketProxy-Acceptor-37992) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50482,localport=37992], receiveBufferSize:531000
   [junit4]   2> 103838 INFO  (SocketProxy-Acceptor-37992) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43308,localport=39514], receiveBufferSize=530904
   [junit4]   2> 103841 INFO  (qtp2056456524-761) [n:127.0.0.1:37992_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=1
   [junit4]   2> 103842 INFO  (SocketProxy-Acceptor-38070) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=55334,localport=38070], receiveBufferSize:531000
   [junit4]   2> 103843 INFO  (SocketProxy-Acceptor-38070) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=39962,localport=51186], receiveBufferSize=530904
   [junit4]   2> 103844 INFO  (qtp314229101-822) [n:127.0.0.1:38070_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 103845 INFO  (SocketProxy-Acceptor-45871) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=60498,localport=45871], receiveBufferSize:531000
   [junit4]   2> 103846 INFO  (SocketProxy-Acceptor-45871) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34721,localport=53416], receiveBufferSize=530904
   [junit4]   2> 103849 INFO  (qtp893249061-794) [n:127.0.0.1:45871_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 105851 INFO  (SocketProxy-Acceptor-37992) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=50502,localport=37992], receiveBufferSize:531000
   [junit4]   2> 105852 INFO  (SocketProxy-Acceptor-37992) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=43308,localport=39534], receiveBufferSize=530904
   [junit4]   2> 105853 INFO  (qtp2056456524-765) [n:127.0.0.1:37992_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=3&maxShardsPerNode=1&name=c8n_1x3_lf&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 105855 INFO  
(OverseerThreadFactory-462-thread-1-processing-n:127.0.0.1:38214_) 
[n:127.0.0.1:38214_    ] o.a.s.c.CreateCollectionCmd Create collection 
c8n_1x3_lf
   [junit4]   2> 105855 INFO  
(OverseerThreadFactory-462-thread-1-processing-n:127.0.0.1:38214_) 
[n:127.0.0.1:38214_    ] o.a.s.c.CreateCollectionCmd Only one config set found 
in zk - using it:conf1
   [junit4]   2> 105960 INFO  (SocketProxy-Acceptor-38070) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=55354,localport=38070], receiveBufferSize:531000
   [junit4]   2> 105960 INFO  (SocketProxy-Acceptor-38214) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=34114,localport=38214], receiveBufferSize:531000
   [junit4]   2> 105961 INFO  (SocketProxy-Acceptor-45871) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=60522,localport=45871], receiveBufferSize:531000
   [junit4]   2> 105961 INFO  (SocketProxy-Acceptor-38214) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=35898,localport=43852], receiveBufferSize=530904
   [junit4]   2> 105961 INFO  (SocketProxy-Acceptor

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

ation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:388)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer.createOverseerNode(Overseer.java:747)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer.getStateUpdateQueue(Overseer.java:620)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer.getStateUpdateQueue(Overseer.java:607)
   [junit4]   2>        at 
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:310)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:307)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
   [junit4]   2>        at 
org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:677)
   [junit4]   2>        at 
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:340)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:268)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 234257 INFO  
(zkCallback-112-thread-5-processing-n:127.0.0.1:38070_) [n:127.0.0.1:38070_ 
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@19391ff7
   [junit4]   2> 234257 WARN  
(zkCallback-112-thread-5-processing-n:127.0.0.1:38070_) [n:127.0.0.1:38070_ 
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> 234280 INFO  
(zkCallback-112-thread-5-processing-n:127.0.0.1:38070_) [n:127.0.0.1:38070_ 
c:c8n_1x3_lf s:shard1 r:core_node1 x:c8n_1x3_lf_shard1_replica1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.c8n_1x3_lf.shard1.replica1
   [junit4]   2> 234280 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 234281 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@5e0fa31b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 234281 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@48282eac{/,null,UNAVAILABLE}
   [junit4]   2> 234282 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:34150 34150
   [junit4]   2> 239302 INFO  (Thread-187) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:34150 34150
   [junit4]   2> 239303 WARN  (Thread-187) [    ] 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> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        3       /solr/collections/c8n_1x3_lf/state.json
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/97486354720423945-127.0.0.1:37992_-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        141     /solr/overseer/collection-queue-work
   [junit4]   2>        46      /solr/overseer/queue
   [junit4]   2>        24      /solr/overseer/queue-work
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2> 
   [junit4]   2> 239303 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:38070/, target: 
http://127.0.0.1:39962/
   [junit4]   2> 239303 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:45871/, target: 
http://127.0.0.1:34721/
   [junit4]   2> 239303 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.SocketProxy Closing 16 connections to: http://127.0.0.1:38214/, target: 
http://127.0.0.1:35898/
   [junit4]   2> 239303 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7634F286EDC1E95]) [    ] 
o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:37992/, target: 
http://127.0.0.1:43308/
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=7634F286EDC1E95 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=en-SG -Dtests.timezone=Pacific/Honolulu -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  151s J0 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 
replicas to be active but only found 1; 
[core_node2:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:38214","node_name":"127.0.0.1:38214_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={
   [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:38070";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "node_name":"127.0.0.1:38070_"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:38214";,
   [junit4]    >           "node_name":"127.0.0.1:38214_",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:45871";,
   [junit4]    >           "node_name":"127.0.0.1:45871_",
   [junit4]    >           "state":"down"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7634F286EDC1E95:8F3770F2C020736D]: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> 239306 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7634F286EDC1E95]-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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7634F286EDC1E95-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{range_facet_l_dv=PostingsFormat(name=Asserting), multiDefault=FST50, 
a_t=FST50, intDefault=PostingsFormat(name=MockRandom), 
id=PostingsFormat(name=Asserting), range_facet_i_dv=FST50, 
text=PostingsFormat(name=Memory doPackFST= true), range_facet_l=FST50, 
timestamp=FST50}, docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), 
_version_=DocValuesFormat(name=Lucene54), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
intDvoDefault=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=306, 
maxMBSortInHeap=5.592635716576553, 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=en-SG, 
timezone=Pacific/Honolulu
   [junit4]   2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=12,threads=1,free=139562456,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: 
[LeaderInitiatedRecoveryOnShardRestartTest, BlockCacheTest, 
TestClusterProperties, CollectionsAPISolrJTest, 
OverseerCollectionConfigSetProcessorTest, SolrCoreTest, 
DistributedSpellCheckComponentTest, BitVectorTest, 
LeaderFailoverAfterPartitionTest]
   [junit4] Completed [95/696 (1!)] on J0 in 150.63s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 64593 lines...]

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

Reply via email to