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

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

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

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 
1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:51059","node_name":"127.0.0.1:51059_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:51092";,
          "node_name":"127.0.0.1:51092_",
          "state":"down"},
        "core_node2":{
          "state":"down",
          "base_url":"http://127.0.0.1:51066";,
          "core":"c8n_1x3_lf_shard1_replica2",
          "node_name":"127.0.0.1:51066_"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:51059";,
          "node_name":"127.0.0.1:51059_",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([3AD81D6A6EF9127C:B28C22B0C0057F84]: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 11890 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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/init-core-data-001
   [junit4]   2> 934003 WARN  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[3AD81D6A6EF9127C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 934004 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[3AD81D6A6EF9127C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 934014 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[3AD81D6A6EF9127C]-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> 934014 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[3AD81D6A6EF9127C]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 934016 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 934016 INFO  (Thread-1572) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 934016 INFO  (Thread-1572) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 934020 ERROR (Thread-1572) [    ] 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> 934118 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:51056
   [junit4]   2> 934163 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
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> 934171 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
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> 934174 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
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> 934176 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
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> 934179 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
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> 934198 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
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> 934200 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
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> 934206 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
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> 934209 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
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> 934221 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
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> 934226 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
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> 935332 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/control-001/cores/collection1
   [junit4]   2> 935335 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 935337 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@374fdd30{/,null,AVAILABLE}
   [junit4]   2> 935338 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@534c4437{HTTP/1.1,[http/1.1]}{127.0.0.1:51060}
   [junit4]   2> 935338 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.e.j.s.Server Started @938937ms
   [junit4]   2> 935338 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/tempDir-001/control/data,
 hostContext=/, hostPort=51059, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/control-001/cores}
   [junit4]   2> 935339 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 935339 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.7.0
   [junit4]   2> 935339 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 935339 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 935339 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-29T23:35:52.421Z
   [junit4]   2> 935347 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 935347 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/control-001/solr.xml
   [junit4]   2> 935358 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 935359 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51056/solr
   [junit4]   2> 935413 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) 
[n:127.0.0.1:51059_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 935415 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) 
[n:127.0.0.1:51059_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:51059_
   [junit4]   2> 935417 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) 
[n:127.0.0.1:51059_    ] o.a.s.c.Overseer Overseer 
(id=98224003553755140-127.0.0.1:51059_-n_0000000000) starting
   [junit4]   2> 935435 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) 
[n:127.0.0.1:51059_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51059_
   [junit4]   2> 935442 INFO  
(zkCallback-1841-thread-1-processing-n:127.0.0.1:51059_) [n:127.0.0.1:51059_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 935579 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) 
[n:127.0.0.1:51059_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/control-001/cores
   [junit4]   2> 935579 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) 
[n:127.0.0.1:51059_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 935580 INFO  
(coreLoadExecutor-3443-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_ c:control_collection   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 935582 INFO  
(OverseerStateUpdate-98224003553755140-127.0.0.1:51059_-n_0000000000) 
[n:127.0.0.1:51059_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 936612 WARN  
(coreLoadExecutor-3443-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_ c:control_collection   x:collection1] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 936613 INFO  
(coreLoadExecutor-3443-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 936631 INFO  
(coreLoadExecutor-3443-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 936788 INFO  
(coreLoadExecutor-3443-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 936823 INFO  
(coreLoadExecutor-3443-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection, trusted=true
   [junit4]   2> 936823 INFO  
(coreLoadExecutor-3443-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 936824 INFO  
(coreLoadExecutor-3443-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_ 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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/control-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/control-001/cores/collection1/data/]
   [junit4]   2> 936824 INFO  
(coreLoadExecutor-3443-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_ 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@1446b92b
   [junit4]   2> 936834 INFO  
(coreLoadExecutor-3443-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.12267196201508375]
   [junit4]   2> 936841 WARN  
(coreLoadExecutor-3443-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_ 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> 936955 INFO  
(coreLoadExecutor-3443-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 936955 INFO  
(coreLoadExecutor-3443-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 936957 INFO  
(coreLoadExecutor-3443-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 936957 INFO  
(coreLoadExecutor-3443-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 936958 INFO  
(coreLoadExecutor-3443-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 936960 INFO  
(coreLoadExecutor-3443-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_ c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@20ef5187[collection1] main]
   [junit4]   2> 936964 INFO  
(coreLoadExecutor-3443-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 936965 INFO  
(coreLoadExecutor-3443-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 936965 INFO  
(coreLoadExecutor-3443-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_ c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 936967 INFO  
(searcherExecutor-3444-thread-1-processing-n:127.0.0.1:51059_ x:collection1 
c:control_collection) [n:127.0.0.1:51059_ c:control_collection   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@20ef5187[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 936968 INFO  
(coreLoadExecutor-3443-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1571584059952332800
   [junit4]   2> 936979 INFO  
(coreZkRegister-3436-thread-1-processing-n:127.0.0.1:51059_ x:collection1 
c:control_collection) [n:127.0.0.1:51059_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 936979 INFO  
(coreZkRegister-3436-thread-1-processing-n:127.0.0.1:51059_ x:collection1 
c:control_collection) [n:127.0.0.1:51059_ 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> 936979 INFO  
(coreZkRegister-3436-thread-1-processing-n:127.0.0.1:51059_ x:collection1 
c:control_collection) [n:127.0.0.1:51059_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:51059/collection1/
   [junit4]   2> 936979 INFO  
(coreZkRegister-3436-thread-1-processing-n:127.0.0.1:51059_ x:collection1 
c:control_collection) [n:127.0.0.1:51059_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 936979 INFO  
(coreZkRegister-3436-thread-1-processing-n:127.0.0.1:51059_ x:collection1 
c:control_collection) [n:127.0.0.1:51059_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:51059/collection1/ has no replicas
   [junit4]   2> 936979 INFO  
(coreZkRegister-3436-thread-1-processing-n:127.0.0.1:51059_ x:collection1 
c:control_collection) [n:127.0.0.1:51059_ 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> 936987 INFO  
(coreZkRegister-3436-thread-1-processing-n:127.0.0.1:51059_ x:collection1 
c:control_collection) [n:127.0.0.1:51059_ 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:51059/collection1/ shard1
   [junit4]   2> 937098 INFO  
(coreZkRegister-3436-thread-1-processing-n:127.0.0.1:51059_ x:collection1 
c:control_collection) [n:127.0.0.1:51059_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 937136 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 937138 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51056/solr ready
   [junit4]   2> 937138 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 937594 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/shard-1-001/cores/collection1
   [junit4]   2> 937596 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/shard-1-001
   [junit4]   2> 937597 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 937599 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2377d99a{/,null,AVAILABLE}
   [junit4]   2> 937600 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@67bc55f1{HTTP/1.1,[http/1.1]}{127.0.0.1:51067}
   [junit4]   2> 937600 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.e.j.s.Server Started @941198ms
   [junit4]   2> 937600 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=51066, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/shard-1-001/cores}
   [junit4]   2> 937600 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 937601 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.7.0
   [junit4]   2> 937601 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 937601 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 937601 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-29T23:35:54.683Z
   [junit4]   2> 937625 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 937625 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/shard-1-001/solr.xml
   [junit4]   2> 937636 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 937637 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51056/solr
   [junit4]   2> 937680 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) 
[n:127.0.0.1:51066_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 937685 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) 
[n:127.0.0.1:51066_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 937690 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) 
[n:127.0.0.1:51066_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51066_
   [junit4]   2> 937693 INFO  
(zkCallback-1841-thread-1-processing-n:127.0.0.1:51059_) [n:127.0.0.1:51059_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 937693 INFO  (zkCallback-1845-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 937695 INFO  
(zkCallback-1850-thread-1-processing-n:127.0.0.1:51066_) [n:127.0.0.1:51066_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 937836 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) 
[n:127.0.0.1:51066_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/shard-1-001/cores
   [junit4]   2> 937836 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) 
[n:127.0.0.1:51066_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 937837 INFO  
(coreLoadExecutor-3454-thread-1-processing-n:127.0.0.1:51066_) 
[n:127.0.0.1:51066_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 937839 INFO  
(OverseerStateUpdate-98224003553755140-127.0.0.1:51059_-n_0000000000) 
[n:127.0.0.1:51059_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 938881 WARN  
(coreLoadExecutor-3454-thread-1-processing-n:127.0.0.1:51066_) 
[n:127.0.0.1:51066_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 938882 INFO  
(coreLoadExecutor-3454-thread-1-processing-n:127.0.0.1:51066_) 
[n:127.0.0.1:51066_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 938925 INFO  
(coreLoadExecutor-3454-thread-1-processing-n:127.0.0.1:51066_) 
[n:127.0.0.1:51066_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 939143 INFO  
(coreLoadExecutor-3454-thread-1-processing-n:127.0.0.1:51066_) 
[n:127.0.0.1:51066_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 939183 INFO  
(coreLoadExecutor-3454-thread-1-processing-n:127.0.0.1:51066_) 
[n:127.0.0.1:51066_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 939184 INFO  
(coreLoadExecutor-3454-thread-1-processing-n:127.0.0.1:51066_) 
[n:127.0.0.1:51066_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 939184 INFO  
(coreLoadExecutor-3454-thread-1-processing-n:127.0.0.1:51066_) 
[n:127.0.0.1:51066_ 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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/shard-1-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 939184 INFO  
(coreLoadExecutor-3454-thread-1-processing-n:127.0.0.1:51066_) 
[n:127.0.0.1:51066_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1446b92b
   [junit4]   2> 939197 INFO  
(coreLoadExecutor-3454-thread-1-processing-n:127.0.0.1:51066_) 
[n:127.0.0.1:51066_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.12267196201508375]
   [junit4]   2> 939208 WARN  
(coreLoadExecutor-3454-thread-1-processing-n:127.0.0.1:51066_) 
[n:127.0.0.1:51066_ 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> 939306 INFO  
(coreLoadExecutor-3454-thread-1-processing-n:127.0.0.1:51066_) 
[n:127.0.0.1:51066_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 939306 INFO  
(coreLoadExecutor-3454-thread-1-processing-n:127.0.0.1:51066_) 
[n:127.0.0.1:51066_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 939307 INFO  
(coreLoadExecutor-3454-thread-1-processing-n:127.0.0.1:51066_) 
[n:127.0.0.1:51066_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 939307 INFO  
(coreLoadExecutor-3454-thread-1-processing-n:127.0.0.1:51066_) 
[n:127.0.0.1:51066_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 939308 INFO  
(coreLoadExecutor-3454-thread-1-processing-n:127.0.0.1:51066_) 
[n:127.0.0.1:51066_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 939309 INFO  
(coreLoadExecutor-3454-thread-1-processing-n:127.0.0.1:51066_) 
[n:127.0.0.1:51066_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@7142e8d0[collection1] main]
   [junit4]   2> 939311 INFO  
(coreLoadExecutor-3454-thread-1-processing-n:127.0.0.1:51066_) 
[n:127.0.0.1:51066_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 939312 INFO  
(coreLoadExecutor-3454-thread-1-processing-n:127.0.0.1:51066_) 
[n:127.0.0.1:51066_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 939312 INFO  
(coreLoadExecutor-3454-thread-1-processing-n:127.0.0.1:51066_) 
[n:127.0.0.1:51066_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 939314 INFO  
(searcherExecutor-3455-thread-1-processing-n:127.0.0.1:51066_ x:collection1 
c:collection1) [n:127.0.0.1:51066_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7142e8d0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 939314 INFO  
(coreLoadExecutor-3454-thread-1-processing-n:127.0.0.1:51066_) 
[n:127.0.0.1:51066_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1571584062412292096
   [junit4]   2> 939329 INFO  
(coreZkRegister-3449-thread-1-processing-n:127.0.0.1:51066_ x:collection1 
c:collection1) [n:127.0.0.1:51066_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 939329 INFO  
(coreZkRegister-3449-thread-1-processing-n:127.0.0.1:51066_ x:collection1 
c:collection1) [n:127.0.0.1:51066_ 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> 939329 INFO  
(coreZkRegister-3449-thread-1-processing-n:127.0.0.1:51066_ x:collection1 
c:collection1) [n:127.0.0.1:51066_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:51066/collection1/
   [junit4]   2> 939329 INFO  
(coreZkRegister-3449-thread-1-processing-n:127.0.0.1:51066_ x:collection1 
c:collection1) [n:127.0.0.1:51066_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 939329 INFO  
(coreZkRegister-3449-thread-1-processing-n:127.0.0.1:51066_ x:collection1 
c:collection1) [n:127.0.0.1:51066_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:51066/collection1/ has no 
replicas
   [junit4]   2> 939329 INFO  
(coreZkRegister-3449-thread-1-processing-n:127.0.0.1:51066_ x:collection1 
c:collection1) [n:127.0.0.1:51066_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 939335 INFO  
(coreZkRegister-3449-thread-1-processing-n:127.0.0.1:51066_ x:collection1 
c:collection1) [n:127.0.0.1:51066_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:51066/collection1/ shard2
   [junit4]   2> 939462 INFO  
(coreZkRegister-3449-thread-1-processing-n:127.0.0.1:51066_ x:collection1 
c:collection1) [n:127.0.0.1:51066_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 940028 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/shard-2-001/cores/collection1
   [junit4]   2> 940030 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/shard-2-001
   [junit4]   2> 940031 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 940033 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6662d99{/,null,AVAILABLE}
   [junit4]   2> 940033 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5a78229c{HTTP/1.1,[http/1.1]}{127.0.0.1:51074}
   [junit4]   2> 940034 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.e.j.s.Server Started @943632ms
   [junit4]   2> 940034 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=51073, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/shard-2-001/cores}
   [junit4]   2> 940034 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 940035 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.7.0
   [junit4]   2> 940035 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 940035 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 940035 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-29T23:35:57.117Z
   [junit4]   2> 940044 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 940044 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/shard-2-001/solr.xml
   [junit4]   2> 940066 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 940068 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51056/solr
   [junit4]   2> 940094 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) 
[n:127.0.0.1:51073_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 940100 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) 
[n:127.0.0.1:51073_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 940104 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) 
[n:127.0.0.1:51073_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51073_
   [junit4]   2> 940110 INFO  (zkCallback-1845-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 940111 INFO  
(zkCallback-1850-thread-1-processing-n:127.0.0.1:51066_) [n:127.0.0.1:51066_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 940111 INFO  
(zkCallback-1856-thread-1-processing-n:127.0.0.1:51073_) [n:127.0.0.1:51073_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 940111 INFO  
(zkCallback-1841-thread-1-processing-n:127.0.0.1:51059_) [n:127.0.0.1:51059_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 940285 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) 
[n:127.0.0.1:51073_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/shard-2-001/cores
   [junit4]   2> 940286 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) 
[n:127.0.0.1:51073_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 940288 INFO  
(coreLoadExecutor-3465-thread-1-processing-n:127.0.0.1:51073_) 
[n:127.0.0.1:51073_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 940290 INFO  
(OverseerStateUpdate-98224003553755140-127.0.0.1:51059_-n_0000000000) 
[n:127.0.0.1:51059_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 941315 WARN  
(coreLoadExecutor-3465-thread-1-processing-n:127.0.0.1:51073_) 
[n:127.0.0.1:51073_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 941315 INFO  
(coreLoadExecutor-3465-thread-1-processing-n:127.0.0.1:51073_) 
[n:127.0.0.1:51073_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 941335 INFO  
(coreLoadExecutor-3465-thread-1-processing-n:127.0.0.1:51073_) 
[n:127.0.0.1:51073_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 941467 INFO  
(coreLoadExecutor-3465-thread-1-processing-n:127.0.0.1:51073_) 
[n:127.0.0.1:51073_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 941491 INFO  
(coreLoadExecutor-3465-thread-1-processing-n:127.0.0.1:51073_) 
[n:127.0.0.1:51073_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 941491 INFO  
(coreLoadExecutor-3465-thread-1-processing-n:127.0.0.1:51073_) 
[n:127.0.0.1:51073_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 941492 INFO  
(coreLoadExecutor-3465-thread-1-processing-n:127.0.0.1:51073_) 
[n:127.0.0.1:51073_ 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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/shard-2-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 941492 INFO  
(coreLoadExecutor-3465-thread-1-processing-n:127.0.0.1:51073_) 
[n:127.0.0.1:51073_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1446b92b
   [junit4]   2> 941493 INFO  
(coreLoadExecutor-3465-thread-1-processing-n:127.0.0.1:51073_) 
[n:127.0.0.1:51073_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.12267196201508375]
   [junit4]   2> 941503 WARN  
(coreLoadExecutor-3465-thread-1-processing-n:127.0.0.1:51073_) 
[n:127.0.0.1:51073_ 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> 941628 INFO  
(coreLoadExecutor-3465-thread-1-processing-n:127.0.0.1:51073_) 
[n:127.0.0.1:51073_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 941628 INFO  
(coreLoadExecutor-3465-thread-1-processing-n:127.0.0.1:51073_) 
[n:127.0.0.1:51073_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 941630 INFO  
(coreLoadExecutor-3465-thread-1-processing-n:127.0.0.1:51073_) 
[n:127.0.0.1:51073_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 941630 INFO  
(coreLoadExecutor-3465-thread-1-processing-n:127.0.0.1:51073_) 
[n:127.0.0.1:51073_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 941633 INFO  
(coreLoadExecutor-3465-thread-1-processing-n:127.0.0.1:51073_) 
[n:127.0.0.1:51073_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 941633 INFO  
(coreLoadExecutor-3465-thread-1-processing-n:127.0.0.1:51073_) 
[n:127.0.0.1:51073_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@c09f694[collection1] main]
   [junit4]   2> 941636 INFO  
(coreLoadExecutor-3465-thread-1-processing-n:127.0.0.1:51073_) 
[n:127.0.0.1:51073_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 941637 INFO  
(coreLoadExecutor-3465-thread-1-processing-n:127.0.0.1:51073_) 
[n:127.0.0.1:51073_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 941637 INFO  
(coreLoadExecutor-3465-thread-1-processing-n:127.0.0.1:51073_) 
[n:127.0.0.1:51073_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 941651 INFO  
(searcherExecutor-3466-thread-1-processing-n:127.0.0.1:51073_ x:collection1 
c:collection1) [n:127.0.0.1:51073_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@c09f694[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 941651 INFO  
(coreLoadExecutor-3465-thread-1-processing-n:127.0.0.1:51073_) 
[n:127.0.0.1:51073_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1571584064862814208
   [junit4]   2> 941662 INFO  
(coreZkRegister-3460-thread-1-processing-n:127.0.0.1:51073_ x:collection1 
c:collection1) [n:127.0.0.1:51073_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 941662 INFO  
(coreZkRegister-3460-thread-1-processing-n:127.0.0.1:51073_ x:collection1 
c:collection1) [n:127.0.0.1:51073_ 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> 941662 INFO  
(coreZkRegister-3460-thread-1-processing-n:127.0.0.1:51073_ x:collection1 
c:collection1) [n:127.0.0.1:51073_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:51073/collection1/
   [junit4]   2> 941662 INFO  
(coreZkRegister-3460-thread-1-processing-n:127.0.0.1:51073_ x:collection1 
c:collection1) [n:127.0.0.1:51073_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 941662 INFO  
(coreZkRegister-3460-thread-1-processing-n:127.0.0.1:51073_ x:collection1 
c:collection1) [n:127.0.0.1:51073_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:51073/collection1/ has no 
replicas
   [junit4]   2> 941663 INFO  
(coreZkRegister-3460-thread-1-processing-n:127.0.0.1:51073_ x:collection1 
c:collection1) [n:127.0.0.1:51073_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 941674 INFO  
(coreZkRegister-3460-thread-1-processing-n:127.0.0.1:51073_ x:collection1 
c:collection1) [n:127.0.0.1:51073_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:51073/collection1/ shard1
   [junit4]   2> 941792 INFO  
(coreZkRegister-3460-thread-1-processing-n:127.0.0.1:51073_ x:collection1 
c:collection1) [n:127.0.0.1:51073_ c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 942362 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/shard-3-001/cores/collection1
   [junit4]   2> 942364 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/shard-3-001
   [junit4]   2> 942365 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 942367 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@e9eeef5{/,null,AVAILABLE}
   [junit4]   2> 942367 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@14d50c1c{HTTP/1.1,[http/1.1]}{127.0.0.1:51093}
   [junit4]   2> 942368 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.e.j.s.Server Started @945966ms
   [junit4]   2> 942368 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=51092, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/shard-3-001/cores}
   [junit4]   2> 942369 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 942369 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.7.0
   [junit4]   2> 942369 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 942369 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 942369 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-29T23:35:59.451Z
   [junit4]   2> 942374 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 942374 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/shard-3-001/solr.xml
   [junit4]   2> 942397 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 942398 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51056/solr
   [junit4]   2> 942413 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) 
[n:127.0.0.1:51092_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 942417 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) 
[n:127.0.0.1:51092_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 942420 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) 
[n:127.0.0.1:51092_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:51092_
   [junit4]   2> 942422 INFO  
(zkCallback-1841-thread-1-processing-n:127.0.0.1:51059_) [n:127.0.0.1:51059_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 942423 INFO  (zkCallback-1845-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 942422 INFO  
(zkCallback-1856-thread-1-processing-n:127.0.0.1:51073_) [n:127.0.0.1:51073_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 942422 INFO  
(zkCallback-1850-thread-1-processing-n:127.0.0.1:51066_) [n:127.0.0.1:51066_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 942424 INFO  
(zkCallback-1862-thread-1-processing-n:127.0.0.1:51092_) [n:127.0.0.1:51092_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 942542 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) 
[n:127.0.0.1:51092_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/shard-3-001/cores
   [junit4]   2> 942542 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) 
[n:127.0.0.1:51092_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 942543 INFO  
(coreLoadExecutor-3476-thread-1-processing-n:127.0.0.1:51092_) 
[n:127.0.0.1:51092_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 942545 INFO  
(OverseerStateUpdate-98224003553755140-127.0.0.1:51059_-n_0000000000) 
[n:127.0.0.1:51059_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 943567 WARN  
(coreLoadExecutor-3476-thread-1-processing-n:127.0.0.1:51092_) 
[n:127.0.0.1:51092_ c:collection1   x:collection1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 943567 INFO  
(coreLoadExecutor-3476-thread-1-processing-n:127.0.0.1:51092_) 
[n:127.0.0.1:51092_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 943584 INFO  
(coreLoadExecutor-3476-thread-1-processing-n:127.0.0.1:51092_) 
[n:127.0.0.1:51092_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 943674 INFO  
(coreLoadExecutor-3476-thread-1-processing-n:127.0.0.1:51092_) 
[n:127.0.0.1:51092_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 943705 INFO  
(coreLoadExecutor-3476-thread-1-processing-n:127.0.0.1:51092_) 
[n:127.0.0.1:51092_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 943705 INFO  
(coreLoadExecutor-3476-thread-1-processing-n:127.0.0.1:51092_) 
[n:127.0.0.1:51092_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 943705 INFO  
(coreLoadExecutor-3476-thread-1-processing-n:127.0.0.1:51092_) 
[n:127.0.0.1:51092_ 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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/shard-3-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 943706 INFO  
(coreLoadExecutor-3476-thread-1-processing-n:127.0.0.1:51092_) 
[n:127.0.0.1:51092_ c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX 
monitoring is enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1446b92b
   [junit4]   2> 943707 INFO  
(coreLoadExecutor-3476-thread-1-processing-n:127.0.0.1:51092_) 
[n:127.0.0.1:51092_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.12267196201508375]
   [junit4]   2> 943713 WARN  
(coreLoadExecutor-3476-thread-1-processing-n:127.0.0.1:51092_) 
[n:127.0.0.1:51092_ 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> 943784 INFO  
(coreLoadExecutor-3476-thread-1-processing-n:127.0.0.1:51092_) 
[n:127.0.0.1:51092_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 943784 INFO  
(coreLoadExecutor-3476-thread-1-processing-n:127.0.0.1:51092_) 
[n:127.0.0.1:51092_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 943785 INFO  
(coreLoadExecutor-3476-thread-1-processing-n:127.0.0.1:51092_) 
[n:127.0.0.1:51092_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 943786 INFO  
(coreLoadExecutor-3476-thread-1-processing-n:127.0.0.1:51092_) 
[n:127.0.0.1:51092_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 943787 INFO  
(coreLoadExecutor-3476-thread-1-processing-n:127.0.0.1:51092_) 
[n:127.0.0.1:51092_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 943788 INFO  
(coreLoadExecutor-3476-thread-1-processing-n:127.0.0.1:51092_) 
[n:127.0.0.1:51092_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@70bb6eca[collection1] main]
   [junit4]   2> 943789 INFO  
(coreLoadExecutor-3476-thread-1-processing-n:127.0.0.1:51092_) 
[n:127.0.0.1:51092_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 943790 INFO  
(coreLoadExecutor-3476-thread-1-processing-n:127.0.0.1:51092_) 
[n:127.0.0.1:51092_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 943790 INFO  
(coreLoadExecutor-3476-thread-1-processing-n:127.0.0.1:51092_) 
[n:127.0.0.1:51092_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 943792 INFO  
(searcherExecutor-3477-thread-1-processing-n:127.0.0.1:51092_ x:collection1 
c:collection1) [n:127.0.0.1:51092_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@70bb6eca[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 943805 INFO  
(coreLoadExecutor-3476-thread-1-processing-n:127.0.0.1:51092_) 
[n:127.0.0.1:51092_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1571584067121446912
   [junit4]   2> 943814 INFO  
(coreZkRegister-3471-thread-1-processing-n:127.0.0.1:51092_ x:collection1 
c:collection1) [n:127.0.0.1:51092_ c:collection1 s:shard2 r:core_node3 
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 943814 INFO  
(updateExecutor-1859-thread-1-processing-n:127.0.0.1:51092_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51092_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 943815 INFO  
(recoveryExecutor-1860-thread-1-processing-n:127.0.0.1:51092_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51092_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. 
recoveringAfterStartup=true
   [junit4]   2> 943815 INFO  
(recoveryExecutor-1860-thread-1-processing-n:127.0.0.1:51092_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51092_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 943816 INFO  
(recoveryExecutor-1860-thread-1-processing-n:127.0.0.1:51092_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51092_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. 
core=[collection1]
   [junit4]   2> 943816 INFO  
(recoveryExecutor-1860-thread-1-processing-n:127.0.0.1:51092_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51092_ 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> 943816 INFO  
(recoveryExecutor-1860-thread-1-processing-n:127.0.0.1:51092_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51092_ 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:51066/collection1/] 
and I am [http://127.0.0.1:51092/collection1/]
   [junit4]   2> 943820 INFO  
(recoveryExecutor-1860-thread-1-processing-n:127.0.0.1:51092_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51092_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:51066]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:51092_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 943822 INFO  (SocketProxy-Acceptor-51066) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51097,localport=51066], receiveBufferSize:408300
   [junit4]   2> 943830 INFO  (SocketProxy-Acceptor-51066) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=51067,localport=51098], receiveBufferSize=408300
   [junit4]   2> 943832 INFO  (qtp425005737-9512) [n:127.0.0.1:51066_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 943833 INFO  (qtp425005737-9512) [n:127.0.0.1:51066_    ] 
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 943833 INFO  (qtp425005737-9512) [n:127.0.0.1:51066_    ] 
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:51092_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:51092","node_name":"127.0.0.1:51092_","state":"down"}
   [junit4]   2> 944073 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 944073 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 
30000 for each attempt
   [junit4]   2> 944073 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 944840 INFO  (qtp425005737-9512) [n:127.0.0.1:51066_    ] 
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:51092_, coreNodeName=core_node3, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:51092","node_name":"127.0.0.1:51092_","state":"recovering"}
   [junit4]   2> 944840 INFO  (qtp425005737-9512) [n:127.0.0.1:51066_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, 
checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 944840 INFO  (qtp425005737-9512) [n:127.0.0.1:51066_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:51092_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1008
   [junit4]   2> 945346 INFO  
(recoveryExecutor-1860-thread-1-processing-n:127.0.0.1:51092_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51092_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync 
from [http://127.0.0.1:51066/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 945346 INFO  
(recoveryExecutor-1860-thread-1-processing-n:127.0.0.1:51092_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51092_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 
url=http://127.0.0.1:51092 START replicas=[http://127.0.0.1:51066/collection1/] 
nUpdates=100
   [junit4]   2> 945348 INFO  (SocketProxy-Acceptor-51066) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51099,localport=51066], receiveBufferSize:408300
   [junit4]   2> 945348 INFO  (SocketProxy-Acceptor-51066) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=51067,localport=51100], receiveBufferSize=408300
   [junit4]   2> 945350 INFO  (qtp425005737-9515) [n:127.0.0.1:51066_ 
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> 945350 INFO  (qtp425005737-9515) [n:127.0.0.1:51066_ 
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=0
   [junit4]   2> 945352 INFO  
(recoveryExecutor-1860-thread-1-processing-n:127.0.0.1:51092_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51092_ 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> 945352 INFO  
(recoveryExecutor-1860-thread-1-processing-n:127.0.0.1:51092_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51092_ 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> 945352 INFO  
(recoveryExecutor-1860-thread-1-processing-n:127.0.0.1:51092_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51092_ 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> 945352 INFO  
(recoveryExecutor-1860-thread-1-processing-n:127.0.0.1:51092_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51092_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted 
changes. Skipping IW.commit.
   [junit4]   2> 945353 INFO  
(recoveryExecutor-1860-thread-1-processing-n:127.0.0.1:51092_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51092_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 945353 INFO  
(recoveryExecutor-1860-thread-1-processing-n:127.0.0.1:51092_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51092_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery 
was successful.
   [junit4]   2> 945353 INFO  
(recoveryExecutor-1860-thread-1-processing-n:127.0.0.1:51092_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51092_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered 
during PeerSync.
   [junit4]   2> 945353 INFO  
(recoveryExecutor-1860-thread-1-processing-n:127.0.0.1:51092_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51092_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 945353 INFO  
(recoveryExecutor-1860-thread-1-processing-n:127.0.0.1:51092_ x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51092_ c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active 
after recovery.
   [junit4]   2> 946085 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 946087 INFO  (SocketProxy-Acceptor-51059) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51101,localport=51059], receiveBufferSize:408300
   [junit4]   2> 946088 INFO  (SocketProxy-Acceptor-51059) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=51060,localport=51102], receiveBufferSize=408300
   [junit4]   2> 946089 INFO  (qtp1716406218-9478) [n:127.0.0.1:51059_ 
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> 946090 INFO  (qtp1716406218-9478) [n:127.0.0.1:51059_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 946094 INFO  (qtp1716406218-9478) [n:127.0.0.1:51059_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 946094 INFO  (qtp1716406218-9478) [n:127.0.0.1:51059_ 
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 4
   [junit4]   2> 946095 INFO  (SocketProxy-Acceptor-51066) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51103,localport=51066], receiveBufferSize:408300
   [junit4]   2> 946096 INFO  (SocketProxy-Acceptor-51066) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=51067,localport=51104], receiveBufferSize=408300
   [junit4]   2> 946099 INFO  (SocketProxy-Acceptor-51092) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51106,localport=51092], receiveBufferSize:408300
   [junit4]   2> 946099 INFO  (SocketProxy-Acceptor-51073) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51105,localport=51073], receiveBufferSize:408300
   [junit4]   2> 946099 INFO  (SocketProxy-Acceptor-51066) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51107,localport=51066], receiveBufferSize:408300
   [junit4]   2> 946100 INFO  (SocketProxy-Acceptor-51073) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=51074,localport=51109], receiveBufferSize=408300
   [junit4]   2> 946101 INFO  (SocketProxy-Acceptor-51092) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=51093,localport=51108], receiveBufferSize=408300
   [junit4]   2> 946103 INFO  (SocketProxy-Acceptor-51066) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=51067,localport=51110], receiveBufferSize=408300
   [junit4]   2> 946104 INFO  (qtp1962531200-9570) [n:127.0.0.1:51092_ 
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> 946104 INFO  (qtp2045630163-9541) [n:127.0.0.1:51073_ 
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> 946104 INFO  (qtp1962531200-9570) [n:127.0.0.1:51092_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 946105 INFO  (qtp1962531200-9570) [n:127.0.0.1:51092_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 946105 INFO  (qtp1962531200-9570) [n:127.0.0.1:51092_ 
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:51066/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 946105 INFO  (qtp2045630163-9541) [n:127.0.0.1:51073_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 946105 INFO  (qtp425005737-9510) [n:127.0.0.1:51066_ 
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> 946105 INFO  (qtp425005737-9510) [n:127.0.0.1:51066_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 946106 INFO  (qtp2045630163-9541) [n:127.0.0.1:51073_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 946106 INFO  (qtp2045630163-9541) [n:127.0.0.1:51073_ 
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:51066/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 946106 INFO  (qtp425005737-9510) [n:127.0.0.1:51066_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 946106 INFO  (qtp425005737-9510) [n:127.0.0.1:51066_ 
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:51066/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 946107 INFO  (qtp425005737-9517) [n:127.0.0.1:51066_ 
c:collection1 s:shard2 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 9
   [junit4]   2> 946108 INFO  (SocketProxy-Acceptor-51066) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51111,localport=51066], receiveBufferSize:408300
   [junit4]   2> 946109 INFO  (SocketProxy-Acceptor-51066) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=51067,localport=51112], receiveBufferSize=408300
   [junit4]   2> 946110 INFO  (qtp425005737-9514) [n:127.0.0.1:51066_ 
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> 946111 INFO  (SocketProxy-Acceptor-51092) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51113,localport=51092], receiveBufferSize:408300
   [junit4]   2> 946112 INFO  (SocketProxy-Acceptor-51092) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=51093,localport=51114], receiveBufferSize=408300
   [junit4]   2> 946113 INFO  (qtp1962531200-9571) [n:127.0.0.1:51092_ 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 946115 INFO  (SocketProxy-Acceptor-51073) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51115,localport=51073], receiveBufferSize:408300
   [junit4]   2> 946116 INFO  (SocketProxy-Acceptor-51073) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=51074,localport=51116], receiveBufferSize=408300
   [junit4]   2> 946116 INFO  (qtp2045630163-9542) [n:127.0.0.1:51073_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request 
[collection1]  webapp= path=/select 
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
 hits=0 status=0 QTime=0
   [junit4]   2> 948120 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1: 
c8n_1x3_lf
   [junit4]   2> 948122 INFO  (SocketProxy-Acceptor-51066) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51117,localport=51066], receiveBufferSize:408300
   [junit4]   2> 948125 INFO  (SocketProxy-Acceptor-51066) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=51067,localport=51118], receiveBufferSize=408300
   [junit4]   2> 948127 INFO  (qtp425005737-9515) [n:127.0.0.1:51066_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=3&maxShardsPerNode=1&name=c8n_1x3_lf&action=CREATE&numShards=1&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 948144 INFO  
(OverseerThreadFactory-3441-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_    ] o.a.s.c.CreateCollectionCmd Create collection 
c8n_1x3_lf
   [junit4]   2> 948149 INFO  
(OverseerThreadFactory-3441-thread-1-processing-n:127.0.0.1:51059_) 
[n:127.0.0.1:51059_    ] o.a.s.c.CreateCollectionCmd Only one config set found 
in zk - using it:conf1
   [junit4]   2> 948299 INFO  (SocketProxy-Acceptor-51059) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51119,localport=51059], receiveBufferSize:408300
   [junit4]   2> 948299 INFO  (SocketProxy-Acceptor-51066) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51120,localport=51066], receiveBufferSize:408300
   [junit4]   2> 948299 INFO  (SocketProxy-Acceptor-51092) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=51121,localport=51092], receiveBufferSize:408300
   [junit4]   2> 948302 INFO  (SocketProxy-Acceptor-51092) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=51093,localport=51124], receiveBufferSize=408300
   [junit4]   2> 948303 INFO  (SocketProxy-Acceptor-51059) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=51060,localport=51122], receiveBufferSize=408300
   [junit4]   2> 948304 INFO  (SocketProxy-Acceptor-51066) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=51067,localport=51123], receiveBufferSize=408300
   [junit4]   2> 948304 INFO  (qtp1962531200-9571) [n:127.0.0.1:51092_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica1&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 948305 INFO  (qtp425005737-9512) [n:127.0.0.1:51066_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica2&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 948306 INFO  (qtp1716406218-9477) [n:127.0.0.1:51059_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica3&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 949353 WARN  (qtp1716406218-9477) [n:127.0.0.1:51059_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 949362 INFO  (qtp1716406218-9477) [n:127.0.0.1:51059_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 949362 WARN  (qtp425005737-9512) [n:127.0.0.1:51066_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 949363 INFO  (qtp425005737-9512) [n:127.0.0.1:51066_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 949367 WARN  (qtp1962531200-9571) [n:127.0.0.1:51092_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.Config Beginning 
with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 949368 INFO  (qtp1962531200-9571) [n:127.0.0.1:51092_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 949389 INFO  (qtp1716406218-9477) [n:127.0.0.1:51059_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica3] Schema name=test
   [junit4]   2> 949390 INFO  (qtp425005737-9512) [n:127.0.0.1:51066_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica2] Schema name=test
   [junit4]   2> 949404 INFO  (qtp1962531200-9571) [n:127.0.0.1:51092_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema 
[c8n_1x3_lf_shard1_replica1] Schema name=test
   [junit4]   2> 949694 INFO  (qtp1716406218-9477) [n:127.0.0.1:51059_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 949695 INFO  (qtp425005737-9512) [n:127.0.0.1:51066_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 949719 INFO  (qtp1962531200-9571) [n:127.0.0.1:51092_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 949752 INFO  (qtp425005737-9512) [n:127.0.0.1:51066_ 
c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.CoreContainer 
Creating SolrCore 'c8n_1x3_lf_shard1_replica2' using configuration from 
collection c8n_1x3_lf, trusted=true
   [junit4]   2> 949752 INFO  (qtp425005737-9512) [n:127.0.0.1:51066_ 
c:c8n_1x3_l

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

t-seed#[3AD81D6A6EF9127C]) [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6662d99{/,null,UNAVAILABLE}
   [junit4]   2> 1070703 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop shard! 51092
   [junit4]   2> 1070703 ERROR 
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
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> 1070703 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:51056 51056
   [junit4]   2> 1070721 INFO  (Thread-1572) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:51056 51056
   [junit4]   2> 1071496 WARN  (Thread-1572) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf1
   [junit4]   2>        3       /solr/collections/c8n_1x3_lf/state.json
   [junit4]   2>        3       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        5       /solr/collections
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1071497 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:51092/, target: 
http://127.0.0.1:51093/
   [junit4]   2> 1071497 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:51066/, target: 
http://127.0.0.1:51067/
   [junit4]   2> 1071497 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.SocketProxy Closing 15 connections to: http://127.0.0.1:51059/, target: 
http://127.0.0.1:51060/
   [junit4]   2> 1071498 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[3AD81D6A6EF9127C]) [    ] 
o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:51073/, target: 
http://127.0.0.1:51074/
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=3AD81D6A6EF9127C -Dtests.slow=true -Dtests.locale=el-CY 
-Dtests.timezone=Europe/Ulyanovsk -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE  137s J0 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 
replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:51059","node_name":"127.0.0.1:51059_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
   [junit4]    >   "replicationFactor":"3",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:51092";,
   [junit4]    >           "node_name":"127.0.0.1:51092_",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:51066";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "node_name":"127.0.0.1:51066_"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:51059";,
   [junit4]    >           "node_name":"127.0.0.1:51059_",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3AD81D6A6EF9127C:B28C22B0C0057F84]: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> 1071503 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[3AD81D6A6EF9127C]-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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3AD81D6A6EF9127C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{multiDefault=BlockTreeOrds(blocksize=128), a_t=PostingsFormat(name=Memory 
doPackFST= false), id_i1=BlockTreeOrds(blocksize=128), 
id=PostingsFormat(name=Direct), text=Lucene50(blocksize=128)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), 
_version_=DocValuesFormat(name=Lucene54), 
intDefault=DocValuesFormat(name=Lucene54), 
range_facet_i_dv=DocValuesFormat(name=Lucene54), 
intDvoDefault=DocValuesFormat(name=Direct), 
range_facet_l=DocValuesFormat(name=Lucene54), 
timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1514, 
maxMBSortInHeap=7.9581396874319505, 
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=el-CY, 
timezone=Europe/Ulyanovsk
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=81285168,total=284471296
   [junit4]   2> NOTE: All tests run in this JVM: [TestRestoreCore, 
TestConfigSetImmutable, QueryParsingTest, TestStandardQParsers, 
SearchHandlerTest, TestFastWriter, AnalysisAfterCoreReloadTest, 
TestJettySolrRunner, ClassificationUpdateProcessorIntegrationTest, 
SmileWriterTest, HdfsLockFactoryTest, HdfsBasicDistributedZk2Test, 
ExternalFileFieldSortTest, DistanceFunctionTest, TestInPlaceUpdatesDistrib, 
TestRawResponseWriter, CoreAdminHandlerTest, TestLRUStatsCache, 
TestFunctionQuery, DistributedDebugComponentTest, StressHdfsTest, 
TestConfigsApi, TestLMDirichletSimilarityFactory, ZkStateReaderTest, 
ActionThrottleTest, HLLSerializationTest, GraphQueryTest, DistributedQueueTest, 
TolerantUpdateProcessorTest, TestExtendedDismaxParser, HdfsThreadLeakTest, 
TestSolrCloudSnapshots, TermsComponentTest, BasicDistributedZkTest, 
URLClassifyProcessorTest, TestStressVersions, TestCloudInspectUtil, 
DefaultValueUpdateProcessorTest, TestTolerantSearch, PeerSyncReplicationTest, 
TestHighlightDedupGrouping, SolrMetricManagerTest, CursorPagingTest, 
SuggesterWFSTTest, TestReloadAndDeleteDocs, TestSimpleTextCodec, 
TestDistributedSearch, TestSlowCompositeReaderWrapper, DocValuesTest, 
ResponseHeaderTest, TestImplicitCoreProperties, TestHttpShardHandlerFactory, 
TestSubQueryTransformer, SoftAutoCommitTest, TestCloudRecovery, 
TestMaxTokenLenTokenizer, TestRuleBasedAuthorizationPlugin, 
TestSolrDeletionPolicy2, TestFaceting, SliceStateTest, 
TestSuggestSpellingConverter, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
DistributedFacetPivotSmallTest, SpatialFilterTest, IndexSchemaTest, 
TestStressCloudBlindAtomicUpdates, TestCloudPivotFacet, CloudMLTQParserTest, 
EchoParamsTest, SimplePostToolTest, DisMaxRequestHandlerTest, 
DistributedFacetPivotLongTailTest, WordBreakSolrSpellCheckerTest, 
TestBlendedInfixSuggestions, AssignTest, AtomicUpdatesTest, 
MoreLikeThisHandlerTest, UUIDFieldTest, NotRequiredUniqueKeyTest, 
NoCacheHeaderTest, ZkControllerTest, TestSolrQueryParser, 
TestGraphTermsQParserPlugin, InfixSuggestersTest, TestConfigReload, 
UnloadDistributedZkTest, TestMissingGroups, TestFieldTypeResource, 
EnumFieldTest, HdfsUnloadDistributedZkTest, 
SuggestComponentContextFilterQueryTest, SortSpecParsingTest, TestApiFramework, 
DocumentBuilderTest, CloudExitableDirectoryReaderTest, 
SubstringBytesRefFilterTest, ExplicitHLLTest, CircularListTest, 
TestQueryWrapperFilter, TestMacros, TestStressReorder, 
TestDistribDocBasedVersion, TestTolerantUpdateProcessorRandomCloud, 
TestUniqueKeyFieldResource, TestGroupingSearch, 
AddSchemaFieldsUpdateProcessorFactoryTest, CopyFieldTest, RequestLoggingTest, 
TestStressLiveNodes, SolrIndexConfigTest, TestAuthorizationFramework, 
TestJmxMonitoredMap, TestEmbeddedSolrServerConstructors, 
DeleteLastCustomShardedReplicaTest, TestSystemIdResolver, BufferStoreTest, 
TestConfigSets, HighlighterConfigTest, BaseCdcrDistributedZkTest, 
TestClassicSimilarityFactory, UpdateLogTest, TestSolrCoreProperties, 
MoveReplicaTest, PathHierarchyTokenizerFactoryTest, 
OverriddenZkACLAndCredentialsProvidersTest, DistributedSuggestComponentTest, 
MergeStrategyTest, BJQParserTest, SpellCheckCollatorWithCollapseTest, 
TestRTimerTree, XsltUpdateRequestHandlerTest, TestCursorMarkWithoutUniqueKey, 
TestSolrQueryParserDefaultOperatorResource, TestFuzzyAnalyzedSuggestions, 
ShufflingReplicaListTransformerTest, TestCollectionAPI, 
TestFieldCacheWithThreads, PrimitiveFieldTypeTest, SolrInfoMBeanTest, 
CollectionStateFormat2Test, RegexBoostProcessorTest, 
LeaderFailoverAfterPartitionTest]
   [junit4] Completed [283/713 (1!)] on J0 in 137.52s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 44904 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to