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

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+152) - Build # 18806 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18806/
Java: 64bit/jdk-9-ea+152 -XX:+UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:38336/vm","node_name":"127.0.0.1:38336_vm","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "core":"c8n_1x3_lf_shard1_replica3",           "base_url":"http://127.0.0.1:34826/vm",           "node_name":"127.0.0.1:34826_vm",           "state":"down"},         "core_node2":{           "state":"down",           "base_url":"http://127.0.0.1:44999/vm",           "core":"c8n_1x3_lf_shard1_replica2",           "node_name":"127.0.0.1:44999_vm"},         "core_node3":{           "core":"c8n_1x3_lf_shard1_replica1",           "base_url":"http://127.0.0.1:38336/vm",           "node_name":"127.0.0.1:38336_vm",           "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:38336/vm","node_name":"127.0.0.1:38336_vm","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:34826/vm",
          "node_name":"127.0.0.1:34826_vm",
          "state":"down"},
        "core_node2":{
          "state":"down",
          "base_url":"http://127.0.0.1:44999/vm",
          "core":"c8n_1x3_lf_shard1_replica2",
          "node_name":"127.0.0.1:44999_vm"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:38336/vm",
          "node_name":"127.0.0.1:38336_vm",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([F8E2A6770833247F:70B699ADA6CF4987]: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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:543)
	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 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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11577 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/init-core-data-001
   [junit4]   2> 578394 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[F8E2A6770833247F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 578396 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[F8E2A6770833247F]-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> 578396 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[F8E2A6770833247F]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /vm/
   [junit4]   2> 578397 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 578397 INFO  (Thread-1158) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 578397 INFO  (Thread-1158) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 578497 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.ZkTestServer start zk server on port:42883
   [junit4]   2> 578503 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 578505 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 578508 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 578511 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 578513 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 578515 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 578517 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 578520 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 578522 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 578524 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 578526 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 578960 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/control-001/cores/collection1
   [junit4]   2> 578962 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 578963 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@235ab2d8{/vm,null,AVAILABLE}
   [junit4]   2> 578965 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7283d553{HTTP/1.1,[http/1.1]}{127.0.0.1:41518}
   [junit4]   2> 578965 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.e.j.s.Server Started @582551ms
   [junit4]   2> 578965 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/vm, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/tempDir-001/control/data, hostPort=44999, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/control-001/cores}
   [junit4]   2> 578966 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 578966 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 578966 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 578966 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 578966 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-01-19T23:05:02.456212Z
   [junit4]   2> 578968 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 578968 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/control-001/solr.xml
   [junit4]   2> 578976 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42883/solr
   [junit4]   2> 578987 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44999_vm
   [junit4]   2> 578988 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.Overseer Overseer (id=97312250389331972-127.0.0.1:44999_vm-n_0000000000) starting
   [junit4]   2> 578991 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44999_vm
   [junit4]   2> 578992 INFO  (zkCallback-1124-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 579012 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/control-001/cores
   [junit4]   2> 579012 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 579021 INFO  (OverseerStateUpdate-97312250389331972-127.0.0.1:44999_vm-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 580023 WARN  (coreLoadExecutor-2383-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 580024 INFO  (coreLoadExecutor-2383-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 580037 INFO  (coreLoadExecutor-2383-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 580103 WARN  (coreLoadExecutor-2383-thread-1) [    ] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 580104 INFO  (coreLoadExecutor-2383-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 580110 INFO  (coreLoadExecutor-2383-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 580111 INFO  (coreLoadExecutor-2383-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/control-001/cores/collection1/data/]
   [junit4]   2> 580111 INFO  (coreLoadExecutor-2383-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@75a72976
   [junit4]   2> 580113 INFO  (coreLoadExecutor-2383-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=58.1884765625, floorSegmentMB=2.0732421875, forceMergeDeletesPctAllowed=16.21253902446466, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2105347628885837
   [junit4]   2> 580119 WARN  (coreLoadExecutor-2383-thread-1) [    ] 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> 580129 INFO  (coreLoadExecutor-2383-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 580129 INFO  (coreLoadExecutor-2383-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 580130 INFO  (coreLoadExecutor-2383-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 580130 INFO  (coreLoadExecutor-2383-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 580130 INFO  (coreLoadExecutor-2383-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=6.6630859375, floorSegmentMB=0.7626953125, forceMergeDeletesPctAllowed=16.445349570263627, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.40809136168127924
   [junit4]   2> 580131 INFO  (coreLoadExecutor-2383-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@41b9390[collection1] main]
   [junit4]   2> 580131 INFO  (coreLoadExecutor-2383-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 580131 INFO  (coreLoadExecutor-2383-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 580131 INFO  (coreLoadExecutor-2383-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 580132 INFO  (searcherExecutor-2384-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@41b9390[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 580132 INFO  (coreLoadExecutor-2383-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556996008047542272
   [junit4]   2> 580137 INFO  (coreZkRegister-2376-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 580137 INFO  (coreZkRegister-2376-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 580137 INFO  (coreZkRegister-2376-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44999/vm/collection1/
   [junit4]   2> 580137 INFO  (coreZkRegister-2376-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 580137 INFO  (coreZkRegister-2376-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:44999/vm/collection1/ has no replicas
   [junit4]   2> 580140 INFO  (coreZkRegister-2376-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44999/vm/collection1/ shard1
   [junit4]   2> 580290 INFO  (coreZkRegister-2376-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 580331 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 580332 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42883/solr ready
   [junit4]   2> 580332 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 580851 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-1-001/cores/collection1
   [junit4]   2> 580852 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-1-001
   [junit4]   2> 580852 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 580853 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@242ea5d9{/vm,null,AVAILABLE}
   [junit4]   2> 580854 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4b00c4c1{HTTP/1.1,[http/1.1]}{127.0.0.1:37187}
   [junit4]   2> 580854 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.e.j.s.Server Started @584439ms
   [junit4]   2> 580854 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/vm, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/tempDir-001/jetty1, hostPort=34826, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-1-001/cores}
   [junit4]   2> 580854 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 580854 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 580854 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 580854 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 580854 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-01-19T23:05:04.344844Z
   [junit4]   2> 580856 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 580856 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-1-001/solr.xml
   [junit4]   2> 580864 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42883/solr
   [junit4]   2> 580871 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 580873 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34826_vm
   [junit4]   2> 580874 INFO  (zkCallback-1124-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 580874 INFO  (zkCallback-1128-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 580874 INFO  (zkCallback-1133-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 580893 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-1-001/cores
   [junit4]   2> 580893 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 580896 INFO  (OverseerStateUpdate-97312250389331972-127.0.0.1:44999_vm-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 581905 WARN  (coreLoadExecutor-2394-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 581905 INFO  (coreLoadExecutor-2394-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 581920 INFO  (coreLoadExecutor-2394-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 582011 WARN  (coreLoadExecutor-2394-thread-1) [    ] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 582014 INFO  (coreLoadExecutor-2394-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 582021 INFO  (coreLoadExecutor-2394-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 582022 INFO  (coreLoadExecutor-2394-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 582022 INFO  (coreLoadExecutor-2394-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@75a72976
   [junit4]   2> 582023 INFO  (coreLoadExecutor-2394-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=58.1884765625, floorSegmentMB=2.0732421875, forceMergeDeletesPctAllowed=16.21253902446466, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2105347628885837
   [junit4]   2> 582030 WARN  (coreLoadExecutor-2394-thread-1) [    ] 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> 582042 INFO  (coreLoadExecutor-2394-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 582042 INFO  (coreLoadExecutor-2394-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 582044 INFO  (coreLoadExecutor-2394-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 582044 INFO  (coreLoadExecutor-2394-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 582044 INFO  (coreLoadExecutor-2394-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=6.6630859375, floorSegmentMB=0.7626953125, forceMergeDeletesPctAllowed=16.445349570263627, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.40809136168127924
   [junit4]   2> 582045 INFO  (coreLoadExecutor-2394-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1782667d[collection1] main]
   [junit4]   2> 582045 INFO  (coreLoadExecutor-2394-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 582046 INFO  (coreLoadExecutor-2394-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 582046 INFO  (coreLoadExecutor-2394-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 582047 INFO  (searcherExecutor-2395-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1782667d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 582047 INFO  (coreLoadExecutor-2394-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556996010055565312
   [junit4]   2> 582051 INFO  (coreZkRegister-2389-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 582051 INFO  (coreZkRegister-2389-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 582051 INFO  (coreZkRegister-2389-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34826/vm/collection1/
   [junit4]   2> 582051 INFO  (coreZkRegister-2389-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 582051 INFO  (coreZkRegister-2389-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:34826/vm/collection1/ has no replicas
   [junit4]   2> 582053 INFO  (coreZkRegister-2389-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34826/vm/collection1/ shard2
   [junit4]   2> 582203 INFO  (coreZkRegister-2389-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 582604 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-2-001/cores/collection1
   [junit4]   2> 582604 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-2-001
   [junit4]   2> 582605 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 582606 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7f079cd5{/vm,null,AVAILABLE}
   [junit4]   2> 582606 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@302ee4ef{HTTP/1.1,[http/1.1]}{127.0.0.1:33953}
   [junit4]   2> 582606 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.e.j.s.Server Started @586192ms
   [junit4]   2> 582606 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/vm, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/tempDir-001/jetty2, hostPort=38129, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-2-001/cores}
   [junit4]   2> 582607 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 582607 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 582607 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 582607 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 582607 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-01-19T23:05:06.097369Z
   [junit4]   2> 582609 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 582609 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-2-001/solr.xml
   [junit4]   2> 582622 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42883/solr
   [junit4]   2> 582627 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 582629 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38129_vm
   [junit4]   2> 582629 INFO  (zkCallback-1128-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 582629 INFO  (zkCallback-1139-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 582629 INFO  (zkCallback-1124-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 582629 INFO  (zkCallback-1133-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 582653 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-2-001/cores
   [junit4]   2> 582653 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 582654 INFO  (OverseerStateUpdate-97312250389331972-127.0.0.1:44999_vm-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 583660 WARN  (coreLoadExecutor-2405-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 583661 INFO  (coreLoadExecutor-2405-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 583670 INFO  (coreLoadExecutor-2405-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 583726 WARN  (coreLoadExecutor-2405-thread-1) [    ] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 583728 INFO  (coreLoadExecutor-2405-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 583733 INFO  (coreLoadExecutor-2405-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 583733 INFO  (coreLoadExecutor-2405-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-2-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 583733 INFO  (coreLoadExecutor-2405-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@75a72976
   [junit4]   2> 583734 INFO  (coreLoadExecutor-2405-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=58.1884765625, floorSegmentMB=2.0732421875, forceMergeDeletesPctAllowed=16.21253902446466, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2105347628885837
   [junit4]   2> 583738 WARN  (coreLoadExecutor-2405-thread-1) [    ] 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> 583747 INFO  (coreLoadExecutor-2405-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 583747 INFO  (coreLoadExecutor-2405-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 583748 INFO  (coreLoadExecutor-2405-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 583748 INFO  (coreLoadExecutor-2405-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 583748 INFO  (coreLoadExecutor-2405-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=6.6630859375, floorSegmentMB=0.7626953125, forceMergeDeletesPctAllowed=16.445349570263627, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.40809136168127924
   [junit4]   2> 583748 INFO  (coreLoadExecutor-2405-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6cf3dc2f[collection1] main]
   [junit4]   2> 583749 INFO  (coreLoadExecutor-2405-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 583749 INFO  (coreLoadExecutor-2405-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 583749 INFO  (coreLoadExecutor-2405-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 583751 INFO  (searcherExecutor-2406-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6cf3dc2f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 583751 INFO  (coreLoadExecutor-2405-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556996011842338816
   [junit4]   2> 583754 INFO  (coreZkRegister-2400-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 583754 INFO  (coreZkRegister-2400-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 583754 INFO  (coreZkRegister-2400-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:38129/vm/collection1/
   [junit4]   2> 583755 INFO  (coreZkRegister-2400-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 583755 INFO  (coreZkRegister-2400-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:38129/vm/collection1/ has no replicas
   [junit4]   2> 583756 INFO  (coreZkRegister-2400-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:38129/vm/collection1/ shard1
   [junit4]   2> 583906 INFO  (coreZkRegister-2400-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 584334 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-3-001/cores/collection1
   [junit4]   2> 584335 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-3-001
   [junit4]   2> 584335 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 584336 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6fc83ae6{/vm,null,AVAILABLE}
   [junit4]   2> 584336 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@112a7e1e{HTTP/1.1,[http/1.1]}{127.0.0.1:35231}
   [junit4]   2> 584336 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.e.j.s.Server Started @587922ms
   [junit4]   2> 584336 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/vm, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/tempDir-001/jetty3, hostPort=38336, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-3-001/cores}
   [junit4]   2> 584337 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 584337 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.0.0
   [junit4]   2> 584337 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 584337 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 584337 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-01-19T23:05:07.827215Z
   [junit4]   2> 584339 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 584339 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-3-001/solr.xml
   [junit4]   2> 584346 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42883/solr
   [junit4]   2> 584351 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 584352 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38336_vm
   [junit4]   2> 584353 INFO  (zkCallback-1124-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 584353 INFO  (zkCallback-1128-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 584353 INFO  (zkCallback-1139-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 584353 INFO  (zkCallback-1133-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 584353 INFO  (zkCallback-1145-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 584369 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-3-001/cores
   [junit4]   2> 584369 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 584371 INFO  (OverseerStateUpdate-97312250389331972-127.0.0.1:44999_vm-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 585391 WARN  (coreLoadExecutor-2416-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 585392 INFO  (coreLoadExecutor-2416-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 585408 INFO  (coreLoadExecutor-2416-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 585520 WARN  (coreLoadExecutor-2416-thread-1) [    ] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 585523 INFO  (coreLoadExecutor-2416-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 585529 INFO  (coreLoadExecutor-2416-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 585530 INFO  (coreLoadExecutor-2416-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-3-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 585530 INFO  (coreLoadExecutor-2416-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@75a72976
   [junit4]   2> 585530 INFO  (coreLoadExecutor-2416-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=58.1884765625, floorSegmentMB=2.0732421875, forceMergeDeletesPctAllowed=16.21253902446466, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2105347628885837
   [junit4]   2> 585534 WARN  (coreLoadExecutor-2416-thread-1) [    ] 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> 585544 INFO  (coreLoadExecutor-2416-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 585544 INFO  (coreLoadExecutor-2416-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 585546 INFO  (coreLoadExecutor-2416-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 585546 INFO  (coreLoadExecutor-2416-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 585546 INFO  (coreLoadExecutor-2416-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=6.6630859375, floorSegmentMB=0.7626953125, forceMergeDeletesPctAllowed=16.445349570263627, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.40809136168127924
   [junit4]   2> 585547 INFO  (coreLoadExecutor-2416-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1691dd2d[collection1] main]
   [junit4]   2> 585548 INFO  (coreLoadExecutor-2416-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 585548 INFO  (coreLoadExecutor-2416-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 585548 INFO  (coreLoadExecutor-2416-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 585549 INFO  (searcherExecutor-2417-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1691dd2d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 585549 INFO  (coreLoadExecutor-2416-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556996013727678464
   [junit4]   2> 585553 INFO  (coreZkRegister-2411-thread-1) [    ] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 585553 INFO  (updateExecutor-1142-thread-1) [    ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 585554 INFO  (recoveryExecutor-1143-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 585554 INFO  (recoveryExecutor-1143-thread-1) [    ] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 585554 INFO  (recoveryExecutor-1143-thread-1) [    ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 585554 INFO  (recoveryExecutor-1143-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 585554 INFO  (recoveryExecutor-1143-thread-1) [    ] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:34826/vm/collection1/] and I am [http://127.0.0.1:38336/vm/collection1/]
   [junit4]   2> 585556 INFO  (recoveryExecutor-1143-thread-1) [    ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:34826/vm]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:38336_vm&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 585556 INFO  (SocketProxy-Acceptor-34826) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=51898,localport=34826], receiveBufferSize:531000
   [junit4]   2> 585559 INFO  (SocketProxy-Acceptor-34826) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=37187,localport=36348], receiveBufferSize=530904
   [junit4]   2> 585563 INFO  (qtp1811139544-5455) [    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 585564 INFO  (qtp1811139544-5455) [    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 585564 INFO  (qtp1811139544-5455) [    ] 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:38336_vm, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:38336/vm","node_name":"127.0.0.1:38336_vm","state":"down"}
   [junit4]   2> 585617 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 585618 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30000 for each attempt
   [junit4]   2> 585618 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 586564 INFO  (qtp1811139544-5455) [    ] 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:38336_vm, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:38336/vm","node_name":"127.0.0.1:38336_vm","state":"recovering"}
   [junit4]   2> 586564 INFO  (qtp1811139544-5455) [    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 586564 INFO  (qtp1811139544-5455) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:38336_vm&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1000
   [junit4]   2> 593565 INFO  (recoveryExecutor-1143-thread-1) [    ] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:34826/vm/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 593565 INFO  (recoveryExecutor-1143-thread-1) [    ] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:38336/vm START replicas=[http://127.0.0.1:34826/vm/collection1/] nUpdates=100
   [junit4]   2> 593566 INFO  (SocketProxy-Acceptor-34826) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=51976,localport=34826], receiveBufferSize:531000
   [junit4]   2> 593567 INFO  (SocketProxy-Acceptor-34826) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=37187,localport=36426], receiveBufferSize=530904
   [junit4]   2> 593568 INFO  (qtp1811139544-5455) [    ] 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> 593568 INFO  (qtp1811139544-5455) [    ] o.a.s.c.S.Request [collection1]  webapp=/vm path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 593568 INFO  (recoveryExecutor-1143-thread-1) [    ] 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> 593568 INFO  (recoveryExecutor-1143-thread-1) [    ] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 593568 INFO  (recoveryExecutor-1143-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 593568 INFO  (recoveryExecutor-1143-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 593569 INFO  (recoveryExecutor-1143-thread-1) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 593569 INFO  (recoveryExecutor-1143-thread-1) [    ] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 593569 INFO  (recoveryExecutor-1143-thread-1) [    ] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 593569 INFO  (recoveryExecutor-1143-thread-1) [    ] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 593569 INFO  (recoveryExecutor-1143-thread-1) [    ] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 593618 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 593619 INFO  (SocketProxy-Acceptor-44999) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=41408,localport=44999], receiveBufferSize:531000
   [junit4]   2> 593619 INFO  (SocketProxy-Acceptor-44999) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=41518,localport=44140], receiveBufferSize=530904
   [junit4]   2> 593620 INFO  (qtp1037970579-5417) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 593620 INFO  (qtp1037970579-5417) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 593620 INFO  (qtp1037970579-5417) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 593621 INFO  (qtp1037970579-5417) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/vm path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 0
   [junit4]   2> 593621 INFO  (SocketProxy-Acceptor-38129) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=57716,localport=38129], receiveBufferSize:531000
   [junit4]   2> 593621 INFO  (SocketProxy-Acceptor-38129) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=33953,localport=58282], receiveBufferSize=530904
   [junit4]   2> 593623 INFO  (SocketProxy-Acceptor-38129) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=57720,localport=38129], receiveBufferSize:531000
   [junit4]   2> 593623 INFO  (SocketProxy-Acceptor-34826) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=51990,localport=34826], receiveBufferSize:531000
   [junit4]   2> 593623 INFO  (SocketProxy-Acceptor-38336) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=52834,localport=38336], receiveBufferSize:531000
   [junit4]   2> 593624 INFO  (SocketProxy-Acceptor-38129) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=33953,localport=58290], receiveBufferSize=530904
   [junit4]   2> 593624 INFO  (SocketProxy-Acceptor-34826) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=37187,localport=36444], receiveBufferSize=530904
   [junit4]   2> 593624 INFO  (SocketProxy-Acceptor-38336) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35231,localport=55096], receiveBufferSize=530904
   [junit4]   2> 593624 INFO  (qtp1811139544-5457) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 593624 INFO  (qtp1201160875-5486) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 593625 INFO  (qtp1811139544-5457) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 593625 INFO  (qtp1201160875-5486) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 593625 INFO  (qtp1084640127-5513) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 593625 INFO  (qtp1084640127-5513) [    ] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 593625 INFO  (qtp1811139544-5457) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 593625 INFO  (qtp1811139544-5457) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/vm path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:38129/vm/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 593625 INFO  (qtp1201160875-5486) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 593625 INFO  (qtp1084640127-5513) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 593626 INFO  (qtp1201160875-5486) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/vm path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:38129/vm/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 593626 INFO  (qtp1084640127-5513) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/vm path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:38129/vm/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 593626 INFO  (qtp1201160875-5484) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/vm path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 4
   [junit4]   2> 593627 INFO  (SocketProxy-Acceptor-34826) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=52000,localport=34826], receiveBufferSize:531000
   [junit4]   2> 593627 INFO  (SocketProxy-Acceptor-34826) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=37187,localport=36450], receiveBufferSize=530904
   [junit4]   2> 593628 INFO  (qtp1811139544-5455) [    ] o.a.s.c.S.Request [collection1]  webapp=/vm path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 593628 INFO  (SocketProxy-Acceptor-38336) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=52846,localport=38336], receiveBufferSize:531000
   [junit4]   2> 593629 INFO  (SocketProxy-Acceptor-38336) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35231,localport=55104], receiveBufferSize=530904
   [junit4]   2> 593629 INFO  (qtp1084640127-5515) [    ] o.a.s.c.S.Request [collection1]  webapp=/vm path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 593630 INFO  (SocketProxy-Acceptor-38129) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=57740,localport=38129], receiveBufferSize:531000
   [junit4]   2> 593630 INFO  (SocketProxy-Acceptor-38129) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=33953,localport=58306], receiveBufferSize=530904
   [junit4]   2> 593631 INFO  (qtp1201160875-5480) [    ] o.a.s.c.S.Request [collection1]  webapp=/vm path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 595632 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1: c8n_1x3_lf
   [junit4]   2> 595634 INFO  (SocketProxy-Acceptor-38129) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=57746,localport=38129], receiveBufferSize:531000
   [junit4]   2> 595634 INFO  (SocketProxy-Acceptor-38129) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=33953,localport=58312], receiveBufferSize=530904
   [junit4]   2> 595634 INFO  (qtp1201160875-5484) [    ] 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> 595635 INFO  (OverseerThreadFactory-2381-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 595635 INFO  (OverseerThreadFactory-2381-thread-1) [    ] o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
   [junit4]   2> 595738 INFO  (SocketProxy-Acceptor-34826) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=52018,localport=34826], receiveBufferSize:531000
   [junit4]   2> 595739 INFO  (SocketProxy-Acceptor-34826) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=37187,localport=36468], receiveBufferSize=530904
   [junit4]   2> 595739 INFO  (SocketProxy-Acceptor-44999) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=41450,localport=44999], receiveBufferSize:531000
   [junit4]   2> 595739 INFO  (SocketProxy-Acceptor-38336) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=52866,localport=38336], receiveBufferSize:531000
   [junit4]   2> 595739 INFO  (qtp1811139544-5457) [    ] 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> 595739 INFO  (SocketProxy-Acceptor-44999) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=41518,localport=44184], receiveBufferSize=530904
   [junit4]   2> 595739 INFO  (SocketProxy-Acceptor-38336) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35231,localport=55126], receiveBufferSize=530904
   [junit4]   2> 595739 INFO  (qtp1037970579-5419) [    ] 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> 595739 INFO  (qtp1084640127-5513) [    ] 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> 596748 WARN  (qtp1037970579-5419) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 596748 WARN  (qtp1811139544-5457) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 596748 WARN  (qtp1084640127-5513) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 596748 INFO  (qtp1037970579-5419) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 596748 INFO  (qtp1811139544-5457) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 596748 INFO  (qtp1084640127-5513) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 596758 INFO  (qtp1037970579-5419) [    ] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica2] Schema name=test
   [junit4]   2> 596758 INFO  (qtp1811139544-5457) [    ] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica3] Schema name=test
   [junit4]   2> 596758 INFO  (qtp1084640127-5513) [    ] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica1] Schema name=test
   [junit4]   2> 596830 WARN  (qtp1037970579-5419) [    ] 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> 596831 WARN  (qtp1084640127-5513) [    ] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 596831 WARN  (qtp1811139544-5457) [    ] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica3] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 596832 INFO  (qtp1037970579-5419) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 596833 INFO  (qtp1084640127-5513) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 596833 INFO  (qtp1811139544-5457) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 596838 INFO  (qtp1811139544-5457) [    ] o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica3' using configuration from collection c8n_1x3_lf
   [junit4]   2> 596838 INFO  (qtp1037970579-5419) [    ] o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica2' using configuration from collection c8n_1x3_lf
   [junit4]   2> 596838 INFO  (qtp1811139544-5457) [    ] o.a.s.c.SolrCore [[c8n_1x3_lf_shard1_replica3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-1-001/cores/c8n_1x3_lf_shard1_replica3], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-1-001/cores/c8n_1x3_lf_shard1_replica3/data/]
   [junit4]   2> 596838 INFO  (qtp1037970579-5419) [    ] o.a.s.c.SolrCore [[c8n_1x3_lf_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/control-001/cores/c8n_1x3_lf_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/control-001/cores/c8n_1x3_lf_shard1_replica2/data/]
   [junit4]   2> 596839 INFO  (qtp1811139544-5457) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@75a72976
   [junit4]   2> 596839 INFO  (qtp1037970579-5419) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@75a72976
   [junit4]   2> 596839 INFO  (qtp1084640127-5513) [    ] o.a.s.c.CoreContainer Creating SolrCore 'c8n_1x3_lf_shard1_replica1' using configuration from collection c8n_1x3_lf
   [junit4]   2> 596839 INFO  (qtp1084640127-5513) [    ] o.a.s.c.SolrCore [[c8n_1x3_lf_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica1/data/]
   [junit4]   2> 596839 INFO  (qtp1084640127-5513) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@75a72976
   [junit4]   2> 596840 INFO  (qtp1811139544-5457) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=58.1884765625, floorSegmentMB=2.0732421875, forceMergeDeletesPctAllowed=16.21253902446466, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2105347628885837
   [junit4]   2> 596840 INFO  (qtp1037970579-5419) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=58.1884765625, floorSegmentMB=2.0732421875, forceMergeDeletesPctAllowed=16.21253902446466, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2105347628885837
   [junit4]   2> 596840 INFO  (qtp1084640127-5513) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=58.1884765625, floorSegmentMB=2.0732421875, forceMergeDeletesPctAllowed=16.21253902446466, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2105347628885837
   [junit4]   2> 596844 WARN  (qtp1811139544-5457) [    ] 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> 596844 WARN  (qtp1037970579-5419) [    ] 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> 596845 WARN  (qtp1084640127-5513) [    ] 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> 596853 INFO  (qtp1811139544-5457) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 596854 INFO  (qtp1084640127-5513) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 596854 INFO  (qtp1811139544-5457) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 596854 INFO  (qtp1084640127-5513) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 596854 INFO  (qtp1037970579-5419) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 596854 INFO  (qtp1037970579-5419) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 596855 INFO  (qtp1811139544-5457) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 596855 INFO  (qtp1084640127-5513) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 596855 INFO  (qtp1037970579-5419) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 596855 INFO  (qtp1084640127-5513) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 596855 INFO  (qtp1037970579-5419) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 596855 INFO  (qtp1811139544-5457) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 596856 INFO  (qtp1037970579-5419) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=6.6630859375, floorSegmentMB=0.7626953125, forceMergeDeletesPctAllowed=16.445349570263627, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.40809136168127924
   [junit4]   2> 596856 INFO  (qtp1084640127-5513) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=6.6630859375, floorSegmentMB=0.7626953125, forceMergeDeletesPctAllowed=16.445349570263627, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.40809136168127924
   [junit4]   2> 596856 INFO  (qtp1811139544-5457) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=6.6630859375, floorSegmentMB=0.7626953125, forceMergeDeletesPctAllowed=16.445349570263627, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.40809136168127924
   [junit4]   2> 596856 INFO  (qtp1084640127-5513) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@29803e85[c8n_1x3_lf_shard1_replica1] main]
   [junit4]   2> 596856 INFO  (qtp1811139544-5457) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@47140d2a[c8n_1x3_lf_shard1_replica3] main]
   [junit4]   2> 596856 INFO  (qtp1037970579-5419) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@477a37f0[c8n_1x3_lf_shard1_replica2] main]
   [junit4]   2> 596857 INFO  (qtp1811139544-5457) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 596857 INFO  (qtp1037970579-5419) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 596857 INFO  (qtp1084640127-5513) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 596857 INFO  (qtp1037970579-5419) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 596857 INFO  (qtp1811139544-5457) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 596857 INFO  (qtp1084640127-5513) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 596857 INFO  (qtp1037970579-5419) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 596857 INFO  (qtp1811139544-5457) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 596857 INFO  (qtp1084640127-5513) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 596858 INFO  (searcherExecutor-2422-thread-1) [    ] o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica3] Registered new searcher Searcher@47140d2a[c8n_1x3_lf_shard1_replica3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 596858 INFO  (qtp1811139544-5457) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556996025586024448
   [junit4]   2> 596858 INFO  (searcherExecutor-2423-thread-1) [    ] o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica2] Registered new searcher Searcher@477a37f0[c8n_1x3_lf_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 596858 INFO  (searcherExecutor-2424-thread-1) [    ] o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica1] Registered new searcher Searcher@29803e85[c8n_1x3_lf_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 596859 INFO  (qtp1037970579-5419) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556996025587073024
   [junit4]   2> 596859 INFO  (qtp1084640127-5513) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1556996025587073024
   [junit4]   2> 596862 INFO  (qtp1811139544-5457) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 596862 INFO  (qtp1811139544-5457) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 596862 INFO  (qtp1811139544-5457) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34826/vm/c8n_1x3_lf_shard1_replica3/
   [junit4]   2> 596862 INFO  (qtp1811139544-5457) [    ] o.a.s.u.PeerSync PeerSync: core=c8n_1x3_lf_shard1_replica3 url=http://127.0.0.1:34826/vm START replicas=[http://127.0.0.1:44999/vm/c8n_1x3_lf_shard1_replica2/, http://127.0.0.1:38336/vm/c8n_1x3_lf_shard1_replica1/] nUpdates=100
   [junit4]   2> 596862 INFO  (qtp1811139544-5457) [    ] o.a.s.u.PeerSync PeerSync: core=c8n_1x3_lf_shard1_replica3 url=http://127.0.0.1:34826/vm DONE.  We have no versions.  sync failed.
   [junit4]   2> 596863 INFO  (SocketProxy-Acceptor-38336) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=52874,localport=38336], receiveBufferSize:531000
   [junit4]   2> 596863 INFO  (SocketProxy-Acceptor-44999) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=41458,localport=44999], receiveBufferSize:531000
   [junit4]   2> 596863 INFO  (SocketProxy-Acceptor-38336) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35231,localport=55132], receiveBufferSize=530904
   [junit4]   2> 596863 INFO  (SocketProxy-Acceptor-44999) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=41518,localport=44194], receiveBufferSize=530904
   [junit4]   2> 596864 INFO  (qtp1084640127-5515) [    ] o.a.s.c.S.Request [c8n_1x3_lf_shard1_replica1]  webapp=/vm path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 596864 INFO  (qtp1037970579-5417) [    ] o.a.s.c.S.Request [c8n_1x3_lf_shard1_replica2]  webapp=/vm path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 596864 INFO  (qtp1811139544-5457) [    ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 596864 INFO  (qtp1811139544-5457) [    ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 596866 INFO  (qtp1811139544-5457) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34826/vm/c8n_1x3_lf_shard1_replica3/ shard1
   [junit4]   2> 597017 INFO  (qtp1811139544-5457) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 597018 INFO  (qtp1811139544-5457) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={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} status=0 QTime=1279
   [junit4]   2> 597863 INFO  (qtp1084640127-5513) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={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} status=0 QTime=2123
   [junit4]   2> 597863 INFO  (qtp1037970579-5419) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={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} status=0 QTime=2123
   [junit4]   2> 597865 INFO  (qtp1201160875-5484) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 598865 INFO  (qtp1201160875-5484) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=3&maxShardsPerNode=1&name=c8n_1x3_lf&action=CREATE&numShards=1&stateFormat=1&wt=javabin&version=2} status=0 QTime=3230
   [junit4]   2> 598868 INFO  (SocketProxy-Acceptor-34826) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=52040,localport=34826], receiveBufferSize:531000
   [junit4]   2> 598868 INFO  (SocketProxy-Acceptor-34826) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=37187,localport=36490], receiveBufferSize=530904
   [junit4]   2> 598871 INFO  (qtp1037970579-5413) [    ] o.a.s.u.p.LogUpdateProcessorFactory [c8n_1x3_lf_shard1_replica2]  webapp=/vm path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34826/vm/c8n_1x3_lf_shard1_replica3/&wt=javabin&version=2}{add=[1 (1556996027693662208)]} 0 0
   [junit4]   2> 598871 INFO  (qtp1084640127-5510) [    ] o.a.s.u.p.LogUpdateProcessorFactory [c8n_1x3_lf_shard1_replica1]  webapp=/vm path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:34826/vm/c8n_1x3_lf_shard1_replica3/&wt=javabin&version=2}{add=[1 (1556996027693662208)]} 0 0
   [junit4]   2> 598871 INFO  (qtp1811139544-5455) [    ] o.a.s.u.p.LogUpdateProcessorFactory [c8n_1x3_lf_shard1_replica3]  webapp=/vm path=/update params={wt=javabin&version=2}{add=[1 (1556996027693662208)]} 0 2
   [junit4]   2> 598872 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Found 3 replicas and leader on 127.0.0.1:34826_vm for shard1 in c8n_1x3_lf
   [junit4]   2> 598872 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Took 0.0 ms to see all replicas become active.
   [junit4]   2> 598872 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:44999/vm, target: http://127.0.0.1:41518/vm
   [junit4]   2> 598873 ERROR (updateExecutor-1130-thread-1) [    ] o.a.s.u.StreamingSolrClients error
   [junit4]   2> java.net.SocketException: Broken pipe (Write failed)
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
   [junit4]   2> 	at java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:153)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.streamWrite(SessionOutputBufferImpl.java:126)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.flushBuffer(SessionOutputBufferImpl.java:138)
   [junit4]   2> 	at org.apache.http.impl.io.SessionOutputBufferImpl.flush(SessionOutputBufferImpl.java:146)
   [junit4]   2> 	at org.apache.http.impl.io.ChunkedOutputStream.close(ChunkedOutputStream.java:205)
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.sendRequestEntity(DefaultBHttpClientConnection.java:159)
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.sendRequestEntity(CPoolProxy.java:162)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:237)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:122)
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpReques

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

ection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 720748 INFO  (qtp1084640127-5734) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:44999_vm&onlyIfLeaderActive=true&core=c8n_1x3_lf_shard1_replica1&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=400 QTime=9002
   [junit4]   2> 720748 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42883 42883
   [junit4]   2> 720782 INFO  (Thread-1158) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42883 42883
   [junit4]   2> 720782 WARN  (Thread-1158) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 	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/97312250389331972-127.0.0.1:44999_vm-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	139	/solr/overseer/collection-queue-work
   [junit4]   2> 	33	/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> 720783 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.SocketProxy Closing 4 connections to: http://127.0.0.1:38129/vm, target: http://127.0.0.1:33953/vm
   [junit4]   2> 720783 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:34826/vm, target: http://127.0.0.1:37187/vm
   [junit4]   2> 720783 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:44999/vm, target: http://127.0.0.1:41518/vm
   [junit4]   2> 720783 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[F8E2A6770833247F]) [    ] o.a.s.c.SocketProxy Closing 15 connections to: http://127.0.0.1:38336/vm, target: http://127.0.0.1:35231/vm
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=F8E2A6770833247F -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=gsw-LI -Dtests.timezone=Europe/Amsterdam -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE  142s J2 | 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:38336/vm","node_name":"127.0.0.1:38336_vm","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]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:34826/vm",
   [junit4]    >           "node_name":"127.0.0.1:34826_vm",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:44999/vm",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "node_name":"127.0.0.1:44999_vm"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:38336/vm",
   [junit4]    >           "node_name":"127.0.0.1:38336_vm",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F8E2A6770833247F:70B699ADA6CF4987]: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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:543)
   [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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 720797 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[F8E2A6770833247F]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_F8E2A6770833247F-001
   [junit4]   2> Jan 19, 2017 11:07:24 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {range_facet_l_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), _version_=Lucene50(blocksize=128), multiDefault=PostingsFormat(name=Memory), a_t=PostingsFormat(name=Memory), intDefault=Lucene50(blocksize=128), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), range_facet_i_dv=PostingsFormat(name=Memory), text=PostingsFormat(name=LuceneVarGapFixedInterval), range_facet_l=PostingsFormat(name=Memory), timestamp=PostingsFormat(name=Memory)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), range_facet_i_dv=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1543, maxMBSortInHeap=7.932367000721111, sim=RandomSimilarity(queryNorm=true): {}, locale=gsw-LI, timezone=Europe/Amsterdam
   [junit4]   2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=213458752,total=451936256
   [junit4]   2> NOTE: All tests run in this JVM: [BigEndianAscendingWordDeserializerTest, TestSchemaNameResource, TestSort, TestLeaderElectionZkExpiry, TestStressCloudBlindAtomicUpdates, SolrPluginUtilsTest, CdcrBootstrapTest, BasicDistributedZk2Test, TestScoreJoinQPNoScore, TestManagedSynonymFilterFactory, DistanceUnitsTest, TestPushWriter, OverseerTest, DateFieldTest, DocValuesMultiTest, FieldMutatingUpdateProcessorTest, TestPivotHelperCode, WrapperMergePolicyFactoryTest, StressHdfsTest, CircularListTest, TestComponentsName, SolrMetricReporterTest, TestSchemaVersionResource, TestReload, TestSolrCLIRunExample, EnumFieldTest, TestRecovery, TestSortByMinMaxFunction, TestMiniSolrCloudClusterSSL, TestFieldCacheWithThreads, TestSolrCloudWithHadoopAuthPlugin, TestConfigSetsAPIExclusivity, SharedFSAutoReplicaFailoverTest, OverseerCollectionConfigSetProcessorTest, HdfsChaosMonkeyNothingIsSafeTest, ShowFileRequestHandlerTest, TestExclusionRuleCollectionAccess, TestBinaryField, ExternalFileFieldSortTest, TestStandardQParsers, HighlighterConfigTest, RulesTest, TestDistributedMissingSort, TestNumericTerms64, InfoHandlerTest, DebugComponentTest, TestPhraseSuggestions, ConjunctionSolrSpellCheckerTest, TestIndexingPerformance, OutputWriterTest, LeaderElectionTest, TestSolrDeletionPolicy1, TestPointFields, TestSolrDynamicMBean, TestWriterPerf, OverseerStatusTest, SliceStateTest, ExitableDirectoryReaderTest, HighlighterMaxOffsetTest, LukeRequestHandlerTest, TestCloudPivotFacet, BadIndexSchemaTest, TestIndexSearcher, CurrencyFieldXmlFileTest, RecoveryAfterSoftCommitTest, ConnectionManagerTest, TestCoreDiscovery, TestSegmentSorting, TestDeleteCollectionOnDownNodes, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [251/680 (1!)] on J2 in 143.17s, 1 test, 1 failure <<< FAILURES!

[...truncated 52858 lines...]