Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4027/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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_replica_n2","base_url":"http://127.0.0.1:63925","node_name":"127.0.0.1:63925_","state":"active","type":"NRT","leader":"true"}];
 clusterState: 
DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={   
"pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "state":"down",           
"base_url":"http://127.0.0.1:63932";,           
"core":"c8n_1x3_lf_shard1_replica_n3",           
"node_name":"127.0.0.1:63932_",           "type":"NRT"},         "core_node2":{ 
          "core":"c8n_1x3_lf_shard1_replica_n2",           
"base_url":"http://127.0.0.1:63925";,           "node_name":"127.0.0.1:63925_",  
         "state":"active",           "type":"NRT",           "leader":"true"},  
       "core_node3":{           "core":"c8n_1x3_lf_shard1_replica_n1",          
 "base_url":"http://127.0.0.1:63920";,           "node_name":"127.0.0.1:63920_", 
          "state":"down",           "type":"NRT"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false",   "nrtReplicas":"3",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 
1; 
[core_node2:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:63925","node_name":"127.0.0.1:63925_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:63932";,
          "core":"c8n_1x3_lf_shard1_replica_n3",
          "node_name":"127.0.0.1:63932_",
          "type":"NRT"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica_n2",
          "base_url":"http://127.0.0.1:63925";,
          "node_name":"127.0.0.1:63925_",
          "state":"active",
          "type":"NRT",
          "leader":"true"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica_n1",
          "base_url":"http://127.0.0.1:63920";,
          "node_name":"127.0.0.1:63920_",
          "state":"down",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([F44BEE144D3ED277:7C1FD1CEE3C2BF8F]: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:170)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
        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:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        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:748)




Build Log:
[...truncated 11074 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/init-core-data-001
   [junit4]   2> 180477 WARN  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[F44BEE144D3ED277]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 180478 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[F44BEE144D3ED277]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 180480 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[F44BEE144D3ED277]-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)
 w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 180480 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[F44BEE144D3ED277]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 180481 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 180482 INFO  (Thread-325) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 180482 INFO  (Thread-325) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 180486 ERROR (Thread-325) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 180584 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:63909
   [junit4]   2> 180618 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 180622 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 180626 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 180628 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 180630 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 180632 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 180634 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 180636 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 180638 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 180640 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 180642 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 180644 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 180935 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/control-001/cores/collection1
   [junit4]   2> 180939 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 180941 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@373e374b{/,null,AVAILABLE}
   [junit4]   2> 180943 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5f389738{HTTP/1.1,[http/1.1]}{127.0.0.1:63913}
   [junit4]   2> 180943 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.e.j.s.Server Started @185333ms
   [junit4]   2> 180943 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/tempDir-001/control/data,
 hostContext=/, hostPort=63912, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/control-001/cores}
   [junit4]   2> 180944 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 180944 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 180944 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 180944 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 180944 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-25T02:15:16.663Z
   [junit4]   2> 180948 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 180948 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/control-001/solr.xml
   [junit4]   2> 180958 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bdd0312, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 180964 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63909/solr
   [junit4]   2> 180998 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63912_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 180999 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63912_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:63912_
   [junit4]   2> 181001 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63912_    ] o.a.s.c.Overseer Overseer 
(id=98020787237814276-127.0.0.1:63912_-n_0000000000) starting
   [junit4]   2> 181015 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63912_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63912_
   [junit4]   2> 181017 INFO  
(zkCallback-281-thread-1-processing-n:127.0.0.1:63912_) [n:127.0.0.1:63912_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 181104 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63912_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bdd0312
   [junit4]   2> 181106 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63912_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bdd0312
   [junit4]   2> 181106 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63912_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bdd0312
   [junit4]   2> 181108 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63912_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/control-001/cores
   [junit4]   2> 181108 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63912_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 181110 INFO  
(coreLoadExecutor-592-thread-1-processing-n:127.0.0.1:63912_) 
[n:127.0.0.1:63912_ c:control_collection   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 181113 INFO  
(OverseerStateUpdate-98020787237814276-127.0.0.1:63912_-n_0000000000) 
[n:127.0.0.1:63912_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 182136 WARN  
(coreLoadExecutor-592-thread-1-processing-n:127.0.0.1:63912_) 
[n:127.0.0.1:63912_ c:control_collection   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 182136 INFO  
(coreLoadExecutor-592-thread-1-processing-n:127.0.0.1:63912_) 
[n:127.0.0.1:63912_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 182150 INFO  
(coreLoadExecutor-592-thread-1-processing-n:127.0.0.1:63912_) 
[n:127.0.0.1:63912_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 182257 INFO  
(coreLoadExecutor-592-thread-1-processing-n:127.0.0.1:63912_) 
[n:127.0.0.1:63912_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 182273 INFO  
(coreLoadExecutor-592-thread-1-processing-n:127.0.0.1:63912_) 
[n:127.0.0.1:63912_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection, trusted=true
   [junit4]   2> 182273 INFO  
(coreLoadExecutor-592-thread-1-processing-n:127.0.0.1:63912_) 
[n:127.0.0.1:63912_ c:control_collection   x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.core_node1' (registry 
'solr.core.control_collection.shard1.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bdd0312
   [junit4]   2> 182273 INFO  
(coreLoadExecutor-592-thread-1-processing-n:127.0.0.1:63912_) 
[n:127.0.0.1:63912_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 182273 INFO  
(coreLoadExecutor-592-thread-1-processing-n:127.0.0.1:63912_) 
[n:127.0.0.1:63912_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/control-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/control-001/cores/collection1/data/]
   [junit4]   2> 182285 INFO  
(coreLoadExecutor-592-thread-1-processing-n:127.0.0.1:63912_) 
[n:127.0.0.1:63912_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=73.7763671875, 
floorSegmentMB=0.2978515625, forceMergeDeletesPctAllowed=11.444642210650821, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 182321 WARN  
(coreLoadExecutor-592-thread-1-processing-n:127.0.0.1:63912_) 
[n:127.0.0.1:63912_ 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> 182383 INFO  
(coreLoadExecutor-592-thread-1-processing-n:127.0.0.1:63912_) 
[n:127.0.0.1:63912_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 182384 INFO  
(coreLoadExecutor-592-thread-1-processing-n:127.0.0.1:63912_) 
[n:127.0.0.1:63912_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 182384 INFO  
(coreLoadExecutor-592-thread-1-processing-n:127.0.0.1:63912_) 
[n:127.0.0.1:63912_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 182384 INFO  
(coreLoadExecutor-592-thread-1-processing-n:127.0.0.1:63912_) 
[n:127.0.0.1:63912_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 182385 INFO  
(coreLoadExecutor-592-thread-1-processing-n:127.0.0.1:63912_) 
[n:127.0.0.1:63912_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 182386 INFO  
(coreLoadExecutor-592-thread-1-processing-n:127.0.0.1:63912_) 
[n:127.0.0.1:63912_ c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@604a978d[collection1] main]
   [junit4]   2> 182387 INFO  
(coreLoadExecutor-592-thread-1-processing-n:127.0.0.1:63912_) 
[n:127.0.0.1:63912_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 182388 INFO  
(coreLoadExecutor-592-thread-1-processing-n:127.0.0.1:63912_) 
[n:127.0.0.1:63912_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 182388 INFO  
(coreLoadExecutor-592-thread-1-processing-n:127.0.0.1:63912_) 
[n:127.0.0.1:63912_ c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 182388 INFO  
(coreLoadExecutor-592-thread-1-processing-n:127.0.0.1:63912_) 
[n:127.0.0.1:63912_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1568332597802565632
   [junit4]   2> 182389 INFO  
(searcherExecutor-593-thread-1-processing-n:127.0.0.1:63912_ x:collection1 
c:control_collection) [n:127.0.0.1:63912_ c:control_collection   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@604a978d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 182396 INFO  
(coreZkRegister-585-thread-1-processing-n:127.0.0.1:63912_ x:collection1 
c:control_collection) [n:127.0.0.1:63912_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 182396 INFO  
(coreZkRegister-585-thread-1-processing-n:127.0.0.1:63912_ x:collection1 
c:control_collection) [n:127.0.0.1:63912_ 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> 182396 INFO  
(coreZkRegister-585-thread-1-processing-n:127.0.0.1:63912_ x:collection1 
c:control_collection) [n:127.0.0.1:63912_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:63912/collection1/
   [junit4]   2> 182396 INFO  
(coreZkRegister-585-thread-1-processing-n:127.0.0.1:63912_ x:collection1 
c:control_collection) [n:127.0.0.1:63912_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 182396 INFO  
(coreZkRegister-585-thread-1-processing-n:127.0.0.1:63912_ x:collection1 
c:control_collection) [n:127.0.0.1:63912_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:63912/collection1/ has no replicas
   [junit4]   2> 182396 INFO  
(coreZkRegister-585-thread-1-processing-n:127.0.0.1:63912_ x:collection1 
c:control_collection) [n:127.0.0.1:63912_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 182401 INFO  
(coreZkRegister-585-thread-1-processing-n:127.0.0.1:63912_ x:collection1 
c:control_collection) [n:127.0.0.1:63912_ 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:63912/collection1/ shard1
   [junit4]   2> 182565 INFO  
(coreZkRegister-585-thread-1-processing-n:127.0.0.1:63912_ x:collection1 
c:control_collection) [n:127.0.0.1:63912_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 182650 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 182652 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:63909/solr ready
   [junit4]   2> 182652 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 182652 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 182969 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/shard-1-001/cores/collection1
   [junit4]   2> 182970 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/shard-1-001
 of type NRT
   [junit4]   2> 182971 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 182973 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@702f54cc{/,null,AVAILABLE}
   [junit4]   2> 182974 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6d99bb53{HTTP/1.1,[http/1.1]}{127.0.0.1:63921}
   [junit4]   2> 182974 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.e.j.s.Server Started @187364ms
   [junit4]   2> 182974 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=63920, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/shard-1-001/cores}
   [junit4]   2> 182974 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 182975 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 182975 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 182975 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 182975 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-25T02:15:18.694Z
   [junit4]   2> 182985 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 182985 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/shard-1-001/solr.xml
   [junit4]   2> 182999 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bdd0312, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 183019 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63909/solr
   [junit4]   2> 183039 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63920_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 183046 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63920_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 183052 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63920_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63920_
   [junit4]   2> 183055 INFO  
(zkCallback-281-thread-1-processing-n:127.0.0.1:63912_) [n:127.0.0.1:63912_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 183055 INFO  (zkCallback-285-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 183056 INFO  
(zkCallback-291-thread-1-processing-n:127.0.0.1:63920_) [n:127.0.0.1:63920_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 183191 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63920_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bdd0312
   [junit4]   2> 183196 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63920_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bdd0312
   [junit4]   2> 183196 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63920_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bdd0312
   [junit4]   2> 183198 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63920_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/shard-1-001/cores
   [junit4]   2> 183198 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63920_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 183200 INFO  
(coreLoadExecutor-603-thread-1-processing-n:127.0.0.1:63920_) 
[n:127.0.0.1:63920_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 183202 INFO  
(OverseerStateUpdate-98020787237814276-127.0.0.1:63912_-n_0000000000) 
[n:127.0.0.1:63912_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 183305 INFO  
(zkCallback-291-thread-1-processing-n:127.0.0.1:63920_) [n:127.0.0.1:63920_    
] 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> 184235 WARN  
(coreLoadExecutor-603-thread-1-processing-n:127.0.0.1:63920_) 
[n:127.0.0.1:63920_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 184239 INFO  
(coreLoadExecutor-603-thread-1-processing-n:127.0.0.1:63920_) 
[n:127.0.0.1:63920_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 184255 INFO  
(coreLoadExecutor-603-thread-1-processing-n:127.0.0.1:63920_) 
[n:127.0.0.1:63920_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 184345 INFO  
(coreLoadExecutor-603-thread-1-processing-n:127.0.0.1:63920_) 
[n:127.0.0.1:63920_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 184361 INFO  
(coreLoadExecutor-603-thread-1-processing-n:127.0.0.1:63920_) 
[n:127.0.0.1:63920_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 184361 INFO  
(coreLoadExecutor-603-thread-1-processing-n:127.0.0.1:63920_) 
[n:127.0.0.1:63920_ c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.collection1.shard2.core_node1' (registry 
'solr.core.collection1.shard2.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bdd0312
   [junit4]   2> 184361 INFO  
(coreLoadExecutor-603-thread-1-processing-n:127.0.0.1:63920_) 
[n:127.0.0.1:63920_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 184361 INFO  
(coreLoadExecutor-603-thread-1-processing-n:127.0.0.1:63920_) 
[n:127.0.0.1:63920_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/shard-1-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 184363 INFO  
(coreLoadExecutor-603-thread-1-processing-n:127.0.0.1:63920_) 
[n:127.0.0.1:63920_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=39, 
maxMergedSegmentMB=73.7763671875, floorSegmentMB=0.2978515625, 
forceMergeDeletesPctAllowed=11.444642210650821, segmentsPerTier=46.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 184365 WARN  
(coreLoadExecutor-603-thread-1-processing-n:127.0.0.1:63920_) 
[n:127.0.0.1:63920_ 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> 184409 INFO  
(coreLoadExecutor-603-thread-1-processing-n:127.0.0.1:63920_) 
[n:127.0.0.1:63920_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 184409 INFO  
(coreLoadExecutor-603-thread-1-processing-n:127.0.0.1:63920_) 
[n:127.0.0.1:63920_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 184416 INFO  
(coreLoadExecutor-603-thread-1-processing-n:127.0.0.1:63920_) 
[n:127.0.0.1:63920_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 184416 INFO  
(coreLoadExecutor-603-thread-1-processing-n:127.0.0.1:63920_) 
[n:127.0.0.1:63920_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 184416 INFO  
(coreLoadExecutor-603-thread-1-processing-n:127.0.0.1:63920_) 
[n:127.0.0.1:63920_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 184417 INFO  
(coreLoadExecutor-603-thread-1-processing-n:127.0.0.1:63920_) 
[n:127.0.0.1:63920_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@5f8d703c[collection1] main]
   [junit4]   2> 184418 INFO  
(coreLoadExecutor-603-thread-1-processing-n:127.0.0.1:63920_) 
[n:127.0.0.1:63920_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 184419 INFO  
(coreLoadExecutor-603-thread-1-processing-n:127.0.0.1:63920_) 
[n:127.0.0.1:63920_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 184419 INFO  
(coreLoadExecutor-603-thread-1-processing-n:127.0.0.1:63920_) 
[n:127.0.0.1:63920_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 184419 INFO  
(coreLoadExecutor-603-thread-1-processing-n:127.0.0.1:63920_) 
[n:127.0.0.1:63920_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1568332599932223488
   [junit4]   2> 184420 INFO  
(searcherExecutor-604-thread-1-processing-n:127.0.0.1:63920_ x:collection1 
c:collection1) [n:127.0.0.1:63920_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5f8d703c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 184428 INFO  
(coreZkRegister-598-thread-1-processing-n:127.0.0.1:63920_ x:collection1 
c:collection1) [n:127.0.0.1:63920_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 184428 INFO  
(coreZkRegister-598-thread-1-processing-n:127.0.0.1:63920_ x:collection1 
c:collection1) [n:127.0.0.1:63920_ 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> 184428 INFO  
(coreZkRegister-598-thread-1-processing-n:127.0.0.1:63920_ x:collection1 
c:collection1) [n:127.0.0.1:63920_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:63920/collection1/
   [junit4]   2> 184428 INFO  
(coreZkRegister-598-thread-1-processing-n:127.0.0.1:63920_ x:collection1 
c:collection1) [n:127.0.0.1:63920_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 184428 INFO  
(coreZkRegister-598-thread-1-processing-n:127.0.0.1:63920_ x:collection1 
c:collection1) [n:127.0.0.1:63920_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:63920/collection1/ has no 
replicas
   [junit4]   2> 184428 INFO  
(coreZkRegister-598-thread-1-processing-n:127.0.0.1:63920_ x:collection1 
c:collection1) [n:127.0.0.1:63920_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 184433 INFO  
(coreZkRegister-598-thread-1-processing-n:127.0.0.1:63920_ x:collection1 
c:collection1) [n:127.0.0.1:63920_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:63920/collection1/ shard2
   [junit4]   2> 184539 INFO  
(zkCallback-291-thread-1-processing-n:127.0.0.1:63920_) [n:127.0.0.1:63920_    
] 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> 184592 INFO  
(coreZkRegister-598-thread-1-processing-n:127.0.0.1:63920_ x:collection1 
c:collection1) [n:127.0.0.1:63920_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 184716 INFO  
(zkCallback-291-thread-1-processing-n:127.0.0.1:63920_) [n:127.0.0.1:63920_    
] 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> 184971 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/shard-2-001/cores/collection1
   [junit4]   2> 184972 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/shard-2-001
 of type NRT
   [junit4]   2> 184972 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 184974 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@73b477e6{/,null,AVAILABLE}
   [junit4]   2> 184974 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@30d60c93{HTTP/1.1,[http/1.1]}{127.0.0.1:63926}
   [junit4]   2> 184974 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.e.j.s.Server Started @189364ms
   [junit4]   2> 184974 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=63925, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/shard-2-001/cores}
   [junit4]   2> 184974 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 184975 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 184975 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 184975 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 184975 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-25T02:15:20.694Z
   [junit4]   2> 184978 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 184978 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/shard-2-001/solr.xml
   [junit4]   2> 184988 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bdd0312, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 184991 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63909/solr
   [junit4]   2> 185004 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63925_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 185008 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63925_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 185011 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63925_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63925_
   [junit4]   2> 185013 INFO  
(zkCallback-281-thread-1-processing-n:127.0.0.1:63912_) [n:127.0.0.1:63912_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 185014 INFO  
(zkCallback-297-thread-1-processing-n:127.0.0.1:63925_) [n:127.0.0.1:63925_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 185013 INFO  (zkCallback-285-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 185013 INFO  
(zkCallback-291-thread-1-processing-n:127.0.0.1:63920_) [n:127.0.0.1:63920_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 185101 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63925_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bdd0312
   [junit4]   2> 185104 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63925_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bdd0312
   [junit4]   2> 185104 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63925_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bdd0312
   [junit4]   2> 185105 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63925_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/shard-2-001/cores
   [junit4]   2> 185105 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63925_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 185107 INFO  
(coreLoadExecutor-614-thread-1-processing-n:127.0.0.1:63925_) 
[n:127.0.0.1:63925_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 185108 INFO  
(OverseerStateUpdate-98020787237814276-127.0.0.1:63912_-n_0000000000) 
[n:127.0.0.1:63912_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 185211 INFO  
(zkCallback-297-thread-1-processing-n:127.0.0.1:63925_) [n:127.0.0.1:63925_    
] 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> 185211 INFO  
(zkCallback-291-thread-1-processing-n:127.0.0.1:63920_) [n:127.0.0.1:63920_    
] 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> 186137 WARN  
(coreLoadExecutor-614-thread-1-processing-n:127.0.0.1:63925_) 
[n:127.0.0.1:63925_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 186138 INFO  
(coreLoadExecutor-614-thread-1-processing-n:127.0.0.1:63925_) 
[n:127.0.0.1:63925_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 186154 INFO  
(coreLoadExecutor-614-thread-1-processing-n:127.0.0.1:63925_) 
[n:127.0.0.1:63925_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 186273 INFO  
(coreLoadExecutor-614-thread-1-processing-n:127.0.0.1:63925_) 
[n:127.0.0.1:63925_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 186290 INFO  
(coreLoadExecutor-614-thread-1-processing-n:127.0.0.1:63925_) 
[n:127.0.0.1:63925_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 186290 INFO  
(coreLoadExecutor-614-thread-1-processing-n:127.0.0.1:63925_) 
[n:127.0.0.1:63925_ c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.collection1.shard1.core_node2' (registry 
'solr.core.collection1.shard1.core_node2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bdd0312
   [junit4]   2> 186290 INFO  
(coreLoadExecutor-614-thread-1-processing-n:127.0.0.1:63925_) 
[n:127.0.0.1:63925_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 186290 INFO  
(coreLoadExecutor-614-thread-1-processing-n:127.0.0.1:63925_) 
[n:127.0.0.1:63925_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/shard-2-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 186292 INFO  
(coreLoadExecutor-614-thread-1-processing-n:127.0.0.1:63925_) 
[n:127.0.0.1:63925_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=39, 
maxMergedSegmentMB=73.7763671875, floorSegmentMB=0.2978515625, 
forceMergeDeletesPctAllowed=11.444642210650821, segmentsPerTier=46.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 186294 WARN  
(coreLoadExecutor-614-thread-1-processing-n:127.0.0.1:63925_) 
[n:127.0.0.1:63925_ 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> 186366 INFO  
(coreLoadExecutor-614-thread-1-processing-n:127.0.0.1:63925_) 
[n:127.0.0.1:63925_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 186366 INFO  
(coreLoadExecutor-614-thread-1-processing-n:127.0.0.1:63925_) 
[n:127.0.0.1:63925_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 186367 INFO  
(coreLoadExecutor-614-thread-1-processing-n:127.0.0.1:63925_) 
[n:127.0.0.1:63925_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 186367 INFO  
(coreLoadExecutor-614-thread-1-processing-n:127.0.0.1:63925_) 
[n:127.0.0.1:63925_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 186368 INFO  
(coreLoadExecutor-614-thread-1-processing-n:127.0.0.1:63925_) 
[n:127.0.0.1:63925_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 186372 INFO  
(coreLoadExecutor-614-thread-1-processing-n:127.0.0.1:63925_) 
[n:127.0.0.1:63925_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@4036ff7d[collection1] main]
   [junit4]   2> 186373 INFO  
(coreLoadExecutor-614-thread-1-processing-n:127.0.0.1:63925_) 
[n:127.0.0.1:63925_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 186373 INFO  
(coreLoadExecutor-614-thread-1-processing-n:127.0.0.1:63925_) 
[n:127.0.0.1:63925_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 186374 INFO  
(coreLoadExecutor-614-thread-1-processing-n:127.0.0.1:63925_) 
[n:127.0.0.1:63925_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 186374 INFO  
(coreLoadExecutor-614-thread-1-processing-n:127.0.0.1:63925_) 
[n:127.0.0.1:63925_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1568332601982189568
   [junit4]   2> 186375 INFO  
(searcherExecutor-615-thread-1-processing-n:127.0.0.1:63925_ x:collection1 
c:collection1) [n:127.0.0.1:63925_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4036ff7d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 186383 INFO  
(coreZkRegister-609-thread-1-processing-n:127.0.0.1:63925_ x:collection1 
c:collection1) [n:127.0.0.1:63925_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 186383 INFO  
(coreZkRegister-609-thread-1-processing-n:127.0.0.1:63925_ x:collection1 
c:collection1) [n:127.0.0.1:63925_ 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> 186383 INFO  
(coreZkRegister-609-thread-1-processing-n:127.0.0.1:63925_ x:collection1 
c:collection1) [n:127.0.0.1:63925_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:63925/collection1/
   [junit4]   2> 186383 INFO  
(coreZkRegister-609-thread-1-processing-n:127.0.0.1:63925_ x:collection1 
c:collection1) [n:127.0.0.1:63925_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 186383 INFO  
(coreZkRegister-609-thread-1-processing-n:127.0.0.1:63925_ x:collection1 
c:collection1) [n:127.0.0.1:63925_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:63925/collection1/ has no 
replicas
   [junit4]   2> 186383 INFO  
(coreZkRegister-609-thread-1-processing-n:127.0.0.1:63925_ x:collection1 
c:collection1) [n:127.0.0.1:63925_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 186388 INFO  
(coreZkRegister-609-thread-1-processing-n:127.0.0.1:63925_ x:collection1 
c:collection1) [n:127.0.0.1:63925_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:63925/collection1/ shard1
   [junit4]   2> 186498 INFO  
(zkCallback-291-thread-1-processing-n:127.0.0.1:63920_) [n:127.0.0.1:63920_    
] 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> 186498 INFO  
(zkCallback-297-thread-1-processing-n:127.0.0.1:63925_) [n:127.0.0.1:63925_    
] 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> 186549 INFO  
(coreZkRegister-609-thread-1-processing-n:127.0.0.1:63925_ x:collection1 
c:collection1) [n:127.0.0.1:63925_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 186665 INFO  
(zkCallback-297-thread-1-processing-n:127.0.0.1:63925_) [n:127.0.0.1:63925_    
] 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> 186665 INFO  
(zkCallback-291-thread-1-processing-n:127.0.0.1:63920_) [n:127.0.0.1:63920_    
] 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> 186863 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/shard-3-001/cores/collection1
   [junit4]   2> 186864 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/shard-3-001
 of type NRT
   [junit4]   2> 186864 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 186877 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@282dcd90{/,null,AVAILABLE}
   [junit4]   2> 186877 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2d429ca4{HTTP/1.1,[http/1.1]}{127.0.0.1:63933}
   [junit4]   2> 186877 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.e.j.s.Server Started @191267ms
   [junit4]   2> 186877 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=63932, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/shard-3-001/cores}
   [junit4]   2> 186878 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 186878 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 186878 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 186878 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 186878 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-25T02:15:22.597Z
   [junit4]   2> 186882 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 186882 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/shard-3-001/solr.xml
   [junit4]   2> 186887 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bdd0312, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 186891 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:63909/solr
   [junit4]   2> 186909 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63932_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 186913 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63932_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 186916 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63932_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63932_
   [junit4]   2> 187000 INFO  
(zkCallback-303-thread-1-processing-n:127.0.0.1:63932_) [n:127.0.0.1:63932_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 187010 INFO  
(zkCallback-297-thread-1-processing-n:127.0.0.1:63925_) [n:127.0.0.1:63925_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 187010 INFO  (zkCallback-285-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 187010 INFO  
(zkCallback-291-thread-1-processing-n:127.0.0.1:63920_) [n:127.0.0.1:63920_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 187010 INFO  
(zkCallback-281-thread-2-processing-n:127.0.0.1:63912_) [n:127.0.0.1:63912_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 187086 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63932_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bdd0312
   [junit4]   2> 187091 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63932_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bdd0312
   [junit4]   2> 187091 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63932_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bdd0312
   [junit4]   2> 187093 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63932_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/shard-3-001/cores
   [junit4]   2> 187093 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) 
[n:127.0.0.1:63932_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 187094 INFO  
(coreLoadExecutor-625-thread-1-processing-n:127.0.0.1:63932_) 
[n:127.0.0.1:63932_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 187096 INFO  
(OverseerStateUpdate-98020787237814276-127.0.0.1:63912_-n_0000000000) 
[n:127.0.0.1:63912_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 187202 INFO  
(zkCallback-297-thread-1-processing-n:127.0.0.1:63925_) [n:127.0.0.1:63925_    
] 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> 187202 INFO  
(zkCallback-303-thread-1-processing-n:127.0.0.1:63932_) [n:127.0.0.1:63932_    
] 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> 187202 INFO  
(zkCallback-291-thread-1-processing-n:127.0.0.1:63920_) [n:127.0.0.1:63920_    
] 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> 188120 WARN  
(coreLoadExecutor-625-thread-1-processing-n:127.0.0.1:63932_) 
[n:127.0.0.1:63932_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 188121 INFO  
(coreLoadExecutor-625-thread-1-processing-n:127.0.0.1:63932_) 
[n:127.0.0.1:63932_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 188143 INFO  
(coreLoadExecutor-625-thread-1-processing-n:127.0.0.1:63932_) 
[n:127.0.0.1:63932_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 188266 INFO  
(coreLoadExecutor-625-thread-1-processing-n:127.0.0.1:63932_) 
[n:127.0.0.1:63932_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 188289 INFO  
(coreLoadExecutor-625-thread-1-processing-n:127.0.0.1:63932_) 
[n:127.0.0.1:63932_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 188290 INFO  
(coreLoadExecutor-625-thread-1-processing-n:127.0.0.1:63932_) 
[n:127.0.0.1:63932_ c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.collection1.shard2.core_node3' (registry 
'solr.core.collection1.shard2.core_node3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5bdd0312
   [junit4]   2> 188291 INFO  
(coreLoadExecutor-625-thread-1-processing-n:127.0.0.1:63932_) 
[n:127.0.0.1:63932_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 188291 INFO  
(coreLoadExecutor-625-thread-1-processing-n:127.0.0.1:63932_) 
[n:127.0.0.1:63932_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/shard-3-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 188293 INFO  
(coreLoadExecutor-625-thread-1-processing-n:127.0.0.1:63932_) 
[n:127.0.0.1:63932_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: 
[TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=39, 
maxMergedSegmentMB=73.7763671875, floorSegmentMB=0.2978515625, 
forceMergeDeletesPctAllowed=11.444642210650821, segmentsPerTier=46.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 188296 WARN  
(coreLoadExecutor-625-thread-1-processing-n:127.0.0.1:63932_) 
[n:127.0.0.1:63932_ 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> 188366 INFO  
(coreLoadExecutor-625-thread-1-processing-n:127.0.0.1:63932_) 
[n:127.0.0.1:63932_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 188366 INFO  
(coreLoadExecutor-625-thread-1-processing-n:127.0.0.1:63932_) 
[n:127.0.0.1:63932_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 188367 INFO  
(coreLoadExecutor-625-thread-1-processing-n:127.0.0.1:63932_) 
[n:127.0.0.1:63932_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 188367 INFO  
(coreLoadExecutor-625-thread-1-processing-n:127.0.0.1:63932_) 
[n:127.0.0.1:63932_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 188367 INFO  
(coreLoadExecutor-625-thread-1-processing-n:127.0.0.1:63932_) 
[n:127.0.0.1:63932_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 188368 INFO  
(coreLoadExecutor-625-thread-1-processing-n:127.0.0.1:63932_) 
[n:127.0.0.1:63932_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@7d5e821[collection1] main]
   [junit4]   2> 188369 INFO  
(coreLoadExecutor-625-thread-1-processing-n:127.0.0.1:63932_) 
[n:127.0.0.1:63932_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 188370 INFO  
(coreLoadExecutor-625-thread-1-processing-n:127.0.0.1:63932_) 
[n:127.0.0.1:63932_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 188370 INFO  
(coreLoadExecutor-625-thread-1-processing-n:127.0.0.1:63932_) 
[n:127.0.0.1:63932_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 188371 INFO  
(coreLoadExecutor-625-thread-1-processing-n:127.0.0.1:63932_) 
[n:127.0.0.1:63932_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1568332604076195840
   [junit4]   2> 188372 INFO  
(searcherExecutor-626-thread-1-processing-n:127.0.0.1:63932_ x:collection1 
c:collection1) [n:127.0.0.1:63932_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7d5e821[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 188375 INFO  
(coreZkRegister-620-thread-1-processing-n:127.0.0.1:63932_ x:collection1 
c:collection1) [n:127.0.0.1:63932_ c:collection1 s:shard2 r:core_node3 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 188376 INFO  
(updateExecutor-300-thread-1-processing-n:127.0.0.1:63932_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:63932_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 188376 INFO  
(recoveryExecutor-301-thread-1-processing-n:127.0.0.1:63932_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:63932_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. 
recoveringAfterStartup=true
   [junit4]   2> 188377 INFO  
(recoveryExecutor-301-thread-1-processing-n:127.0.0.1:63932_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:63932_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 188377 INFO  
(recoveryExecutor-301-thread-1-processing-n:127.0.0.1:63932_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:63932_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1]
   [junit4]   2> 188377 INFO  
(recoveryExecutor-301-thread-1-processing-n:127.0.0.1:63932_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:63932_ 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> 188377 INFO  
(recoveryExecutor-301-thread-1-processing-n:127.0.0.1:63932_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:63932_ 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:63920/collection1/] 
and I am [http://127.0.0.1:63932/collection1/]
   [junit4]   2> 188381 INFO  
(recoveryExecutor-301-thread-1-processing-n:127.0.0.1:63932_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:63932_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:63920]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:63932_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 188382 INFO  (SocketProxy-Acceptor-63920) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=63950,localport=63920], receiveBufferSize:408300
   [junit4]   2> 188387 INFO  (SocketProxy-Acceptor-63920) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=63921,localport=63951], receiveBufferSize=408300
   [junit4]   2> 188389 INFO  (qtp231792011-1565) [n:127.0.0.1:63920_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, 
maxTime: 183 s
   [junit4]   2> 188389 INFO  (qtp231792011-1565) [n:127.0.0.1:63920_    ] 
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:63932_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:63932","node_name":"127.0.0.1:63932_","state":"down","type":"NRT"}
   [junit4]   2> 188487 INFO  
(zkCallback-303-thread-1-processing-n:127.0.0.1:63932_) [n:127.0.0.1:63932_    
] 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> 188487 INFO  
(zkCallback-297-thread-1-processing-n:127.0.0.1:63925_) [n:127.0.0.1:63925_    
] 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> 188487 INFO  
(zkCallback-291-thread-1-processing-n:127.0.0.1:63920_) [n:127.0.0.1:63920_    
] 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> 188647 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 188647 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 188647 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 189397 INFO  (qtp231792011-1565) [n:127.0.0.1:63920_    ] 
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:63932_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:63932","node_name":"127.0.0.1:63932_","state":"recovering","type":"NRT"}
   [junit4]   2> 189397 INFO  (qtp231792011-1565) [n:127.0.0.1:63920_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 189397 INFO  (qtp231792011-1565) [n:127.0.0.1:63920_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:63932_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1008
   [junit4]   2> 189908 INFO  
(recoveryExecutor-301-thread-1-processing-n:127.0.0.1:63932_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:63932_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync 
from [http://127.0.0.1:63920/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 189909 INFO  
(recoveryExecutor-301-thread-1-processing-n:127.0.0.1:63932_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:63932_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 
url=http://127.0.0.1:63932 START replicas=[http://127.0.0.1:63920/collection1/] 
nUpdates=100
   [junit4]   2> 189911 INFO  (SocketProxy-Acceptor-63920) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=63961,localport=63920], receiveBufferSize:408300
   [junit4]   2> 189913 INFO  (SocketProxy-Acceptor-63920) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=63921,localport=63962], receiveBufferSize=408300
   [junit4]   2> 189923 INFO  (qtp231792011-1568) [n:127.0.0.1:63920_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:7.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 189923 INFO  (qtp231792011-1568) [n:127.0.0.1:63920_ 
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=7
   [junit4]   2> 189928 INFO  
(recoveryExecutor-301-thread-1-processing-n:127.0.0.1:63932_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:63932_ 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> 189928 INFO  
(recoveryExecutor-301-thread-1-processing-n:127.0.0.1:63932_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:63932_ 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> 189928 INFO  
(recoveryExecutor-301-thread-1-processing-n:127.0.0.1:63932_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:63932_ 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> 189928 INFO  
(recoveryExecutor-301-thread-1-processing-n:127.0.0.1:63932_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:63932_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted 
changes. Skipping IW.commit.
   [junit4]   2> 189929 INFO  
(recoveryExecutor-301-thread-1-processing-n:127.0.0.1:63932_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:63932_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 189929 INFO  
(recoveryExecutor-301-thread-1-processing-n:127.0.0.1:63932_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:63932_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery 
was successful.
   [junit4]   2> 189929 INFO  
(recoveryExecutor-301-thread-1-processing-n:127.0.0.1:63932_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:63932_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered 
during PeerSync.
   [junit4]   2> 189929 INFO  
(recoveryExecutor-301-thread-1-processing-n:127.0.0.1:63932_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:63932_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 189929 INFO  
(recoveryExecutor-301-thread-1-processing-n:127.0.0.1:63932_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:63932_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active 
after recovery.
   [junit4]   2> 190036 INFO  
(zkCallback-303-thread-1-processing-n:127.0.0.1:63932_) [n:127.0.0.1:63932_    
] 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> 190036 INFO  
(zkCallback-297-thread-1-processing-n:127.0.0.1:63925_) [n:127.0.0.1:63925_    
] 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> 190036 INFO  
(zkCallback-291-thread-1-processing-n:127.0.0.1:63920_) [n:127.0.0.1:63920_    
] 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> 190651 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 190652 INFO  (SocketProxy-Acceptor-63912) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=63975,localport=63912], receiveBufferSize:408300
   [junit4]   2> 190654 INFO  (SocketProxy-Acceptor-63912) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=63913,localport=63976], receiveBufferSize=408300
   [junit4]   2> 190666 INFO  (qtp1013753616-1526) [n:127.0.0.1:63912_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1568332606482677760,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 190666 INFO  (qtp1013753616-1526) [n:127.0.0.1:63912_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 190673 INFO  (qtp1013753616-1526) [n:127.0.0.1:63912_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 190674 INFO  (qtp1013753616-1526) [n:127.0.0.1:63912_ 
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 7
   [junit4]   2> 190675 INFO  (SocketProxy-Acceptor-63925) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=63977,localport=63925], receiveBufferSize:408300
   [junit4]   2> 190676 INFO  (SocketProxy-Acceptor-63925) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=63926,localport=63978], receiveBufferSize=408300
   [junit4]   2> 190679 INFO  (SocketProxy-Acceptor-63925) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=63979,localport=63925], receiveBufferSize:408300
   [junit4]   2> 190680 INFO  (SocketProxy-Acceptor-63925) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=63926,localport=63980], receiveBufferSize=408300
   [junit4]   2> 190683 INFO  (SocketProxy-Acceptor-63920) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=63981,localport=63920], receiveBufferSize:408300
   [junit4]   2> 190683 INFO  (SocketProxy-Acceptor-63932) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=63982,localport=63932], receiveBufferSize:408300
   [junit4]   2> 190686 INFO  (SocketProxy-Acceptor-63920) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=63921,localport=63983], receiveBufferSize=408300
   [junit4]   2> 190687 INFO  (SocketProxy-Acceptor-63932) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=63933,localport=63984], receiveBufferSize=408300
   [junit4]   2> 190687 INFO  (qtp876516102-1595) [n:127.0.0.1:63925_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{_version_=1568332606504697856,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 190688 INFO  (qtp231792011-1570) [n:127.0.0.1:63920_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{_version_=1568332606505746432,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 190688 INFO  (qtp231792011-1570) [n:127.0.0.1:63920_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 190690 INFO  (qtp876516102-1595) [n:127.0.0.1:63925_ 
c:collection1 s:shard1 r:core_node2 x:collectio

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

tegy RecoveryStrategy has been closed
   [junit4]   2> 314426 INFO  
(recoveryExecutor-301-thread-1-processing-n:127.0.0.1:63932_ 
x:c8n_1x3_lf_shard1_replica_n3 s:shard1 c:c8n_1x3_lf r:core_node1) 
[n:127.0.0.1:63932_ c:c8n_1x3_lf s:shard1 r:core_node1 
x:c8n_1x3_lf_shard1_replica_n3] o.a.s.c.RecoveryStrategy Finished recovery 
process, successful=[false]
   [junit4]   2> 314426 WARN  
(updateExecutor-300-thread-2-processing-n:127.0.0.1:63932_) [n:127.0.0.1:63932_ 
c:c8n_1x3_lf s:shard1 r:core_node1 x:c8n_1x3_lf_shard1_replica_n3] 
o.a.s.u.DefaultSolrCoreState Skipping recovery because Solr is shutdown
   [junit4]   2> 314427 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.Overseer Overseer (id=98020787237814287-127.0.0.1:63932_-n_0000000003) 
closing
   [junit4]   2> 314428 INFO  
(OverseerStateUpdate-98020787237814287-127.0.0.1:63932_-n_0000000003) 
[n:127.0.0.1:63932_    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:63932_
   [junit4]   2> 314432 WARN  
(zkCallback-303-thread-4-processing-n:127.0.0.1:63932_) [n:127.0.0.1:63932_    
] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to 
ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 315941 INFO  
(zkCallback-303-thread-5-processing-n:127.0.0.1:63932_) [n:127.0.0.1:63932_ 
c:c8n_1x3_lf s:shard1 r:core_node1 x:c8n_1x3_lf_shard1_replica_n3] 
o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica_n3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@a231bbb
   [junit4]   2> 315942 WARN  
(zkCallback-303-thread-5-processing-n:127.0.0.1:63932_) [n:127.0.0.1:63932_ 
c:c8n_1x3_lf s:shard1 r:core_node1 x:c8n_1x3_lf_shard1_replica_n3] 
o.a.s.c.RecoveryStrategy Stopping recovery for 
core=[c8n_1x3_lf_shard1_replica_n3] coreNodeName=[core_node1]
   [junit4]   2> 315954 INFO  
(zkCallback-303-thread-5-processing-n:127.0.0.1:63932_) [n:127.0.0.1:63932_ 
c:c8n_1x3_lf s:shard1 r:core_node1 x:c8n_1x3_lf_shard1_replica_n3] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.c8n_1x3_lf.shard1.replica_n3, tag=170073019
   [junit4]   2> 315961 INFO  
(zkCallback-303-thread-5-processing-n:127.0.0.1:63932_) [n:127.0.0.1:63932_ 
c:c8n_1x3_lf s:shard1 r:core_node1 x:c8n_1x3_lf_shard1_replica_n3] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.c8n_1x3_lf.shard1.leader, tag=170073019
   [junit4]   2> 315962 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@2d429ca4{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 315962 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@282dcd90{/,null,UNAVAILABLE}
   [junit4]   2> 315965 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 315966 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:63909 63909
   [junit4]   2> 315982 INFO  (Thread-325) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:63909 63909
   [junit4]   2> 316176 WARN  (Thread-325) [    ] 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/98020787237814276-127.0.0.1:63912_-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 316176 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:63912/, target: 
http://127.0.0.1:63913/
   [junit4]   2> 316176 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:63932/, target: 
http://127.0.0.1:63933/
   [junit4]   2> 316176 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:63920/, target: 
http://127.0.0.1:63921/
   [junit4]   2> 316176 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[F44BEE144D3ED277]) [    ] 
o.a.s.c.SocketProxy Closing 16 connections to: http://127.0.0.1:63925/, target: 
http://127.0.0.1:63926/
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=F44BEE144D3ED277 -Dtests.slow=true -Dtests.locale=en-IN 
-Dtests.timezone=AET -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  136s 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_replica_n2","base_url":"http://127.0.0.1:63925","node_name":"127.0.0.1:63925_","state":"active","type":"NRT","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "replicationFactor":"1",
   [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:63932";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n3",
   [junit4]    >           "node_name":"127.0.0.1:63932_",
   [junit4]    >           "type":"NRT"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n2",
   [junit4]    >           "base_url":"http://127.0.0.1:63925";,
   [junit4]    >           "node_name":"127.0.0.1:63925_",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica_n1",
   [junit4]    >           "base_url":"http://127.0.0.1:63920";,
   [junit4]    >           "node_name":"127.0.0.1:63920_",
   [junit4]    >           "state":"down",
   [junit4]    >           "type":"NRT"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"3",
   [junit4]    >   "tlogReplicas":"0"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F44BEE144D3ED277:7C1FD1CEE3C2BF8F]:0)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:170)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F44BEE144D3ED277-001
   [junit4]   2> May 25, 2017 2:17:31 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{multiDefault=PostingsFormat(name=Direct), 
a_t=PostingsFormat(name=LuceneVarGapFixedInterval), id=Lucene50(blocksize=128), 
text=PostingsFormat(name=LuceneFixedGap)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), 
_version_=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Lucene70), 
range_facet_i_dv=DocValuesFormat(name=Lucene70), 
intDvoDefault=DocValuesFormat(name=Memory), 
range_facet_l=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1032, 
maxMBSortInHeap=6.551229441659421, sim=RandomSimilarity(queryNorm=false): {}, 
locale=en-IN, timezone=AET
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=125455112,total=259723264
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrJ, 
TestSQLHandlerNonCloud, TestDelegationWithHadoopAuth, 
TestUniqueKeyFieldResource, TestCustomDocTransformer, JavabinLoaderTest, 
TestHdfsUpdateLog, UnloadDistributedZkTest, TestFieldCacheSort, 
BlockJoinFacetDistribTest, TestLockTree, TestRequestStatusCollectionAPI, 
TestJsonRequest, TestTolerantUpdateProcessorCloud, SolrPluginUtilsTest, 
TestClusterStateMutator, FileUtilsTest, TestRandomDVFaceting, 
TestGroupingSearch, PeerSyncWithIndexFingerprintCachingTest, 
DocExpirationUpdateProcessorFactoryTest, TestTestInjection, 
LeaderFailoverAfterPartitionTest]
   [junit4] Completed [75/713 (1!)] on J0 in 135.98s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 45461 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to