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/26 17:03:07 UTC

[JENKINS] Lucene-Solr-6.x-Linux (64bit/jdk1.8.0_102) - Build # 2274 - Unstable!

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

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; [core_node2:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:37578","node_name":"127.0.0.1:37578_","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:36069",           "core":"c8n_1x3_lf_shard1_replica3",           "node_name":"127.0.0.1:36069_"},         "core_node2":{           "core":"c8n_1x3_lf_shard1_replica1",           "base_url":"http://127.0.0.1:37578",           "node_name":"127.0.0.1:37578_",           "state":"active",           "leader":"true"},         "core_node3":{           "core":"c8n_1x3_lf_shard1_replica2",           "base_url":"http://127.0.0.1:45632",           "node_name":"127.0.0.1:45632_",           "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:37578","node_name":"127.0.0.1:37578_","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:36069",
          "core":"c8n_1x3_lf_shard1_replica3",
          "node_name":"127.0.0.1:36069_"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:37578",
          "node_name":"127.0.0.1:37578_",
          "state":"active",
          "leader":"true"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:45632",
          "node_name":"127.0.0.1:45632_",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([AD1B9567712837B6:254FAABDDFD45A4E]: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 12152 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/init-core-data-001
   [junit4]   2> 1298705 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[AD1B9567712837B6]-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)
   [junit4]   2> 1298705 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[AD1B9567712837B6]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1298707 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1298707 INFO  (Thread-3047) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1298707 INFO  (Thread-3047) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1298807 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.ZkTestServer start zk server on port:46138
   [junit4]   2> 1298815 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1298816 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1298817 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1298817 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1298818 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1298819 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1298820 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1298824 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1298824 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1298825 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1298826 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1298894 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/control-001/cores/collection1
   [junit4]   2> 1298897 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1298897 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6e369b94{/,null,AVAILABLE}
   [junit4]   2> 1298898 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4ba26769{HTTP/1.1,[http/1.1]}{127.0.0.1:38862}
   [junit4]   2> 1298898 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.e.j.s.Server Started @1300612ms
   [junit4]   2> 1298898 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/tempDir-001/control/data, hostContext=/, hostPort=37578, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/control-001/cores}
   [junit4]   2> 1298898 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1298899 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 1298899 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1298899 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1298899 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-26T16:35:51.285Z
   [junit4]   2> 1298900 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1298900 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/control-001/solr.xml
   [junit4]   2> 1298905 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1298905 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46138/solr
   [junit4]   2> 1298916 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [n:127.0.0.1:37578_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37578_
   [junit4]   2> 1298916 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [n:127.0.0.1:37578_    ] o.a.s.c.Overseer Overseer (id=97004955310096388-127.0.0.1:37578_-n_0000000000) starting
   [junit4]   2> 1298921 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [n:127.0.0.1:37578_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37578_
   [junit4]   2> 1298921 INFO  (OverseerStateUpdate-97004955310096388-127.0.0.1:37578_-n_0000000000) [n:127.0.0.1:37578_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1299001 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [n:127.0.0.1:37578_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/control-001/cores
   [junit4]   2> 1299001 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [n:127.0.0.1:37578_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1299003 INFO  (OverseerStateUpdate-97004955310096388-127.0.0.1:37578_-n_0000000000) [n:127.0.0.1:37578_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1300011 INFO  (coreLoadExecutor-9749-thread-1-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1300021 INFO  (coreLoadExecutor-9749-thread-1-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1300079 WARN  (coreLoadExecutor-9749-thread-1-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_ 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> 1300081 INFO  (coreLoadExecutor-9749-thread-1-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_ c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1300088 INFO  (coreLoadExecutor-9749-thread-1-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1300089 INFO  (coreLoadExecutor-9749-thread-1-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/control-001/cores/collection1/data/]
   [junit4]   2> 1300089 INFO  (coreLoadExecutor-9749-thread-1-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_ 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@30394d60
   [junit4]   2> 1300089 INFO  (coreLoadExecutor-9749-thread-1-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1300092 WARN  (coreLoadExecutor-9749-thread-1-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_ 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> 1300097 INFO  (coreLoadExecutor-9749-thread-1-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_ 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> 1300097 INFO  (coreLoadExecutor-9749-thread-1-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_ 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> 1300098 INFO  (coreLoadExecutor-9749-thread-1-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1300098 INFO  (coreLoadExecutor-9749-thread-1-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1300098 INFO  (coreLoadExecutor-9749-thread-1-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_ 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=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1300098 INFO  (coreLoadExecutor-9749-thread-1-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4c6ae353[collection1] main]
   [junit4]   2> 1300099 INFO  (coreLoadExecutor-9749-thread-1-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1300099 INFO  (coreLoadExecutor-9749-thread-1-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_ 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> 1300099 INFO  (coreLoadExecutor-9749-thread-1-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1300100 INFO  (searcherExecutor-9750-thread-1-processing-n:127.0.0.1:37578_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37578_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4c6ae353[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1300100 INFO  (coreLoadExecutor-9749-thread-1-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_ 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 1552079286421159936
   [junit4]   2> 1300104 INFO  (coreZkRegister-9742-thread-1-processing-n:127.0.0.1:37578_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37578_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1300104 INFO  (coreZkRegister-9742-thread-1-processing-n:127.0.0.1:37578_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37578_ 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> 1300104 INFO  (coreZkRegister-9742-thread-1-processing-n:127.0.0.1:37578_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37578_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37578/collection1/
   [junit4]   2> 1300104 INFO  (coreZkRegister-9742-thread-1-processing-n:127.0.0.1:37578_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37578_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1300104 INFO  (coreZkRegister-9742-thread-1-processing-n:127.0.0.1:37578_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37578_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:37578/collection1/ has no replicas
   [junit4]   2> 1300106 INFO  (coreZkRegister-9742-thread-1-processing-n:127.0.0.1:37578_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37578_ 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:37578/collection1/ shard1
   [junit4]   2> 1300258 INFO  (coreZkRegister-9742-thread-1-processing-n:127.0.0.1:37578_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:37578_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1300505 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1300506 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46138/solr ready
   [junit4]   2> 1300506 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1300603 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-1-001/cores/collection1
   [junit4]   2> 1300603 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-1-001
   [junit4]   2> 1300604 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1300605 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@554a27dd{/,null,AVAILABLE}
   [junit4]   2> 1300605 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@395e47a4{HTTP/1.1,[http/1.1]}{127.0.0.1:35482}
   [junit4]   2> 1300606 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.e.j.s.Server Started @1302320ms
   [junit4]   2> 1300606 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=40317, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-1-001/cores}
   [junit4]   2> 1300606 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1300607 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 1300607 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1300607 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1300607 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-26T16:35:52.993Z
   [junit4]   2> 1300609 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1300609 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-1-001/solr.xml
   [junit4]   2> 1300616 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1300616 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46138/solr
   [junit4]   2> 1300621 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [n:127.0.0.1:40317_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1300624 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [n:127.0.0.1:40317_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40317_
   [junit4]   2> 1300624 INFO  (zkCallback-19266-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1300624 INFO  (zkCallback-19262-thread-2-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1300624 INFO  (zkCallback-19271-thread-1-processing-n:127.0.0.1:40317_) [n:127.0.0.1:40317_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1300656 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [n:127.0.0.1:40317_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-1-001/cores
   [junit4]   2> 1300656 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [n:127.0.0.1:40317_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1300658 INFO  (OverseerStateUpdate-97004955310096388-127.0.0.1:37578_-n_0000000000) [n:127.0.0.1:37578_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1301667 INFO  (coreLoadExecutor-9760-thread-1-processing-n:127.0.0.1:40317_) [n:127.0.0.1:40317_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1301718 INFO  (coreLoadExecutor-9760-thread-1-processing-n:127.0.0.1:40317_) [n:127.0.0.1:40317_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1301790 WARN  (coreLoadExecutor-9760-thread-1-processing-n:127.0.0.1:40317_) [n:127.0.0.1:40317_ 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> 1301793 INFO  (coreLoadExecutor-9760-thread-1-processing-n:127.0.0.1:40317_) [n:127.0.0.1:40317_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1301801 INFO  (coreLoadExecutor-9760-thread-1-processing-n:127.0.0.1:40317_) [n:127.0.0.1:40317_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1301802 INFO  (coreLoadExecutor-9760-thread-1-processing-n:127.0.0.1:40317_) [n:127.0.0.1:40317_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1301802 INFO  (coreLoadExecutor-9760-thread-1-processing-n:127.0.0.1:40317_) [n:127.0.0.1:40317_ 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@30394d60
   [junit4]   2> 1301803 INFO  (coreLoadExecutor-9760-thread-1-processing-n:127.0.0.1:40317_) [n:127.0.0.1:40317_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1301807 WARN  (coreLoadExecutor-9760-thread-1-processing-n:127.0.0.1:40317_) [n:127.0.0.1:40317_ 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> 1301814 INFO  (coreLoadExecutor-9760-thread-1-processing-n:127.0.0.1:40317_) [n:127.0.0.1:40317_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1301814 INFO  (coreLoadExecutor-9760-thread-1-processing-n:127.0.0.1:40317_) [n:127.0.0.1:40317_ 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> 1301815 INFO  (coreLoadExecutor-9760-thread-1-processing-n:127.0.0.1:40317_) [n:127.0.0.1:40317_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1301815 INFO  (coreLoadExecutor-9760-thread-1-processing-n:127.0.0.1:40317_) [n:127.0.0.1:40317_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1301816 INFO  (coreLoadExecutor-9760-thread-1-processing-n:127.0.0.1:40317_) [n:127.0.0.1:40317_ 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=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1301816 INFO  (coreLoadExecutor-9760-thread-1-processing-n:127.0.0.1:40317_) [n:127.0.0.1:40317_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5bc9ab23[collection1] main]
   [junit4]   2> 1301817 INFO  (coreLoadExecutor-9760-thread-1-processing-n:127.0.0.1:40317_) [n:127.0.0.1:40317_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1301817 INFO  (coreLoadExecutor-9760-thread-1-processing-n:127.0.0.1:40317_) [n:127.0.0.1:40317_ 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> 1301817 INFO  (coreLoadExecutor-9760-thread-1-processing-n:127.0.0.1:40317_) [n:127.0.0.1:40317_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1301818 INFO  (searcherExecutor-9761-thread-1-processing-n:127.0.0.1:40317_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:40317_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5bc9ab23[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1301818 INFO  (coreLoadExecutor-9760-thread-1-processing-n:127.0.0.1:40317_) [n:127.0.0.1:40317_ 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 1552079288222613504
   [junit4]   2> 1301824 INFO  (coreZkRegister-9755-thread-1-processing-n:127.0.0.1:40317_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:40317_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1301824 INFO  (coreZkRegister-9755-thread-1-processing-n:127.0.0.1:40317_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:40317_ 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> 1301824 INFO  (coreZkRegister-9755-thread-1-processing-n:127.0.0.1:40317_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:40317_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40317/collection1/
   [junit4]   2> 1301825 INFO  (coreZkRegister-9755-thread-1-processing-n:127.0.0.1:40317_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:40317_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1301825 INFO  (coreZkRegister-9755-thread-1-processing-n:127.0.0.1:40317_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:40317_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:40317/collection1/ has no replicas
   [junit4]   2> 1301827 INFO  (coreZkRegister-9755-thread-1-processing-n:127.0.0.1:40317_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:40317_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40317/collection1/ shard2
   [junit4]   2> 1301977 INFO  (coreZkRegister-9755-thread-1-processing-n:127.0.0.1:40317_ x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:40317_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1302219 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-2-001/cores/collection1
   [junit4]   2> 1302220 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-2-001
   [junit4]   2> 1302220 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1302221 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@351fbde5{/,null,AVAILABLE}
   [junit4]   2> 1302221 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@b077b6a{HTTP/1.1,[http/1.1]}{127.0.0.1:41987}
   [junit4]   2> 1302222 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.e.j.s.Server Started @1303936ms
   [junit4]   2> 1302222 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=45632, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-2-001/cores}
   [junit4]   2> 1302222 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1302223 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 1302223 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1302223 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1302223 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-26T16:35:54.609Z
   [junit4]   2> 1302225 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1302225 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-2-001/solr.xml
   [junit4]   2> 1302230 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1302230 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46138/solr
   [junit4]   2> 1302236 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [n:127.0.0.1:45632_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1302238 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [n:127.0.0.1:45632_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45632_
   [junit4]   2> 1302239 INFO  (zkCallback-19277-thread-1-processing-n:127.0.0.1:45632_) [n:127.0.0.1:45632_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1302239 INFO  (zkCallback-19262-thread-2-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1302239 INFO  (zkCallback-19271-thread-1-processing-n:127.0.0.1:40317_) [n:127.0.0.1:40317_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1302239 INFO  (zkCallback-19266-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1302315 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [n:127.0.0.1:45632_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-2-001/cores
   [junit4]   2> 1302315 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [n:127.0.0.1:45632_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1302316 INFO  (OverseerStateUpdate-97004955310096388-127.0.0.1:37578_-n_0000000000) [n:127.0.0.1:37578_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1303323 INFO  (coreLoadExecutor-9771-thread-1-processing-n:127.0.0.1:45632_) [n:127.0.0.1:45632_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1303333 INFO  (coreLoadExecutor-9771-thread-1-processing-n:127.0.0.1:45632_) [n:127.0.0.1:45632_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1303403 WARN  (coreLoadExecutor-9771-thread-1-processing-n:127.0.0.1:45632_) [n:127.0.0.1:45632_ 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> 1303404 INFO  (coreLoadExecutor-9771-thread-1-processing-n:127.0.0.1:45632_) [n:127.0.0.1:45632_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1303410 INFO  (coreLoadExecutor-9771-thread-1-processing-n:127.0.0.1:45632_) [n:127.0.0.1:45632_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1303410 INFO  (coreLoadExecutor-9771-thread-1-processing-n:127.0.0.1:45632_) [n:127.0.0.1:45632_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-2-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1303410 INFO  (coreLoadExecutor-9771-thread-1-processing-n:127.0.0.1:45632_) [n:127.0.0.1:45632_ 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@30394d60
   [junit4]   2> 1303412 INFO  (coreLoadExecutor-9771-thread-1-processing-n:127.0.0.1:45632_) [n:127.0.0.1:45632_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1303414 WARN  (coreLoadExecutor-9771-thread-1-processing-n:127.0.0.1:45632_) [n:127.0.0.1:45632_ 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> 1303420 INFO  (coreLoadExecutor-9771-thread-1-processing-n:127.0.0.1:45632_) [n:127.0.0.1:45632_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1303420 INFO  (coreLoadExecutor-9771-thread-1-processing-n:127.0.0.1:45632_) [n:127.0.0.1:45632_ 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> 1303421 INFO  (coreLoadExecutor-9771-thread-1-processing-n:127.0.0.1:45632_) [n:127.0.0.1:45632_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1303421 INFO  (coreLoadExecutor-9771-thread-1-processing-n:127.0.0.1:45632_) [n:127.0.0.1:45632_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1303422 INFO  (coreLoadExecutor-9771-thread-1-processing-n:127.0.0.1:45632_) [n:127.0.0.1:45632_ 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=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1303422 INFO  (coreLoadExecutor-9771-thread-1-processing-n:127.0.0.1:45632_) [n:127.0.0.1:45632_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5f11175a[collection1] main]
   [junit4]   2> 1303423 INFO  (coreLoadExecutor-9771-thread-1-processing-n:127.0.0.1:45632_) [n:127.0.0.1:45632_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1303423 INFO  (coreLoadExecutor-9771-thread-1-processing-n:127.0.0.1:45632_) [n:127.0.0.1:45632_ 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> 1303423 INFO  (coreLoadExecutor-9771-thread-1-processing-n:127.0.0.1:45632_) [n:127.0.0.1:45632_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1303424 INFO  (searcherExecutor-9772-thread-1-processing-n:127.0.0.1:45632_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:45632_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5f11175a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1303424 INFO  (coreLoadExecutor-9771-thread-1-processing-n:127.0.0.1:45632_) [n:127.0.0.1:45632_ 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 1552079289906626560
   [junit4]   2> 1303428 INFO  (coreZkRegister-9766-thread-1-processing-n:127.0.0.1:45632_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:45632_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1303428 INFO  (coreZkRegister-9766-thread-1-processing-n:127.0.0.1:45632_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:45632_ 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> 1303428 INFO  (coreZkRegister-9766-thread-1-processing-n:127.0.0.1:45632_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:45632_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45632/collection1/
   [junit4]   2> 1303428 INFO  (coreZkRegister-9766-thread-1-processing-n:127.0.0.1:45632_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:45632_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1303428 INFO  (coreZkRegister-9766-thread-1-processing-n:127.0.0.1:45632_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:45632_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:45632/collection1/ has no replicas
   [junit4]   2> 1303429 INFO  (coreZkRegister-9766-thread-1-processing-n:127.0.0.1:45632_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:45632_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45632/collection1/ shard1
   [junit4]   2> 1303580 INFO  (coreZkRegister-9766-thread-1-processing-n:127.0.0.1:45632_ x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:45632_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1303879 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-3-001/cores/collection1
   [junit4]   2> 1303880 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-3-001
   [junit4]   2> 1303881 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1303881 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1582eb0a{/,null,AVAILABLE}
   [junit4]   2> 1303881 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@eccce10{HTTP/1.1,[http/1.1]}{127.0.0.1:34653}
   [junit4]   2> 1303882 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.e.j.s.Server Started @1305596ms
   [junit4]   2> 1303882 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=36069, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-3-001/cores}
   [junit4]   2> 1303882 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1303882 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 1303883 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1303883 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1303883 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-26T16:35:56.269Z
   [junit4]   2> 1303884 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1303884 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-3-001/solr.xml
   [junit4]   2> 1303889 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1303889 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46138/solr
   [junit4]   2> 1303893 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [n:127.0.0.1:36069_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1303895 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [n:127.0.0.1:36069_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36069_
   [junit4]   2> 1303896 INFO  (zkCallback-19266-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1303896 INFO  (zkCallback-19262-thread-2-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1303896 INFO  (zkCallback-19283-thread-1-processing-n:127.0.0.1:36069_) [n:127.0.0.1:36069_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1303896 INFO  (zkCallback-19277-thread-1-processing-n:127.0.0.1:45632_) [n:127.0.0.1:45632_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1303896 INFO  (zkCallback-19271-thread-1-processing-n:127.0.0.1:40317_) [n:127.0.0.1:40317_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1303932 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [n:127.0.0.1:36069_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-3-001/cores
   [junit4]   2> 1303932 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [n:127.0.0.1:36069_    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1303933 INFO  (OverseerStateUpdate-97004955310096388-127.0.0.1:37578_-n_0000000000) [n:127.0.0.1:37578_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1304943 INFO  (coreLoadExecutor-9782-thread-1-processing-n:127.0.0.1:36069_) [n:127.0.0.1:36069_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1304958 INFO  (coreLoadExecutor-9782-thread-1-processing-n:127.0.0.1:36069_) [n:127.0.0.1:36069_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1305042 WARN  (coreLoadExecutor-9782-thread-1-processing-n:127.0.0.1:36069_) [n:127.0.0.1:36069_ 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> 1305045 INFO  (coreLoadExecutor-9782-thread-1-processing-n:127.0.0.1:36069_) [n:127.0.0.1:36069_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1305053 INFO  (coreLoadExecutor-9782-thread-1-processing-n:127.0.0.1:36069_) [n:127.0.0.1:36069_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1305054 INFO  (coreLoadExecutor-9782-thread-1-processing-n:127.0.0.1:36069_) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-3-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1305054 INFO  (coreLoadExecutor-9782-thread-1-processing-n:127.0.0.1:36069_) [n:127.0.0.1:36069_ 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@30394d60
   [junit4]   2> 1305055 INFO  (coreLoadExecutor-9782-thread-1-processing-n:127.0.0.1:36069_) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1305059 WARN  (coreLoadExecutor-9782-thread-1-processing-n:127.0.0.1:36069_) [n:127.0.0.1:36069_ 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> 1305067 INFO  (coreLoadExecutor-9782-thread-1-processing-n:127.0.0.1:36069_) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1305067 INFO  (coreLoadExecutor-9782-thread-1-processing-n:127.0.0.1:36069_) [n:127.0.0.1:36069_ 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> 1305067 INFO  (coreLoadExecutor-9782-thread-1-processing-n:127.0.0.1:36069_) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1305068 INFO  (coreLoadExecutor-9782-thread-1-processing-n:127.0.0.1:36069_) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1305068 INFO  (coreLoadExecutor-9782-thread-1-processing-n:127.0.0.1:36069_) [n:127.0.0.1:36069_ 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=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1305069 INFO  (coreLoadExecutor-9782-thread-1-processing-n:127.0.0.1:36069_) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@669269bc[collection1] main]
   [junit4]   2> 1305069 INFO  (coreLoadExecutor-9782-thread-1-processing-n:127.0.0.1:36069_) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1305069 INFO  (coreLoadExecutor-9782-thread-1-processing-n:127.0.0.1:36069_) [n:127.0.0.1:36069_ 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> 1305069 INFO  (coreLoadExecutor-9782-thread-1-processing-n:127.0.0.1:36069_) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1305070 INFO  (searcherExecutor-9783-thread-1-processing-n:127.0.0.1:36069_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@669269bc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1305070 INFO  (coreLoadExecutor-9782-thread-1-processing-n:127.0.0.1:36069_) [n:127.0.0.1:36069_ 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 1552079291632582656
   [junit4]   2> 1305073 INFO  (coreZkRegister-9777-thread-1-processing-n:127.0.0.1:36069_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1305073 INFO  (updateExecutor-19280-thread-1-processing-n:127.0.0.1:36069_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1305074 INFO  (recoveryExecutor-19281-thread-1-processing-n:127.0.0.1:36069_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1305074 INFO  (recoveryExecutor-19281-thread-1-processing-n:127.0.0.1:36069_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1305074 INFO  (recoveryExecutor-19281-thread-1-processing-n:127.0.0.1:36069_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 1305074 INFO  (recoveryExecutor-19281-thread-1-processing-n:127.0.0.1:36069_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36069_ 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> 1305074 INFO  (recoveryExecutor-19281-thread-1-processing-n:127.0.0.1:36069_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36069_ 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:40317/collection1/] and I am [http://127.0.0.1:36069/collection1/]
   [junit4]   2> 1305076 INFO  (recoveryExecutor-19281-thread-1-processing-n:127.0.0.1:36069_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:40317]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:36069_&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1305077 INFO  (SocketProxy-Acceptor-40317) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=51824,localport=40317], receiveBufferSize:531000
   [junit4]   2> 1305079 INFO  (SocketProxy-Acceptor-40317) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35482,localport=48986], receiveBufferSize=530904
   [junit4]   2> 1305080 INFO  (qtp1853760048-74248) [n:127.0.0.1:40317_    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1305081 INFO  (qtp1853760048-74248) [n:127.0.0.1:40317_    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 1305081 INFO  (qtp1853760048-74248) [n:127.0.0.1:40317_    ] 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:36069_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:36069","node_name":"127.0.0.1:36069_","state":"down"}
   [junit4]   2> 1305436 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1305436 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30000 for each attempt
   [junit4]   2> 1305436 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 1306081 INFO  (qtp1853760048-74248) [n:127.0.0.1:40317_    ] 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:36069_, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:36069","node_name":"127.0.0.1:36069_","state":"recovering"}
   [junit4]   2> 1306081 INFO  (qtp1853760048-74248) [n:127.0.0.1:40317_    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1306081 INFO  (qtp1853760048-74248) [n:127.0.0.1:40317_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:36069_&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1000
   [junit4]   2> 1313081 INFO  (recoveryExecutor-19281-thread-1-processing-n:127.0.0.1:36069_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:40317/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1313082 INFO  (recoveryExecutor-19281-thread-1-processing-n:127.0.0.1:36069_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:36069 START replicas=[http://127.0.0.1:40317/collection1/] nUpdates=100
   [junit4]   2> 1313083 INFO  (SocketProxy-Acceptor-40317) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=51858,localport=40317], receiveBufferSize:531000
   [junit4]   2> 1313083 INFO  (SocketProxy-Acceptor-40317) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35482,localport=49020], receiveBufferSize=530904
   [junit4]   2> 1313084 INFO  (qtp1853760048-74248) [n:127.0.0.1:40317_ 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> 1313084 INFO  (qtp1853760048-74248) [n:127.0.0.1:40317_ 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> 1313085 INFO  (recoveryExecutor-19281-thread-1-processing-n:127.0.0.1:36069_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36069_ 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> 1313085 INFO  (recoveryExecutor-19281-thread-1-processing-n:127.0.0.1:36069_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36069_ 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> 1313085 INFO  (recoveryExecutor-19281-thread-1-processing-n:127.0.0.1:36069_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36069_ 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> 1313085 INFO  (recoveryExecutor-19281-thread-1-processing-n:127.0.0.1:36069_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1313085 INFO  (recoveryExecutor-19281-thread-1-processing-n:127.0.0.1:36069_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1313085 INFO  (recoveryExecutor-19281-thread-1-processing-n:127.0.0.1:36069_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 1313085 INFO  (recoveryExecutor-19281-thread-1-processing-n:127.0.0.1:36069_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 1313085 INFO  (recoveryExecutor-19281-thread-1-processing-n:127.0.0.1:36069_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1313085 INFO  (recoveryExecutor-19281-thread-1-processing-n:127.0.0.1:36069_ x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1313437 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1313438 INFO  (SocketProxy-Acceptor-37578) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=49462,localport=37578], receiveBufferSize:531000
   [junit4]   2> 1313439 INFO  (SocketProxy-Acceptor-37578) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38862,localport=37472], receiveBufferSize=530904
   [junit4]   2> 1313440 INFO  (qtp880055678-74212) [n:127.0.0.1:37578_ 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> 1313441 INFO  (qtp880055678-74212) [n:127.0.0.1:37578_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1313441 INFO  (qtp880055678-74212) [n:127.0.0.1:37578_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1313441 INFO  (qtp880055678-74212) [n:127.0.0.1:37578_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 0
   [junit4]   2> 1313442 INFO  (SocketProxy-Acceptor-45632) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=41624,localport=45632], receiveBufferSize:531000
   [junit4]   2> 1313442 INFO  (SocketProxy-Acceptor-45632) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=41987,localport=36918], receiveBufferSize=530904
   [junit4]   2> 1313444 INFO  (SocketProxy-Acceptor-40317) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=51870,localport=40317], receiveBufferSize:531000
   [junit4]   2> 1313444 INFO  (SocketProxy-Acceptor-36069) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=36488,localport=36069], receiveBufferSize:531000
   [junit4]   2> 1313444 INFO  (SocketProxy-Acceptor-45632) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=41628,localport=45632], receiveBufferSize:531000
   [junit4]   2> 1313444 INFO  (SocketProxy-Acceptor-40317) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35482,localport=49036], receiveBufferSize=530904
   [junit4]   2> 1313445 INFO  (SocketProxy-Acceptor-36069) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34653,localport=39792], receiveBufferSize=530904
   [junit4]   2> 1313445 INFO  (qtp1853760048-74250) [n:127.0.0.1:40317_ 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> 1313447 INFO  (qtp1853760048-74250) [n:127.0.0.1:40317_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1313447 INFO  (SocketProxy-Acceptor-45632) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=41987,localport=36930], receiveBufferSize=530904
   [junit4]   2> 1313447 INFO  (qtp1254457925-74279) [n:127.0.0.1:45632_ 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> 1313452 INFO  (qtp1254457925-74279) [n:127.0.0.1:45632_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1313453 INFO  (qtp1974656661-74306) [n:127.0.0.1:36069_ 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> 1313453 INFO  (qtp1974656661-74306) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1313453 INFO  (qtp1974656661-74306) [n:127.0.0.1:36069_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1313453 INFO  (qtp1974656661-74306) [n:127.0.0.1:36069_ 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:45632/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 1313456 INFO  (qtp1853760048-74250) [n:127.0.0.1:40317_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1313456 INFO  (qtp1254457925-74279) [n:127.0.0.1:45632_ c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1313456 INFO  (qtp1853760048-74250) [n:127.0.0.1:40317_ 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:45632/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 11
   [junit4]   2> 1313456 INFO  (qtp1254457925-74279) [n:127.0.0.1:45632_ 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:45632/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 9
   [junit4]   2> 1313457 INFO  (qtp1254457925-74277) [n:127.0.0.1:45632_ c:collection1 s:shard1 r:core_node2 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 13
   [junit4]   2> 1313458 INFO  (SocketProxy-Acceptor-40317) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=51882,localport=40317], receiveBufferSize:531000
   [junit4]   2> 1313458 INFO  (SocketProxy-Acceptor-40317) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35482,localport=49044], receiveBufferSize=530904
   [junit4]   2> 1313459 INFO  (qtp1853760048-74248) [n:127.0.0.1:40317_ 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> 1313461 INFO  (SocketProxy-Acceptor-36069) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=36500,localport=36069], receiveBufferSize:531000
   [junit4]   2> 1313462 INFO  (SocketProxy-Acceptor-36069) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34653,localport=39802], receiveBufferSize=530904
   [junit4]   2> 1313464 INFO  (qtp1974656661-74308) [n:127.0.0.1:36069_ 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> 1313464 INFO  (SocketProxy-Acceptor-45632) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=41648,localport=45632], receiveBufferSize:531000
   [junit4]   2> 1313464 INFO  (SocketProxy-Acceptor-45632) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=41987,localport=36942], receiveBufferSize=530904
   [junit4]   2> 1313466 INFO  (qtp1254457925-74273) [n:127.0.0.1:45632_ 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> 1315466 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1: c8n_1x3_lf
   [junit4]   2> 1315467 INFO  (SocketProxy-Acceptor-40317) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=51894,localport=40317], receiveBufferSize:531000
   [junit4]   2> 1315468 INFO  (SocketProxy-Acceptor-40317) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35482,localport=49056], receiveBufferSize=530904
   [junit4]   2> 1315469 INFO  (qtp1853760048-74250) [n:127.0.0.1:40317_    ] 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> 1315470 INFO  (OverseerThreadFactory-9747-thread-1-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_    ] o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 1315470 INFO  (OverseerThreadFactory-9747-thread-1-processing-n:127.0.0.1:37578_) [n:127.0.0.1:37578_    ] o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
   [junit4]   2> 1315573 INFO  (SocketProxy-Acceptor-36069) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=36512,localport=36069], receiveBufferSize:531000
   [junit4]   2> 1315573 INFO  (SocketProxy-Acceptor-45632) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=41656,localport=45632], receiveBufferSize:531000
   [junit4]   2> 1315573 INFO  (SocketProxy-Acceptor-37578) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=49498,localport=37578], receiveBufferSize:531000
   [junit4]   2> 1315573 INFO  (SocketProxy-Acceptor-36069) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34653,localport=39816], receiveBufferSize=530904
   [junit4]   2> 1315580 INFO  (qtp1974656661-74303) [n:127.0.0.1:36069_    ] 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> 1315580 INFO  (SocketProxy-Acceptor-45632) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=41987,localport=36954], receiveBufferSize=530904
   [junit4]   2> 1315581 INFO  (SocketProxy-Acceptor-37578) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38862,localport=37514], receiveBufferSize=530904
   [junit4]   2> 1315581 INFO  (qtp880055678-74207) [n:127.0.0.1:37578_    ] 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> 1315581 INFO  (qtp1254457925-74275) [n:127.0.0.1:45632_    ] 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> 1316590 INFO  (qtp1974656661-74303) [n:127.0.0.1:36069_ 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> 1316591 INFO  (qtp1254457925-74275) [n:127.0.0.1:45632_ 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> 1316627 INFO  (qtp880055678-74207) [n:127.0.0.1:37578_ 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> 1316636 INFO  (qtp1254457925-74275) [n:127.0.0.1:45632_ 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> 1316643 INFO  (qtp880055678-74207) [n:127.0.0.1:37578_ 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> 1316646 INFO  (qtp1974656661-74303) [n:127.0.0.1:36069_ 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> 1316728 WARN  (qtp1254457925-74275) [n:127.0.0.1:45632_ 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> 1316731 INFO  (qtp1254457925-74275) [n:127.0.0.1:45632_ 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> 1316741 INFO  (qtp1254457925-74275) [n:127.0.0.1:45632_ 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> 1316742 INFO  (qtp1254457925-74275) [n:127.0.0.1:45632_ c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica2] o.a.s.c.SolrCore [[c8n_1x3_lf_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica2/data/]
   [junit4]   2> 1316742 INFO  (qtp1254457925-74275) [n:127.0.0.1:45632_ c:c8n_1x3_lf s:shard1 r:core_node3 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@30394d60
   [junit4]   2> 1316744 INFO  (qtp1254457925-74275) [n:127.0.0.1:45632_ c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1316746 WARN  (qtp1974656661-74303) [n:127.0.0.1:36069_ 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> 1316748 INFO  (qtp1974656661-74303) [n:127.0.0.1:36069_ 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> 1316748 WARN  (qtp1254457925-74275) [n:127.0.0.1:45632_ c:c8n_1x3_lf s:shard1 r:core_node3 x:c8n_1x3_lf_shard1_replica2] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1316755 INFO  (qtp1974656661-74303) [n:127.0.0.1:36069_ c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica3' using configuration from collection c8n_1x3_lf
   [junit4]   2> 1316755 INFO  (qtp1974656661-74303) [n:127.0.0.1:36069_ c:c8n_1x3_lf s:shard1 r:core_node1 x:c8n_1x3_lf_shard1_replica3] o.a.s.c.SolrCore [[c8n_1x3_lf_shard1_replica3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica3], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/sol

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

n
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 	3	/solr/collections/c8n_1x3_lf/state.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/97004955310096392-127.0.0.1:40317_-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	113	/solr/overseer/collection-queue-work
   [junit4]   2> 	36	/solr/overseer/queue
   [junit4]   2> 	11	/solr/overseer/queue-work
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1415131 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.SocketProxy Closing 13 connections to: http://127.0.0.1:37578/, target: http://127.0.0.1:38862/
   [junit4]   2> 1415131 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.SocketProxy Closing 5 connections to: http://127.0.0.1:40317/, target: http://127.0.0.1:35482/
   [junit4]   2> 1415131 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:36069/, target: http://127.0.0.1:34653/
   [junit4]   2> 1415131 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[AD1B9567712837B6]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:45632/, target: http://127.0.0.1:41987/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=AD1B9567712837B6 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=it -Dtests.timezone=America/Bahia_Banderas -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  116s 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:37578","node_name":"127.0.0.1:37578_","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:36069",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "node_name":"127.0.0.1:36069_"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:37578",
   [junit4]    >           "node_name":"127.0.0.1:37578_",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:45632",
   [junit4]    >           "node_name":"127.0.0.1:45632_",
   [junit4]    >           "state":"down"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([AD1B9567712837B6:254FAABDDFD45A4E]: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> 1415133 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[AD1B9567712837B6]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_AD1B9567712837B6-001
   [junit4]   2> Nov 26, 2016 4:37:47 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {range_facet_l_dv=Lucene50(blocksize=128), _version_=FSTOrd50, multiDefault=PostingsFormat(name=Asserting), a_t=FSTOrd50, intDefault=FSTOrd50, id=Lucene50(blocksize=128), range_facet_i_dv=FSTOrd50, text=BlockTreeOrds(blocksize=128), range_facet_l=FSTOrd50, timestamp=FSTOrd50}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1450, maxMBSortInHeap=6.846095639414641, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=it, timezone=America/Bahia_Banderas
   [junit4]   2> NOTE: Linux 4.4.0-47-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=12,threads=1,free=266197144,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsRecoverLeaseTest, HighlighterConfigTest, BlobRepositoryCloudTest, TestSolrDeletionPolicy2, TestScoreJoinQPScore, CoreAdminRequestStatusTest, TestSerializedLuceneMatchVersion, DistributedFacetPivotLargeTest, TestNonDefinedSimilarityFactory, CreateCollectionCleanupTest, SortSpecParsingTest, SolrCLIZkUtilsTest, TestAuthenticationFramework, DefaultValueUpdateProcessorTest, BlockDirectoryTest, OutputWriterTest, BJQParserTest, TestDocumentBuilder, DeleteLastCustomShardedReplicaTest, TestFieldCacheReopen, TestSearcherReuse, SolrRequestParserTest, RequiredFieldsTest, ResourceLoaderTest, TestSubQueryTransformerDistrib, TestSolrXml, TestExactSharedStatsCache, TestRawResponseWriter, RegexBoostProcessorTest, TestStressRecovery, TestDocSet, TestSchemaResource, HdfsChaosMonkeySafeLeaderTest, CollectionTooManyReplicasTest, TestGraphMLResponseWriter, TestCloudManagedSchema, TestQueryWrapperFilter, DistributedFacetPivotSmallTest, VersionInfoTest, DistributedQueryComponentOptimizationTest, JSONWriterTest, TestExclusionRuleCollectionAccess, ScriptEngineTest, TestReplicationHandler, QueryEqualityTest, SignatureUpdateProcessorFactoryTest, TestValueSourceCache, NumericFieldsTest, SimpleMLTQParserTest, TestUniqueKeyFieldResource, CdcrUpdateLogTest, TestClusterProperties, JavabinLoaderTest, DisMaxRequestHandlerTest, SecurityConfHandlerTest, StandardRequestHandlerTest, TestFaceting, TestCrossCoreJoin, TemplateUpdateProcessorTest, ReplicationFactorTest, TestDeleteCollectionOnDownNodes, TestLockTree, TestUseDocValuesAsStored2, SolrCoreTest, DocumentAnalysisRequestHandlerTest, ConcurrentDeleteAndCreateCollectionTest, ChaosMonkeyNothingIsSafeTest, TestBadConfig, MBeansHandlerTest, OverseerStatusTest, TestConfigSets, SuggestComponentContextFilterQueryTest, TestSolr4Spatial, QueryElevationComponentTest, TestRandomRequestDistribution, CdcrReplicationDistributedZkTest, TestRequestForwarding, TestDistributedSearch, TestCopyFieldCollectionResource, TestManagedSchemaThreadSafety, TestFastWriter, HdfsDirectoryFactoryTest, TestPHPSerializedResponseWriter, DeleteShardTest, TestLegacyFieldCache, TestStressLiveNodes, TestRangeQuery, NotRequiredUniqueKeyTest, TestHighlightDedupGrouping, BitVectorTest, TestSolr4Spatial2, AsyncCallRequestStatusResponseTest, TestExpandComponent, TimerUtilsTest, DistributedSpellCheckComponentTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, ExternalFileFieldSortTest, SynonymTokenizerTest, TestSlowCompositeReaderWrapper, PathHierarchyTokenizerFactoryTest, TestXmlQParserPlugin, TestSolrConfigHandlerCloud, HttpSolrCallGetCoreTest, TestStressLucene, BasicDistributedZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, OverseerTest, LeaderElectionIntegrationTest, TestRandomFaceting, ZkSolrClientTest, ZkCLITest, ZkControllerTest, TestStressReorder, TestCoreContainer, SimpleFacetsTest, SpellCheckComponentTest, TestLazyCores, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, DocValuesTest, TestSurroundQueryParser, DirectSolrSpellCheckerTest, TestOmitPositions, RequestHandlersTest, TestSolrQueryParser, SolrPluginUtilsTest, TestCollationField, ReturnFieldsTest, TestAnalyzedSuggestions, JsonLoaderTest, TestBinaryResponseWriter, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, BadComponentTest, SampleTest, TestBinaryField, TestSearchPerf, TestElisionMultitermQuery, TestConfig, TestFuzzyAnalyzedSuggestions, DirectSolrConnectionTest, TestCodecSupport, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TimeZoneUtilsTest, URLClassifyProcessorTest, TestFastLRUCache, PrimUtilsTest, DOMUtilTest, ZkNodePropsTest, UUIDFieldTest, CursorPagingTest, SolrTestCaseJ4Test, TestDistributedMissingSort, TestSimpleTrackingShardHandler, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, ActionThrottleTest, AliasIntegrationTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, DeleteInactiveReplicaTest, DeleteNodeTest, DistribDocExpirationUpdateProcessorTest, LeaderElectionContextKeyTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [460/657 (1!)] on J0 in 116.95s, 1 test, 1 failure <<< FAILURES!

[...truncated 61424 lines...]