You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/12/26 02:44:00 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 1567 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1567/

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:50163/tbhnt","node_name":"127.0.0.1:50163_tbhnt","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:41479/tbhnt",           "core":"c8n_1x3_lf_shard1_replica3",           "node_name":"127.0.0.1:41479_tbhnt"},         "core_node2":{           "core":"c8n_1x3_lf_shard1_replica2",           "base_url":"http://127.0.0.1:54939/tbhnt",           "node_name":"127.0.0.1:54939_tbhnt",           "state":"down"},         "core_node3":{           "core":"c8n_1x3_lf_shard1_replica1",           "base_url":"http://127.0.0.1:50163/tbhnt",           "node_name":"127.0.0.1:50163_tbhnt",           "state":"active",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:50163/tbhnt","node_name":"127.0.0.1:50163_tbhnt","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:41479/tbhnt",
          "core":"c8n_1x3_lf_shard1_replica3",
          "node_name":"127.0.0.1:41479_tbhnt"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:54939/tbhnt",
          "node_name":"127.0.0.1:54939_tbhnt",
          "state":"down"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:50163/tbhnt",
          "node_name":"127.0.0.1:50163_tbhnt",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([8374489620097B72:B20774C8EF5168A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:170)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java: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 12230 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/init-core-data-001
   [junit4]   2> 1368410 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[8374489620097B72]-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> 1368410 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[8374489620097B72]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /tbhnt/
   [junit4]   2> 1368412 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1368412 INFO  (Thread-2933) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1368412 INFO  (Thread-2933) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1368512 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.ZkTestServer start zk server on port:44048
   [junit4]   2> 1368526 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1368528 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1368529 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1368530 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1368531 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1368533 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1368534 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1368535 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1368536 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1368537 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1368539 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1368648 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/control-001/cores/collection1
   [junit4]   2> 1368650 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1368654 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@81e9df9{/tbhnt,null,AVAILABLE}
   [junit4]   2> 1368655 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@446a6971{HTTP/1.1,[http/1.1]}{127.0.0.1:53711}
   [junit4]   2> 1368655 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.e.j.s.Server Started @1373128ms
   [junit4]   2> 1368655 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/tempDir-001/control/data, hostContext=/tbhnt, hostPort=41479, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/control-001/cores}
   [junit4]   2> 1368655 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1368656 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1368656 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1368656 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1368656 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-26T02:08:28.392Z
   [junit4]   2> 1368659 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1368659 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/control-001/solr.xml
   [junit4]   2> 1368668 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44048/solr
   [junit4]   2> 1368689 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [n:127.0.0.1:41479_tbhnt    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41479_tbhnt
   [junit4]   2> 1368690 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [n:127.0.0.1:41479_tbhnt    ] o.a.s.c.Overseer Overseer (id=97171413935652868-127.0.0.1:41479_tbhnt-n_0000000000) starting
   [junit4]   2> 1368696 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [n:127.0.0.1:41479_tbhnt    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41479_tbhnt
   [junit4]   2> 1368699 INFO  (zkCallback-1920-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1368780 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [n:127.0.0.1:41479_tbhnt    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/control-001/cores
   [junit4]   2> 1368780 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [n:127.0.0.1:41479_tbhnt    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1368786 INFO  (OverseerStateUpdate-97171413935652868-127.0.0.1:41479_tbhnt-n_0000000000) [n:127.0.0.1:41479_tbhnt    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1368808 INFO  (coreLoadExecutor-6092-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1368839 INFO  (coreLoadExecutor-6092-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1368972 WARN  (coreLoadExecutor-6092-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt 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> 1368977 INFO  (coreLoadExecutor-6092-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1368991 INFO  (coreLoadExecutor-6092-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1368991 INFO  (coreLoadExecutor-6092-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt c:control_collection   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/control-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/control-001/cores/collection1/data/]
   [junit4]   2> 1368991 INFO  (coreLoadExecutor-6092-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt c:control_collection   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6289251a
   [junit4]   2> 1369000 INFO  (coreLoadExecutor-6092-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.865427354628464]
   [junit4]   2> 1369006 WARN  (coreLoadExecutor-6092-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt c:control_collection   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1369016 INFO  (coreLoadExecutor-6092-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt c:control_collection   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1369016 INFO  (coreLoadExecutor-6092-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt c:control_collection   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1369017 INFO  (coreLoadExecutor-6092-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt c:control_collection   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1369017 INFO  (coreLoadExecutor-6092-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt c:control_collection   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1369018 INFO  (coreLoadExecutor-6092-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8606514217997424]
   [junit4]   2> 1369018 INFO  (coreLoadExecutor-6092-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt c:control_collection   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@191c10b[collection1] main]
   [junit4]   2> 1369019 INFO  (coreLoadExecutor-6092-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1369019 INFO  (coreLoadExecutor-6092-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1369019 INFO  (coreLoadExecutor-6092-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt c:control_collection   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1369020 INFO  (searcherExecutor-6093-thread-1-processing-n:127.0.0.1:41479_tbhnt x:collection1 c:control_collection) [n:127.0.0.1:41479_tbhnt c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@191c10b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1369020 INFO  (coreLoadExecutor-6092-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt c:control_collection   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1554742623606931456
   [junit4]   2> 1369035 INFO  (coreZkRegister-6085-thread-1-processing-n:127.0.0.1:41479_tbhnt x:collection1 c:control_collection) [n:127.0.0.1:41479_tbhnt c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1369035 INFO  (coreZkRegister-6085-thread-1-processing-n:127.0.0.1:41479_tbhnt x:collection1 c:control_collection) [n:127.0.0.1:41479_tbhnt 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> 1369035 INFO  (coreZkRegister-6085-thread-1-processing-n:127.0.0.1:41479_tbhnt x:collection1 c:control_collection) [n:127.0.0.1:41479_tbhnt c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41479/tbhnt/collection1/
   [junit4]   2> 1369035 INFO  (coreZkRegister-6085-thread-1-processing-n:127.0.0.1:41479_tbhnt x:collection1 c:control_collection) [n:127.0.0.1:41479_tbhnt c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1369035 INFO  (coreZkRegister-6085-thread-1-processing-n:127.0.0.1:41479_tbhnt x:collection1 c:control_collection) [n:127.0.0.1:41479_tbhnt c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:41479/tbhnt/collection1/ has no replicas
   [junit4]   2> 1369041 INFO  (coreZkRegister-6085-thread-1-processing-n:127.0.0.1:41479_tbhnt x:collection1 c:control_collection) [n:127.0.0.1:41479_tbhnt 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:41479/tbhnt/collection1/ shard1
   [junit4]   2> 1369192 INFO  (coreZkRegister-6085-thread-1-processing-n:127.0.0.1:41479_tbhnt x:collection1 c:control_collection) [n:127.0.0.1:41479_tbhnt c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1369585 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1369587 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44048/solr ready
   [junit4]   2> 1369587 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1369695 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-1-001/cores/collection1
   [junit4]   2> 1369696 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-1-001
   [junit4]   2> 1369697 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1369707 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@63aa0673{/tbhnt,null,AVAILABLE}
   [junit4]   2> 1369707 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@671a1ad{HTTP/1.1,[http/1.1]}{127.0.0.1:33162}
   [junit4]   2> 1369707 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.e.j.s.Server Started @1374180ms
   [junit4]   2> 1369707 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/tbhnt, hostPort=50163, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-1-001/cores}
   [junit4]   2> 1369708 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1369708 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1369708 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1369708 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1369708 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-26T02:08:29.444Z
   [junit4]   2> 1369711 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1369711 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-1-001/solr.xml
   [junit4]   2> 1369718 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44048/solr
   [junit4]   2> 1369728 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [n:127.0.0.1:50163_tbhnt    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1369733 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [n:127.0.0.1:50163_tbhnt    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50163_tbhnt
   [junit4]   2> 1369735 INFO  (zkCallback-1920-thread-2-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1369736 INFO  (zkCallback-1929-thread-1-processing-n:127.0.0.1:50163_tbhnt) [n:127.0.0.1:50163_tbhnt    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1369736 INFO  (zkCallback-1924-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1369775 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [n:127.0.0.1:50163_tbhnt    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-1-001/cores
   [junit4]   2> 1369775 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [n:127.0.0.1:50163_tbhnt    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1369778 INFO  (OverseerStateUpdate-97171413935652868-127.0.0.1:41479_tbhnt-n_0000000000) [n:127.0.0.1:41479_tbhnt    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1370792 INFO  (coreLoadExecutor-6103-thread-1-processing-n:127.0.0.1:50163_tbhnt) [n:127.0.0.1:50163_tbhnt c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1370815 INFO  (coreLoadExecutor-6103-thread-1-processing-n:127.0.0.1:50163_tbhnt) [n:127.0.0.1:50163_tbhnt c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1370921 WARN  (coreLoadExecutor-6103-thread-1-processing-n:127.0.0.1:50163_tbhnt) [n:127.0.0.1:50163_tbhnt 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> 1370923 INFO  (coreLoadExecutor-6103-thread-1-processing-n:127.0.0.1:50163_tbhnt) [n:127.0.0.1:50163_tbhnt c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1370935 INFO  (coreLoadExecutor-6103-thread-1-processing-n:127.0.0.1:50163_tbhnt) [n:127.0.0.1:50163_tbhnt c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1370935 INFO  (coreLoadExecutor-6103-thread-1-processing-n:127.0.0.1:50163_tbhnt) [n:127.0.0.1:50163_tbhnt c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-1-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1370935 INFO  (coreLoadExecutor-6103-thread-1-processing-n:127.0.0.1:50163_tbhnt) [n:127.0.0.1:50163_tbhnt c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6289251a
   [junit4]   2> 1370936 INFO  (coreLoadExecutor-6103-thread-1-processing-n:127.0.0.1:50163_tbhnt) [n:127.0.0.1:50163_tbhnt c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.865427354628464]
   [junit4]   2> 1370941 WARN  (coreLoadExecutor-6103-thread-1-processing-n:127.0.0.1:50163_tbhnt) [n:127.0.0.1:50163_tbhnt c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1370952 INFO  (coreLoadExecutor-6103-thread-1-processing-n:127.0.0.1:50163_tbhnt) [n:127.0.0.1:50163_tbhnt c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1370952 INFO  (coreLoadExecutor-6103-thread-1-processing-n:127.0.0.1:50163_tbhnt) [n:127.0.0.1:50163_tbhnt c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1370953 INFO  (coreLoadExecutor-6103-thread-1-processing-n:127.0.0.1:50163_tbhnt) [n:127.0.0.1:50163_tbhnt c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1370953 INFO  (coreLoadExecutor-6103-thread-1-processing-n:127.0.0.1:50163_tbhnt) [n:127.0.0.1:50163_tbhnt c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1370953 INFO  (coreLoadExecutor-6103-thread-1-processing-n:127.0.0.1:50163_tbhnt) [n:127.0.0.1:50163_tbhnt c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8606514217997424]
   [junit4]   2> 1370954 INFO  (coreLoadExecutor-6103-thread-1-processing-n:127.0.0.1:50163_tbhnt) [n:127.0.0.1:50163_tbhnt c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@293685d3[collection1] main]
   [junit4]   2> 1370955 INFO  (coreLoadExecutor-6103-thread-1-processing-n:127.0.0.1:50163_tbhnt) [n:127.0.0.1:50163_tbhnt c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1370955 INFO  (coreLoadExecutor-6103-thread-1-processing-n:127.0.0.1:50163_tbhnt) [n:127.0.0.1:50163_tbhnt c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1370955 INFO  (coreLoadExecutor-6103-thread-1-processing-n:127.0.0.1:50163_tbhnt) [n:127.0.0.1:50163_tbhnt c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1370956 INFO  (searcherExecutor-6104-thread-1-processing-n:127.0.0.1:50163_tbhnt x:collection1 c:collection1) [n:127.0.0.1:50163_tbhnt c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@293685d3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1370957 INFO  (coreLoadExecutor-6103-thread-1-processing-n:127.0.0.1:50163_tbhnt) [n:127.0.0.1:50163_tbhnt c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1554742625638023168
   [junit4]   2> 1370964 INFO  (coreZkRegister-6098-thread-1-processing-n:127.0.0.1:50163_tbhnt x:collection1 c:collection1) [n:127.0.0.1:50163_tbhnt c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1370964 INFO  (coreZkRegister-6098-thread-1-processing-n:127.0.0.1:50163_tbhnt x:collection1 c:collection1) [n:127.0.0.1:50163_tbhnt 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> 1370964 INFO  (coreZkRegister-6098-thread-1-processing-n:127.0.0.1:50163_tbhnt x:collection1 c:collection1) [n:127.0.0.1:50163_tbhnt c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:50163/tbhnt/collection1/
   [junit4]   2> 1370964 INFO  (coreZkRegister-6098-thread-1-processing-n:127.0.0.1:50163_tbhnt x:collection1 c:collection1) [n:127.0.0.1:50163_tbhnt c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1370964 INFO  (coreZkRegister-6098-thread-1-processing-n:127.0.0.1:50163_tbhnt x:collection1 c:collection1) [n:127.0.0.1:50163_tbhnt c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:50163/tbhnt/collection1/ has no replicas
   [junit4]   2> 1370969 INFO  (coreZkRegister-6098-thread-1-processing-n:127.0.0.1:50163_tbhnt x:collection1 c:collection1) [n:127.0.0.1:50163_tbhnt c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:50163/tbhnt/collection1/ shard2
   [junit4]   2> 1371121 INFO  (coreZkRegister-6098-thread-1-processing-n:127.0.0.1:50163_tbhnt x:collection1 c:collection1) [n:127.0.0.1:50163_tbhnt c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1371557 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-2-001/cores/collection1
   [junit4]   2> 1371557 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-2-001
   [junit4]   2> 1371558 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1371559 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@11111f14{/tbhnt,null,AVAILABLE}
   [junit4]   2> 1371560 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@74c33d3a{HTTP/1.1,[http/1.1]}{127.0.0.1:47887}
   [junit4]   2> 1371560 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.e.j.s.Server Started @1376033ms
   [junit4]   2> 1371560 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/tbhnt, hostPort=54939, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-2-001/cores}
   [junit4]   2> 1371560 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1371560 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1371560 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1371560 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1371561 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-26T02:08:31.296Z
   [junit4]   2> 1371564 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1371564 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-2-001/solr.xml
   [junit4]   2> 1371571 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44048/solr
   [junit4]   2> 1371582 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [n:127.0.0.1:54939_tbhnt    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1371587 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [n:127.0.0.1:54939_tbhnt    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54939_tbhnt
   [junit4]   2> 1371590 INFO  (zkCallback-1929-thread-1-processing-n:127.0.0.1:50163_tbhnt) [n:127.0.0.1:50163_tbhnt    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1371590 INFO  (zkCallback-1924-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1371590 INFO  (zkCallback-1920-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1371597 INFO  (zkCallback-1935-thread-1-processing-n:127.0.0.1:54939_tbhnt) [n:127.0.0.1:54939_tbhnt    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1371639 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [n:127.0.0.1:54939_tbhnt    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-2-001/cores
   [junit4]   2> 1371639 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [n:127.0.0.1:54939_tbhnt    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1371645 INFO  (OverseerStateUpdate-97171413935652868-127.0.0.1:41479_tbhnt-n_0000000000) [n:127.0.0.1:41479_tbhnt    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1372658 INFO  (coreLoadExecutor-6114-thread-1-processing-n:127.0.0.1:54939_tbhnt) [n:127.0.0.1:54939_tbhnt c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1372682 INFO  (coreLoadExecutor-6114-thread-1-processing-n:127.0.0.1:54939_tbhnt) [n:127.0.0.1:54939_tbhnt c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1372780 WARN  (coreLoadExecutor-6114-thread-1-processing-n:127.0.0.1:54939_tbhnt) [n:127.0.0.1:54939_tbhnt 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> 1372783 INFO  (coreLoadExecutor-6114-thread-1-processing-n:127.0.0.1:54939_tbhnt) [n:127.0.0.1:54939_tbhnt c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1372801 INFO  (coreLoadExecutor-6114-thread-1-processing-n:127.0.0.1:54939_tbhnt) [n:127.0.0.1:54939_tbhnt c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1372802 INFO  (coreLoadExecutor-6114-thread-1-processing-n:127.0.0.1:54939_tbhnt) [n:127.0.0.1:54939_tbhnt c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-2-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1372802 INFO  (coreLoadExecutor-6114-thread-1-processing-n:127.0.0.1:54939_tbhnt) [n:127.0.0.1:54939_tbhnt c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6289251a
   [junit4]   2> 1372803 INFO  (coreLoadExecutor-6114-thread-1-processing-n:127.0.0.1:54939_tbhnt) [n:127.0.0.1:54939_tbhnt c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.865427354628464]
   [junit4]   2> 1372807 WARN  (coreLoadExecutor-6114-thread-1-processing-n:127.0.0.1:54939_tbhnt) [n:127.0.0.1:54939_tbhnt c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1372833 INFO  (coreLoadExecutor-6114-thread-1-processing-n:127.0.0.1:54939_tbhnt) [n:127.0.0.1:54939_tbhnt c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1372833 INFO  (coreLoadExecutor-6114-thread-1-processing-n:127.0.0.1:54939_tbhnt) [n:127.0.0.1:54939_tbhnt c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1372834 INFO  (coreLoadExecutor-6114-thread-1-processing-n:127.0.0.1:54939_tbhnt) [n:127.0.0.1:54939_tbhnt c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1372834 INFO  (coreLoadExecutor-6114-thread-1-processing-n:127.0.0.1:54939_tbhnt) [n:127.0.0.1:54939_tbhnt c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1372834 INFO  (coreLoadExecutor-6114-thread-1-processing-n:127.0.0.1:54939_tbhnt) [n:127.0.0.1:54939_tbhnt c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8606514217997424]
   [junit4]   2> 1372834 INFO  (coreLoadExecutor-6114-thread-1-processing-n:127.0.0.1:54939_tbhnt) [n:127.0.0.1:54939_tbhnt c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2309aa47[collection1] main]
   [junit4]   2> 1372836 INFO  (coreLoadExecutor-6114-thread-1-processing-n:127.0.0.1:54939_tbhnt) [n:127.0.0.1:54939_tbhnt c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1372837 INFO  (coreLoadExecutor-6114-thread-1-processing-n:127.0.0.1:54939_tbhnt) [n:127.0.0.1:54939_tbhnt c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1372837 INFO  (coreLoadExecutor-6114-thread-1-processing-n:127.0.0.1:54939_tbhnt) [n:127.0.0.1:54939_tbhnt c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1372837 INFO  (coreLoadExecutor-6114-thread-1-processing-n:127.0.0.1:54939_tbhnt) [n:127.0.0.1:54939_tbhnt c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1554742627609346048
   [junit4]   2> 1372840 INFO  (searcherExecutor-6115-thread-1-processing-n:127.0.0.1:54939_tbhnt x:collection1 c:collection1) [n:127.0.0.1:54939_tbhnt c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2309aa47[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1372845 INFO  (coreZkRegister-6109-thread-1-processing-n:127.0.0.1:54939_tbhnt x:collection1 c:collection1) [n:127.0.0.1:54939_tbhnt c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1372845 INFO  (coreZkRegister-6109-thread-1-processing-n:127.0.0.1:54939_tbhnt x:collection1 c:collection1) [n:127.0.0.1:54939_tbhnt 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> 1372845 INFO  (coreZkRegister-6109-thread-1-processing-n:127.0.0.1:54939_tbhnt x:collection1 c:collection1) [n:127.0.0.1:54939_tbhnt c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54939/tbhnt/collection1/
   [junit4]   2> 1372845 INFO  (coreZkRegister-6109-thread-1-processing-n:127.0.0.1:54939_tbhnt x:collection1 c:collection1) [n:127.0.0.1:54939_tbhnt c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1372845 INFO  (coreZkRegister-6109-thread-1-processing-n:127.0.0.1:54939_tbhnt x:collection1 c:collection1) [n:127.0.0.1:54939_tbhnt c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:54939/tbhnt/collection1/ has no replicas
   [junit4]   2> 1372853 INFO  (coreZkRegister-6109-thread-1-processing-n:127.0.0.1:54939_tbhnt x:collection1 c:collection1) [n:127.0.0.1:54939_tbhnt c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54939/tbhnt/collection1/ shard1
   [junit4]   2> 1373004 INFO  (coreZkRegister-6109-thread-1-processing-n:127.0.0.1:54939_tbhnt x:collection1 c:collection1) [n:127.0.0.1:54939_tbhnt c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1373438 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-3-001/cores/collection1
   [junit4]   2> 1373439 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-3-001
   [junit4]   2> 1373440 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1373441 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7533b20f{/tbhnt,null,AVAILABLE}
   [junit4]   2> 1373442 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@551a0559{HTTP/1.1,[http/1.1]}{127.0.0.1:53751}
   [junit4]   2> 1373442 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.e.j.s.Server Started @1377915ms
   [junit4]   2> 1373442 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/tbhnt, hostPort=36722, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-3-001/cores}
   [junit4]   2> 1373442 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1373442 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 1373442 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1373442 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1373442 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-12-26T02:08:33.178Z
   [junit4]   2> 1373446 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1373446 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-3-001/solr.xml
   [junit4]   2> 1373453 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44048/solr
   [junit4]   2> 1373462 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [n:127.0.0.1:36722_tbhnt    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1373467 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [n:127.0.0.1:36722_tbhnt    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36722_tbhnt
   [junit4]   2> 1373468 INFO  (zkCallback-1929-thread-1-processing-n:127.0.0.1:50163_tbhnt) [n:127.0.0.1:50163_tbhnt    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1373468 INFO  (zkCallback-1924-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1373468 INFO  (zkCallback-1935-thread-1-processing-n:127.0.0.1:54939_tbhnt) [n:127.0.0.1:54939_tbhnt    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1373468 INFO  (zkCallback-1920-thread-3-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1373473 INFO  (zkCallback-1941-thread-1-processing-n:127.0.0.1:36722_tbhnt) [n:127.0.0.1:36722_tbhnt    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1373524 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [n:127.0.0.1:36722_tbhnt    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-3-001/cores
   [junit4]   2> 1373524 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [n:127.0.0.1:36722_tbhnt    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1373530 INFO  (OverseerStateUpdate-97171413935652868-127.0.0.1:41479_tbhnt-n_0000000000) [n:127.0.0.1:41479_tbhnt    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1374541 INFO  (coreLoadExecutor-6125-thread-1-processing-n:127.0.0.1:36722_tbhnt) [n:127.0.0.1:36722_tbhnt c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1374556 INFO  (coreLoadExecutor-6125-thread-1-processing-n:127.0.0.1:36722_tbhnt) [n:127.0.0.1:36722_tbhnt c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1374665 WARN  (coreLoadExecutor-6125-thread-1-processing-n:127.0.0.1:36722_tbhnt) [n:127.0.0.1:36722_tbhnt 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> 1374668 INFO  (coreLoadExecutor-6125-thread-1-processing-n:127.0.0.1:36722_tbhnt) [n:127.0.0.1:36722_tbhnt c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1374680 INFO  (coreLoadExecutor-6125-thread-1-processing-n:127.0.0.1:36722_tbhnt) [n:127.0.0.1:36722_tbhnt c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1374680 INFO  (coreLoadExecutor-6125-thread-1-processing-n:127.0.0.1:36722_tbhnt) [n:127.0.0.1:36722_tbhnt c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-3-001/cores/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1374681 INFO  (coreLoadExecutor-6125-thread-1-processing-n:127.0.0.1:36722_tbhnt) [n:127.0.0.1:36722_tbhnt c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6289251a
   [junit4]   2> 1374682 INFO  (coreLoadExecutor-6125-thread-1-processing-n:127.0.0.1:36722_tbhnt) [n:127.0.0.1:36722_tbhnt c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.865427354628464]
   [junit4]   2> 1374686 WARN  (coreLoadExecutor-6125-thread-1-processing-n:127.0.0.1:36722_tbhnt) [n:127.0.0.1:36722_tbhnt c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1374698 INFO  (coreLoadExecutor-6125-thread-1-processing-n:127.0.0.1:36722_tbhnt) [n:127.0.0.1:36722_tbhnt c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1374698 INFO  (coreLoadExecutor-6125-thread-1-processing-n:127.0.0.1:36722_tbhnt) [n:127.0.0.1:36722_tbhnt c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1374699 INFO  (coreLoadExecutor-6125-thread-1-processing-n:127.0.0.1:36722_tbhnt) [n:127.0.0.1:36722_tbhnt c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1374699 INFO  (coreLoadExecutor-6125-thread-1-processing-n:127.0.0.1:36722_tbhnt) [n:127.0.0.1:36722_tbhnt c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1374699 INFO  (coreLoadExecutor-6125-thread-1-processing-n:127.0.0.1:36722_tbhnt) [n:127.0.0.1:36722_tbhnt c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8606514217997424]
   [junit4]   2> 1374700 INFO  (coreLoadExecutor-6125-thread-1-processing-n:127.0.0.1:36722_tbhnt) [n:127.0.0.1:36722_tbhnt c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5cf7327e[collection1] main]
   [junit4]   2> 1374701 INFO  (coreLoadExecutor-6125-thread-1-processing-n:127.0.0.1:36722_tbhnt) [n:127.0.0.1:36722_tbhnt c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1374701 INFO  (coreLoadExecutor-6125-thread-1-processing-n:127.0.0.1:36722_tbhnt) [n:127.0.0.1:36722_tbhnt c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1374701 INFO  (coreLoadExecutor-6125-thread-1-processing-n:127.0.0.1:36722_tbhnt) [n:127.0.0.1:36722_tbhnt c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1374702 INFO  (searcherExecutor-6126-thread-1-processing-n:127.0.0.1:36722_tbhnt x:collection1 c:collection1) [n:127.0.0.1:36722_tbhnt c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5cf7327e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1374702 INFO  (coreLoadExecutor-6125-thread-1-processing-n:127.0.0.1:36722_tbhnt) [n:127.0.0.1:36722_tbhnt c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1554742629564940288
   [junit4]   2> 1374708 INFO  (coreZkRegister-6120-thread-1-processing-n:127.0.0.1:36722_tbhnt x:collection1 c:collection1) [n:127.0.0.1:36722_tbhnt c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1374709 INFO  (updateExecutor-1938-thread-1-processing-n:127.0.0.1:36722_tbhnt x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36722_tbhnt c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1374709 INFO  (recoveryExecutor-1939-thread-1-processing-n:127.0.0.1:36722_tbhnt x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36722_tbhnt c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1374709 INFO  (recoveryExecutor-1939-thread-1-processing-n:127.0.0.1:36722_tbhnt x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36722_tbhnt c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1374709 INFO  (recoveryExecutor-1939-thread-1-processing-n:127.0.0.1:36722_tbhnt x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36722_tbhnt c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 1374709 INFO  (recoveryExecutor-1939-thread-1-processing-n:127.0.0.1:36722_tbhnt x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36722_tbhnt 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> 1374709 INFO  (recoveryExecutor-1939-thread-1-processing-n:127.0.0.1:36722_tbhnt x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36722_tbhnt 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:50163/tbhnt/collection1/] and I am [http://127.0.0.1:36722/tbhnt/collection1/]
   [junit4]   2> 1374712 INFO  (recoveryExecutor-1939-thread-1-processing-n:127.0.0.1:36722_tbhnt x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36722_tbhnt c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:50163/tbhnt]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:36722_tbhnt&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1374713 INFO  (SocketProxy-Acceptor-50163) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60352,localport=50163], receiveBufferSize:531000
   [junit4]   2> 1374714 INFO  (SocketProxy-Acceptor-50163) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=33162,localport=46220], receiveBufferSize=530904
   [junit4]   2> 1374714 INFO  (qtp1698548265-12227) [n:127.0.0.1:50163_tbhnt    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1374715 INFO  (qtp1698548265-12227) [n:127.0.0.1:50163_tbhnt    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 1374715 INFO  (qtp1698548265-12227) [n:127.0.0.1:50163_tbhnt    ] 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:36722_tbhnt, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:36722/tbhnt","node_name":"127.0.0.1:36722_tbhnt","state":"down"}
   [junit4]   2> 1375203 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1375203 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30000 for each attempt
   [junit4]   2> 1375203 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 1375715 INFO  (qtp1698548265-12227) [n:127.0.0.1:50163_tbhnt    ] 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:36722_tbhnt, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:36722/tbhnt","node_name":"127.0.0.1:36722_tbhnt","state":"recovering"}
   [junit4]   2> 1375716 INFO  (qtp1698548265-12227) [n:127.0.0.1:50163_tbhnt    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1375716 INFO  (qtp1698548265-12227) [n:127.0.0.1:50163_tbhnt    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:36722_tbhnt&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1001
   [junit4]   2> 1382716 INFO  (recoveryExecutor-1939-thread-1-processing-n:127.0.0.1:36722_tbhnt x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36722_tbhnt c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:50163/tbhnt/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1382716 INFO  (recoveryExecutor-1939-thread-1-processing-n:127.0.0.1:36722_tbhnt x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36722_tbhnt c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:36722/tbhnt START replicas=[http://127.0.0.1:50163/tbhnt/collection1/] nUpdates=100
   [junit4]   2> 1382717 INFO  (SocketProxy-Acceptor-50163) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60399,localport=50163], receiveBufferSize:531000
   [junit4]   2> 1382718 INFO  (SocketProxy-Acceptor-50163) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=33162,localport=46267], receiveBufferSize=530904
   [junit4]   2> 1382718 INFO  (qtp1698548265-12226) [n:127.0.0.1:50163_tbhnt 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> 1382719 INFO  (qtp1698548265-12226) [n:127.0.0.1:50163_tbhnt c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/tbhnt path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1382719 INFO  (recoveryExecutor-1939-thread-1-processing-n:127.0.0.1:36722_tbhnt x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36722_tbhnt 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> 1382719 INFO  (recoveryExecutor-1939-thread-1-processing-n:127.0.0.1:36722_tbhnt x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36722_tbhnt 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> 1382719 INFO  (recoveryExecutor-1939-thread-1-processing-n:127.0.0.1:36722_tbhnt x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36722_tbhnt 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> 1382719 INFO  (recoveryExecutor-1939-thread-1-processing-n:127.0.0.1:36722_tbhnt x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36722_tbhnt c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1382719 INFO  (recoveryExecutor-1939-thread-1-processing-n:127.0.0.1:36722_tbhnt x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36722_tbhnt c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1382719 INFO  (recoveryExecutor-1939-thread-1-processing-n:127.0.0.1:36722_tbhnt x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36722_tbhnt c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 1382720 INFO  (recoveryExecutor-1939-thread-1-processing-n:127.0.0.1:36722_tbhnt x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36722_tbhnt c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 1382720 INFO  (recoveryExecutor-1939-thread-1-processing-n:127.0.0.1:36722_tbhnt x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36722_tbhnt c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 1382720 INFO  (recoveryExecutor-1939-thread-1-processing-n:127.0.0.1:36722_tbhnt x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36722_tbhnt c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 1383204 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1383205 INFO  (SocketProxy-Acceptor-41479) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=45127,localport=41479], receiveBufferSize:531000
   [junit4]   2> 1383206 INFO  (SocketProxy-Acceptor-41479) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=53711,localport=35490], receiveBufferSize=530904
   [junit4]   2> 1383206 INFO  (qtp1408636005-12189) [n:127.0.0.1:41479_tbhnt 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> 1383206 INFO  (qtp1408636005-12189) [n:127.0.0.1:41479_tbhnt c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1383207 INFO  (qtp1408636005-12189) [n:127.0.0.1:41479_tbhnt c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1383207 INFO  (qtp1408636005-12189) [n:127.0.0.1:41479_tbhnt c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/tbhnt path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 0
   [junit4]   2> 1383207 INFO  (SocketProxy-Acceptor-54939) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=41173,localport=54939], receiveBufferSize:531000
   [junit4]   2> 1383208 INFO  (SocketProxy-Acceptor-54939) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=47887,localport=44424], receiveBufferSize=530904
   [junit4]   2> 1383209 INFO  (SocketProxy-Acceptor-54939) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=41175,localport=54939], receiveBufferSize:531000
   [junit4]   2> 1383210 INFO  (SocketProxy-Acceptor-50163) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60407,localport=50163], receiveBufferSize:531000
   [junit4]   2> 1383211 INFO  (SocketProxy-Acceptor-54939) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=47887,localport=44426], receiveBufferSize=530904
   [junit4]   2> 1383211 INFO  (SocketProxy-Acceptor-50163) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=33162,localport=46275], receiveBufferSize=530904
   [junit4]   2> 1383211 INFO  (SocketProxy-Acceptor-36722) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=43815,localport=36722], receiveBufferSize:531000
   [junit4]   2> 1383212 INFO  (qtp415559064-12259) [n:127.0.0.1:54939_tbhnt 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> 1383212 INFO  (qtp415559064-12259) [n:127.0.0.1:54939_tbhnt c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1383212 INFO  (qtp415559064-12259) [n:127.0.0.1:54939_tbhnt c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1383212 INFO  (qtp415559064-12259) [n:127.0.0.1:54939_tbhnt c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/tbhnt path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:54939/tbhnt/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 1383212 INFO  (qtp1698548265-12227) [n:127.0.0.1:50163_tbhnt 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> 1383212 INFO  (qtp1698548265-12227) [n:127.0.0.1:50163_tbhnt c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1383212 INFO  (qtp1698548265-12227) [n:127.0.0.1:50163_tbhnt c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1383213 INFO  (qtp1698548265-12227) [n:127.0.0.1:50163_tbhnt c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/tbhnt path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:54939/tbhnt/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 1383213 INFO  (SocketProxy-Acceptor-36722) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=53751,localport=52280], receiveBufferSize=530904
   [junit4]   2> 1383213 INFO  (qtp1676437579-12286) [n:127.0.0.1:36722_tbhnt 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> 1383213 INFO  (qtp1676437579-12286) [n:127.0.0.1:36722_tbhnt c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1383213 INFO  (qtp1676437579-12286) [n:127.0.0.1:36722_tbhnt c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1383213 INFO  (qtp1676437579-12286) [n:127.0.0.1:36722_tbhnt c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/tbhnt path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:54939/tbhnt/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 1383214 INFO  (qtp415559064-12257) [n:127.0.0.1:54939_tbhnt c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/tbhnt path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 5
   [junit4]   2> 1383215 INFO  (SocketProxy-Acceptor-50163) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60411,localport=50163], receiveBufferSize:531000
   [junit4]   2> 1383215 INFO  (SocketProxy-Acceptor-50163) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=33162,localport=46279], receiveBufferSize=530904
   [junit4]   2> 1383216 INFO  (qtp1698548265-12231) [n:127.0.0.1:50163_tbhnt c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/tbhnt path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1383216 INFO  (SocketProxy-Acceptor-36722) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=43819,localport=36722], receiveBufferSize:531000
   [junit4]   2> 1383217 INFO  (SocketProxy-Acceptor-36722) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=53751,localport=52284], receiveBufferSize=530904
   [junit4]   2> 1383217 INFO  (qtp1676437579-12284) [n:127.0.0.1:36722_tbhnt c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/tbhnt path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1383218 INFO  (SocketProxy-Acceptor-54939) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=41185,localport=54939], receiveBufferSize:531000
   [junit4]   2> 1383219 INFO  (SocketProxy-Acceptor-54939) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=47887,localport=44436], receiveBufferSize=530904
   [junit4]   2> 1383219 INFO  (qtp415559064-12260) [n:127.0.0.1:54939_tbhnt c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/tbhnt path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 1385219 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1: c8n_1x3_lf
   [junit4]   2> 1385221 INFO  (SocketProxy-Acceptor-54939) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=41191,localport=54939], receiveBufferSize:531000
   [junit4]   2> 1385222 INFO  (SocketProxy-Acceptor-54939) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=47887,localport=44442], receiveBufferSize=530904
   [junit4]   2> 1385222 INFO  (qtp415559064-12255) [n:127.0.0.1:54939_tbhnt    ] 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> 1385226 INFO  (OverseerThreadFactory-6090-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt    ] o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 1385227 INFO  (OverseerThreadFactory-6090-thread-1-processing-n:127.0.0.1:41479_tbhnt) [n:127.0.0.1:41479_tbhnt    ] o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
   [junit4]   2> 1385333 INFO  (SocketProxy-Acceptor-50163) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60424,localport=50163], receiveBufferSize:531000
   [junit4]   2> 1385341 INFO  (SocketProxy-Acceptor-54939) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=41196,localport=54939], receiveBufferSize:531000
   [junit4]   2> 1385341 INFO  (SocketProxy-Acceptor-50163) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=33162,localport=46292], receiveBufferSize=530904
   [junit4]   2> 1385341 INFO  (SocketProxy-Acceptor-41479) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=45154,localport=41479], receiveBufferSize:531000
   [junit4]   2> 1385342 INFO  (qtp1698548265-12229) [n:127.0.0.1:50163_tbhnt    ] 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> 1385342 INFO  (SocketProxy-Acceptor-54939) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=47887,localport=44447], receiveBufferSize=530904
   [junit4]   2> 1385343 INFO  (SocketProxy-Acceptor-41479) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=53711,localport=35517], receiveBufferSize=530904
   [junit4]   2> 1385343 INFO  (qtp1408636005-12187) [n:127.0.0.1:41479_tbhnt    ] 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> 1385344 INFO  (qtp415559064-12258) [n:127.0.0.1:54939_tbhnt    ] 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> 1386361 INFO  (qtp1408636005-12187) [n:127.0.0.1:41479_tbhnt c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1386361 INFO  (qtp415559064-12258) [n:127.0.0.1:54939_tbhnt c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1386362 INFO  (qtp1698548265-12229) [n:127.0.0.1:50163_tbhnt c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1386390 INFO  (qtp415559064-12258) [n:127.0.0.1:54939_tbhnt 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> 1386394 INFO  (qtp1408636005-12187) [n:127.0.0.1:41479_tbhnt 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> 1386398 INFO  (qtp1698548265-12229) [n:127.0.0.1:50163_tbhnt 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> 1386522 WARN  (qtp415559064-12258) [n:127.0.0.1:54939_tbhnt 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> 1386525 INFO  (qtp415559064-12258) [n:127.0.0.1:54939_tbhnt 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> 1386538 INFO  (qtp415559064-12258) [n:127.0.0.1:54939_tbhnt 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> 1386538 INFO  (qtp415559064-12258) [n:127.0.0.1:54939_tbhnt c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.SolrCore [[c8n_1x3_lf_shard1_replica2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica2/data/]
   [junit4]   2> 1386539 INFO  (qtp415559064-12258) [n:127.0.0.1:54939_tbhnt c:c8n_1x3_lf s:shard1  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@6289251a
   [junit4]   2> 1386540 INFO  (qtp415559064-12258) [n:127.0.0.1:54939_tbhnt c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.865427354628464]
   [junit4]   2> 1386544 WARN  (qtp415559064-12258) [n:127.0.0.1:54939_tbhnt c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1386556 INFO  (qtp415559064-12258) [n:127.0.0.1:54939_tbhnt c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1386557 INFO  (qtp415559064-12258) [n:127.0.0.1:54939_tbhnt c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1386557 INFO  (qtp415559064-12258) [n:127.0.0.1:54939_tbhnt c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1386558 INFO  (qtp415559064-12258) [n:127.0.0.1:54939_tbhnt c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1386558 INFO  (qtp415559064-12258) [n:127.0.0.1:54939_tbhnt

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

onfigs/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/97171413935652872-127.0.0.1:50163_tbhnt-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	108	/solr/overseer/collection-queue-work
   [junit4]   2> 	39	/solr/overseer/queue
   [junit4]   2> 	9	/solr/overseer/queue-work
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1480019 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.SocketProxy Closing 12 connections to: http://127.0.0.1:50163/tbhnt, target: http://127.0.0.1:33162/tbhnt
   [junit4]   2> 1480019 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:36722/tbhnt, target: http://127.0.0.1:53751/tbhnt
   [junit4]   2> 1480019 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:41479/tbhnt, target: http://127.0.0.1:53711/tbhnt
   [junit4]   2> 1480019 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[8374489620097B72]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:54939/tbhnt, target: http://127.0.0.1:47887/tbhnt
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=8374489620097B72 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es-DO -Dtests.timezone=Egypt -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  112s J1 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:50163/tbhnt","node_name":"127.0.0.1:50163_tbhnt","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:41479/tbhnt",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "node_name":"127.0.0.1:41479_tbhnt"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:54939/tbhnt",
   [junit4]    >           "node_name":"127.0.0.1:54939_tbhnt",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:50163/tbhnt",
   [junit4]    >           "node_name":"127.0.0.1:50163_tbhnt",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8374489620097B72:B20774C8EF5168A]:0)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:170)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1480023 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[8374489620097B72]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8374489620097B72-001
   [junit4]   2> Dec 26, 2016 2:10:19 AM 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(Lucene70): {range_facet_l_dv=Lucene50(blocksize=128), _version_=PostingsFormat(name=LuceneFixedGap), multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), intDefault=PostingsFormat(name=LuceneFixedGap), id=Lucene50(blocksize=128), range_facet_i_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), text=Lucene50(blocksize=128), range_facet_l=PostingsFormat(name=LuceneVarGapDocFreqInterval), timestamp=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), range_facet_i_dv=DocValuesFormat(name=Lucene70), timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1062, maxMBSortInHeap=7.877791478932615, sim=RandomSimilarity(queryNorm=false): {}, locale=es-DO, timezone=Egypt
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=4,threads=1,free=103913496,total=526909440
   [junit4]   2> NOTE: All tests run in this JVM: [DOMUtilTest, TestLockTree, AliasIntegrationTest, DistanceFunctionTest, RulesTest, ZkSolrClientTest, TestUninvertingReader, TestComplexPhraseQParserPlugin, TestSolrCLIRunExample, TestStressVersions, TestLeaderElectionZkExpiry, TestInfoStreamLogging, TestRandomRequestDistribution, TestDistributedGrouping, TermsComponentTest, TestSchemaNameResource, ReplicationFactorTest, SoftAutoCommitTest, SegmentsInfoRequestHandlerTest, SolrCLIZkUtilsTest, ParsingFieldUpdateProcessorsTest, MultiThreadedOCPTest, TestQueryUtils, CdcrUpdateLogTest, DistributedTermsComponentTest, TestDefaultStatsCache, TestReRankQParserPlugin, HdfsLockFactoryTest, TestReqParamsAPI, TestGeoJSONResponseWriter, TestLegacyFieldCache, LoggingHandlerTest, TestSchemaVersionResource, TestInitQParser, DocValuesTest, SimplePostToolTest, TestCharFilters, TestTolerantUpdateProcessorRandomCloud, OpenExchangeRatesOrgProviderTest, LeaderInitiatedRecoveryOnCommitTest, TestPushWriter, UpdateRequestProcessorFactoryTest, ExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, DocumentBuilderTest, TestDynamicFieldCollectionResource, VMParamsZkACLAndCredentialsProvidersTest, TestManagedResourceStorage, TestExactStatsCache, BigEndianAscendingWordDeserializerTest, SimpleMLTQParserTest, SampleTest, TestSearcherReuse, SolrMetricReporterTest, TestDocBasedVersionConstraints, SuggesterFSTTest, TestSimpleTrackingShardHandler, DeleteNodeTest, ShardRoutingTest, TestMinMaxOnMultiValuedField, TestFreeTextSuggestions, TestMiniSolrCloudClusterSSL, QueryParsingTest, SSLMigrationTest, OpenCloseCoreStressTest, TestFastLRUCache, DeleteStatusTest, TestBM25SimilarityFactory, SpatialFilterTest, BlockJoinFacetSimpleTest, SolrIndexSplitterTest, VersionInfoTest, TestXIncludeConfig, OverseerCollectionConfigSetProcessorTest, TestSolrDynamicMBean, CoreAdminCreateDiscoverTest, ConvertedLegacyTest, TestWordDelimiterFilterFactory, CollectionsAPIDistributedZkTest, TestStressRecovery, TestQueryTypes, TestCloudPivotFacet, IndexSchemaTest, BasicAuthStandaloneTest, SpellingQueryConverterTest, DistributedSuggestComponentTest, DistributedFacetPivotLongTailTest, SortByFunctionTest, SolrInfoMBeanTest, MoreLikeThisHandlerTest, RecoveryAfterSoftCommitTest, OverseerStatusTest, InfoHandlerTest, ZkControllerTest, ConfigSetsAPITest, ChaosMonkeySafeLeaderTest, HLLUtilTest, CSVRequestHandlerTest, TestSolr4Spatial2, TestTrie, ChaosMonkeyNothingIsSafeTest, TestPartialUpdateDeduplication, CdcrReplicationHandlerTest, TestFieldCacheSortRandom, TestQueryWrapperFilter, BaseCdcrDistributedZkTest, DistanceUnitsTest, TestScoreJoinQPScore, UnloadDistributedZkTest, OverseerTest, TestReplicationHandler, TestFaceting, TestRecovery, DistributedSpellCheckComponentTest, TestRealTimeGet, TestRangeQuery, SpellCheckComponentTest, BadIndexSchemaTest, TestSort, BasicFunctionalityTest, TestLazyCores, HighlighterTest, SignatureUpdateProcessorFactoryTest, CoreAdminHandlerTest, PolyFieldTest, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, FieldMutatingUpdateProcessorTest, DefaultValueUpdateProcessorTest, TestRemoteStreaming, DebugComponentTest, TestSurroundQueryParser, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, TestOmitPositions, FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, TestJmxIntegration, TestAnalyzedSuggestions, PingRequestHandlerTest, TestElisionMultitermQuery, TestConfig, TestPostingsSolrHighlighter, TestCodecSupport, TestDFRSimilarityFactory, TestIBSimilarityFactory, TimeZoneUtilsTest, ResourceLoaderTest, DateMathParserTest, TestSystemIdResolver, RAMDirectoryFactoryTest, TestUtils, ZkNodePropsTest, SystemInfoHandlerTest, FileUtilsTest, TestRTGBase, CursorPagingTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestTolerantSearch, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, CdcrReplicationDistributedZkTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, CustomCollectionTest, DistributedQueueTest, DocValuesNotIndexedTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [487/670 (1!)] on J1 in 111.88s, 1 test, 1 failure <<< FAILURES!

[...truncated 62951 lines...]