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

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; 
[core_node3:{"core":"c8n_1x3_lf_shard1_replica2","base_url":"http://127.0.0.1:52731","node_name":"127.0.0.1:52731_","state":"active","leader":"true"}];
 clusterState: 
DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/19)={   
"replicationFactor":"3",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node1":{           "state":"down",           
"base_url":"http://127.0.0.1:52714";,           
"core":"c8n_1x3_lf_shard1_replica3",           "node_name":"127.0.0.1:52714_"}, 
        "core_node2":{           "core":"c8n_1x3_lf_shard1_replica1",           
"base_url":"http://127.0.0.1:52721";,           "node_name":"127.0.0.1:52721_",  
         "state":"down"},         "core_node3":{           
"core":"c8n_1x3_lf_shard1_replica2",           
"base_url":"http://127.0.0.1:52731";,           "node_name":"127.0.0.1:52731_",  
         "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_replica2","base_url":"http://127.0.0.1:52731","node_name":"127.0.0.1:52731_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/19)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:52714";,
          "core":"c8n_1x3_lf_shard1_replica3",
          "node_name":"127.0.0.1:52714_"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:52721";,
          "node_name":"127.0.0.1:52721_",
          "state":"down"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:52731";,
          "node_name":"127.0.0.1:52731_",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
        at 
__randomizedtesting.SeedInfo.seed([6A6803506208B3:883E57D9FE9E654B]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:170)
        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11944 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/init-core-data-001
   [junit4]   2> 2846992 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[6A6803506208B3]-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> 2846992 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[6A6803506208B3]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2846997 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2847009 INFO  (Thread-3549) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2847009 INFO  (Thread-3549) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2847119 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:52703
   [junit4]   2> 2847166 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2847177 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x157683d6f9f0000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2847180 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2847194 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2847217 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2847249 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2847254 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2847262 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2847276 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2847287 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2847303 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2847319 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2847334 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2847347 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2850830 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/control-001/cores/collection1
   [junit4]   2> 2850834 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2850849 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3c10f881{/,null,AVAILABLE}
   [junit4]   2> 2850852 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@37de924e{HTTP/1.1,[http/1.1]}{127.0.0.1:52715}
   [junit4]   2> 2850853 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.e.j.s.Server Started @2855456ms
   [junit4]   2> 2850853 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/tempDir-001/control/data,
 hostContext=/, hostPort=52714, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/control-001/cores}
   [junit4]   2> 2850853 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2850853 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2850853 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2850853 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-09-26T20:44:03.099Z
   [junit4]   2> 2850856 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2850858 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2850859 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/control-001/solr.xml
   [junit4]   2> 2850874 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52703/solr
   [junit4]   2> 2850877 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2850888 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52714_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2850941 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52714_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 2850944 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52714_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 2850966 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52714_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:52714_
   [junit4]   2> 2850969 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52714_    ] o.a.s.c.Overseer Overseer 
(id=96660530086739972-127.0.0.1:52714_-n_0000000000) starting
   [junit4]   2> 2850989 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52714_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52714_
   [junit4]   2> 2850992 INFO  
(OverseerStateUpdate-96660530086739972-127.0.0.1:52714_-n_0000000000) 
[n:127.0.0.1:52714_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (0)
   [junit4]   2> 2850994 INFO  
(zkCallback-10355-thread-1-processing-n:127.0.0.1:52714_) [n:127.0.0.1:52714_   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2851018 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52714_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/control-001/cores
   [junit4]   2> 2851018 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52714_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2851024 INFO  
(OverseerStateUpdate-96660530086739972-127.0.0.1:52714_-n_0000000000) 
[n:127.0.0.1:52714_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 2852039 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 2852051 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2852064 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2852082 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 2852270 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 2852272 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] unique key field: id
   [junit4]   2> 2852318 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 2852319 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/control-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/control-001/cores/collection1/data/]
   [junit4]   2> 2852319 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ee1efb4
   [junit4]   2> 2852320 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/control-001/cores/collection1/data/index/
   [junit4]   2> 2852320 WARN  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/control-001/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2852320 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2852322 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:52714_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.DirectoryFactory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/control-001/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 2852334 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 2852334 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 2852336 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2852336 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 2852336 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2852336 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 2852336 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2852336 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2852337 WARN  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2852356 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.PluginBag [collection1] Initialized 25 plugins of type requestHandler: 
[/update, /update/json, /update/csv, /update/json/docs, /config, /schema, 
/replication, /get, /admin/ping, /admin/segments, /admin/luke, /admin/system, 
/admin/mbeans, /admin/plugins, /admin/threads, /admin/properties, 
/admin/logging, /admin/file, /export, /graph, /stream, /sql, /terms, standard, 
/dump]
   [junit4]   2> 2852356 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 2852358 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2852358 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2852359 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2852359 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2852360 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1497390572, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2852360 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@72fdfb81[collection1] main]
   [junit4]   2> 2852363 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2852364 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2852364 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2852364 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2852365 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 2852365 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2852365 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2852365 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2852366 INFO  
(searcherExecutor-9967-thread-1-processing-n:127.0.0.1:52714_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52714_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@72fdfb81[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2852366 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2852366 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 2852366 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 2852367 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1546568486997721088
   [junit4]   2> 2852368 INFO  
(coreLoadExecutor-9966-thread-1-processing-n:127.0.0.1:52714_) 
[n:127.0.0.1:52714_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 
1546568486997721088
   [junit4]   2> 2852387 INFO  
(coreZkRegister-9959-thread-1-processing-n:127.0.0.1:52714_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52714_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2852387 INFO  
(coreZkRegister-9959-thread-1-processing-n:127.0.0.1:52714_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52714_ 
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> 2852387 INFO  
(coreZkRegister-9959-thread-1-processing-n:127.0.0.1:52714_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52714_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:52714/collection1/
   [junit4]   2> 2852391 INFO  
(coreZkRegister-9959-thread-1-processing-n:127.0.0.1:52714_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52714_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 2852392 INFO  
(coreZkRegister-9959-thread-1-processing-n:127.0.0.1:52714_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52714_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:52714/collection1/ has no replicas
   [junit4]   2> 2852403 INFO  
(coreZkRegister-9959-thread-1-processing-n:127.0.0.1:52714_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52714_ 
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:52714/collection1/ shard1
   [junit4]   2> 2852554 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2852555 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2852557 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2852560 INFO  
(coreZkRegister-9959-thread-1-processing-n:127.0.0.1:52714_ x:collection1 
s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:52714_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 2852564 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 2852564 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 2852567 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2853117 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-1-001/cores/collection1
   [junit4]   2> 2853119 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-1-001
   [junit4]   2> 2853120 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2853123 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@592ab47a{/,null,AVAILABLE}
   [junit4]   2> 2853123 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@7e7a8689{HTTP/1.1,[http/1.1]}{127.0.0.1:52722}
   [junit4]   2> 2853123 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.e.j.s.Server Started @2857727ms
   [junit4]   2> 2853123 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=52721, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-1-001/cores}
   [junit4]   2> 2853124 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2853124 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2853124 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2853124 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-09-26T20:44:05.370Z
   [junit4]   2> 2853130 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2853132 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2853132 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-1-001/solr.xml
   [junit4]   2> 2853187 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52703/solr
   [junit4]   2> 2853190 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2853219 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52721_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2853246 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52721_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 2853264 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52721_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2853284 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52721_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52721_
   [junit4]   2> 2853295 INFO  (zkCallback-10359-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2853295 INFO  
(zkCallback-10365-thread-1-processing-n:127.0.0.1:52721_) [n:127.0.0.1:52721_   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2853295 INFO  
(zkCallback-10355-thread-1-processing-n:127.0.0.1:52714_) [n:127.0.0.1:52714_   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2853318 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52721_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-1-001/cores
   [junit4]   2> 2853318 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52721_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2853324 INFO  
(OverseerStateUpdate-96660530086739972-127.0.0.1:52714_-n_0000000000) 
[n:127.0.0.1:52714_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 2853436 INFO  
(zkCallback-10365-thread-1-processing-n:127.0.0.1:52721_) [n:127.0.0.1:52721_   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2854359 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1   x:collection1] o.a.s.c.Config loaded config 
solrconfig.xml with version 0 
   [junit4]   2> 2854376 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2854410 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 2854419 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 2854562 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 2854563 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] unique key field: id
   [junit4]   2> 2854589 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2854589 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-1-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 2854589 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ee1efb4
   [junit4]   2> 2854590 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 2854590 WARN  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-1-001/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2854590 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2854592 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:52721_ 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-1-001/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 2854594 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 2854595 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 2854595 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2854595 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 2854595 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2854595 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 2854595 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2854596 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2854596 WARN  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2854607 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.PluginBag [collection1] Initialized 25 plugins of type requestHandler: 
[/update, /update/json, /update/csv, /update/json/docs, /config, /schema, 
/replication, /get, /admin/ping, /admin/segments, /admin/luke, /admin/system, 
/admin/mbeans, /admin/plugins, /admin/threads, /admin/properties, 
/admin/logging, /admin/file, /export, /graph, /stream, /sql, /terms, standard, 
/dump]
   [junit4]   2> 2854607 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 2854608 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2854608 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2854609 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2854609 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2854609 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1497390572, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2854610 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5ec53ac8[collection1] main]
   [junit4]   2> 2854611 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2854612 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2854612 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2854612 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2854613 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 2854613 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2854613 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2854613 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2854614 INFO  
(searcherExecutor-9978-thread-1-processing-n:127.0.0.1:52721_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:52721_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new 
searcher Searcher@5ec53ac8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2854614 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2854614 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 2854614 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 2854614 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1546568489353871360
   [junit4]   2> 2854616 INFO  
(coreLoadExecutor-9977-thread-1-processing-n:127.0.0.1:52721_) 
[n:127.0.0.1:52721_ c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 
1546568489353871360
   [junit4]   2> 2854643 INFO  
(coreZkRegister-9972-thread-1-processing-n:127.0.0.1:52721_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:52721_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 2854643 INFO  
(coreZkRegister-9972-thread-1-processing-n:127.0.0.1:52721_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:52721_ 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> 2854643 INFO  
(coreZkRegister-9972-thread-1-processing-n:127.0.0.1:52721_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:52721_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:52721/collection1/
   [junit4]   2> 2854643 INFO  
(coreZkRegister-9972-thread-1-processing-n:127.0.0.1:52721_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:52721_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 2854643 INFO  
(coreZkRegister-9972-thread-1-processing-n:127.0.0.1:52721_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:52721_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:52721/collection1/ has no replicas
   [junit4]   2> 2854654 INFO  
(coreZkRegister-9972-thread-1-processing-n:127.0.0.1:52721_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:52721_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:52721/collection1/ shard2
   [junit4]   2> 2854771 INFO  
(zkCallback-10365-thread-1-processing-n:127.0.0.1:52721_) [n:127.0.0.1:52721_   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2854832 INFO  
(coreZkRegister-9972-thread-1-processing-n:127.0.0.1:52721_ x:collection1 
s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:52721_ c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 2854948 INFO  
(zkCallback-10365-thread-1-processing-n:127.0.0.1:52721_) [n:127.0.0.1:52721_   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2855453 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-2-001/cores/collection1
   [junit4]   2> 2855455 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-2-001
   [junit4]   2> 2855456 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2855461 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@471f68e3{/,null,AVAILABLE}
   [junit4]   2> 2855468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@6cf62398{HTTP/1.1,[http/1.1]}{127.0.0.1:52727}
   [junit4]   2> 2855468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.e.j.s.Server Started @2860071ms
   [junit4]   2> 2855468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=52726, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-2-001/cores}
   [junit4]   2> 2855468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2855468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2855468 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2855469 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-09-26T20:44:07.715Z
   [junit4]   2> 2855472 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2855475 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2855475 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-2-001/solr.xml
   [junit4]   2> 2855497 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52703/solr
   [junit4]   2> 2855500 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2855505 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52726_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2855520 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52726_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 2855523 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52726_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2855540 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52726_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52726_
   [junit4]   2> 2855550 INFO  
(zkCallback-10365-thread-1-processing-n:127.0.0.1:52721_) [n:127.0.0.1:52721_   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2855550 INFO  
(zkCallback-10355-thread-2-processing-n:127.0.0.1:52714_) [n:127.0.0.1:52714_   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2855550 INFO  (zkCallback-10359-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2855550 INFO  
(zkCallback-10371-thread-1-processing-n:127.0.0.1:52726_) [n:127.0.0.1:52726_   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2855582 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52726_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-2-001/cores
   [junit4]   2> 2855582 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52726_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2855587 INFO  
(OverseerStateUpdate-96660530086739972-127.0.0.1:52714_-n_0000000000) 
[n:127.0.0.1:52714_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 2855702 INFO  
(zkCallback-10365-thread-1-processing-n:127.0.0.1:52721_) [n:127.0.0.1:52721_   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2855702 INFO  
(zkCallback-10371-thread-1-processing-n:127.0.0.1:52726_) [n:127.0.0.1:52726_   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2856607 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1   x:collection1] o.a.s.c.Config loaded config 
solrconfig.xml with version 0 
   [junit4]   2> 2856625 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2856637 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 2856645 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 2856843 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 2856844 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] unique key field: id
   [junit4]   2> 2856876 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2856877 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-2-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 2856877 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ee1efb4
   [junit4]   2> 2856879 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-2-001/cores/collection1/data/index/
   [junit4]   2> 2856879 WARN  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-2-001/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2856879 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2856881 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:52726_ 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.DirectoryFactory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-2-001/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 2856887 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 2856888 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 2856888 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2856888 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 2856888 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2856888 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 2856888 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2856889 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2856889 WARN  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2856918 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.PluginBag [collection1] Initialized 25 plugins of type requestHandler: 
[/update, /update/json, /update/csv, /update/json/docs, /config, /schema, 
/replication, /get, /admin/ping, /admin/segments, /admin/luke, /admin/system, 
/admin/mbeans, /admin/plugins, /admin/threads, /admin/properties, 
/admin/logging, /admin/file, /export, /graph, /stream, /sql, /terms, standard, 
/dump]
   [junit4]   2> 2856919 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 2856920 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2856920 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2856921 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2856921 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2856922 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1497390572, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2856922 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7121b1bb[collection1] main]
   [junit4]   2> 2856924 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the 
RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2856925 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2856925 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2856925 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2856926 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage No data found for znode 
/configs/conf1/_rest_managed.json
   [junit4]   2> 2856926 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2856927 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2856927 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2856927 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2856927 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 2856927 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 2856928 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1546568491780276224
   [junit4]   2> 2856930 INFO  
(coreLoadExecutor-9988-thread-1-processing-n:127.0.0.1:52726_) 
[n:127.0.0.1:52726_ c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 
1546568491780276224
   [junit4]   2> 2856932 INFO  
(searcherExecutor-9989-thread-1-processing-n:127.0.0.1:52726_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:52726_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered new 
searcher Searcher@7121b1bb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2856946 INFO  
(coreZkRegister-9983-thread-1-processing-n:127.0.0.1:52726_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:52726_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 2856946 INFO  
(coreZkRegister-9983-thread-1-processing-n:127.0.0.1:52726_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:52726_ 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> 2856946 INFO  
(coreZkRegister-9983-thread-1-processing-n:127.0.0.1:52726_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:52726_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:52726/collection1/
   [junit4]   2> 2856946 INFO  
(coreZkRegister-9983-thread-1-processing-n:127.0.0.1:52726_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:52726_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 2856946 INFO  
(coreZkRegister-9983-thread-1-processing-n:127.0.0.1:52726_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:52726_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:52726/collection1/ has no replicas
   [junit4]   2> 2856961 INFO  
(coreZkRegister-9983-thread-1-processing-n:127.0.0.1:52726_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:52726_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:52726/collection1/ shard1
   [junit4]   2> 2857072 INFO  
(zkCallback-10371-thread-1-processing-n:127.0.0.1:52726_) [n:127.0.0.1:52726_   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2857072 INFO  
(zkCallback-10365-thread-1-processing-n:127.0.0.1:52721_) [n:127.0.0.1:52721_   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2857118 INFO  
(coreZkRegister-9983-thread-1-processing-n:127.0.0.1:52726_ x:collection1 
s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:52726_ c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 2857237 INFO  
(zkCallback-10371-thread-1-processing-n:127.0.0.1:52726_) [n:127.0.0.1:52726_   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2857237 INFO  
(zkCallback-10365-thread-1-processing-n:127.0.0.1:52721_) [n:127.0.0.1:52721_   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2857578 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-3-001/cores/collection1
   [junit4]   2> 2857582 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-3-001
   [junit4]   2> 2857585 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2857588 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@48d5c1e9{/,null,AVAILABLE}
   [junit4]   2> 2857589 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@52c41335{HTTP/1.1,[http/1.1]}{127.0.0.1:52732}
   [junit4]   2> 2857589 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.e.j.s.Server Started @2862192ms
   [junit4]   2> 2857589 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=52731, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-3-001/cores}
   [junit4]   2> 2857589 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2857589 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2857589 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2857589 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-09-26T20:44:09.835Z
   [junit4]   2> 2857593 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2857595 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2857595 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-3-001/solr.xml
   [junit4]   2> 2857651 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52703/solr
   [junit4]   2> 2857653 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2857657 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52731_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2857680 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52731_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 2857682 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52731_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2857701 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52731_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:52731_
   [junit4]   2> 2857706 INFO  
(zkCallback-10377-thread-1-processing-n:127.0.0.1:52731_) [n:127.0.0.1:52731_   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2857706 INFO  
(zkCallback-10365-thread-1-processing-n:127.0.0.1:52721_) [n:127.0.0.1:52721_   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2857706 INFO  (zkCallback-10359-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2857706 INFO  
(zkCallback-10371-thread-1-processing-n:127.0.0.1:52726_) [n:127.0.0.1:52726_   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2857706 INFO  
(zkCallback-10355-thread-1-processing-n:127.0.0.1:52714_) [n:127.0.0.1:52714_   
 ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2857725 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52731_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-3-001/cores
   [junit4]   2> 2857726 INFO  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) 
[n:127.0.0.1:52731_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2857731 INFO  
(OverseerStateUpdate-96660530086739972-127.0.0.1:52714_-n_0000000000) 
[n:127.0.0.1:52714_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 2857837 INFO  
(zkCallback-10377-thread-1-processing-n:127.0.0.1:52731_) [n:127.0.0.1:52731_   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2857837 INFO  
(zkCallback-10371-thread-1-processing-n:127.0.0.1:52726_) [n:127.0.0.1:52726_   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2857837 INFO  
(zkCallback-10365-thread-1-processing-n:127.0.0.1:52721_) [n:127.0.0.1:52721_   
 ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2858737 INFO  
(coreLoadExecutor-9999-thread-1-processing-n:127.0.0.1:52731_) 
[n:127.0.0.1:52731_ c:collection1   x:collection1] o.a.s.c.Config loaded config 
solrconfig.xml with version 0 
   [junit4]   2> 2858751 INFO  
(coreLoadExecutor-9999-thread-1-processing-n:127.0.0.1:52731_) 
[n:127.0.0.1:52731_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2858765 INFO  
(coreLoadExecutor-9999-thread-1-processing-n:127.0.0.1:52731_) 
[n:127.0.0.1:52731_ c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 2858772 INFO  
(coreLoadExecutor-9999-thread-1-processing-n:127.0.0.1:52731_) 
[n:127.0.0.1:52731_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 2858913 INFO  
(coreLoadExecutor-9999-thread-1-processing-n:127.0.0.1:52731_) 
[n:127.0.0.1:52731_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 2858914 INFO  
(coreLoadExecutor-9999-thread-1-processing-n:127.0.0.1:52731_) 
[n:127.0.0.1:52731_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] unique key field: id
   [junit4]   2> 2858940 INFO  
(coreLoadExecutor-9999-thread-1-processing-n:127.0.0.1:52731_) 
[n:127.0.0.1:52731_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2858940 INFO  
(coreLoadExecutor-9999-thread-1-processing-n:127.0.0.1:52731_) 
[n:127.0.0.1:52731_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-3-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 2858940 INFO  
(coreLoadExecutor-9999-thread-1-processing-n:127.0.0.1:52731_) 
[n:127.0.0.1:52731_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6ee1efb4
   [junit4]   2> 2858940 INFO  
(coreLoadExecutor-9999-thread-1-processing-n:127.0.0.1:52731_) 
[n:127.0.0.1:52731_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-3-001/cores/collection1/data/index/
   [junit4]   2> 2858941 WARN  
(coreLoadExecutor-9999-thread-1-processing-n:127.0.0.1:52731_) 
[n:127.0.0.1:52731_ c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001/shard-3-001/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2858941 INFO  
(coreLoadExecutor-9999-thread-1-processing-n:127.0.0.1:527

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

http://127.0.0.1:52732/
   [junit4]   2> 2977606 WARN  
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[6A6803506208B3]) [    ] 
o.a.s.c.SocketProxy Closing 4 connections to: http://127.0.0.1:52726/, target: 
http://127.0.0.1:52727/
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test 
-Dtests.seed=6A6803506208B3 -Dtests.slow=true -Dtests.locale=en-ZA 
-Dtests.timezone=Etc/GMT0 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  131s J1 | 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_replica2","base_url":"http://127.0.0.1:52731","node_name":"127.0.0.1:52731_","state":"active","leader":"true"}];
 clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/19)={
   [junit4]    >   "replicationFactor":"3",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:52714";,
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "node_name":"127.0.0.1:52714_"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:52721";,
   [junit4]    >           "node_name":"127.0.0.1:52721_",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:52731";,
   [junit4]    >           "node_name":"127.0.0.1:52731_",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6A6803506208B3:883E57D9FE9E654B]:0)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:170)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2977676 INFO  
(SUITE-LeaderFailoverAfterPartitionTest-seed#[6A6803506208B3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6A6803506208B3-001
   [junit4]   2> NOTE: test params are: 
codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
 chunkSize=12553, maxDocsPerChunk=649, blockSize=156), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, 
chunkSize=12553, blockSize=156)), sim=RandomSimilarity(queryNorm=false): {}, 
locale=en-ZA, timezone=Etc/GMT0
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=71287824,total=506986496
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestManagedStopFilterFactory, WordBreakSolrSpellCheckerTest, 
TestSolrDynamicMBean, TestCloudManagedSchema, 
TestHighFrequencyDictionaryFactory, AsyncCallRequestStatusResponseTest, 
ConnectionReuseTest, TestCloudPivotFacet, TestDistribIDF, 
RestartWhileUpdatingTest, TestFieldCollectionResource, 
TestGraphTermsQParserPlugin, TestFieldCacheSort, TestAuthorizationFramework, 
TestSQLHandler, TestInitQParser, ReturnFieldsTest, 
TestRuleBasedAuthorizationPlugin, CdcrRequestHandlerTest, 
TestReversedWildcardFilterFactory, TestLuceneMatchVersion, TestCrossCoreJoin, 
TestSolrCoreProperties, SharedFSAutoReplicaFailoverUtilsTest, 
TestDistributedMissingSort, TestSearchPerf, DateMathParserTest, 
DistributedFacetPivotSmallTest, TestOrdValues, CoreSorterTest, 
DistributedQueueTest, TestScoreJoinQPScore, TestRandomRequestDistribution, 
TestSmileRequest, LukeRequestHandlerTest, TestSubQueryTransformer, 
HighlighterConfigTest, CollectionsAPIDistributedZkTest, 
TestHdfsBackupRestoreCore, TestCoreDiscovery, SolrCmdDistributorTest, 
TermVectorComponentTest, TestStressRecovery, TestComplexPhraseQParserPlugin, 
TestSolrCloudWithSecureImpersonation, TestLegacyFieldCache, 
HdfsRestartWhileUpdatingTest, SpatialRPTFieldTypeTest, 
TermVectorComponentDistributedTest, TestDocSet, LoggingHandlerTest, 
TestJettySolrRunner, ClusterStateTest, BasicFunctionalityTest, 
ShardRoutingCustomTest, DistributedFacetPivotLongTailTest, SortByFunctionTest, 
ReplaceNodeTest, BaseCdcrDistributedZkTest, CircularListTest, TestMacros, 
ExitableDirectoryReaderTest, ConnectionManagerTest, RulesTest, 
SignatureUpdateProcessorFactoryTest, SuggesterTSTTest, TestOmitPositions, 
TestSystemIdResolver, TriLevelCompositeIdRoutingTest, TestCloudDeleteByQuery, 
SpellCheckCollatorTest, AutoCommitTest, TestAnalyzeInfixSuggestions, 
TestSolrCoreSnapshots, OutOfBoxZkACLAndCredentialsProvidersTest, 
SolrIndexSplitterTest, ExternalFileFieldSortTest, SolrCLIZkUtilsTest, 
TestBulkSchemaAPI, OverseerTaskQueueTest, DirectUpdateHandlerOptimizeTest, 
BadCopyFieldTest, TestCustomDocTransformer, ChaosMonkeySafeLeaderTest, 
TestReload, TestHdfsUpdateLog, ParsingFieldUpdateProcessorsTest, 
DeleteStatusTest, BlockDirectoryTest, EchoParamsTest, TestComponentsName, 
WrapperMergePolicyFactoryTest, TestSolrCLIRunExample, TestJoin, 
HdfsUnloadDistributedZkTest, TestCollectionAPI, TestRecovery, 
HighlighterMaxOffsetTest, QueryParsingTest, DefaultValueUpdateProcessorTest, 
SpellPossibilityIteratorTest, TestSolrQueryParserResource, FullHLLTest, 
TestExactStatsCache, TestQueryUtils, TestFileDictionaryLookup, 
OpenCloseCoreStressTest, DistanceFunctionTest, TestFieldSortValues, 
TestMaxScoreQueryParser, TestNoOpRegenerator, IndexSchemaTest, 
TestSchemaSimilarityResource, SolrXmlInZkTest, MigrateRouteKeyTest, 
TestJmxMonitoredMap, ConvertedLegacyTest, TestFastWriter, TestValueSourceCache, 
RequestHandlersTest, TestBlobHandler, TestFiltering, TestSearcherReuse, 
TestXmlQParser, RecoveryAfterSoftCommitTest, BJQParserTest, 
CloudMLTQParserTest, TestSolrIndexConfig, TestTrie, TestStressLiveNodes, 
CollectionsAPIAsyncDistributedZkTest, TestCopyFieldCollectionResource, 
DocValuesMissingTest, DistributedDebugComponentTest, 
UUIDUpdateProcessorFallbackTest, CurrencyFieldOpenExchangeTest, 
TestConfigSetProperties, LeaderElectionIntegrationTest, 
HdfsCollectionsAPIDistributedZkTest, BasicZkTest, 
TestTrackingShardHandlerFactory, LeaderInitiatedRecoveryOnCommitTest, 
CSVRequestHandlerTest, GraphQueryTest, BasicDistributedZk2Test, 
CoreAdminHandlerTest, TestPHPSerializedResponseWriter, ZkStateReaderTest, 
TestConfig, SegmentsInfoRequestHandlerTest, 
DocExpirationUpdateProcessorFactoryTest, 
OverseerCollectionConfigSetProcessorTest, BasicDistributedZkTest, 
ShardRoutingTest, FullSolrCloudDistribCmdsTest, TestZkChroot, 
TestRandomDVFaceting, TestDistributedGrouping, 
DistributedSpellCheckComponentTest, TestRealTimeGet, 
DistributedTermsComponentTest, SimpleFacetsTest, SpellCheckComponentTest, 
QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, 
DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, 
AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, 
TestFoldingMultitermQuery, SuggesterTest, TestStressLucene, SpatialFilterTest, 
SuggesterWFSTTest, TestCSVLoader, NoCacheHeaderTest, 
SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, 
FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, 
TestWordDelimiterFilterFactory, QueryEqualityTest, TestRemoteStreaming, 
SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, 
DocumentAnalysisRequestHandlerTest, TestQueryTypes, FileBasedSpellCheckerTest, 
PathHierarchyTokenizerFactoryTest, TestSolrQueryParser, 
RegexBoostProcessorTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, 
MBeansHandlerTest, JsonLoaderTest, TestPartialUpdateDeduplication, 
TestQuerySenderListener, UpdateParamsTest, ResponseLogComponentTest, 
SolrIndexConfigTest, BadComponentTest, TestMergePolicyConfig, 
TestSolrDeletionPolicy2, MultiTermTest, TestBinaryField, MinimalSchemaTest, 
TestElisionMultitermQuery, OutputWriterTest, TestFuzzyAnalyzedSuggestions, 
TestPostingsSolrHighlighter, DirectSolrConnectionTest, 
NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestCodecSupport, 
SynonymTokenizerTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, 
TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, 
TestIBSimilarityFactory, TimeZoneUtilsTest, ResourceLoaderTest, 
TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, 
URLClassifyProcessorTest, TestFastLRUCache, PreAnalyzedFieldTest, 
TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, 
RAMDirectoryFactoryTest, TestLRUCache, TestUtils, TestDocumentBuilder, 
SliceStateTest, UUIDFieldTest, DistributedMLTComponentTest, SolrTestCaseJ4Test, 
TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, 
AsyncMigrateRouteKeyTest, CdcrReplicationDistributedZkTest, 
CloudExitableDirectoryReaderTest, CollectionReloadTest, 
CollectionStateFormat2Test, ConcurrentDeleteAndCreateCollectionTest, 
CreateCollectionCleanupTest, CustomCollectionTest, DistribCursorPagingTest, 
DistributedVersionInfoTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [463/633 (1!)] on J1 in 130.72s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 60825 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to