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

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

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

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




Build Log:
[...truncated 12707 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/init-core-data-001
   [junit4]   2> 2843590 WARN  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[B0859731D53CA544]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=37 numCloses=37
   [junit4]   2> 2843590 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[B0859731D53CA544]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 2843596 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[B0859731D53CA544]-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> 2843596 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[B0859731D53CA544]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2843598 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2843598 INFO  (Thread-3823) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2843598 INFO  (Thread-3823) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2843602 ERROR (Thread-3823) [    ] 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> 2843708 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:52116
   [junit4]   2> 2843758 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2843763 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2843767 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2843770 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2843774 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2843777 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2843780 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2843782 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2843786 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2843790 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2843793 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2844137 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/control-001/cores/collection1
   [junit4]   2> 2844141 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2844143 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@58cec2a0{/,null,AVAILABLE}
   [junit4]   2> 2844146 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7bdb7811{HTTP/1.1,[http/1.1]}{127.0.0.1:52120}
   [junit4]   2> 2844146 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.e.j.s.Server Started @2848909ms
   [junit4]   2> 2844146 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/tempDir-001/control/data,
 hostContext=/, hostPort=52119, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/control-001/cores}
   [junit4]   2> 2844147 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2844148 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.7.0
   [junit4]   2> 2844148 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2844148 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2844148 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-18T13:47:39.798Z
   [junit4]   2> 2844153 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2844153 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/control-001/solr.xml
   [junit4]   2> 2844165 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2844166 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52116/solr
   [junit4]   2> 2844213 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) 
[n:127.0.0.1:52119_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2844216 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) 
[n:127.0.0.1:52119_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:52119_
   [junit4]   2> 2844219 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) 
[n:127.0.0.1:52119_    ] o.a.s.c.Overseer Overseer 
(id=97983873630273540-127.0.0.1:52119_-n_0000000000) starting
   [junit4]   2> 2844234 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) 
[n:127.0.0.1:52119_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52119_
   [junit4]   2> 2844240 INFO  
(zkCallback-3795-thread-1-processing-n:127.0.0.1:52119_) [n:127.0.0.1:52119_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2844406 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) 
[n:127.0.0.1:52119_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/control-001/cores
   [junit4]   2> 2844406 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) 
[n:127.0.0.1:52119_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2844407 INFO  
(coreLoadExecutor-7958-thread-1-processing-n:127.0.0.1:52119_) 
[n:127.0.0.1:52119_ c:control_collection   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2844411 INFO  
(OverseerStateUpdate-97983873630273540-127.0.0.1:52119_-n_0000000000) 
[n:127.0.0.1:52119_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 2845434 WARN  
(coreLoadExecutor-7958-thread-1-processing-n:127.0.0.1:52119_) 
[n:127.0.0.1:52119_ c:control_collection   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 2845434 INFO  
(coreLoadExecutor-7958-thread-1-processing-n:127.0.0.1:52119_) 
[n:127.0.0.1:52119_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 2845447 INFO  
(coreLoadExecutor-7958-thread-1-processing-n:127.0.0.1:52119_) 
[n:127.0.0.1:52119_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 2845551 INFO  
(coreLoadExecutor-7958-thread-1-processing-n:127.0.0.1:52119_) 
[n:127.0.0.1:52119_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2845572 INFO  
(coreLoadExecutor-7958-thread-1-processing-n:127.0.0.1:52119_) 
[n:127.0.0.1:52119_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection, trusted=true
   [junit4]   2> 2845573 INFO  
(coreLoadExecutor-7958-thread-1-processing-n:127.0.0.1:52119_) 
[n:127.0.0.1:52119_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2845573 INFO  
(coreLoadExecutor-7958-thread-1-processing-n:127.0.0.1:52119_) 
[n:127.0.0.1:52119_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/control-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/control-001/cores/collection1/data/]
   [junit4]   2> 2845574 INFO  
(coreLoadExecutor-7958-thread-1-processing-n:127.0.0.1:52119_) 
[n:127.0.0.1:52119_ c:control_collection   x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a5e882b
   [junit4]   2> 2845575 INFO  
(coreLoadExecutor-7958-thread-1-processing-n:127.0.0.1:52119_) 
[n:127.0.0.1:52119_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1838387955, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2845584 WARN  
(coreLoadExecutor-7958-thread-1-processing-n:127.0.0.1:52119_) 
[n:127.0.0.1:52119_ 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> 2845655 INFO  
(coreLoadExecutor-7958-thread-1-processing-n:127.0.0.1:52119_) 
[n:127.0.0.1:52119_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2845655 INFO  
(coreLoadExecutor-7958-thread-1-processing-n:127.0.0.1:52119_) 
[n:127.0.0.1:52119_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2845656 INFO  
(coreLoadExecutor-7958-thread-1-processing-n:127.0.0.1:52119_) 
[n:127.0.0.1:52119_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2845656 INFO  
(coreLoadExecutor-7958-thread-1-processing-n:127.0.0.1:52119_) 
[n:127.0.0.1:52119_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2845657 INFO  
(coreLoadExecutor-7958-thread-1-processing-n:127.0.0.1:52119_) 
[n:127.0.0.1:52119_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2845657 INFO  
(coreLoadExecutor-7958-thread-1-processing-n:127.0.0.1:52119_) 
[n:127.0.0.1:52119_ c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@77e89ba5[collection1] main]
   [junit4]   2> 2845659 INFO  
(coreLoadExecutor-7958-thread-1-processing-n:127.0.0.1:52119_) 
[n:127.0.0.1:52119_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2845660 INFO  
(coreLoadExecutor-7958-thread-1-processing-n:127.0.0.1:52119_) 
[n:127.0.0.1:52119_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2845660 INFO  
(coreLoadExecutor-7958-thread-1-processing-n:127.0.0.1:52119_) 
[n:127.0.0.1:52119_ c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2845662 INFO  
(searcherExecutor-7959-thread-1-processing-n:127.0.0.1:52119_ x:collection1 
c:control_collection) [n:127.0.0.1:52119_ c:control_collection   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@77e89ba5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2845662 INFO  
(coreLoadExecutor-7958-thread-1-processing-n:127.0.0.1:52119_) 
[n:127.0.0.1:52119_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1567741980245491712
   [junit4]   2> 2845679 INFO  
(coreZkRegister-7951-thread-1-processing-n:127.0.0.1:52119_ x:collection1 
c:control_collection) [n:127.0.0.1:52119_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 2845679 INFO  
(coreZkRegister-7951-thread-1-processing-n:127.0.0.1:52119_ x:collection1 
c:control_collection) [n:127.0.0.1:52119_ 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> 2845679 INFO  
(coreZkRegister-7951-thread-1-processing-n:127.0.0.1:52119_ x:collection1 
c:control_collection) [n:127.0.0.1:52119_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:52119/collection1/
   [junit4]   2> 2845679 INFO  
(coreZkRegister-7951-thread-1-processing-n:127.0.0.1:52119_ x:collection1 
c:control_collection) [n:127.0.0.1:52119_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 2845679 INFO  
(coreZkRegister-7951-thread-1-processing-n:127.0.0.1:52119_ x:collection1 
c:control_collection) [n:127.0.0.1:52119_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:52119/collection1/ has no replicas
   [junit4]   2> 2845679 INFO  
(coreZkRegister-7951-thread-1-processing-n:127.0.0.1:52119_ x:collection1 
c:control_collection) [n:127.0.0.1:52119_ 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> 2845687 INFO  
(coreZkRegister-7951-thread-1-processing-n:127.0.0.1:52119_ x:collection1 
c:control_collection) [n:127.0.0.1:52119_ 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:52119/collection1/ shard1
   [junit4]   2> 2845851 INFO  
(coreZkRegister-7951-thread-1-processing-n:127.0.0.1:52119_ x:collection1 
c:control_collection) [n:127.0.0.1:52119_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 2845957 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2845959 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52116/solr ready
   [junit4]   2> 2845959 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 2845959 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 2846350 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/shard-1-001/cores/collection1
   [junit4]   2> 2846352 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/shard-1-001
   [junit4]   2> 2846354 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2846357 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5fb7dc7a{/,null,AVAILABLE}
   [junit4]   2> 2846357 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4c840581{HTTP/1.1,[http/1.1]}{127.0.0.1:52133}
   [junit4]   2> 2846357 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.e.j.s.Server Started @2851120ms
   [junit4]   2> 2846357 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=52132, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/shard-1-001/cores}
   [junit4]   2> 2846358 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2846359 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.7.0
   [junit4]   2> 2846359 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2846359 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2846359 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-18T13:47:42.009Z
   [junit4]   2> 2846365 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2846365 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/shard-1-001/solr.xml
   [junit4]   2> 2846393 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2846395 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52116/solr
   [junit4]   2> 2846418 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) 
[n:127.0.0.1:52132_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2846424 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) 
[n:127.0.0.1:52132_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2846430 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) 
[n:127.0.0.1:52132_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52132_
   [junit4]   2> 2846433 INFO  
(zkCallback-3795-thread-1-processing-n:127.0.0.1:52119_) [n:127.0.0.1:52119_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2846434 INFO  (zkCallback-3799-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2846436 INFO  
(zkCallback-3805-thread-1-processing-n:127.0.0.1:52132_) [n:127.0.0.1:52132_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2846597 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) 
[n:127.0.0.1:52132_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/shard-1-001/cores
   [junit4]   2> 2846597 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) 
[n:127.0.0.1:52132_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2846600 INFO  
(coreLoadExecutor-7969-thread-1-processing-n:127.0.0.1:52132_) 
[n:127.0.0.1:52132_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2846604 INFO  
(OverseerStateUpdate-97983873630273540-127.0.0.1:52119_-n_0000000000) 
[n:127.0.0.1:52119_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 2846718 INFO  
(zkCallback-3805-thread-1-processing-n:127.0.0.1:52132_) [n:127.0.0.1:52132_    
] 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> 2847653 WARN  
(coreLoadExecutor-7969-thread-1-processing-n:127.0.0.1:52132_) 
[n:127.0.0.1:52132_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2847654 INFO  
(coreLoadExecutor-7969-thread-1-processing-n:127.0.0.1:52132_) 
[n:127.0.0.1:52132_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 2847675 INFO  
(coreLoadExecutor-7969-thread-1-processing-n:127.0.0.1:52132_) 
[n:127.0.0.1:52132_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 2847835 INFO  
(coreLoadExecutor-7969-thread-1-processing-n:127.0.0.1:52132_) 
[n:127.0.0.1:52132_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 2847867 INFO  
(coreLoadExecutor-7969-thread-1-processing-n:127.0.0.1:52132_) 
[n:127.0.0.1:52132_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 2847867 INFO  
(coreLoadExecutor-7969-thread-1-processing-n:127.0.0.1:52132_) 
[n:127.0.0.1:52132_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2847867 INFO  
(coreLoadExecutor-7969-thread-1-processing-n:127.0.0.1:52132_) 
[n:127.0.0.1:52132_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/shard-1-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 2847868 INFO  
(coreLoadExecutor-7969-thread-1-processing-n:127.0.0.1:52132_) 
[n:127.0.0.1:52132_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a5e882b
   [junit4]   2> 2847870 INFO  
(coreLoadExecutor-7969-thread-1-processing-n:127.0.0.1:52132_) 
[n:127.0.0.1:52132_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1838387955, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2847879 WARN  
(coreLoadExecutor-7969-thread-1-processing-n:127.0.0.1:52132_) 
[n:127.0.0.1:52132_ 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> 2847994 INFO  
(coreLoadExecutor-7969-thread-1-processing-n:127.0.0.1:52132_) 
[n:127.0.0.1:52132_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2847994 INFO  
(coreLoadExecutor-7969-thread-1-processing-n:127.0.0.1:52132_) 
[n:127.0.0.1:52132_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2847995 INFO  
(coreLoadExecutor-7969-thread-1-processing-n:127.0.0.1:52132_) 
[n:127.0.0.1:52132_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 2847995 INFO  
(coreLoadExecutor-7969-thread-1-processing-n:127.0.0.1:52132_) 
[n:127.0.0.1:52132_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2847997 INFO  
(coreLoadExecutor-7969-thread-1-processing-n:127.0.0.1:52132_) 
[n:127.0.0.1:52132_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2847997 INFO  
(coreLoadExecutor-7969-thread-1-processing-n:127.0.0.1:52132_) 
[n:127.0.0.1:52132_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@723731b2[collection1] main]
   [junit4]   2> 2847999 INFO  
(coreLoadExecutor-7969-thread-1-processing-n:127.0.0.1:52132_) 
[n:127.0.0.1:52132_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2848000 INFO  
(coreLoadExecutor-7969-thread-1-processing-n:127.0.0.1:52132_) 
[n:127.0.0.1:52132_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2848000 INFO  
(coreLoadExecutor-7969-thread-1-processing-n:127.0.0.1:52132_) 
[n:127.0.0.1:52132_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 2848003 INFO  
(searcherExecutor-7970-thread-1-processing-n:127.0.0.1:52132_ x:collection1 
c:collection1) [n:127.0.0.1:52132_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@723731b2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2848003 INFO  
(coreLoadExecutor-7969-thread-1-processing-n:127.0.0.1:52132_) 
[n:127.0.0.1:52132_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1567741982700208128
   [junit4]   2> 2848017 INFO  
(coreZkRegister-7964-thread-1-processing-n:127.0.0.1:52132_ x:collection1 
c:collection1) [n:127.0.0.1:52132_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 2848017 INFO  
(coreZkRegister-7964-thread-1-processing-n:127.0.0.1:52132_ x:collection1 
c:collection1) [n:127.0.0.1:52132_ 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> 2848017 INFO  
(coreZkRegister-7964-thread-1-processing-n:127.0.0.1:52132_ x:collection1 
c:collection1) [n:127.0.0.1:52132_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:52132/collection1/
   [junit4]   2> 2848017 INFO  
(coreZkRegister-7964-thread-1-processing-n:127.0.0.1:52132_ x:collection1 
c:collection1) [n:127.0.0.1:52132_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2848017 INFO  
(coreZkRegister-7964-thread-1-processing-n:127.0.0.1:52132_ x:collection1 
c:collection1) [n:127.0.0.1:52132_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:52132/collection1/ has no 
replicas
   [junit4]   2> 2848017 INFO  
(coreZkRegister-7964-thread-1-processing-n:127.0.0.1:52132_ x:collection1 
c:collection1) [n:127.0.0.1:52132_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 2848026 INFO  
(coreZkRegister-7964-thread-1-processing-n:127.0.0.1:52132_ x:collection1 
c:collection1) [n:127.0.0.1:52132_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:52132/collection1/ shard2
   [junit4]   2> 2848143 INFO  
(zkCallback-3805-thread-1-processing-n:127.0.0.1:52132_) [n:127.0.0.1:52132_    
] 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> 2848192 INFO  
(coreZkRegister-7964-thread-1-processing-n:127.0.0.1:52132_ x:collection1 
c:collection1) [n:127.0.0.1:52132_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2848303 INFO  
(zkCallback-3805-thread-1-processing-n:127.0.0.1:52132_) [n:127.0.0.1:52132_    
] 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> 2848593 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/shard-2-001/cores/collection1
   [junit4]   2> 2848595 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/shard-2-001
   [junit4]   2> 2848595 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2848598 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@12b15b68{/,null,AVAILABLE}
   [junit4]   2> 2848598 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@35c5402c{HTTP/1.1,[http/1.1]}{127.0.0.1:52144}
   [junit4]   2> 2848598 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.e.j.s.Server Started @2853361ms
   [junit4]   2> 2848599 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=52143, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/shard-2-001/cores}
   [junit4]   2> 2848600 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2848601 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.7.0
   [junit4]   2> 2848601 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2848601 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2848601 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-18T13:47:44.251Z
   [junit4]   2> 2848607 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2848607 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/shard-2-001/solr.xml
   [junit4]   2> 2848618 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2848641 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52116/solr
   [junit4]   2> 2848664 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) 
[n:127.0.0.1:52143_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2848671 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) 
[n:127.0.0.1:52143_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2848677 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) 
[n:127.0.0.1:52143_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52143_
   [junit4]   2> 2848682 INFO  (zkCallback-3799-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2848683 INFO  
(zkCallback-3811-thread-1-processing-n:127.0.0.1:52143_) [n:127.0.0.1:52143_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2848682 INFO  
(zkCallback-3805-thread-1-processing-n:127.0.0.1:52132_) [n:127.0.0.1:52132_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2848682 INFO  
(zkCallback-3795-thread-1-processing-n:127.0.0.1:52119_) [n:127.0.0.1:52119_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2848842 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) 
[n:127.0.0.1:52143_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/shard-2-001/cores
   [junit4]   2> 2848843 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) 
[n:127.0.0.1:52143_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2848851 INFO  
(coreLoadExecutor-7980-thread-1-processing-n:127.0.0.1:52143_) 
[n:127.0.0.1:52143_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2848853 INFO  
(OverseerStateUpdate-97983873630273540-127.0.0.1:52119_-n_0000000000) 
[n:127.0.0.1:52119_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 2848971 INFO  
(zkCallback-3805-thread-1-processing-n:127.0.0.1:52132_) [n:127.0.0.1:52132_    
] 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> 2848971 INFO  
(zkCallback-3811-thread-1-processing-n:127.0.0.1:52143_) [n:127.0.0.1:52143_    
] 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> 2849891 WARN  
(coreLoadExecutor-7980-thread-1-processing-n:127.0.0.1:52143_) 
[n:127.0.0.1:52143_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2849893 INFO  
(coreLoadExecutor-7980-thread-1-processing-n:127.0.0.1:52143_) 
[n:127.0.0.1:52143_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 2849914 INFO  
(coreLoadExecutor-7980-thread-1-processing-n:127.0.0.1:52143_) 
[n:127.0.0.1:52143_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 2850044 INFO  
(coreLoadExecutor-7980-thread-1-processing-n:127.0.0.1:52143_) 
[n:127.0.0.1:52143_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 2850078 INFO  
(coreLoadExecutor-7980-thread-1-processing-n:127.0.0.1:52143_) 
[n:127.0.0.1:52143_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 2850079 INFO  
(coreLoadExecutor-7980-thread-1-processing-n:127.0.0.1:52143_) 
[n:127.0.0.1:52143_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2850079 INFO  
(coreLoadExecutor-7980-thread-1-processing-n:127.0.0.1:52143_) 
[n:127.0.0.1:52143_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/shard-2-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 2850079 INFO  
(coreLoadExecutor-7980-thread-1-processing-n:127.0.0.1:52143_) 
[n:127.0.0.1:52143_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a5e882b
   [junit4]   2> 2850081 INFO  
(coreLoadExecutor-7980-thread-1-processing-n:127.0.0.1:52143_) 
[n:127.0.0.1:52143_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1838387955, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2850090 WARN  
(coreLoadExecutor-7980-thread-1-processing-n:127.0.0.1:52143_) 
[n:127.0.0.1:52143_ 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> 2850204 INFO  
(coreLoadExecutor-7980-thread-1-processing-n:127.0.0.1:52143_) 
[n:127.0.0.1:52143_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2850204 INFO  
(coreLoadExecutor-7980-thread-1-processing-n:127.0.0.1:52143_) 
[n:127.0.0.1:52143_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2850206 INFO  
(coreLoadExecutor-7980-thread-1-processing-n:127.0.0.1:52143_) 
[n:127.0.0.1:52143_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 2850206 INFO  
(coreLoadExecutor-7980-thread-1-processing-n:127.0.0.1:52143_) 
[n:127.0.0.1:52143_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2850207 INFO  
(coreLoadExecutor-7980-thread-1-processing-n:127.0.0.1:52143_) 
[n:127.0.0.1:52143_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2850207 INFO  
(coreLoadExecutor-7980-thread-1-processing-n:127.0.0.1:52143_) 
[n:127.0.0.1:52143_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@3d194e38[collection1] main]
   [junit4]   2> 2850210 INFO  
(coreLoadExecutor-7980-thread-1-processing-n:127.0.0.1:52143_) 
[n:127.0.0.1:52143_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2850211 INFO  
(coreLoadExecutor-7980-thread-1-processing-n:127.0.0.1:52143_) 
[n:127.0.0.1:52143_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2850211 INFO  
(coreLoadExecutor-7980-thread-1-processing-n:127.0.0.1:52143_) 
[n:127.0.0.1:52143_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 2850213 INFO  
(searcherExecutor-7981-thread-1-processing-n:127.0.0.1:52143_ x:collection1 
c:collection1) [n:127.0.0.1:52143_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3d194e38[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2850214 INFO  
(coreLoadExecutor-7980-thread-1-processing-n:127.0.0.1:52143_) 
[n:127.0.0.1:52143_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1567741985018609664
   [junit4]   2> 2850227 INFO  
(coreZkRegister-7975-thread-1-processing-n:127.0.0.1:52143_ x:collection1 
c:collection1) [n:127.0.0.1:52143_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 2850228 INFO  
(coreZkRegister-7975-thread-1-processing-n:127.0.0.1:52143_ x:collection1 
c:collection1) [n:127.0.0.1:52143_ 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> 2850228 INFO  
(coreZkRegister-7975-thread-1-processing-n:127.0.0.1:52143_ x:collection1 
c:collection1) [n:127.0.0.1:52143_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:52143/collection1/
   [junit4]   2> 2850228 INFO  
(coreZkRegister-7975-thread-1-processing-n:127.0.0.1:52143_ x:collection1 
c:collection1) [n:127.0.0.1:52143_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2850228 INFO  
(coreZkRegister-7975-thread-1-processing-n:127.0.0.1:52143_ x:collection1 
c:collection1) [n:127.0.0.1:52143_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:52143/collection1/ has no 
replicas
   [junit4]   2> 2850228 INFO  
(coreZkRegister-7975-thread-1-processing-n:127.0.0.1:52143_ x:collection1 
c:collection1) [n:127.0.0.1:52143_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 2850237 INFO  
(coreZkRegister-7975-thread-1-processing-n:127.0.0.1:52143_ x:collection1 
c:collection1) [n:127.0.0.1:52143_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:52143/collection1/ shard1
   [junit4]   2> 2850353 INFO  
(zkCallback-3805-thread-1-processing-n:127.0.0.1:52132_) [n:127.0.0.1:52132_    
] 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> 2850353 INFO  
(zkCallback-3811-thread-1-processing-n:127.0.0.1:52143_) [n:127.0.0.1:52143_    
] 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> 2850405 INFO  
(coreZkRegister-7975-thread-1-processing-n:127.0.0.1:52143_ x:collection1 
c:collection1) [n:127.0.0.1:52143_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2850523 INFO  
(zkCallback-3811-thread-1-processing-n:127.0.0.1:52143_) [n:127.0.0.1:52143_    
] 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> 2850523 INFO  
(zkCallback-3805-thread-1-processing-n:127.0.0.1:52132_) [n:127.0.0.1:52132_    
] 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> 2850994 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/shard-3-001/cores/collection1
   [junit4]   2> 2850997 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/shard-3-001
   [junit4]   2> 2850998 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2851001 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6152860e{/,null,AVAILABLE}
   [junit4]   2> 2851001 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@62962a08{HTTP/1.1,[http/1.1]}{127.0.0.1:52151}
   [junit4]   2> 2851001 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.e.j.s.Server Started @2855764ms
   [junit4]   2> 2851001 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=52150, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/shard-3-001/cores}
   [junit4]   2> 2851003 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2851003 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.7.0
   [junit4]   2> 2851004 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2851004 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2851004 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-05-18T13:47:46.654Z
   [junit4]   2> 2851013 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2851013 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/shard-3-001/solr.xml
   [junit4]   2> 2851030 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2851031 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52116/solr
   [junit4]   2> 2851054 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) 
[n:127.0.0.1:52150_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2851062 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) 
[n:127.0.0.1:52150_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2851071 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) 
[n:127.0.0.1:52150_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52150_
   [junit4]   2> 2851075 INFO  (zkCallback-3799-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2851077 INFO  
(zkCallback-3811-thread-1-processing-n:127.0.0.1:52143_) [n:127.0.0.1:52143_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2851076 INFO  
(zkCallback-3817-thread-1-processing-n:127.0.0.1:52150_) [n:127.0.0.1:52150_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2851077 INFO  
(zkCallback-3795-thread-1-processing-n:127.0.0.1:52119_) [n:127.0.0.1:52119_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2851077 INFO  
(zkCallback-3805-thread-1-processing-n:127.0.0.1:52132_) [n:127.0.0.1:52132_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2851302 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) 
[n:127.0.0.1:52150_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/shard-3-001/cores
   [junit4]   2> 2851302 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) 
[n:127.0.0.1:52150_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2851304 INFO  
(coreLoadExecutor-7991-thread-1-processing-n:127.0.0.1:52150_) 
[n:127.0.0.1:52150_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2851307 INFO  
(OverseerStateUpdate-97983873630273540-127.0.0.1:52119_-n_0000000000) 
[n:127.0.0.1:52119_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 2851438 INFO  
(zkCallback-3817-thread-1-processing-n:127.0.0.1:52150_) [n:127.0.0.1:52150_    
] 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> 2851438 INFO  
(zkCallback-3811-thread-1-processing-n:127.0.0.1:52143_) [n:127.0.0.1:52143_    
] 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> 2851438 INFO  
(zkCallback-3805-thread-1-processing-n:127.0.0.1:52132_) [n:127.0.0.1:52132_    
] 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> 2852342 WARN  
(coreLoadExecutor-7991-thread-1-processing-n:127.0.0.1:52150_) 
[n:127.0.0.1:52150_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2852343 INFO  
(coreLoadExecutor-7991-thread-1-processing-n:127.0.0.1:52150_) 
[n:127.0.0.1:52150_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 2852365 INFO  
(coreLoadExecutor-7991-thread-1-processing-n:127.0.0.1:52150_) 
[n:127.0.0.1:52150_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 2852543 INFO  
(coreLoadExecutor-7991-thread-1-processing-n:127.0.0.1:52150_) 
[n:127.0.0.1:52150_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 2852574 INFO  
(coreLoadExecutor-7991-thread-1-processing-n:127.0.0.1:52150_) 
[n:127.0.0.1:52150_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 2852575 INFO  
(coreLoadExecutor-7991-thread-1-processing-n:127.0.0.1:52150_) 
[n:127.0.0.1:52150_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2852575 INFO  
(coreLoadExecutor-7991-thread-1-processing-n:127.0.0.1:52150_) 
[n:127.0.0.1:52150_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/shard-3-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 2852575 INFO  
(coreLoadExecutor-7991-thread-1-processing-n:127.0.0.1:52150_) 
[n:127.0.0.1:52150_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a5e882b
   [junit4]   2> 2852577 INFO  
(coreLoadExecutor-7991-thread-1-processing-n:127.0.0.1:52150_) 
[n:127.0.0.1:52150_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1838387955, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2852586 WARN  
(coreLoadExecutor-7991-thread-1-processing-n:127.0.0.1:52150_) 
[n:127.0.0.1:52150_ 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> 2852728 INFO  
(coreLoadExecutor-7991-thread-1-processing-n:127.0.0.1:52150_) 
[n:127.0.0.1:52150_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2852728 INFO  
(coreLoadExecutor-7991-thread-1-processing-n:127.0.0.1:52150_) 
[n:127.0.0.1:52150_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2852730 INFO  
(coreLoadExecutor-7991-thread-1-processing-n:127.0.0.1:52150_) 
[n:127.0.0.1:52150_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 2852730 INFO  
(coreLoadExecutor-7991-thread-1-processing-n:127.0.0.1:52150_) 
[n:127.0.0.1:52150_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2852731 INFO  
(coreLoadExecutor-7991-thread-1-processing-n:127.0.0.1:52150_) 
[n:127.0.0.1:52150_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2852732 INFO  
(coreLoadExecutor-7991-thread-1-processing-n:127.0.0.1:52150_) 
[n:127.0.0.1:52150_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@78446588[collection1] main]
   [junit4]   2> 2852734 INFO  
(coreLoadExecutor-7991-thread-1-processing-n:127.0.0.1:52150_) 
[n:127.0.0.1:52150_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2852736 INFO  
(coreLoadExecutor-7991-thread-1-processing-n:127.0.0.1:52150_) 
[n:127.0.0.1:52150_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2852736 INFO  
(coreLoadExecutor-7991-thread-1-processing-n:127.0.0.1:52150_) 
[n:127.0.0.1:52150_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 2852739 INFO  
(searcherExecutor-7992-thread-1-processing-n:127.0.0.1:52150_ x:collection1 
c:collection1) [n:127.0.0.1:52150_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@78446588[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2852739 INFO  
(coreLoadExecutor-7991-thread-1-processing-n:127.0.0.1:52150_) 
[n:127.0.0.1:52150_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1567741987666264064
   [junit4]   2> 2852748 INFO  
(coreZkRegister-7986-thread-1-processing-n:127.0.0.1:52150_ x:collection1 
c:collection1) [n:127.0.0.1:52150_ c:collection1 s:shard2 r:core_node3 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 2852749 INFO  
(updateExecutor-3814-thread-1-processing-n:127.0.0.1:52150_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:52150_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2852750 INFO  
(recoveryExecutor-3815-thread-1-processing-n:127.0.0.1:52150_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:52150_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. 
recoveringAfterStartup=true
   [junit4]   2> 2852750 INFO  
(recoveryExecutor-3815-thread-1-processing-n:127.0.0.1:52150_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:52150_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 2852750 INFO  
(recoveryExecutor-3815-thread-1-processing-n:127.0.0.1:52150_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:52150_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1]
   [junit4]   2> 2852750 INFO  
(recoveryExecutor-3815-thread-1-processing-n:127.0.0.1:52150_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:52150_ 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> 2852751 INFO  
(recoveryExecutor-3815-thread-1-processing-n:127.0.0.1:52150_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:52150_ 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:52132/collection1/] 
and I am [http://127.0.0.1:52150/collection1/]
   [junit4]   2> 2852758 INFO  
(recoveryExecutor-3815-thread-1-processing-n:127.0.0.1:52150_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:52150_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:52132]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:52150_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2852760 INFO  (SocketProxy-Acceptor-52132) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=52155,localport=52132], receiveBufferSize:408300
   [junit4]   2> 2852761 INFO  (SocketProxy-Acceptor-52132) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=52133,localport=52156], receiveBufferSize=408300
   [junit4]   2> 2852766 INFO  (qtp1652784834-18017) [n:127.0.0.1:52132_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 2852767 INFO  (qtp1652784834-18017) [n:127.0.0.1:52132_    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 2852767 INFO  (qtp1652784834-18017) [n:127.0.0.1:52132_    ] 
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:52150_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:52150","node_name":"127.0.0.1:52150_","state":"down"}
   [junit4]   2> 2852860 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2852860 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 2852860 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 2852863 INFO  
(zkCallback-3817-thread-1-processing-n:127.0.0.1:52150_) [n:127.0.0.1:52150_    
] 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> 2852864 INFO  
(zkCallback-3811-thread-1-processing-n:127.0.0.1:52143_) [n:127.0.0.1:52143_    
] 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> 2852864 INFO  
(zkCallback-3805-thread-1-processing-n:127.0.0.1:52132_) [n:127.0.0.1:52132_    
] 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> 2853771 INFO  (qtp1652784834-18017) [n:127.0.0.1:52132_    ] 
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:52150_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:52150","node_name":"127.0.0.1:52150_","state":"recovering"}
   [junit4]   2> 2853771 INFO  (qtp1652784834-18017) [n:127.0.0.1:52132_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 2853771 INFO  (qtp1652784834-18017) [n:127.0.0.1:52132_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:52150_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1005
   [junit4]   2> 2854280 INFO  
(recoveryExecutor-3815-thread-1-processing-n:127.0.0.1:52150_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:52150_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync 
from [http://127.0.0.1:52132/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 2854281 INFO  
(recoveryExecutor-3815-thread-1-processing-n:127.0.0.1:52150_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:52150_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 
url=http://127.0.0.1:52150 START replicas=[http://127.0.0.1:52132/collection1/] 
nUpdates=100
   [junit4]   2> 2854284 INFO  (SocketProxy-Acceptor-52132) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=52178,localport=52132], receiveBufferSize:408300
   [junit4]   2> 2854285 INFO  (SocketProxy-Acceptor-52132) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=52133,localport=52179], receiveBufferSize=408300
   [junit4]   2> 2854286 INFO  (qtp1652784834-18018) [n:127.0.0.1:52132_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint 
IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 2854286 INFO  (qtp1652784834-18018) [n:127.0.0.1:52132_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 2854287 INFO  
(recoveryExecutor-3815-thread-1-processing-n:127.0.0.1:52150_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:52150_ 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> 2854287 INFO  
(recoveryExecutor-3815-thread-1-processing-n:127.0.0.1:52150_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:52150_ 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> 2854287 INFO  
(recoveryExecutor-3815-thread-1-processing-n:127.0.0.1:52150_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:52150_ 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> 2854287 INFO  
(recoveryExecutor-3815-thread-1-processing-n:127.0.0.1:52150_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:52150_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted 
changes. Skipping IW.commit.
   [junit4]   2> 2854288 INFO  
(recoveryExecutor-3815-thread-1-processing-n:127.0.0.1:52150_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:52150_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2854288 INFO  
(recoveryExecutor-3815-thread-1-processing-n:127.0.0.1:52150_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:52150_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery 
was successful.
   [junit4]   2> 2854288 INFO  
(recoveryExecutor-3815-thread-1-processing-n:127.0.0.1:52150_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:52150_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered 
during PeerSync.
   [junit4]   2> 2854288 INFO  
(recoveryExecutor-3815-thread-1-processing-n:127.0.0.1:52150_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:52150_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 2854288 INFO  
(recoveryExecutor-3815-thread-1-processing-n:127.0.0.1:52150_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:52150_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active 
after recovery.
   [junit4]   2> 2854407 INFO  
(zkCallback-3817-thread-1-processing-n:127.0.0.1:52150_) [n:127.0.0.1:52150_    
] 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> 2854407 INFO  
(zkCallback-3811-thread-1-processing-n:127.0.0.1:52143_) [n:127.0.0.1:52143_    
] 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> 2854407 INFO  
(zkCallback-3805-thread-1-processing-n:127.0.0.1:52132_) [n:127.0.0.1:52132_    
] 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> 2854867 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[B0859731D53CA544]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 2854868 INFO  (SocketProxy-Acceptor-52119) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=52180,localport=52119], receiveBufferSize:408300
   [junit4]   2> 2854869 INFO  (SocketProxy-Acceptor-52119) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=52120,localport=52181], receiveBufferSize=408300
   [junit4]   2> 2854873 INFO  (qtp544654403-17979) [n:127.0.0.1:52119_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2854873 INFO  (qtp544654403-17979) [n:127.0.0.1:52119_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2854874 INFO  (qtp544654403-17979) [n:127.0.0.1:52119_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2854874 INFO  (qtp544654403-17979) [n:127.0.0.1:52119_ 
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 0
   [junit4]   2> 2854876 INFO  (SocketProxy-Acceptor-52132) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=52182,localport=52132], receiveBufferSize:408300
   [junit4]   2> 2854877 INFO  (SocketProxy-Acceptor-52132) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=52133,localport=52183], receiveBufferSize=408300
   [junit4]   2> 2854883 INFO  (SocketProxy-Acceptor-52143) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=52184,localport=52143], receiveBufferSize:408300
   [junit4]   2> 2854884 INFO  (SocketProxy-Acceptor-52132) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=52185,localport=52132], receiveBufferSize:408300
   [junit4]   2> 2854884 INFO  (SocketProxy-Acceptor-52150) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=52186,localport=52150], receiveBufferSize:408300
   [junit4]   2> 2854885 INFO  (SocketProxy-Acceptor-52143) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=52144,localport=52187], receiveBufferSize=408300
   [junit4]   2> 2854886 INFO  (SocketProxy-Acceptor-52132) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=52133,localport=52188], receiveBufferSize=408300
   [junit4]   2> 2854886 INFO  (qtp1652784834-18022) [n:127.0.0.1:52132_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2854887 INFO  (SocketProxy-Acceptor-52150) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=52151,localport=52189], receiveBufferSize=408300
   [junit4]   2> 2854887 INFO  (qtp1652784834-18022) [n:127.0.0.1:52132_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2854889 INFO  (qtp1652784834-18022) [n:127.0.0.1:52132_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 2854892 INFO  (qtp1652784834-18022) [n:127.0.0.1:52132_ 
c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:52132/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 4
   [junit4]   2> 2854895 INFO  (qtp1943253941-18046) [n:127.0.0.1:52143_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2854895 INFO  (qtp1339474160-18076) [n:127.0.0.1:52150_ 
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> 2854895 INFO  (qtp1339474160-18076) [n:127.0.0.1:52150_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2854895 INFO  (qtp1943253941-18046) [n:127.0.0.1:52143_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2854895 INFO  (qtp1339474160-18076) [n:127.0.0.1:52150_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 2854895 INFO  (qtp1339474160-18076) [n:127.0.0.1:52150_ 
c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:52132/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 2854895 INFO  (qtp1943253941-18046) [n:127.0.0.1:52143_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 2854895 INFO  (qtp1943253941-18046) [n:127.0.0.1:52143_ 
c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:52132/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 2854897 INFO  (qtp1652784834-18021) [n:127.0.0.1:52132_ 
c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={_stateVer_=collection1:9&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 19
   [junit4]   2> 2854901 INFO  (SocketProxy-Acceptor-52132) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=52190,localport=52132], receiveBufferSize:408300
   [junit4]   2> 2854902 INFO  (SocketProxy-Acceptor-52132) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=52133,localport=52191], receiveBufferSize=408300
   [junit4]   2> 2854903 INFO  (qtp1652784834-18019) [n:127.0.0.1:52132_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 2854904 INFO  (SocketProxy-Acceptor-52150) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=52192,localport=52150], receiveBufferSize:408300
   [junit4]   2> 2854905 INFO  (SocketProxy-Acceptor-52150) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=52151,localport=52193], receiveBufferSize=408300
   [junit4]   2> 2854906 INFO  (qtp1339474160-18078) [n:127.0.0.1:52150_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/select params={q=*:*&distrib=false&tests=checkSha

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

rtitionTest.test-seed#[B0859731D53CA544]) [    ] o.a.s.c.SocketProxy Closing 1 
connections to: http://127.0.0.1:52150/, target: http://127.0.0.1:52151/
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=B0859731D53CA544 -Dtests.slow=true -Dtests.locale=ar-BH 
-Dtests.timezone=America/Argentina/Ushuaia -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  151s J1 | 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_replica2","base_url":"http://127.0.0.1:52132","node_name":"127.0.0.1:52132_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
   [junit4]    >   "replicationFactor":"3",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:52150";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "node_name":"127.0.0.1:52150_"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:52132";,
   [junit4]    >           "node_name":"127.0.0.1:52132_",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:52143";,
   [junit4]    >           "node_name":"127.0.0.1:52143_",
   [junit4]    >           "state":"down"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B0859731D53CA544:38D1A8EB7BC0C8BC]:0)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2994298 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[B0859731D53CA544]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B0859731D53CA544-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{multiDefault=FST50, a_t=FST50, id=Lucene50(blocksize=128), 
text=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), 
_version_=DocValuesFormat(name=Lucene54), 
intDefault=DocValuesFormat(name=Lucene54), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
intDvoDefault=DocValuesFormat(name=Memory), 
range_facet_l=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1647, 
maxMBSortInHeap=6.602463780877926, 
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=ar-BH, 
timezone=America/Argentina/Ushuaia
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=243722392,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: 
[OutOfBoxZkACLAndCredentialsProvidersTest, SolrCmdDistributorTest, 
TestCoreAdminApis, TestRandomFaceting, TestDefaultStatsCache, 
TestObjectReleaseTracker, SolrIndexMetricsTest, TestTrieFacet, 
TermVectorComponentTest, QueryResultKeyTest, ReplicaListTransformerTest, 
TestBadConfig, TestFreeTextSuggestions, IndexSchemaTest, 
TestBlendedInfixSuggestions, TestSQLHandler, TestOmitPositions, UtilsToolTest, 
TestInitQParser, EnumFieldTest, NotRequiredUniqueKeyTest, DateRangeFieldTest, 
ZkSolrClientTest, TestFiltering, SolrCLIZkUtilsTest, TestLuceneMatchVersion, 
MergeStrategyTest, TestMiniSolrCloudClusterSSL, CoreAdminCreateDiscoverTest, 
TestCodecSupport, CdcrBootstrapTest, TestDynamicLoading, 
LeaderInitiatedRecoveryOnShardRestartTest, TestXmlQParserPlugin, 
TestDelegationWithHadoopAuth, TestDeleteCollectionOnDownNodes, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSolrDeletionPolicy2, 
TestNumericTerms32, LeaderFailureAfterFreshStartTest, TestSolrQueryResponse, 
SliceStateTest, TestReversedWildcardFilterFactory, SubstringBytesRefFilterTest, 
ReplaceNodeTest, TestCloudJSONFacetJoinDomain, SolrIndexConfigTest, 
PreAnalyzedFieldTest, TestCollectionAPIs, DistribCursorPagingTest, 
TestEmbeddedSolrServerSchemaAPI, TestRandomFlRTGCloud, 
TestHdfsCloudBackupRestore, TestQuerySenderListener, TestIntervalFaceting, 
TestNRTOpen, ResponseHeaderTest, ShardRoutingCustomTest, 
TestSystemCollAutoCreate, OverseerRolesTest, CdcrVersionReplicationTest, 
GraphQueryTest, CollectionTooManyReplicasTest, CreateCollectionCleanupTest, 
PreAnalyzedFieldManagedSchemaCloudTest, TestWriterPerf, BlockCacheTest, 
TestUniqueKeyFieldResource, TestManagedSchemaThreadSafety, 
OverseerTaskQueueTest, DistributedFacetPivotLargeTest, TestLRUStatsCache, 
FullSolrCloudDistribCmdsTest, TestSolrCloudWithSecureImpersonation, 
CloneFieldUpdateProcessorFactoryTest, CloudMLTQParserTest, 
CachingDirectoryFactoryTest, BigEndianAscendingWordDeserializerTest, 
TestBulkSchemaAPI, SolrXmlInZkTest, BinaryUpdateRequestHandlerTest, 
TestAuthorizationFramework, HdfsNNFailoverTest, SpellCheckComponentTest, 
TestInPlaceUpdatesDistrib, StatsComponentTest, BooleanFieldTest, BasicZkTest, 
TestSmileRequest, TestStressInPlaceUpdates, QueryParsingTest, 
TermVectorComponentDistributedTest, FieldMutatingUpdateProcessorTest, 
TestFieldCache, DebugComponentTest, FileBasedSpellCheckerTest, 
TestValueSourceCache, TestClassicSimilarityFactory, TestShardHandlerFactory, 
TestConfigSetsAPI, BitVectorTest, TestManagedSynonymFilterFactory, 
HighlighterMaxOffsetTest, TestJmxMonitoredMap, CurrencyFieldOpenExchangeTest, 
FieldAnalysisRequestHandlerTest, LeaderElectionIntegrationTest, 
TestFieldSortValues, TestConfigOverlay, TestDistributedGrouping, 
DirectUpdateHandlerOptimizeTest, SuggesterTSTTest, 
TestSolrQueryParserDefaultOperatorResource, TestSchemaVersionResource, 
LeaderElectionContextKeyTest, TestNoOpRegenerator, TestCrossCoreJoin, 
HdfsBasicDistributedZkTest, TestSolrXml, HdfsLockFactoryTest, 
ShowFileRequestHandlerTest, DistribJoinFromCollectionTest, 
TestDistributedMissingSort, HLLUtilTest, TestRebalanceLeaders, 
SolrSlf4jReporterTest, AutoCommitTest, TestLeaderElectionZkExpiry, 
RecoveryAfterSoftCommitTest, TestManagedResourceStorage, 
DistributedFacetPivotSmallAdvancedTest, ScriptEngineTest, SmileWriterTest, 
HdfsWriteToMultipleCollectionsTest, TestNonDefinedSimilarityFactory, 
TestSubQueryTransformerDistrib, DistributedVersionInfoTest, UpdateLogTest, 
TestSystemIdResolver, TestExceedMaxTermLength, TestPayloadCheckQParserPlugin, 
SuggesterWFSTTest, TestTrackingShardHandlerFactory, 
TestTolerantUpdateProcessorCloud, TestSubQueryTransformer, 
OverseerCollectionConfigSetProcessorTest, SignatureUpdateProcessorFactoryTest, 
TestRequestForwarding, RequestHandlersTest, TestPathTrie, 
TestFieldTypeResource, TestCloudDeleteByQuery, ClusterStateTest, 
MultiThreadedOCPTest, RegexBoostProcessorTest, TestPHPSerializedResponseWriter, 
OpenCloseCoreStressTest, TestMiniSolrCloudCluster, TestSSLRandomization, 
LoggingHandlerTest, DistributedFacetPivotWhiteBoxTest, ConfigSetsAPITest, 
TestSearcherReuse, DistributedIntervalFacetingTest, 
TestLMDirichletSimilarityFactory, BasicFunctionalityTest, 
TestFieldCacheWithThreads, TestAtomicUpdateErrorCases, 
TestPerFieldSimilarityWithDefaultOverride, TestQuerySenderNoQuery, 
TestFoldingMultitermQuery, WordBreakSolrSpellCheckerTest, SortSpecParsingTest, 
TestReload, ClusterStateUpdateTest, LeaderElectionTest, TestRecovery, 
TestHashPartitioner, ZkControllerTest, TestRangeQuery, SimpleFacetsTest, 
QueryElevationComponentTest, PeerSyncTest, DirectUpdateHandlerTest, 
TestIndexSearcher, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, 
SuggesterTest, TestTrie, SpatialFilterTest, NoCacheHeaderTest, 
SolrCoreCheckLockOnStartupTest, TestUpdate, TestWordDelimiterFilterFactory, 
DocValuesMultiTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, 
TestSurroundQueryParser, TestQueryUtils, StandardRequestHandlerTest, 
DirectSolrSpellCheckerTest, XmlUpdateRequestHandlerTest, 
TestIndexingPerformance, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, 
TestCollationField, ReturnFieldsTest, MBeansHandlerTest, 
UniqFieldsUpdateProcessorFactoryTest, PingRequestHandlerTest, SOLR749Test, 
AlternateDirectoryTest, CopyFieldTest, TestMergePolicyConfig, 
MinimalSchemaTest, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, 
TestPhraseSuggestions, EchoParamsTest, TestDFRSimilarityFactory, 
TestFastWriter, TestFastOutputStream, URLClassifyProcessorTest, 
TestSuggestSpellingConverter, SpellingQueryConverterTest, 
RAMDirectoryFactoryTest, TestUtils, CircularListTest, CursorPagingTest, 
ActionThrottleTest, AliasIntegrationTest, CdcrReplicationDistributedZkTest, 
CdcrReplicationHandlerTest, CleanupOldIndexTest, 
CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest, 
CustomCollectionTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, 
HttpPartitionTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [508/712 (1!)] on J1 in 150.73s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to