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/11/01 11:52:27 UTC

[JENKINS] Lucene-Solr-6.x-MacOSX (64bit/jdk1.8.0) - Build # 509 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/509/
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_replica1","base_url":"http://127.0.0.1:61867","node_name":"127.0.0.1:61867_","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "state":"down",           "base_url":"http://127.0.0.1:61879",           "core":"c8n_1x3_lf_shard1_replica2",           "node_name":"127.0.0.1:61879_"},         "core_node2":{           "core":"c8n_1x3_lf_shard1_replica1",           "base_url":"http://127.0.0.1:61867",           "node_name":"127.0.0.1:61867_",           "state":"active",           "leader":"true"},         "core_node3":{           "core":"c8n_1x3_lf_shard1_replica3",           "base_url":"http://127.0.0.1:61889",           "node_name":"127.0.0.1:61889_",           "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_replica1","base_url":"http://127.0.0.1:61867","node_name":"127.0.0.1:61867_","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:61879",
          "core":"c8n_1x3_lf_shard1_replica2",
          "node_name":"127.0.0.1:61879_"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:61867",
          "node_name":"127.0.0.1:61867_",
          "state":"active",
          "leader":"true"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:61889",
          "node_name":"127.0.0.1:61889_",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([3F9694073ED7F6AA:B7C2ABDD902B9B52]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12112 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/init-core-data-001
   [junit4]   2> 2480873 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[3F9694073ED7F6AA]-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> 2480873 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[3F9694073ED7F6AA]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2480876 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2480876 INFO  (Thread-3658) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2480876 INFO  (Thread-3658) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2480980 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.ZkTestServer start zk server on port:61864
   [junit4]   2> 2481017 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2481022 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2481025 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2481028 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2481032 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2481035 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2481038 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2481040 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2481043 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2481046 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2481049 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.AbstractZkTestCase put /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2481345 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/control-001/cores/collection1
   [junit4]   2> 2481347 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2481355 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d23d114{/,null,AVAILABLE}
   [junit4]   2> 2481364 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.e.j.s.ServerConnector Started ServerConnector@6cb5f7e6{HTTP/1.1,[http/1.1]}{127.0.0.1:61868}
   [junit4]   2> 2481364 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.e.j.s.Server Started @2486492ms
   [junit4]   2> 2481364 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/tempDir-001/control/data, hostContext=/, hostPort=61867, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/control-001/cores}
   [junit4]   2> 2481365 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2481368 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 2481368 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2481368 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2481369 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-01T11:05:41.829Z
   [junit4]   2> 2481375 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2481375 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/control-001/solr.xml
   [junit4]   2> 2481386 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2481386 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61864/solr
   [junit4]   2> 2481434 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [n:127.0.0.1:61867_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:61867_
   [junit4]   2> 2481436 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [n:127.0.0.1:61867_    ] o.a.s.c.Overseer Overseer (id=96862099298058244-127.0.0.1:61867_-n_0000000000) starting
   [junit4]   2> 2481457 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [n:127.0.0.1:61867_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61867_
   [junit4]   2> 2481462 INFO  (zkCallback-2719-thread-1-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2481477 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [n:127.0.0.1:61867_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/control-001/cores
   [junit4]   2> 2481477 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [n:127.0.0.1:61867_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2481481 INFO  (OverseerStateUpdate-96862099298058244-127.0.0.1:61867_-n_0000000000) [n:127.0.0.1:61867_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2482500 INFO  (coreLoadExecutor-7268-thread-1-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2482511 INFO  (coreLoadExecutor-7268-thread-1-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2482604 WARN  (coreLoadExecutor-7268-thread-1-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_ 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> 2482606 INFO  (coreLoadExecutor-7268-thread-1-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2482626 INFO  (coreLoadExecutor-7268-thread-1-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2482626 INFO  (coreLoadExecutor-7268-thread-1-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_ 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-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/control-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/control-001/cores/collection1/data/]
   [junit4]   2> 2482626 INFO  (coreLoadExecutor-7268-thread-1-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_ 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@5c885a0d
   [junit4]   2> 2482627 INFO  (coreLoadExecutor-7268-thread-1-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8281599792322851]
   [junit4]   2> 2482630 WARN  (coreLoadExecutor-7268-thread-1-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_ 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> 2482639 INFO  (coreLoadExecutor-7268-thread-1-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_ 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> 2482639 INFO  (coreLoadExecutor-7268-thread-1-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_ 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> 2482641 INFO  (coreLoadExecutor-7268-thread-1-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2482641 INFO  (coreLoadExecutor-7268-thread-1-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2482641 INFO  (coreLoadExecutor-7268-thread-1-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2482641 INFO  (coreLoadExecutor-7268-thread-1-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6c565f85[collection1] main]
   [junit4]   2> 2482643 INFO  (coreLoadExecutor-7268-thread-1-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2482644 INFO  (coreLoadExecutor-7268-thread-1-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_ 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> 2482644 INFO  (coreLoadExecutor-7268-thread-1-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2482645 INFO  (searcherExecutor-7269-thread-1-processing-n:127.0.0.1:61867_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61867_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6c565f85[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2482645 INFO  (coreLoadExecutor-7268-thread-1-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_ 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 1549793590620717056
   [junit4]   2> 2482658 INFO  (coreZkRegister-7261-thread-1-processing-n:127.0.0.1:61867_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61867_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2482658 INFO  (coreZkRegister-7261-thread-1-processing-n:127.0.0.1:61867_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61867_ 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> 2482658 INFO  (coreZkRegister-7261-thread-1-processing-n:127.0.0.1:61867_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61867_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61867/collection1/
   [junit4]   2> 2482658 INFO  (coreZkRegister-7261-thread-1-processing-n:127.0.0.1:61867_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61867_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2482659 INFO  (coreZkRegister-7261-thread-1-processing-n:127.0.0.1:61867_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61867_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:61867/collection1/ has no replicas
   [junit4]   2> 2482668 INFO  (coreZkRegister-7261-thread-1-processing-n:127.0.0.1:61867_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61867_ 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:61867/collection1/ shard1
   [junit4]   2> 2482829 INFO  (coreZkRegister-7261-thread-1-processing-n:127.0.0.1:61867_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:61867_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2483001 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2483003 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2483293 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-1-001/cores/collection1
   [junit4]   2> 2483294 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-1-001
   [junit4]   2> 2483295 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2483297 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5ce15c9d{/,null,AVAILABLE}
   [junit4]   2> 2483297 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.e.j.s.ServerConnector Started ServerConnector@32423f9e{HTTP/1.1,[http/1.1]}{127.0.0.1:61880}
   [junit4]   2> 2483297 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.e.j.s.Server Started @2488425ms
   [junit4]   2> 2483298 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=61879, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-1-001/cores}
   [junit4]   2> 2483298 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2483298 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 2483298 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2483298 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2483298 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-01T11:05:43.759Z
   [junit4]   2> 2483302 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2483302 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-1-001/solr.xml
   [junit4]   2> 2483340 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2483341 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61864/solr
   [junit4]   2> 2483359 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [n:127.0.0.1:61879_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2483368 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [n:127.0.0.1:61879_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61879_
   [junit4]   2> 2483371 INFO  (zkCallback-2723-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2483372 INFO  (zkCallback-2719-thread-3-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2483372 INFO  (zkCallback-2728-thread-1-processing-n:127.0.0.1:61879_) [n:127.0.0.1:61879_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2483393 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [n:127.0.0.1:61879_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-1-001/cores
   [junit4]   2> 2483393 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [n:127.0.0.1:61879_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2483397 INFO  (OverseerStateUpdate-96862099298058244-127.0.0.1:61867_-n_0000000000) [n:127.0.0.1:61867_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 2484421 INFO  (coreLoadExecutor-7279-thread-1-processing-n:127.0.0.1:61879_) [n:127.0.0.1:61879_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2484432 INFO  (coreLoadExecutor-7279-thread-1-processing-n:127.0.0.1:61879_) [n:127.0.0.1:61879_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2484506 WARN  (coreLoadExecutor-7279-thread-1-processing-n:127.0.0.1:61879_) [n:127.0.0.1:61879_ 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> 2484508 INFO  (coreLoadExecutor-7279-thread-1-processing-n:127.0.0.1:61879_) [n:127.0.0.1:61879_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2484528 INFO  (coreLoadExecutor-7279-thread-1-processing-n:127.0.0.1:61879_) [n:127.0.0.1:61879_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2484528 INFO  (coreLoadExecutor-7279-thread-1-processing-n:127.0.0.1:61879_) [n:127.0.0.1:61879_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-1-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 2484528 INFO  (coreLoadExecutor-7279-thread-1-processing-n:127.0.0.1:61879_) [n:127.0.0.1:61879_ 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@5c885a0d
   [junit4]   2> 2484529 INFO  (coreLoadExecutor-7279-thread-1-processing-n:127.0.0.1:61879_) [n:127.0.0.1:61879_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8281599792322851]
   [junit4]   2> 2484532 WARN  (coreLoadExecutor-7279-thread-1-processing-n:127.0.0.1:61879_) [n:127.0.0.1:61879_ 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> 2484543 INFO  (coreLoadExecutor-7279-thread-1-processing-n:127.0.0.1:61879_) [n:127.0.0.1:61879_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2484543 INFO  (coreLoadExecutor-7279-thread-1-processing-n:127.0.0.1:61879_) [n:127.0.0.1:61879_ 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> 2484544 INFO  (coreLoadExecutor-7279-thread-1-processing-n:127.0.0.1:61879_) [n:127.0.0.1:61879_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2484544 INFO  (coreLoadExecutor-7279-thread-1-processing-n:127.0.0.1:61879_) [n:127.0.0.1:61879_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2484544 INFO  (coreLoadExecutor-7279-thread-1-processing-n:127.0.0.1:61879_) [n:127.0.0.1:61879_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2484544 INFO  (coreLoadExecutor-7279-thread-1-processing-n:127.0.0.1:61879_) [n:127.0.0.1:61879_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@153a7264[collection1] main]
   [junit4]   2> 2484546 INFO  (coreLoadExecutor-7279-thread-1-processing-n:127.0.0.1:61879_) [n:127.0.0.1:61879_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2484547 INFO  (coreLoadExecutor-7279-thread-1-processing-n:127.0.0.1:61879_) [n:127.0.0.1:61879_ 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> 2484547 INFO  (coreLoadExecutor-7279-thread-1-processing-n:127.0.0.1:61879_) [n:127.0.0.1:61879_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2484547 INFO  (searcherExecutor-7280-thread-1-processing-n:127.0.0.1:61879_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:61879_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@153a7264[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2484548 INFO  (coreLoadExecutor-7279-thread-1-processing-n:127.0.0.1:61879_) [n:127.0.0.1:61879_ 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 1549793592616157184
   [junit4]   2> 2484560 INFO  (coreZkRegister-7274-thread-1-processing-n:127.0.0.1:61879_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:61879_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2484560 INFO  (coreZkRegister-7274-thread-1-processing-n:127.0.0.1:61879_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:61879_ 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> 2484560 INFO  (coreZkRegister-7274-thread-1-processing-n:127.0.0.1:61879_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:61879_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61879/collection1/
   [junit4]   2> 2484560 INFO  (coreZkRegister-7274-thread-1-processing-n:127.0.0.1:61879_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:61879_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2484560 INFO  (coreZkRegister-7274-thread-1-processing-n:127.0.0.1:61879_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:61879_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:61879/collection1/ has no replicas
   [junit4]   2> 2484567 INFO  (coreZkRegister-7274-thread-1-processing-n:127.0.0.1:61879_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:61879_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61879/collection1/ shard2
   [junit4]   2> 2484736 INFO  (coreZkRegister-7274-thread-1-processing-n:127.0.0.1:61879_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:61879_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2485192 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-2-001/cores/collection1
   [junit4]   2> 2485193 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-2-001
   [junit4]   2> 2485194 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2485196 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@29bc02f6{/,null,AVAILABLE}
   [junit4]   2> 2485197 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.e.j.s.ServerConnector Started ServerConnector@2ccd3e25{HTTP/1.1,[http/1.1]}{127.0.0.1:61890}
   [junit4]   2> 2485197 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.e.j.s.Server Started @2490324ms
   [junit4]   2> 2485197 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=61889, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-2-001/cores}
   [junit4]   2> 2485197 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2485197 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 2485198 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2485198 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2485198 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-01T11:05:45.659Z
   [junit4]   2> 2485202 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2485202 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-2-001/solr.xml
   [junit4]   2> 2485257 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2485258 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61864/solr
   [junit4]   2> 2485276 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [n:127.0.0.1:61889_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2485285 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [n:127.0.0.1:61889_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61889_
   [junit4]   2> 2485288 INFO  (zkCallback-2723-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2485288 INFO  (zkCallback-2728-thread-1-processing-n:127.0.0.1:61879_) [n:127.0.0.1:61879_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2485288 INFO  (zkCallback-2719-thread-3-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2485289 INFO  (zkCallback-2734-thread-1-processing-n:127.0.0.1:61889_) [n:127.0.0.1:61889_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2485299 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [n:127.0.0.1:61889_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-2-001/cores
   [junit4]   2> 2485300 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [n:127.0.0.1:61889_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2485302 INFO  (OverseerStateUpdate-96862099298058244-127.0.0.1:61867_-n_0000000000) [n:127.0.0.1:61867_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2486324 INFO  (coreLoadExecutor-7290-thread-1-processing-n:127.0.0.1:61889_) [n:127.0.0.1:61889_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2486335 INFO  (coreLoadExecutor-7290-thread-1-processing-n:127.0.0.1:61889_) [n:127.0.0.1:61889_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2486412 WARN  (coreLoadExecutor-7290-thread-1-processing-n:127.0.0.1:61889_) [n:127.0.0.1:61889_ 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> 2486414 INFO  (coreLoadExecutor-7290-thread-1-processing-n:127.0.0.1:61889_) [n:127.0.0.1:61889_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2486433 INFO  (coreLoadExecutor-7290-thread-1-processing-n:127.0.0.1:61889_) [n:127.0.0.1:61889_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2486433 INFO  (coreLoadExecutor-7290-thread-1-processing-n:127.0.0.1:61889_) [n:127.0.0.1:61889_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-2-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 2486433 INFO  (coreLoadExecutor-7290-thread-1-processing-n:127.0.0.1:61889_) [n:127.0.0.1:61889_ 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@5c885a0d
   [junit4]   2> 2486434 INFO  (coreLoadExecutor-7290-thread-1-processing-n:127.0.0.1:61889_) [n:127.0.0.1:61889_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8281599792322851]
   [junit4]   2> 2486438 WARN  (coreLoadExecutor-7290-thread-1-processing-n:127.0.0.1:61889_) [n:127.0.0.1:61889_ 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> 2486447 INFO  (coreLoadExecutor-7290-thread-1-processing-n:127.0.0.1:61889_) [n:127.0.0.1:61889_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2486448 INFO  (coreLoadExecutor-7290-thread-1-processing-n:127.0.0.1:61889_) [n:127.0.0.1:61889_ 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> 2486449 INFO  (coreLoadExecutor-7290-thread-1-processing-n:127.0.0.1:61889_) [n:127.0.0.1:61889_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2486449 INFO  (coreLoadExecutor-7290-thread-1-processing-n:127.0.0.1:61889_) [n:127.0.0.1:61889_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2486449 INFO  (coreLoadExecutor-7290-thread-1-processing-n:127.0.0.1:61889_) [n:127.0.0.1:61889_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2486449 INFO  (coreLoadExecutor-7290-thread-1-processing-n:127.0.0.1:61889_) [n:127.0.0.1:61889_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@67858f7e[collection1] main]
   [junit4]   2> 2486451 INFO  (coreLoadExecutor-7290-thread-1-processing-n:127.0.0.1:61889_) [n:127.0.0.1:61889_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2486451 INFO  (coreLoadExecutor-7290-thread-1-processing-n:127.0.0.1:61889_) [n:127.0.0.1:61889_ 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> 2486452 INFO  (coreLoadExecutor-7290-thread-1-processing-n:127.0.0.1:61889_) [n:127.0.0.1:61889_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2486453 INFO  (searcherExecutor-7291-thread-1-processing-n:127.0.0.1:61889_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61889_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@67858f7e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2486453 INFO  (coreLoadExecutor-7290-thread-1-processing-n:127.0.0.1:61889_) [n:127.0.0.1:61889_ 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 1549793594613694464
   [junit4]   2> 2486465 INFO  (coreZkRegister-7285-thread-1-processing-n:127.0.0.1:61889_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61889_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2486465 INFO  (coreZkRegister-7285-thread-1-processing-n:127.0.0.1:61889_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61889_ 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> 2486465 INFO  (coreZkRegister-7285-thread-1-processing-n:127.0.0.1:61889_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61889_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:61889/collection1/
   [junit4]   2> 2486465 INFO  (coreZkRegister-7285-thread-1-processing-n:127.0.0.1:61889_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61889_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2486465 INFO  (coreZkRegister-7285-thread-1-processing-n:127.0.0.1:61889_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61889_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:61889/collection1/ has no replicas
   [junit4]   2> 2486473 INFO  (coreZkRegister-7285-thread-1-processing-n:127.0.0.1:61889_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61889_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:61889/collection1/ shard1
   [junit4]   2> 2486639 INFO  (coreZkRegister-7285-thread-1-processing-n:127.0.0.1:61889_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:61889_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2487373 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-3-001/cores/collection1
   [junit4]   2> 2487374 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-3-001
   [junit4]   2> 2487375 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2487377 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2337bef7{/,null,AVAILABLE}
   [junit4]   2> 2487377 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.e.j.s.ServerConnector Started ServerConnector@10d898c{HTTP/1.1,[http/1.1]}{127.0.0.1:61902}
   [junit4]   2> 2487377 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.e.j.s.Server Started @2492505ms
   [junit4]   2> 2487377 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=61901, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-3-001/cores}
   [junit4]   2> 2487378 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2487378 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 2487378 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2487378 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2487378 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-01T11:05:47.839Z
   [junit4]   2> 2487382 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2487382 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-3-001/solr.xml
   [junit4]   2> 2487409 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2487410 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61864/solr
   [junit4]   2> 2487426 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [n:127.0.0.1:61901_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2487435 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [n:127.0.0.1:61901_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61901_
   [junit4]   2> 2487438 INFO  (zkCallback-2719-thread-3-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2487438 INFO  (zkCallback-2723-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2487438 INFO  (zkCallback-2728-thread-1-processing-n:127.0.0.1:61879_) [n:127.0.0.1:61879_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2487438 INFO  (zkCallback-2734-thread-1-processing-n:127.0.0.1:61889_) [n:127.0.0.1:61889_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2487439 INFO  (zkCallback-2740-thread-1-processing-n:127.0.0.1:61901_) [n:127.0.0.1:61901_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2487455 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [n:127.0.0.1:61901_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-3-001/cores
   [junit4]   2> 2487455 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [n:127.0.0.1:61901_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2487457 INFO  (OverseerStateUpdate-96862099298058244-127.0.0.1:61867_-n_0000000000) [n:127.0.0.1:61867_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 2488479 INFO  (coreLoadExecutor-7301-thread-1-processing-n:127.0.0.1:61901_) [n:127.0.0.1:61901_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2488512 INFO  (coreLoadExecutor-7301-thread-1-processing-n:127.0.0.1:61901_) [n:127.0.0.1:61901_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2488568 WARN  (coreLoadExecutor-7301-thread-1-processing-n:127.0.0.1:61901_) [n:127.0.0.1:61901_ 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> 2488570 INFO  (coreLoadExecutor-7301-thread-1-processing-n:127.0.0.1:61901_) [n:127.0.0.1:61901_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2488609 INFO  (coreLoadExecutor-7301-thread-1-processing-n:127.0.0.1:61901_) [n:127.0.0.1:61901_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2488610 INFO  (coreLoadExecutor-7301-thread-1-processing-n:127.0.0.1:61901_) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-3-001/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 2488610 INFO  (coreLoadExecutor-7301-thread-1-processing-n:127.0.0.1:61901_) [n:127.0.0.1:61901_ 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@5c885a0d
   [junit4]   2> 2488610 INFO  (coreLoadExecutor-7301-thread-1-processing-n:127.0.0.1:61901_) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8281599792322851]
   [junit4]   2> 2488614 WARN  (coreLoadExecutor-7301-thread-1-processing-n:127.0.0.1:61901_) [n:127.0.0.1:61901_ 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> 2488626 INFO  (coreLoadExecutor-7301-thread-1-processing-n:127.0.0.1:61901_) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2488626 INFO  (coreLoadExecutor-7301-thread-1-processing-n:127.0.0.1:61901_) [n:127.0.0.1:61901_ 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> 2488627 INFO  (coreLoadExecutor-7301-thread-1-processing-n:127.0.0.1:61901_) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2488627 INFO  (coreLoadExecutor-7301-thread-1-processing-n:127.0.0.1:61901_) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2488627 INFO  (coreLoadExecutor-7301-thread-1-processing-n:127.0.0.1:61901_) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2488627 INFO  (coreLoadExecutor-7301-thread-1-processing-n:127.0.0.1:61901_) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@b905dee[collection1] main]
   [junit4]   2> 2488630 INFO  (coreLoadExecutor-7301-thread-1-processing-n:127.0.0.1:61901_) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2488630 INFO  (coreLoadExecutor-7301-thread-1-processing-n:127.0.0.1:61901_) [n:127.0.0.1:61901_ 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> 2488630 INFO  (coreLoadExecutor-7301-thread-1-processing-n:127.0.0.1:61901_) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2488631 INFO  (searcherExecutor-7302-thread-1-processing-n:127.0.0.1:61901_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@b905dee[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2488632 INFO  (coreLoadExecutor-7301-thread-1-processing-n:127.0.0.1:61901_) [n:127.0.0.1:61901_ 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 1549793596898541568
   [junit4]   2> 2488638 INFO  (coreZkRegister-7296-thread-1-processing-n:127.0.0.1:61901_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 2488639 INFO  (updateExecutor-2737-thread-1-processing-n:127.0.0.1:61901_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2488640 INFO  (recoveryExecutor-2738-thread-1-processing-n:127.0.0.1:61901_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2488640 INFO  (recoveryExecutor-2738-thread-1-processing-n:127.0.0.1:61901_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 2488640 INFO  (recoveryExecutor-2738-thread-1-processing-n:127.0.0.1:61901_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 2488640 INFO  (recoveryExecutor-2738-thread-1-processing-n:127.0.0.1:61901_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61901_ 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> 2488640 INFO  (recoveryExecutor-2738-thread-1-processing-n:127.0.0.1:61901_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61901_ 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:61879/collection1/] and I am [http://127.0.0.1:61901/collection1/]
   [junit4]   2> 2488642 INFO  (recoveryExecutor-2738-thread-1-processing-n:127.0.0.1:61901_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:61879]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:61901_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2488645 INFO  (SocketProxy-Acceptor-61879) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=61906,localport=61879], receiveBufferSize:408300
   [junit4]   2> 2488646 INFO  (SocketProxy-Acceptor-61879) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=61880,localport=61907], receiveBufferSize=408300
   [junit4]   2> 2488648 INFO  (qtp92760837-15723) [n:127.0.0.1:61879_    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 2488649 INFO  (qtp92760837-15723) [n:127.0.0.1:61879_    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 2488649 INFO  (qtp92760837-15723) [n:127.0.0.1:61879_    ] 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:61901_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:61901","node_name":"127.0.0.1:61901_","state":"down"}
   [junit4]   2> 2488979 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2488979 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30000 for each attempt
   [junit4]   2> 2488979 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 2489650 INFO  (qtp92760837-15723) [n:127.0.0.1:61879_    ] 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:61901_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:61901","node_name":"127.0.0.1:61901_","state":"recovering"}
   [junit4]   2> 2489650 INFO  (qtp92760837-15723) [n:127.0.0.1:61879_    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 2489650 INFO  (qtp92760837-15723) [n:127.0.0.1:61879_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:61901_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1001
   [junit4]   2> 2496653 INFO  (recoveryExecutor-2738-thread-1-processing-n:127.0.0.1:61901_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:61879/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 2496653 INFO  (recoveryExecutor-2738-thread-1-processing-n:127.0.0.1:61901_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:61901 START replicas=[http://127.0.0.1:61879/collection1/] nUpdates=100
   [junit4]   2> 2496656 INFO  (SocketProxy-Acceptor-61879) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=61926,localport=61879], receiveBufferSize:408300
   [junit4]   2> 2496657 INFO  (SocketProxy-Acceptor-61879) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=61880,localport=61927], receiveBufferSize=408300
   [junit4]   2> 2496658 INFO  (qtp92760837-15727) [n:127.0.0.1:61879_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 2496658 INFO  (qtp92760837-15727) [n:127.0.0.1:61879_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2496659 INFO  (recoveryExecutor-2738-thread-1-processing-n:127.0.0.1:61901_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 2496659 INFO  (recoveryExecutor-2738-thread-1-processing-n:127.0.0.1:61901_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61901_ 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> 2496659 INFO  (recoveryExecutor-2738-thread-1-processing-n:127.0.0.1:61901_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61901_ 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> 2496659 INFO  (recoveryExecutor-2738-thread-1-processing-n:127.0.0.1:61901_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2496659 INFO  (recoveryExecutor-2738-thread-1-processing-n:127.0.0.1:61901_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2496659 INFO  (recoveryExecutor-2738-thread-1-processing-n:127.0.0.1:61901_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 2496659 INFO  (recoveryExecutor-2738-thread-1-processing-n:127.0.0.1:61901_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 2496659 INFO  (recoveryExecutor-2738-thread-1-processing-n:127.0.0.1:61901_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 2496659 INFO  (recoveryExecutor-2738-thread-1-processing-n:127.0.0.1:61901_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 2497005 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 2497005 INFO  (SocketProxy-Acceptor-61867) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=61928,localport=61867], receiveBufferSize:408300
   [junit4]   2> 2497006 INFO  (SocketProxy-Acceptor-61867) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=61868,localport=61929], receiveBufferSize=408300
   [junit4]   2> 2497009 INFO  (qtp523190686-15691) [n:127.0.0.1:61867_ 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> 2497009 INFO  (qtp523190686-15691) [n:127.0.0.1:61867_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2497009 INFO  (qtp523190686-15691) [n:127.0.0.1:61867_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2497010 INFO  (qtp523190686-15691) [n:127.0.0.1:61867_ 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> 2497011 INFO  (SocketProxy-Acceptor-61879) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=61930,localport=61879], receiveBufferSize:408300
   [junit4]   2> 2497011 INFO  (SocketProxy-Acceptor-61879) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=61880,localport=61931], receiveBufferSize=408300
   [junit4]   2> 2497014 INFO  (SocketProxy-Acceptor-61889) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=61932,localport=61889], receiveBufferSize:408300
   [junit4]   2> 2497014 INFO  (SocketProxy-Acceptor-61879) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=61933,localport=61879], receiveBufferSize:408300
   [junit4]   2> 2497015 INFO  (SocketProxy-Acceptor-61901) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=61934,localport=61901], receiveBufferSize:408300
   [junit4]   2> 2497016 INFO  (SocketProxy-Acceptor-61901) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=61902,localport=61937], receiveBufferSize=408300
   [junit4]   2> 2497017 INFO  (SocketProxy-Acceptor-61889) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=61890,localport=61936], receiveBufferSize=408300
   [junit4]   2> 2497017 INFO  (SocketProxy-Acceptor-61879) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=61880,localport=61935], receiveBufferSize=408300
   [junit4]   2> 2497018 INFO  (qtp92760837-15725) [n:127.0.0.1:61879_ 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> 2497021 INFO  (qtp92760837-15725) [n:127.0.0.1:61879_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2497021 INFO  (qtp1074942709-15781) [n:127.0.0.1:61901_ 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> 2497021 INFO  (qtp1074942709-15781) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2497021 INFO  (qtp92760837-15725) [n:127.0.0.1:61879_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2497021 INFO  (qtp168188817-15752) [n:127.0.0.1:61889_ 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> 2497022 INFO  (qtp1074942709-15781) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2497021 INFO  (qtp92760837-15725) [n:127.0.0.1:61879_ 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:61879/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 3
   [junit4]   2> 2497022 INFO  (qtp1074942709-15781) [n:127.0.0.1:61901_ 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:61879/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 2
   [junit4]   2> 2497022 INFO  (qtp168188817-15752) [n:127.0.0.1:61889_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2497023 INFO  (qtp168188817-15752) [n:127.0.0.1:61889_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2497023 INFO  (qtp168188817-15752) [n:127.0.0.1:61889_ 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:61879/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 2497024 INFO  (qtp92760837-15728) [n:127.0.0.1:61879_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 12
   [junit4]   2> 2497025 INFO  (SocketProxy-Acceptor-61879) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=61938,localport=61879], receiveBufferSize:408300
   [junit4]   2> 2497025 INFO  (SocketProxy-Acceptor-61879) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=61880,localport=61939], receiveBufferSize=408300
   [junit4]   2> 2497026 INFO  (qtp92760837-15724) [n:127.0.0.1:61879_ 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> 2497027 INFO  (SocketProxy-Acceptor-61901) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=61940,localport=61901], receiveBufferSize:408300
   [junit4]   2> 2497028 INFO  (SocketProxy-Acceptor-61901) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=61902,localport=61941], receiveBufferSize=408300
   [junit4]   2> 2497028 INFO  (qtp1074942709-15785) [n:127.0.0.1:61901_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.S.Request [collection1]  webapp= path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2497029 INFO  (SocketProxy-Acceptor-61889) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=61942,localport=61889], receiveBufferSize:408300
   [junit4]   2> 2497030 INFO  (SocketProxy-Acceptor-61889) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=61890,localport=61943], receiveBufferSize=408300
   [junit4]   2> 2497030 INFO  (qtp168188817-15754) [n:127.0.0.1:61889_ 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> 2499031 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1: c8n_1x3_lf
   [junit4]   2> 2499033 INFO  (SocketProxy-Acceptor-61879) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=61952,localport=61879], receiveBufferSize:408300
   [junit4]   2> 2499033 INFO  (SocketProxy-Acceptor-61879) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=61880,localport=61953], receiveBufferSize=408300
   [junit4]   2> 2499034 INFO  (qtp92760837-15721) [n:127.0.0.1:61879_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=3&maxShardsPerNode=1&name=c8n_1x3_lf&action=CREATE&numShards=1&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2499038 INFO  (OverseerThreadFactory-7266-thread-1-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_    ] o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 2499039 INFO  (OverseerThreadFactory-7266-thread-1-processing-n:127.0.0.1:61867_) [n:127.0.0.1:61867_    ] o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
   [junit4]   2> 2499147 INFO  (SocketProxy-Acceptor-61879) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=61954,localport=61879], receiveBufferSize:408300
   [junit4]   2> 2499148 INFO  (SocketProxy-Acceptor-61889) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=61955,localport=61889], receiveBufferSize:408300
   [junit4]   2> 2499148 INFO  (SocketProxy-Acceptor-61867) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=61957,localport=61867], receiveBufferSize:408300
   [junit4]   2> 2499149 INFO  (SocketProxy-Acceptor-61879) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=61880,localport=61956], receiveBufferSize=408300
   [junit4]   2> 2499149 INFO  (qtp92760837-15723) [n:127.0.0.1:61879_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica2&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 2499149 INFO  (SocketProxy-Acceptor-61867) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=61868,localport=61959], receiveBufferSize=408300
   [junit4]   2> 2499150 INFO  (qtp523190686-15689) [n:127.0.0.1:61867_    ] 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> 2499150 INFO  (SocketProxy-Acceptor-61889) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=61890,localport=61958], receiveBufferSize=408300
   [junit4]   2> 2499150 INFO  (qtp168188817-15755) [n:127.0.0.1:61889_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica3&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
   [junit4]   2> 2500171 INFO  (qtp168188817-15755) [n:127.0.0.1:61889_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2500172 INFO  (qtp92760837-15723) [n:127.0.0.1:61879_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2500173 INFO  (qtp523190686-15689) [n:127.0.0.1:61867_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2500185 INFO  (qtp92760837-15723) [n:127.0.0.1:61879_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica2] Schema name=test
   [junit4]   2> 2500190 INFO  (qtp523190686-15689) [n:127.0.0.1:61867_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica1] Schema name=test
   [junit4]   2> 2500226 INFO  (qtp168188817-15755) [n:127.0.0.1:61889_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica3] Schema name=test
   [junit4]   2> 2500338 WARN  (qtp92760837-15723) [n:127.0.0.1:61879_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica2] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2500340 WARN  (qtp523190686-15689) [n:127.0.0.1:61867_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2500340 INFO  (qtp92760837-15723) [n:127.0.0.1:61879_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2500342 INFO  (qtp523190686-15689) [n:127.0.0.1:61867_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2500342 WARN  (qtp168188817-15755) [n:127.0.0.1:61889_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica3] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2500344 INFO  (qtp168188817-15755) [n:127.0.0.1:61889_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2500361 INFO  (qtp92760837-15723) [n:127.0.0.1:61879_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica2' using configuration from collection c8n_1x3_lf
   [junit4]   2> 2500362 INFO  (qtp92760837-15723) [n:127.0.0.1:61879_ c:c8n_1x3_lf s:shard1 r:core_node1 x:c8n_1x3_lf_shard1_replica2] o.a.s.c.SolrCore [[c8n_1x3_lf_shard1_replica2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-1-001/cores/c8n_1x3_lf_shard1_replica2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/shard-1-001/cores/c8n_1x3_lf_shard1_replica2/data/]
   [junit4]   2> 2500362 INFO  (qtp523190686-15689) [n:127.0.0.1:61867_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica1' using configuration from collection c8n_1x3_lf
   [junit4]   2> 2500362 INFO  (qtp92760837-15723) [n:127.0.0.1:61879_ c:c8n_1x3_lf s:shard1 r:core_node1 x:c8n_1x3_lf_shard1_replica2] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c885a0d
   [junit4]   2> 2500363 INFO  (qtp523190686-15689) [n:127.0.0.1:61867_ c:c8n_1x3_lf s:shard1 r:core_node2 x:c8n_1x3_lf_shard1_replica1] o.a.s.c.SolrCore [[c8n_1x3_lf_shard1_replica1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/control-001/cores/c8n_1x3_lf_shard1_replica1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001/control-001/cores/c8n_1x3_lf_shard1_replica1/data/]
   [junit4]   2> 2500363 INFO  (qtp523190686-15689) [n:127.0.0.1:61867_ c:c8n_1x3_lf s:shard1 r:core_node2 x:c8n_1x3_lf_shard1_replica1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c885a0d
   [junit4]   2> 2500364 INFO  (qtp92760837-15

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

  [junit4]   2> 	110	/solr/overseer/collection-queue-work
   [junit4]   2> 	60	/solr/overseer/queue
   [junit4]   2> 	9	/solr/overseer/queue-work
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 2601767 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:61901/, target: http://127.0.0.1:61902/
   [junit4]   2> 2601768 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:61879/, target: http://127.0.0.1:61880/
   [junit4]   2> 2601768 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:61867/, target: http://127.0.0.1:61868/
   [junit4]   2> 2601768 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[3F9694073ED7F6AA]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:61889/, target: http://127.0.0.1:61890/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=3F9694073ED7F6AA -Dtests.slow=true -Dtests.locale=hr-HR -Dtests.timezone=Europe/Dublin -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  121s 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_replica1","base_url":"http://127.0.0.1:61867","node_name":"127.0.0.1:61867_","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
   [junit4]    >   "replicationFactor":"3",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:61879",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "node_name":"127.0.0.1:61879_"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:61867",
   [junit4]    >           "node_name":"127.0.0.1:61867_",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:61889",
   [junit4]    >           "node_name":"127.0.0.1:61889_",
   [junit4]    >           "state":"down"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3F9694073ED7F6AA:B7C2ABDD902B9B52]:0)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2601799 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[3F9694073ED7F6AA]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_3F9694073ED7F6AA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {range_facet_l_dv=FST50, _version_=PostingsFormat(name=Asserting), multiDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), intDefault=PostingsFormat(name=Asserting), id=FST50, range_facet_i_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), text=PostingsFormat(name=LuceneVarGapFixedInterval), range_facet_l=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), timestamp=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1238, maxMBSortInHeap=6.111949497786729, sim=ClassicSimilarity, locale=hr-HR, timezone=Europe/Dublin
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_102 (32-bit)/cpus=3,threads=1,free=143508896,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrQueryResponse, DeleteReplicaTest, DistributedFacetPivotLongTailTest, TestBinaryResponseWriter, OpenExchangeRatesOrgProviderTest, CloudMLTQParserTest, TestConfigSetsAPIZkFailure, TestElisionMultitermQuery, ConjunctionSolrSpellCheckerTest, TestHdfsCloudBackupRestore, TestClassicSimilarityFactory, TolerantUpdateProcessorTest, SpatialHeatmapFacetsTest, ZkNodePropsTest, TestRandomFlRTGCloud, TestDefaultSearchFieldResource, DistribDocExpirationUpdateProcessorTest, LeaderFailureAfterFreshStartTest, TestShardHandlerFactory, TestSolrCloudWithKerberosAlt, TemplateUpdateProcessorTest, TestSolrIndexConfig, TestReplicationHandler, SolrTestCaseJ4Test, ShardRoutingTest, DirectSolrConnectionTest, TestSimpleQParserPlugin, DistributedSuggestComponentTest, TestDocumentBuilder, SegmentsInfoRequestHandlerTest, TestInitQParser, TestSolrCloudSnapshots, TestConfigSetsAPI, XsltUpdateRequestHandlerTest, TestSurroundQueryParser, LeaderInitiatedRecoveryOnShardRestartTest, TestMiniSolrCloudClusterSSL, TestLRUStatsCache, TestRandomDVFaceting, DirectSolrSpellCheckerTest, TestManagedSynonymFilterFactory, CdcrRequestHandlerTest, RequiredFieldsTest, SimpleFacetsTest, CursorPagingTest, TestGeoJSONResponseWriter, ParsingFieldUpdateProcessorsTest, LeaderElectionContextKeyTest, DocumentAnalysisRequestHandlerTest, ZkStateReaderTest, TestTolerantUpdateProcessorRandomCloud, TestRTGBase, CoreSorterTest, TestSQLHandlerNonCloud, TestDefaultStatsCache, ForceLeaderTest, MergeStrategyTest, MoreLikeThisHandlerTest, OverseerStatusTest, TestCloudInspectUtil, SampleTest, TestSweetSpotSimilarityFactory, PingRequestHandlerTest, HLLUtilTest, TestDynamicLoading, TestSha256AuthenticationProvider, TestSchemaManager, HdfsThreadLeakTest, HdfsUnloadDistributedZkTest, PluginInfoTest, CurrencyFieldXmlFileTest, AnalyticsQueryTest, BigEndianAscendingWordDeserializerTest, TestStressReorder, TermsComponentTest, TestManagedSchemaAPI, SolrCloudExampleTest, TestReloadDeadlock, FullHLLTest, TestStressRecovery, HdfsRestartWhileUpdatingTest, DistributedDebugComponentTest, PeerSyncReplicationTest, TestBinaryResponseWriter, StandardRequestHandlerTest, HdfsLockFactoryTest, StressHdfsTest, TestFastLRUCache, DocValuesTest, LeaderElectionTest, DistributedFacetExistsSmallTest, TestHashPartitioner, SharedFSAutoReplicaFailoverTest, SolrRequestParserTest, DOMUtilTest, TestFunctionQuery, TestChildDocTransformer, SOLR749Test, TestFastOutputStream, BufferStoreTest, TestClusterProperties, TestConfigOverlay, TestLocalFSCloudBackupRestore, UniqFieldsUpdateProcessorFactoryTest, TestSolrDynamicMBean, TestOverriddenPrefixQueryForCustomFieldType, TestBinaryField, TriLevelCompositeIdRoutingTest, TestNumericTerms32, TestDownShardTolerantSearch, DocumentBuilderTest, TestSubQueryTransformerCrossCore, TestBM25SimilarityFactory, TestSchemaVersionResource, TestFieldCacheWithThreads, MultiThreadedOCPTest, TestSizeLimitedDistributedMap, TestSchemaResource, SuggesterFSTTest, TestRebalanceLeaders, ZkCLITest, SortSpecParsingTest, TestCloudPseudoReturnFields, TestHdfsUpdateLog, TestOrdValues, ReplicationFactorTest, BasicDistributedZkTest, TestMiniSolrCloudCluster, TestGraphTermsQParserPlugin, OverseerTest, XmlUpdateRequestHandlerTest, TestSort, CoreAdminRequestStatusTest, TestComplexPhraseQParserPlugin, TestStandardQParsers, TestSolrDeletionPolicy1, PolyFieldTest, RulesTest, TestWordDelimiterFilterFactory, TestTestInjection, QueryElevationComponentTest, TestTolerantSearch, PrimitiveFieldTypeTest, TestCollationFieldDocValues, TestConfigReload, ResponseLogComponentTest, TestExpandComponent, TestSolrJ, TestIBSimilarityFactory, InfoHandlerTest, TestConfigSetProperties, RequestLoggingTest, RemoteQueryErrorTest, HdfsRecoverLeaseTest, RollingRestartTest, DocValuesMultiTest, SoftAutoCommitTest, UnloadDistributedZkTest, RecoveryZkTest, ClusterStateUpdateTest, TestDistributedSearch, TestReversedWildcardFilterFactory, PathHierarchyTokenizerFactoryTest, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, JSONWriterTest, MBeansHandlerTest, TestAnalyzedSuggestions, SearchHandlerTest, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestQuerySenderNoQuery, SolrIndexConfigTest, BadComponentTest, MultiTermTest, TestDocSet, NumericFieldsTest, MinimalSchemaTest, OutputWriterTest, TestPhraseSuggestions, EchoParamsTest, TestPerFieldSimilarity, TimeZoneUtilsTest, ChaosMonkeyNothingIsSafeTest, CdcrReplicationDistributedZkTest, CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, CustomCollectionTest, DeleteShardTest, DistributedQueueTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [480/648 (1!)] on J0 in 120.95s, 1 test, 1 failure <<< FAILURES!

[...truncated 61015 lines...]