You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/10/18 16:19:02 UTC

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk1.8.0) - Build # 3614 - Unstable!

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

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

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

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node2:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:62196","node_name":"127.0.0.1:62196_","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:62217",
          "core":"c8n_1x3_lf_shard1_replica1",
          "node_name":"127.0.0.1:62217_"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:62196",
          "node_name":"127.0.0.1:62196_",
          "state":"active",
          "leader":"true"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:62204",
          "node_name":"127.0.0.1:62204_",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([6084025175B47FC8:E8D03D8BDB481230]: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 10943 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/init-core-data-001
   [junit4]   2> 561256 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[6084025175B47FC8]-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> 561256 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[6084025175B47FC8]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 561258 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 561258 INFO  (Thread-911) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 561258 INFO  (Thread-911) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 561359 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.ZkTestServer start zk server on port:62193
   [junit4]   2> 561401 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] 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> 561405 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] 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> 561408 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] 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> 561410 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] 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> 561413 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] 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> 561416 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] 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> 561419 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] 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> 561422 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] 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> 561425 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] 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> 561428 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] 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> 561430 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] 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> 561718 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/control-001/cores/collection1
   [junit4]   2> 561721 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 561723 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@113696e1{/,null,AVAILABLE}
   [junit4]   2> 561724 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.e.j.s.ServerConnector Started ServerConnector@e24373{HTTP/1.1,[http/1.1]}{127.0.0.1:62197}
   [junit4]   2> 561724 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.e.j.s.Server Started @566806ms
   [junit4]   2> 561725 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/tempDir-001/control/data, hostContext=/, hostPort=62196, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/control-001/cores}
   [junit4]   2> 561725 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 561726 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 561726 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 561726 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 561726 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-18T15:00:12.988Z
   [junit4]   2> 561733 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 561733 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/control-001/solr.xml
   [junit4]   2> 561744 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62193/solr
   [junit4]   2> 561799 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [n:127.0.0.1:62196_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:62196_
   [junit4]   2> 561801 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [n:127.0.0.1:62196_    ] o.a.s.c.Overseer Overseer (id=96783749121507332-127.0.0.1:62196_-n_0000000000) starting
   [junit4]   2> 561817 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [n:127.0.0.1:62196_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62196_
   [junit4]   2> 561821 INFO  (zkCallback-829-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 561837 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [n:127.0.0.1:62196_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/control-001/cores
   [junit4]   2> 561837 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [n:127.0.0.1:62196_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 561844 INFO  (OverseerStateUpdate-96783749121507332-127.0.0.1:62196_-n_0000000000) [n:127.0.0.1:62196_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 562882 WARN  (coreLoadExecutor-2188-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_ c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 562882 INFO  (coreLoadExecutor-2188-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 562894 INFO  (coreLoadExecutor-2188-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 562972 WARN  (coreLoadExecutor-2188-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_ 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> 562974 INFO  (coreLoadExecutor-2188-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 562994 INFO  (coreLoadExecutor-2188-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 562995 INFO  (coreLoadExecutor-2188-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_ 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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/control-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/control-001/cores/collection1/data/]
   [junit4]   2> 562995 INFO  (coreLoadExecutor-2188-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_ 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@536c7446
   [junit4]   2> 562996 INFO  (coreLoadExecutor-2188-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1799013521058365]
   [junit4]   2> 562999 WARN  (coreLoadExecutor-2188-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_ 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> 563015 INFO  (coreLoadExecutor-2188-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_ 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> 563015 INFO  (coreLoadExecutor-2188-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_ 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> 563016 INFO  (coreLoadExecutor-2188-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 563016 INFO  (coreLoadExecutor-2188-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 563017 INFO  (coreLoadExecutor-2188-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8685714661133658]
   [junit4]   2> 563017 INFO  (coreLoadExecutor-2188-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@54bb397a[collection1] main]
   [junit4]   2> 563019 INFO  (coreLoadExecutor-2188-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 563020 INFO  (coreLoadExecutor-2188-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_ 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> 563020 INFO  (coreLoadExecutor-2188-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 563020 INFO  (coreLoadExecutor-2188-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_ 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 1548539987788562432
   [junit4]   2> 563021 INFO  (searcherExecutor-2189-thread-1-processing-n:127.0.0.1:62196_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62196_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@54bb397a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 563034 INFO  (coreZkRegister-2181-thread-1-processing-n:127.0.0.1:62196_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62196_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 563034 INFO  (coreZkRegister-2181-thread-1-processing-n:127.0.0.1:62196_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62196_ 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> 563034 INFO  (coreZkRegister-2181-thread-1-processing-n:127.0.0.1:62196_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62196_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62196/collection1/
   [junit4]   2> 563034 INFO  (coreZkRegister-2181-thread-1-processing-n:127.0.0.1:62196_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62196_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 563034 INFO  (coreZkRegister-2181-thread-1-processing-n:127.0.0.1:62196_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62196_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:62196/collection1/ has no replicas
   [junit4]   2> 563043 INFO  (coreZkRegister-2181-thread-1-processing-n:127.0.0.1:62196_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62196_ 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:62196/collection1/ shard1
   [junit4]   2> 563205 INFO  (coreZkRegister-2181-thread-1-processing-n:127.0.0.1:62196_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:62196_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 563396 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 563399 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 563399 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 563703 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/shard-1-001/cores/collection1
   [junit4]   2> 563704 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/shard-1-001
   [junit4]   2> 563705 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 563707 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@cb998c1{/,null,AVAILABLE}
   [junit4]   2> 563707 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.e.j.s.ServerConnector Started ServerConnector@5f3a6367{HTTP/1.1,[http/1.1]}{127.0.0.1:62205}
   [junit4]   2> 563707 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.e.j.s.Server Started @568789ms
   [junit4]   2> 563707 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=62204, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/shard-1-001/cores}
   [junit4]   2> 563708 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 563708 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 563708 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 563709 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 563709 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-18T15:00:14.971Z
   [junit4]   2> 563714 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 563714 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/shard-1-001/solr.xml
   [junit4]   2> 563756 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62193/solr
   [junit4]   2> 563779 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [n:127.0.0.1:62204_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 563790 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [n:127.0.0.1:62204_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62204_
   [junit4]   2> 563793 INFO  (zkCallback-829-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 563794 INFO  (zkCallback-839-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 563793 INFO  (zkCallback-833-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 563818 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [n:127.0.0.1:62204_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/shard-1-001/cores
   [junit4]   2> 563818 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [n:127.0.0.1:62204_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 563823 INFO  (OverseerStateUpdate-96783749121507332-127.0.0.1:62196_-n_0000000000) [n:127.0.0.1:62196_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 563934 INFO  (zkCallback-839-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_    ] 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> 564836 WARN  (coreLoadExecutor-2199-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 564836 INFO  (coreLoadExecutor-2199-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 564848 INFO  (coreLoadExecutor-2199-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 564938 WARN  (coreLoadExecutor-2199-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_ 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> 564940 INFO  (coreLoadExecutor-2199-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 564964 INFO  (coreLoadExecutor-2199-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 564965 INFO  (coreLoadExecutor-2199-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_ 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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/shard-1-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 564965 INFO  (coreLoadExecutor-2199-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_ 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@536c7446
   [junit4]   2> 564966 INFO  (coreLoadExecutor-2199-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1799013521058365]
   [junit4]   2> 564976 WARN  (coreLoadExecutor-2199-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_ 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> 564988 INFO  (coreLoadExecutor-2199-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 564988 INFO  (coreLoadExecutor-2199-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_ 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> 564989 INFO  (coreLoadExecutor-2199-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 564989 INFO  (coreLoadExecutor-2199-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 564990 INFO  (coreLoadExecutor-2199-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8685714661133658]
   [junit4]   2> 564990 INFO  (coreLoadExecutor-2199-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6a897ff2[collection1] main]
   [junit4]   2> 564992 INFO  (coreLoadExecutor-2199-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 564993 INFO  (coreLoadExecutor-2199-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_ 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> 564993 INFO  (coreLoadExecutor-2199-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 564994 INFO  (searcherExecutor-2200-thread-1-processing-n:127.0.0.1:62204_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:62204_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6a897ff2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 564994 INFO  (coreLoadExecutor-2199-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_ 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 1548539989858451456
   [junit4]   2> 565007 INFO  (coreZkRegister-2194-thread-1-processing-n:127.0.0.1:62204_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:62204_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 565007 INFO  (coreZkRegister-2194-thread-1-processing-n:127.0.0.1:62204_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:62204_ 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> 565007 INFO  (coreZkRegister-2194-thread-1-processing-n:127.0.0.1:62204_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:62204_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62204/collection1/
   [junit4]   2> 565007 INFO  (coreZkRegister-2194-thread-1-processing-n:127.0.0.1:62204_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:62204_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 565007 INFO  (coreZkRegister-2194-thread-1-processing-n:127.0.0.1:62204_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:62204_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:62204/collection1/ has no replicas
   [junit4]   2> 565014 INFO  (coreZkRegister-2194-thread-1-processing-n:127.0.0.1:62204_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:62204_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62204/collection1/ shard2
   [junit4]   2> 565119 INFO  (zkCallback-839-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_    ] 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> 565166 INFO  (coreZkRegister-2194-thread-1-processing-n:127.0.0.1:62204_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:62204_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 565274 INFO  (zkCallback-839-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_    ] 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> 565626 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/shard-2-001/cores/collection1
   [junit4]   2> 565628 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/shard-2-001
   [junit4]   2> 565629 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 565631 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@506ad66d{/,null,AVAILABLE}
   [junit4]   2> 565633 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.e.j.s.ServerConnector Started ServerConnector@5177422d{HTTP/1.1,[http/1.1]}{127.0.0.1:62211}
   [junit4]   2> 565633 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.e.j.s.Server Started @570715ms
   [junit4]   2> 565633 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=62210, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/shard-2-001/cores}
   [junit4]   2> 565634 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 565634 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 565635 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 565635 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 565635 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-18T15:00:16.897Z
   [junit4]   2> 565640 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 565640 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/shard-2-001/solr.xml
   [junit4]   2> 565654 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62193/solr
   [junit4]   2> 565674 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [n:127.0.0.1:62210_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 565684 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [n:127.0.0.1:62210_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62210_
   [junit4]   2> 565686 INFO  (zkCallback-833-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 565686 INFO  (zkCallback-829-thread-2-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 565687 INFO  (zkCallback-845-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 565687 INFO  (zkCallback-839-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 565698 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [n:127.0.0.1:62210_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/shard-2-001/cores
   [junit4]   2> 565699 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [n:127.0.0.1:62210_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 565702 INFO  (OverseerStateUpdate-96783749121507332-127.0.0.1:62196_-n_0000000000) [n:127.0.0.1:62196_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 565808 INFO  (zkCallback-845-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_    ] 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> 565808 INFO  (zkCallback-839-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_    ] 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> 566718 WARN  (coreLoadExecutor-2210-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 566719 INFO  (coreLoadExecutor-2210-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 566731 INFO  (coreLoadExecutor-2210-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 566817 WARN  (coreLoadExecutor-2210-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_ 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> 566818 INFO  (coreLoadExecutor-2210-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 566840 INFO  (coreLoadExecutor-2210-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 566840 INFO  (coreLoadExecutor-2210-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_ 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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/shard-2-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 566840 INFO  (coreLoadExecutor-2210-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_ 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@536c7446
   [junit4]   2> 566841 INFO  (coreLoadExecutor-2210-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1799013521058365]
   [junit4]   2> 566845 WARN  (coreLoadExecutor-2210-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_ 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> 566857 INFO  (coreLoadExecutor-2210-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 566857 INFO  (coreLoadExecutor-2210-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_ 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> 566858 INFO  (coreLoadExecutor-2210-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 566858 INFO  (coreLoadExecutor-2210-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 566859 INFO  (coreLoadExecutor-2210-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8685714661133658]
   [junit4]   2> 566859 INFO  (coreLoadExecutor-2210-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@17b3273f[collection1] main]
   [junit4]   2> 566861 INFO  (coreLoadExecutor-2210-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 566861 INFO  (coreLoadExecutor-2210-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_ 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> 566862 INFO  (coreLoadExecutor-2210-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 566863 INFO  (searcherExecutor-2211-thread-1-processing-n:127.0.0.1:62210_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:62210_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@17b3273f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 566863 INFO  (coreLoadExecutor-2210-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_ 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 1548539991818240000
   [junit4]   2> 566875 INFO  (coreZkRegister-2205-thread-1-processing-n:127.0.0.1:62210_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:62210_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 566875 INFO  (coreZkRegister-2205-thread-1-processing-n:127.0.0.1:62210_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:62210_ 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> 566875 INFO  (coreZkRegister-2205-thread-1-processing-n:127.0.0.1:62210_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:62210_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:62210/collection1/
   [junit4]   2> 566875 INFO  (coreZkRegister-2205-thread-1-processing-n:127.0.0.1:62210_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:62210_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 566875 INFO  (coreZkRegister-2205-thread-1-processing-n:127.0.0.1:62210_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:62210_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:62210/collection1/ has no replicas
   [junit4]   2> 566883 INFO  (coreZkRegister-2205-thread-1-processing-n:127.0.0.1:62210_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:62210_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:62210/collection1/ shard1
   [junit4]   2> 567003 INFO  (zkCallback-845-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_    ] 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> 567003 INFO  (zkCallback-839-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_    ] 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> 567045 INFO  (coreZkRegister-2205-thread-1-processing-n:127.0.0.1:62210_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:62210_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 567154 INFO  (zkCallback-845-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_    ] 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> 567154 INFO  (zkCallback-839-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_    ] 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> 567539 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/shard-3-001/cores/collection1
   [junit4]   2> 567541 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/shard-3-001
   [junit4]   2> 567542 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 567544 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@48a347a5{/,null,AVAILABLE}
   [junit4]   2> 567544 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.e.j.s.ServerConnector Started ServerConnector@64a3e3b{HTTP/1.1,[http/1.1]}{127.0.0.1:62218}
   [junit4]   2> 567544 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.e.j.s.Server Started @572627ms
   [junit4]   2> 567545 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=62217, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/shard-3-001/cores}
   [junit4]   2> 567545 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 567546 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 567546 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 567546 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 567546 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-10-18T15:00:18.808Z
   [junit4]   2> 567550 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 567551 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/shard-3-001/solr.xml
   [junit4]   2> 567566 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62193/solr
   [junit4]   2> 567585 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [n:127.0.0.1:62217_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 567594 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [n:127.0.0.1:62217_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62217_
   [junit4]   2> 567597 INFO  (zkCallback-845-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 567598 INFO  (zkCallback-839-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 567598 INFO  (zkCallback-833-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 567597 INFO  (zkCallback-829-thread-3-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 567598 INFO  (zkCallback-851-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 567609 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [n:127.0.0.1:62217_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/shard-3-001/cores
   [junit4]   2> 567609 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [n:127.0.0.1:62217_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 567613 INFO  (OverseerStateUpdate-96783749121507332-127.0.0.1:62196_-n_0000000000) [n:127.0.0.1:62196_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 567717 INFO  (zkCallback-845-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_    ] 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> 567717 INFO  (zkCallback-839-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_    ] 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> 567717 INFO  (zkCallback-851-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_    ] 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> 568630 WARN  (coreLoadExecutor-2221-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 568630 INFO  (coreLoadExecutor-2221-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 568643 INFO  (coreLoadExecutor-2221-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 568729 WARN  (coreLoadExecutor-2221-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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> 568731 INFO  (coreLoadExecutor-2221-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 568753 INFO  (coreLoadExecutor-2221-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 568754 INFO  (coreLoadExecutor-2221-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/shard-3-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 568754 INFO  (coreLoadExecutor-2221-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ 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@536c7446
   [junit4]   2> 568754 INFO  (coreLoadExecutor-2221-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1799013521058365]
   [junit4]   2> 568758 WARN  (coreLoadExecutor-2221-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 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> 568781 INFO  (coreLoadExecutor-2221-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 568781 INFO  (coreLoadExecutor-2221-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 568782 INFO  (coreLoadExecutor-2221-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 568782 INFO  (coreLoadExecutor-2221-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 568783 INFO  (coreLoadExecutor-2221-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8685714661133658]
   [junit4]   2> 568783 INFO  (coreLoadExecutor-2221-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@34c4b6ba[collection1] main]
   [junit4]   2> 568785 INFO  (coreLoadExecutor-2221-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 568786 INFO  (coreLoadExecutor-2221-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 568786 INFO  (coreLoadExecutor-2221-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 568787 INFO  (searcherExecutor-2222-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@34c4b6ba[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 568787 INFO  (coreLoadExecutor-2221-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1548539993835700224
   [junit4]   2> 568794 INFO  (coreZkRegister-2216-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 568794 INFO  (updateExecutor-848-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 568794 INFO  (recoveryExecutor-849-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 568795 INFO  (recoveryExecutor-849-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 568795 INFO  (recoveryExecutor-849-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 568795 INFO  (recoveryExecutor-849-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 568795 INFO  (recoveryExecutor-849-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:62204/collection1/] and I am [http://127.0.0.1:62217/collection1/]
   [junit4]   2> 568798 INFO  (recoveryExecutor-849-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:62204]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:62217_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 568799 INFO  (SocketProxy-Acceptor-62204) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=62222,localport=62204], receiveBufferSize:408300
   [junit4]   2> 568806 INFO  (SocketProxy-Acceptor-62204) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=62205,localport=62223], receiveBufferSize=408300
   [junit4]   2> 568807 INFO  (qtp929780612-4043) [n:127.0.0.1:62204_    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 568808 INFO  (qtp929780612-4043) [n:127.0.0.1:62204_    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 568808 INFO  (qtp929780612-4043) [n:127.0.0.1:62204_    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:62217_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:62217","node_name":"127.0.0.1:62217_","state":"down"}
   [junit4]   2> 568913 INFO  (zkCallback-845-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_    ] 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> 568913 INFO  (zkCallback-839-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_    ] 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> 568913 INFO  (zkCallback-851-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_    ] 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> 569128 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 569128 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30000 for each attempt
   [junit4]   2> 569128 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 569817 INFO  (qtp929780612-4043) [n:127.0.0.1:62204_    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:62217_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:62217","node_name":"127.0.0.1:62217_","state":"recovering"}
   [junit4]   2> 569817 INFO  (qtp929780612-4043) [n:127.0.0.1:62204_    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 569817 INFO  (qtp929780612-4043) [n:127.0.0.1:62204_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:62217_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1009
   [junit4]   2> 576853 INFO  (recoveryExecutor-849-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:62204/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 576853 INFO  (recoveryExecutor-849-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:62217 START replicas=[http://127.0.0.1:62204/collection1/] nUpdates=100
   [junit4]   2> 576854 INFO  (SocketProxy-Acceptor-62204) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=62231,localport=62204], receiveBufferSize:408300
   [junit4]   2> 576855 INFO  (SocketProxy-Acceptor-62204) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=62205,localport=62232], receiveBufferSize=408300
   [junit4]   2> 576857 INFO  (qtp929780612-4046) [n:127.0.0.1:62204_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 576859 INFO  (recoveryExecutor-849-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 576859 INFO  (recoveryExecutor-849-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 576859 INFO  (recoveryExecutor-849-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 576859 INFO  (recoveryExecutor-849-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 576860 INFO  (recoveryExecutor-849-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 576860 INFO  (recoveryExecutor-849-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 576860 INFO  (recoveryExecutor-849-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 576860 INFO  (recoveryExecutor-849-thread-1-processing-n:127.0.0.1:62217_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 576865 INFO  (zkCallback-845-thread-1-processing-n:127.0.0.1:62210_) [n:127.0.0.1:62210_    ] 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> 576865 INFO  (zkCallback-839-thread-1-processing-n:127.0.0.1:62204_) [n:127.0.0.1:62204_    ] 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> 576865 INFO  (zkCallback-851-thread-1-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_    ] 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> 577172 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 577173 INFO  (SocketProxy-Acceptor-62196) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=62233,localport=62196], receiveBufferSize:408300
   [junit4]   2> 577174 INFO  (SocketProxy-Acceptor-62196) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=62197,localport=62234], receiveBufferSize=408300
   [junit4]   2> 577177 INFO  (qtp1990822397-4002) [n:127.0.0.1:62196_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 577178 INFO  (qtp1990822397-4002) [n:127.0.0.1:62196_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 577178 INFO  (qtp1990822397-4002) [n:127.0.0.1:62196_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 577179 INFO  (qtp1990822397-4002) [n:127.0.0.1:62196_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1
   [junit4]   2> 577182 INFO  (SocketProxy-Acceptor-62204) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=62235,localport=62204], receiveBufferSize:408300
   [junit4]   2> 577184 INFO  (SocketProxy-Acceptor-62204) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=62205,localport=62236], receiveBufferSize=408300
   [junit4]   2> 577188 INFO  (SocketProxy-Acceptor-62204) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=62237,localport=62204], receiveBufferSize:408300
   [junit4]   2> 577189 INFO  (SocketProxy-Acceptor-62210) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=62239,localport=62210], receiveBufferSize:408300
   [junit4]   2> 577190 INFO  (SocketProxy-Acceptor-62217) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=62240,localport=62217], receiveBufferSize:408300
   [junit4]   2> 577191 INFO  (SocketProxy-Acceptor-62204) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=62205,localport=62238], receiveBufferSize=408300
   [junit4]   2> 577192 INFO  (SocketProxy-Acceptor-62217) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=62218,localport=62242], receiveBufferSize=408300
   [junit4]   2> 577192 INFO  (qtp929780612-4043) [n:127.0.0.1:62204_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 577195 INFO  (qtp929780612-4043) [n:127.0.0.1:62204_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 577196 INFO  (SocketProxy-Acceptor-62210) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=62211,localport=62241], receiveBufferSize=408300
   [junit4]   2> 577197 INFO  (qtp929780612-4043) [n:127.0.0.1:62204_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 577197 INFO  (qtp929780612-4043) [n:127.0.0.1:62204_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:62204/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 5
   [junit4]   2> 577198 INFO  (qtp178659163-4072) [n:127.0.0.1:62210_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 577199 INFO  (qtp721104177-4101) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 577199 INFO  (qtp178659163-4072) [n:127.0.0.1:62210_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 577200 INFO  (qtp721104177-4101) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 577200 INFO  (qtp178659163-4072) [n:127.0.0.1:62210_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 577200 INFO  (qtp721104177-4101) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 577200 INFO  (qtp178659163-4072) [n:127.0.0.1:62210_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:62204/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 2
   [junit4]   2> 577201 INFO  (qtp721104177-4101) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:62204/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 2
   [junit4]   2> 577201 INFO  (qtp929780612-4048) [n:127.0.0.1:62204_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={_stateVer_=collection1:9&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 17
   [junit4]   2> 577204 INFO  (SocketProxy-Acceptor-62204) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=62243,localport=62204], receiveBufferSize:408300
   [junit4]   2> 577206 INFO  (SocketProxy-Acceptor-62204) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=62205,localport=62244], receiveBufferSize=408300
   [junit4]   2> 577208 INFO  (qtp929780612-4045) [n:127.0.0.1:62204_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 577209 INFO  (SocketProxy-Acceptor-62217) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=62245,localport=62217], receiveBufferSize:408300
   [junit4]   2> 577211 INFO  (SocketProxy-Acceptor-62217) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=62218,localport=62246], receiveBufferSize=408300
   [junit4]   2> 577212 INFO  (qtp721104177-4103) [n:127.0.0.1:62217_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=1
   [junit4]   2> 577214 INFO  (SocketProxy-Acceptor-62210) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=62247,localport=62210], receiveBufferSize:408300
   [junit4]   2> 577215 INFO  (SocketProxy-Acceptor-62210) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=62211,localport=62248], receiveBufferSize=408300
   [junit4]   2> 577218 INFO  (qtp178659163-4073) [n:127.0.0.1:62210_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 579226 INFO  (SocketProxy-Acceptor-62210) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=62249,localport=62210], receiveBufferSize:408300
   [junit4]   2> 579227 INFO  (SocketProxy-Acceptor-62210) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=62211,localport=62250], receiveBufferSize=408300
   [junit4]   2> 579229 INFO  (qtp178659163-4076) [n:127.0.0.1:62210_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=3&maxShardsPerNode=1&name=c8n_1x3_lf&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 579232 INFO  (OverseerThreadFactory-2186-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_    ] o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 579233 INFO  (OverseerThreadFactory-2186-thread-1-processing-n:127.0.0.1:62196_) [n:127.0.0.1:62196_    ] o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
   [junit4]   2> 579347 INFO  (SocketProxy-Acceptor-62217) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=62252,localport=62217], receiveBufferSize:408300
   [junit4]   2> 579347 INFO  (SocketProxy-Acceptor-62204) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=62251,localport=62204], receiveBufferSize:408300
   [junit4]   2> 579348 INFO  (SocketProxy-Acceptor-62196) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=62253,localport=62196], receiveBufferSize:408300
   [junit4]   2> 579349 INFO  (SocketProxy-Acceptor-62217) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=62218,localport=62254], receiveBufferSize=408300
   [junit4]   2> 579350 INFO  (qtp721104177-4104) [n:127.0.0.1:62217_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica1&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 579350 INFO  (SocketProxy-Acceptor-62196) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=62197,localport=62256], receiveBufferSize=408300
   [junit4]   2> 579352 INFO  (SocketProxy-Acceptor-62204) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=62205,localport=62255], receiveBufferSize=408300
   [junit4]   2> 579353 INFO  (qtp1990822397-4003) [n:127.0.0.1:62196_    ] o.a.s.h.a.CoreAdminOperation core create 

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

])
   [junit4]   2> 670622 INFO  (zkCallback-851-thread-6-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_    ] 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: [1])
   [junit4]   2> 675399 INFO  (recoveryExecutor-849-thread-1-processing-n:127.0.0.1:62217_ x:c8n_1x3_lf_shard1_replica1 s:shard1 c:c8n_1x3_lf r:core_node1) [n:127.0.0.1:62217_ c:c8n_1x3_lf s:shard1 r:core_node1 x:c8n_1x3_lf_shard1_replica1] o.a.s.c.RecoveryStrategy RecoveryStrategy has been closed
   [junit4]   2> 675400 INFO  (recoveryExecutor-849-thread-1-processing-n:127.0.0.1:62217_ x:c8n_1x3_lf_shard1_replica1 s:shard1 c:c8n_1x3_lf r:core_node1) [n:127.0.0.1:62217_ c:c8n_1x3_lf s:shard1 r:core_node1 x:c8n_1x3_lf_shard1_replica1] o.a.s.c.RecoveryStrategy Finished recovery process, successful=[false]
   [junit4]   2> 675400 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.Overseer Overseer (id=96783749121507343-127.0.0.1:62217_-n_0000000003) closing
   [junit4]   2> 675400 INFO  (OverseerStateUpdate-96783749121507343-127.0.0.1:62217_-n_0000000003) [n:127.0.0.1:62217_    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:62217_
   [junit4]   2> 675404 WARN  (zkCallback-851-thread-6-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 676913 INFO  (zkCallback-851-thread-4-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:c8n_1x3_lf s:shard1 r:core_node1 x:c8n_1x3_lf_shard1_replica1] o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@b9b7dee
   [junit4]   2> 676914 WARN  (zkCallback-851-thread-4-processing-n:127.0.0.1:62217_) [n:127.0.0.1:62217_ c:c8n_1x3_lf s:shard1 r:core_node1 x:c8n_1x3_lf_shard1_replica1] o.a.s.c.RecoveryStrategy Stopping recovery for core=[c8n_1x3_lf_shard1_replica1] coreNodeName=[core_node1]
   [junit4]   2> 676926 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@64a3e3b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 676927 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@48a347a5{/,null,UNAVAILABLE}
   [junit4]   2> 676929 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62193 62193
   [junit4]   2> 676936 INFO  (Thread-911) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62193 62193
   [junit4]   2> 685731 WARN  (Thread-911) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/c8n_1x3_lf/state.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/96783749121507332-127.0.0.1:62196_-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	111	/solr/overseer/collection-queue-work
   [junit4]   2> 	61	/solr/overseer/queue
   [junit4]   2> 	21	/solr/overseer/queue-work
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 685732 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:62210/, target: http://127.0.0.1:62211/
   [junit4]   2> 685732 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:62204/, target: http://127.0.0.1:62205/
   [junit4]   2> 685732 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:62217/, target: http://127.0.0.1:62218/
   [junit4]   2> 685732 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[6084025175B47FC8]) [    ] o.a.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:62196/, target: http://127.0.0.1:62197/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=6084025175B47FC8 -Dtests.slow=true -Dtests.locale=ar-OM -Dtests.timezone=Africa/Douala -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  124s J0 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node2:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:62196","node_name":"127.0.0.1:62196_","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
   [junit4]    >   "replicationFactor":"3",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:62217",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "node_name":"127.0.0.1:62217_"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:62196",
   [junit4]    >           "node_name":"127.0.0.1:62196_",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:62204",
   [junit4]    >           "node_name":"127.0.0.1:62204_",
   [junit4]    >           "state":"down"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6084025175B47FC8:E8D03D8BDB481230]: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> 685736 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[6084025175B47FC8]-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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_6084025175B47FC8-001
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=10, maxDocsPerChunk=514, blockSize=8), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=10, blockSize=8)), sim=RandomSimilarity(queryNorm=true): {}, locale=ar-OM, timezone=Africa/Douala
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=3,threads=1,free=72347936,total=234213376
   [junit4]   2> NOTE: All tests run in this JVM: [TestJsonFacets, TestFieldCacheReopen, TestCustomStream, TestSubQueryTransformer, StressHdfsTest, TestCharFilters, ChangedSchemaMergeTest, OutputWriterTest, TestCoreContainer, TestSQLHandlerNonCloud, RankQueryTest, TestUpdate, XsltUpdateRequestHandlerTest, TestDistribIDF, SolrTestCaseJ4Test, TestSolrConfigHandlerConcurrent, ResponseHeaderTest, SolrIndexConfigTest, TestSweetSpotSimilarityFactory, DistributedQueueTest, StatelessScriptUpdateProcessorFactoryTest, TestInitParams, TestSurroundQueryParser, HdfsRecoverLeaseTest, BJQParserTest, CurrencyFieldXmlFileTest, SharedFSAutoReplicaFailoverUtilsTest, MBeansHandlerTest, AnalyticsMergeStrategyTest, TermsComponentTest, TestSchemaSimilarityResource, TimeZoneUtilsTest, TestDynamicFieldCollectionResource, TestDownShardTolerantSearch, CloudMLTQParserTest, TestRTGBase, DOMUtilTest, TestAnalyzeInfixSuggestions, TestSort, DisMaxRequestHandlerTest, TestPartialUpdateDeduplication, RestartWhileUpdatingTest, CloudExitableDirectoryReaderTest, DateFieldTest, ZkControllerTest, TestHdfsCloudBackupRestore, TestOrdValues, SuggestComponentTest, SearchHandlerTest, TestReplicationHandlerBackup, TestExactStatsCache, IndexSchemaRuntimeFieldTest, TestPhraseSuggestions, TestStressReorder, TestRandomRequestDistribution, CoreAdminRequestStatusTest, TestTolerantUpdateProcessorRandomCloud, DistributedSuggestComponentTest, TestFastLRUCache, TestSolrCLIRunExample, TestClassicSimilarityFactory, DistributedQueryElevationComponentTest, TestAuthorizationFramework, SpatialRPTFieldTypeTest, DistributedQueryComponentCustomSortTest, TestManagedResourceStorage, InfoHandlerTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [131/638 (1!)] on J0 in 124.50s, 1 test, 1 failure <<< FAILURES!

[...truncated 61996 lines...]