You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/11/14 15:38:24 UTC

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

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

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; [core_node2:{"core":"c8n_1x3_lf_shard1_replica2","base_url":"http://127.0.0.1:42530/rbw/m","node_name":"127.0.0.1:42530_rbw%2Fm","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "state":"down",           "base_url":"http://127.0.0.1:36172/rbw/m",           "core":"c8n_1x3_lf_shard1_replica1",           "node_name":"127.0.0.1:36172_rbw%2Fm"},         "core_node2":{           "core":"c8n_1x3_lf_shard1_replica2",           "base_url":"http://127.0.0.1:42530/rbw/m",           "node_name":"127.0.0.1:42530_rbw%2Fm",           "state":"active",           "leader":"true"},         "core_node3":{           "core":"c8n_1x3_lf_shard1_replica3",           "base_url":"http://127.0.0.1:46430/rbw/m",           "node_name":"127.0.0.1:46430_rbw%2Fm",           "state":"down"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node2:{"core":"c8n_1x3_lf_shard1_replica2","base_url":"http://127.0.0.1:42530/rbw/m","node_name":"127.0.0.1:42530_rbw%2Fm","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:36172/rbw/m",
          "core":"c8n_1x3_lf_shard1_replica1",
          "node_name":"127.0.0.1:36172_rbw%2Fm"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:42530/rbw/m",
          "node_name":"127.0.0.1:42530_rbw%2Fm",
          "state":"active",
          "leader":"true"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:46430/rbw/m",
          "node_name":"127.0.0.1:46430_rbw%2Fm",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([2C881B8257E1D26F:A4DC2458F91DBF97]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11689 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/init-core-data-001
   [junit4]   2> 767063 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[2C881B8257E1D26F]-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> 767063 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[2C881B8257E1D26F]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /rbw/m
   [junit4]   2> 767065 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 767065 INFO  (Thread-1772) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 767065 INFO  (Thread-1772) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 767165 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.ZkTestServer start zk server on port:43686
   [junit4]   2> 767176 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 767178 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 767179 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 767179 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 767180 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 767180 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 767181 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 767182 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 767183 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 767184 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 767185 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 767304 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/control-001/cores/collection1
   [junit4]   2> 767305 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 767308 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@414ff4d4{/rbw/m,null,AVAILABLE}
   [junit4]   2> 767309 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.e.j.s.ServerConnector Started ServerConnector@68a65363{HTTP/1.1,[http/1.1]}{127.0.0.1:34407}
   [junit4]   2> 767309 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.e.j.s.Server Started @769113ms
   [junit4]   2> 767309 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/tempDir-001/control/data, hostContext=/rbw/m, hostPort=42530, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/control-001/cores}
   [junit4]   2> 767310 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 767310 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 767310 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 767310 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 767310 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-14T15:08:25.825Z
   [junit4]   2> 767336 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 767336 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/control-001/solr.xml
   [junit4]   2> 767341 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 767341 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43686/solr
   [junit4]   2> 767369 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [n:127.0.0.1:42530_rbw%2Fm    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42530_rbw%2Fm
   [junit4]   2> 767370 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [n:127.0.0.1:42530_rbw%2Fm    ] o.a.s.c.Overseer Overseer (id=96936663816601604-127.0.0.1:42530_rbw%2Fm-n_0000000000) starting
   [junit4]   2> 767373 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [n:127.0.0.1:42530_rbw%2Fm    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42530_rbw%2Fm
   [junit4]   2> 767375 INFO  (OverseerStateUpdate-96936663816601604-127.0.0.1:42530_rbw%2Fm-n_0000000000) [n:127.0.0.1:42530_rbw%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 767387 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [n:127.0.0.1:42530_rbw%2Fm    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/control-001/cores
   [junit4]   2> 767387 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [n:127.0.0.1:42530_rbw%2Fm    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 767389 INFO  (OverseerStateUpdate-96936663816601604-127.0.0.1:42530_rbw%2Fm-n_0000000000) [n:127.0.0.1:42530_rbw%2Fm    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 768398 WARN  (coreLoadExecutor-3607-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 768400 INFO  (coreLoadExecutor-3607-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 768415 INFO  (coreLoadExecutor-3607-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 768508 WARN  (coreLoadExecutor-3607-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 768511 INFO  (coreLoadExecutor-3607-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 768519 INFO  (coreLoadExecutor-3607-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 768520 INFO  (coreLoadExecutor-3607-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/control-001/cores/collection1/data/]
   [junit4]   2> 768520 INFO  (coreLoadExecutor-3607-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@131cb16d
   [junit4]   2> 768520 INFO  (coreLoadExecutor-3607-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=46.4033203125, floorSegmentMB=1.2900390625, forceMergeDeletesPctAllowed=15.17964816312054, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 768523 WARN  (coreLoadExecutor-3607-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 768529 INFO  (coreLoadExecutor-3607-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 768529 INFO  (coreLoadExecutor-3607-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 768531 INFO  (coreLoadExecutor-3607-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 768531 INFO  (coreLoadExecutor-3607-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 768532 INFO  (coreLoadExecutor-3607-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3542007107262054]
   [junit4]   2> 768532 INFO  (coreLoadExecutor-3607-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@56738a98[collection1] main]
   [junit4]   2> 768533 INFO  (coreLoadExecutor-3607-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 768533 INFO  (coreLoadExecutor-3607-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 768533 INFO  (coreLoadExecutor-3607-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 768534 INFO  (searcherExecutor-3608-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@56738a98[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 768534 INFO  (coreLoadExecutor-3607-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1550986622585012224
   [junit4]   2> 768538 INFO  (coreZkRegister-3600-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 768538 INFO  (coreZkRegister-3600-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 768539 INFO  (coreZkRegister-3600-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42530/rbw/m/collection1/
   [junit4]   2> 768539 INFO  (coreZkRegister-3600-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 768539 INFO  (coreZkRegister-3600-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:42530/rbw/m/collection1/ has no replicas
   [junit4]   2> 768540 INFO  (coreZkRegister-3600-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42530/rbw/m/collection1/ shard1
   [junit4]   2> 768693 INFO  (coreZkRegister-3600-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 768893 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 768893 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 768964 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/shard-1-001/cores/collection1
   [junit4]   2> 768965 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/shard-1-001
   [junit4]   2> 768966 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 768967 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1185a26b{/rbw/m,null,AVAILABLE}
   [junit4]   2> 768967 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.e.j.s.ServerConnector Started ServerConnector@7c650a8c{HTTP/1.1,[http/1.1]}{127.0.0.1:43824}
   [junit4]   2> 768967 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.e.j.s.Server Started @770771ms
   [junit4]   2> 768967 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/rbw/m, hostPort=45532, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/shard-1-001/cores}
   [junit4]   2> 768967 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 768968 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 768968 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 768968 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 768968 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-14T15:08:27.483Z
   [junit4]   2> 768970 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 768970 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/shard-1-001/solr.xml
   [junit4]   2> 768996 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 768996 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43686/solr
   [junit4]   2> 769001 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [n:127.0.0.1:45532_rbw%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 769003 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [n:127.0.0.1:45532_rbw%2Fm    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45532_rbw%2Fm
   [junit4]   2> 769007 INFO  (zkCallback-1162-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 769007 INFO  (zkCallback-1153-thread-3-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 769007 INFO  (zkCallback-1157-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 769024 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [n:127.0.0.1:45532_rbw%2Fm    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/shard-1-001/cores
   [junit4]   2> 769024 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [n:127.0.0.1:45532_rbw%2Fm    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 769026 INFO  (OverseerStateUpdate-96936663816601604-127.0.0.1:42530_rbw%2Fm-n_0000000000) [n:127.0.0.1:42530_rbw%2Fm    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 770032 WARN  (coreLoadExecutor-3618-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 770033 INFO  (coreLoadExecutor-3618-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 770044 INFO  (coreLoadExecutor-3618-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 770134 WARN  (coreLoadExecutor-3618-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 770136 INFO  (coreLoadExecutor-3618-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 770142 INFO  (coreLoadExecutor-3618-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 770142 INFO  (coreLoadExecutor-3618-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 770142 INFO  (coreLoadExecutor-3618-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@131cb16d
   [junit4]   2> 770143 INFO  (coreLoadExecutor-3618-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=46.4033203125, floorSegmentMB=1.2900390625, forceMergeDeletesPctAllowed=15.17964816312054, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 770146 WARN  (coreLoadExecutor-3618-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 770153 INFO  (coreLoadExecutor-3618-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 770153 INFO  (coreLoadExecutor-3618-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 770155 INFO  (coreLoadExecutor-3618-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 770155 INFO  (coreLoadExecutor-3618-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 770156 INFO  (coreLoadExecutor-3618-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3542007107262054]
   [junit4]   2> 770156 INFO  (coreLoadExecutor-3618-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4206198b[collection1] main]
   [junit4]   2> 770157 INFO  (coreLoadExecutor-3618-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 770157 INFO  (coreLoadExecutor-3618-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 770157 INFO  (coreLoadExecutor-3618-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 770158 INFO  (searcherExecutor-3619-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4206198b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 770158 INFO  (coreLoadExecutor-3618-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1550986624287899648
   [junit4]   2> 770161 INFO  (coreZkRegister-3613-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 770161 INFO  (coreZkRegister-3613-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 770161 INFO  (coreZkRegister-3613-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45532/rbw/m/collection1/
   [junit4]   2> 770162 INFO  (coreZkRegister-3613-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 770162 INFO  (coreZkRegister-3613-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:45532/rbw/m/collection1/ has no replicas
   [junit4]   2> 770164 INFO  (coreZkRegister-3613-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45532/rbw/m/collection1/ shard2
   [junit4]   2> 770314 INFO  (coreZkRegister-3613-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 770635 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/shard-2-001/cores/collection1
   [junit4]   2> 770636 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/shard-2-001
   [junit4]   2> 770636 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 770637 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7ad8b6aa{/rbw/m,null,AVAILABLE}
   [junit4]   2> 770637 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.e.j.s.ServerConnector Started ServerConnector@464159c6{HTTP/1.1,[http/1.1]}{127.0.0.1:34967}
   [junit4]   2> 770637 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.e.j.s.Server Started @772441ms
   [junit4]   2> 770637 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/rbw/m, hostPort=46430, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/shard-2-001/cores}
   [junit4]   2> 770637 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 770637 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 770638 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 770638 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 770638 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-14T15:08:29.153Z
   [junit4]   2> 770639 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 770639 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/shard-2-001/solr.xml
   [junit4]   2> 770644 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 770645 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43686/solr
   [junit4]   2> 770650 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [n:127.0.0.1:46430_rbw%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 770651 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [n:127.0.0.1:46430_rbw%2Fm    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46430_rbw%2Fm
   [junit4]   2> 770652 INFO  (zkCallback-1162-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 770652 INFO  (zkCallback-1153-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 770652 INFO  (zkCallback-1157-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 770652 INFO  (zkCallback-1168-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm) [n:127.0.0.1:46430_rbw%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 770660 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [n:127.0.0.1:46430_rbw%2Fm    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/shard-2-001/cores
   [junit4]   2> 770661 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [n:127.0.0.1:46430_rbw%2Fm    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 770661 INFO  (OverseerStateUpdate-96936663816601604-127.0.0.1:42530_rbw%2Fm-n_0000000000) [n:127.0.0.1:42530_rbw%2Fm    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 771672 WARN  (coreLoadExecutor-3629-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm) [n:127.0.0.1:46430_rbw%2Fm c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 771673 INFO  (coreLoadExecutor-3629-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm) [n:127.0.0.1:46430_rbw%2Fm c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 771721 INFO  (coreLoadExecutor-3629-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm) [n:127.0.0.1:46430_rbw%2Fm c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 771799 WARN  (coreLoadExecutor-3629-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm) [n:127.0.0.1:46430_rbw%2Fm c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 771801 INFO  (coreLoadExecutor-3629-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm) [n:127.0.0.1:46430_rbw%2Fm c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 771808 INFO  (coreLoadExecutor-3629-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm) [n:127.0.0.1:46430_rbw%2Fm c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 771808 INFO  (coreLoadExecutor-3629-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/shard-2-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 771809 INFO  (coreLoadExecutor-3629-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@131cb16d
   [junit4]   2> 771810 INFO  (coreLoadExecutor-3629-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=46.4033203125, floorSegmentMB=1.2900390625, forceMergeDeletesPctAllowed=15.17964816312054, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 771812 WARN  (coreLoadExecutor-3629-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 771819 INFO  (coreLoadExecutor-3629-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 771820 INFO  (coreLoadExecutor-3629-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 771821 INFO  (coreLoadExecutor-3629-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 771821 INFO  (coreLoadExecutor-3629-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 771822 INFO  (coreLoadExecutor-3629-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3542007107262054]
   [junit4]   2> 771822 INFO  (coreLoadExecutor-3629-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3cb70993[collection1] main]
   [junit4]   2> 771823 INFO  (coreLoadExecutor-3629-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 771823 INFO  (coreLoadExecutor-3629-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 771823 INFO  (coreLoadExecutor-3629-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 771824 INFO  (searcherExecutor-3630-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3cb70993[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 771824 INFO  (coreLoadExecutor-3629-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1550986626034827264
   [junit4]   2> 771832 INFO  (coreZkRegister-3624-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 771832 INFO  (coreZkRegister-3624-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 771832 INFO  (coreZkRegister-3624-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46430/rbw/m/collection1/
   [junit4]   2> 771832 INFO  (coreZkRegister-3624-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 771832 INFO  (coreZkRegister-3624-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:46430/rbw/m/collection1/ has no replicas
   [junit4]   2> 771834 INFO  (coreZkRegister-3624-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:46430/rbw/m/collection1/ shard1
   [junit4]   2> 771986 INFO  (coreZkRegister-3624-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 772314 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/shard-3-001/cores/collection1
   [junit4]   2> 772314 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/shard-3-001
   [junit4]   2> 772315 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 772316 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@30a83d7a{/rbw/m,null,AVAILABLE}
   [junit4]   2> 772316 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.e.j.s.ServerConnector Started ServerConnector@bcd31e8{HTTP/1.1,[http/1.1]}{127.0.0.1:38107}
   [junit4]   2> 772316 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.e.j.s.Server Started @774120ms
   [junit4]   2> 772316 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/rbw/m, hostPort=36172, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/shard-3-001/cores}
   [junit4]   2> 772316 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 772316 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.4.0
   [junit4]   2> 772316 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 772316 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 772316 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2016-11-14T15:08:30.831Z
   [junit4]   2> 772318 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 772318 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/shard-3-001/solr.xml
   [junit4]   2> 772364 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 772365 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43686/solr
   [junit4]   2> 772369 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [n:127.0.0.1:36172_rbw%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 772372 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [n:127.0.0.1:36172_rbw%2Fm    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36172_rbw%2Fm
   [junit4]   2> 772372 INFO  (zkCallback-1168-thread-1-processing-n:127.0.0.1:46430_rbw%2Fm) [n:127.0.0.1:46430_rbw%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 772372 INFO  (zkCallback-1162-thread-1-processing-n:127.0.0.1:45532_rbw%2Fm) [n:127.0.0.1:45532_rbw%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 772373 INFO  (zkCallback-1153-thread-3-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 772373 INFO  (zkCallback-1174-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm) [n:127.0.0.1:36172_rbw%2Fm    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 772373 INFO  (zkCallback-1157-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 772387 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [n:127.0.0.1:36172_rbw%2Fm    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/shard-3-001/cores
   [junit4]   2> 772387 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [n:127.0.0.1:36172_rbw%2Fm    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 772388 INFO  (OverseerStateUpdate-96936663816601604-127.0.0.1:42530_rbw%2Fm-n_0000000000) [n:127.0.0.1:42530_rbw%2Fm    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 773395 WARN  (coreLoadExecutor-3640-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm) [n:127.0.0.1:36172_rbw%2Fm c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 773395 INFO  (coreLoadExecutor-3640-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm) [n:127.0.0.1:36172_rbw%2Fm c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 773406 INFO  (coreLoadExecutor-3640-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm) [n:127.0.0.1:36172_rbw%2Fm c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 773559 WARN  (coreLoadExecutor-3640-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm) [n:127.0.0.1:36172_rbw%2Fm c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 773562 INFO  (coreLoadExecutor-3640-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm) [n:127.0.0.1:36172_rbw%2Fm c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 773570 INFO  (coreLoadExecutor-3640-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm) [n:127.0.0.1:36172_rbw%2Fm c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 773571 INFO  (coreLoadExecutor-3640-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/shard-3-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 773571 INFO  (coreLoadExecutor-3640-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@131cb16d
   [junit4]   2> 773572 INFO  (coreLoadExecutor-3640-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=46.4033203125, floorSegmentMB=1.2900390625, forceMergeDeletesPctAllowed=15.17964816312054, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 773576 WARN  (coreLoadExecutor-3640-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 773587 INFO  (coreLoadExecutor-3640-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 773587 INFO  (coreLoadExecutor-3640-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 773588 INFO  (coreLoadExecutor-3640-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 773589 INFO  (coreLoadExecutor-3640-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 773589 INFO  (coreLoadExecutor-3640-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3542007107262054]
   [junit4]   2> 773589 INFO  (coreLoadExecutor-3640-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@68e9e1f5[collection1] main]
   [junit4]   2> 773590 INFO  (coreLoadExecutor-3640-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 773590 INFO  (coreLoadExecutor-3640-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 773590 INFO  (coreLoadExecutor-3640-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 773591 INFO  (searcherExecutor-3641-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@68e9e1f5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 773591 INFO  (coreLoadExecutor-3640-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1550986627887661056
   [junit4]   2> 773594 INFO  (coreZkRegister-3635-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 773595 INFO  (updateExecutor-1171-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 773595 INFO  (recoveryExecutor-1172-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 773595 INFO  (recoveryExecutor-1172-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 773595 INFO  (recoveryExecutor-1172-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 773595 INFO  (recoveryExecutor-1172-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 773596 INFO  (recoveryExecutor-1172-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering, leader is [http://127.0.0.1:45532/rbw/m/collection1/] and I am [http://127.0.0.1:36172/rbw/m/collection1/]
   [junit4]   2> 773597 INFO  (recoveryExecutor-1172-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:45532/rbw/m]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:36172_rbw%252Fm&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 773598 INFO  (SocketProxy-Acceptor-45532) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=36398,localport=45532], receiveBufferSize:531000
   [junit4]   2> 773598 INFO  (SocketProxy-Acceptor-45532) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=43824,localport=45402], receiveBufferSize=530904
   [junit4]   2> 773599 INFO  (qtp1333063490-7126) [n:127.0.0.1:45532_rbw%2Fm    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 773599 INFO  (qtp1333063490-7126) [n:127.0.0.1:45532_rbw%2Fm    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 773599 INFO  (qtp1333063490-7126) [n:127.0.0.1:45532_rbw%2Fm    ] 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:36172_rbw%2Fm, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:36172/rbw/m","node_name":"127.0.0.1:36172_rbw%2Fm","state":"down"}
   [junit4]   2> 773889 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 773889 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30000 for each attempt
   [junit4]   2> 773889 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 774599 INFO  (qtp1333063490-7126) [n:127.0.0.1:45532_rbw%2Fm    ] 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:36172_rbw%2Fm, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:36172/rbw/m","node_name":"127.0.0.1:36172_rbw%2Fm","state":"recovering"}
   [junit4]   2> 774599 INFO  (qtp1333063490-7126) [n:127.0.0.1:45532_rbw%2Fm    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 774599 INFO  (qtp1333063490-7126) [n:127.0.0.1:45532_rbw%2Fm    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:36172_rbw%252Fm&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> 781600 INFO  (recoveryExecutor-1172-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:45532/rbw/m/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 781600 INFO  (recoveryExecutor-1172-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:36172/rbw/m START replicas=[http://127.0.0.1:45532/rbw/m/collection1/] nUpdates=100
   [junit4]   2> 781602 INFO  (SocketProxy-Acceptor-45532) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=36416,localport=45532], receiveBufferSize:531000
   [junit4]   2> 781603 INFO  (SocketProxy-Acceptor-45532) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=43824,localport=45420], receiveBufferSize=530904
   [junit4]   2> 781604 INFO  (qtp1333063490-7122) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 781605 INFO  (qtp1333063490-7122) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/rbw/m path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 781606 INFO  (recoveryExecutor-1172-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 781606 INFO  (recoveryExecutor-1172-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 781606 INFO  (recoveryExecutor-1172-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 781606 INFO  (recoveryExecutor-1172-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 781607 INFO  (recoveryExecutor-1172-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 781607 INFO  (recoveryExecutor-1172-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 781607 INFO  (recoveryExecutor-1172-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 781607 INFO  (recoveryExecutor-1172-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 781607 INFO  (recoveryExecutor-1172-thread-1-processing-n:127.0.0.1:36172_rbw%2Fm x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 781891 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 781891 INFO  (SocketProxy-Acceptor-42530) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44418,localport=42530], receiveBufferSize:531000
   [junit4]   2> 781892 INFO  (SocketProxy-Acceptor-42530) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34407,localport=53186], receiveBufferSize=530904
   [junit4]   2> 781892 INFO  (qtp502724010-7089) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 781892 INFO  (qtp502724010-7089) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 781893 INFO  (qtp502724010-7089) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 781893 INFO  (qtp502724010-7089) [n:127.0.0.1:42530_rbw%2Fm c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/rbw/m path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 0
   [junit4]   2> 781894 INFO  (SocketProxy-Acceptor-45532) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=36428,localport=45532], receiveBufferSize:531000
   [junit4]   2> 781894 INFO  (SocketProxy-Acceptor-45532) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=43824,localport=45432], receiveBufferSize=530904
   [junit4]   2> 781896 INFO  (SocketProxy-Acceptor-45532) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=36432,localport=45532], receiveBufferSize:531000
   [junit4]   2> 781896 INFO  (SocketProxy-Acceptor-36172) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=34110,localport=36172], receiveBufferSize:531000
   [junit4]   2> 781896 INFO  (SocketProxy-Acceptor-45532) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=43824,localport=45440], receiveBufferSize=530904
   [junit4]   2> 781896 INFO  (SocketProxy-Acceptor-46430) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=35772,localport=46430], receiveBufferSize:531000
   [junit4]   2> 781897 INFO  (qtp1333063490-7122) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 781897 INFO  (qtp1333063490-7122) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 781897 INFO  (qtp1333063490-7122) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 781897 INFO  (qtp1333063490-7122) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/rbw/m path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:45532/rbw/m/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 781897 INFO  (SocketProxy-Acceptor-46430) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34967,localport=54394], receiveBufferSize=530904
   [junit4]   2> 781897 INFO  (SocketProxy-Acceptor-36172) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38107,localport=45044], receiveBufferSize=530904
   [junit4]   2> 781897 INFO  (qtp2105252102-7155) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 781897 INFO  (qtp799027800-7185) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 781897 INFO  (qtp2105252102-7155) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 781898 INFO  (qtp799027800-7185) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 781898 INFO  (qtp2105252102-7155) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 781898 INFO  (qtp799027800-7185) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 781898 INFO  (qtp2105252102-7155) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/rbw/m path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:45532/rbw/m/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 781898 INFO  (qtp799027800-7185) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/rbw/m path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:45532/rbw/m/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 781899 INFO  (qtp1333063490-7121) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/rbw/m path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 4
   [junit4]   2> 781900 INFO  (SocketProxy-Acceptor-45532) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=36444,localport=45532], receiveBufferSize:531000
   [junit4]   2> 781900 INFO  (SocketProxy-Acceptor-45532) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=43824,localport=45448], receiveBufferSize=530904
   [junit4]   2> 781900 INFO  (qtp1333063490-7124) [n:127.0.0.1:45532_rbw%2Fm c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/rbw/m path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 781901 INFO  (SocketProxy-Acceptor-36172) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=34124,localport=36172], receiveBufferSize:531000
   [junit4]   2> 781901 INFO  (SocketProxy-Acceptor-36172) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38107,localport=45054], receiveBufferSize=530904
   [junit4]   2> 781902 INFO  (qtp799027800-7184) [n:127.0.0.1:36172_rbw%2Fm c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/rbw/m path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 781902 INFO  (SocketProxy-Acceptor-46430) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=35790,localport=46430], receiveBufferSize:531000
   [junit4]   2> 781902 INFO  (SocketProxy-Acceptor-46430) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34967,localport=54406], receiveBufferSize=530904
   [junit4]   2> 781903 INFO  (qtp2105252102-7157) [n:127.0.0.1:46430_rbw%2Fm c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/rbw/m path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 783903 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1: c8n_1x3_lf
   [junit4]   2> 783904 INFO  (SocketProxy-Acceptor-46430) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=35816,localport=46430], receiveBufferSize:531000
   [junit4]   2> 783904 INFO  (SocketProxy-Acceptor-46430) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34967,localport=54432], receiveBufferSize=530904
   [junit4]   2> 783904 INFO  (qtp2105252102-7155) [n:127.0.0.1:46430_rbw%2Fm    ] 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> 783907 INFO  (OverseerThreadFactory-3605-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm    ] o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 783907 INFO  (OverseerThreadFactory-3605-thread-1-processing-n:127.0.0.1:42530_rbw%2Fm) [n:127.0.0.1:42530_rbw%2Fm    ] o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
   [junit4]   2> 784010 INFO  (SocketProxy-Acceptor-46430) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=35820,localport=46430], receiveBufferSize:531000
   [junit4]   2> 784010 INFO  (SocketProxy-Acceptor-36172) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=34160,localport=36172], receiveBufferSize:531000
   [junit4]   2> 784010 INFO  (SocketProxy-Acceptor-42530) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44478,localport=42530], receiveBufferSize:531000
   [junit4]   2> 784011 INFO  (SocketProxy-Acceptor-42530) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34407,localport=53252], receiveBufferSize=530904
   [junit4]   2> 784011 INFO  (qtp799027800-7185) [n:127.0.0.1:36172_rbw%2Fm    ] 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> 784011 INFO  (SocketProxy-Acceptor-46430) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34967,localport=54440], receiveBufferSize=530904
   [junit4]   2> 784011 INFO  (qtp502724010-7084) [n:127.0.0.1:42530_rbw%2Fm    ] 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> 784011 INFO  (SocketProxy-Acceptor-36172) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38107,localport=45094], receiveBufferSize=530904
   [junit4]   2> 784011 INFO  (qtp2105252102-7157) [n:127.0.0.1:46430_rbw%2Fm    ] 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> 785020 WARN  (qtp799027800-7185) [n:127.0.0.1:36172_rbw%2Fm c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 785020 WARN  (qtp502724010-7084) [n:127.0.0.1:42530_rbw%2Fm c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 785020 WARN  (qtp2105252102-7157) [n:127.0.0.1:46430_rbw%2Fm c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 785020 INFO  (qtp799027800-7185) [n:127.0.0.1:36172_rbw%2Fm c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 785021 INFO  (qtp502724010-7084) [n:127.0.0.1:42530_rbw%2Fm c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 785021 INFO  (qtp2105252102-7157) [n:127.0.0.1:46430_rbw%2Fm c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 785034 INFO  (qtp2105252102-7157) [n:127.0.0.1:46430_rbw%2Fm c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica3] Schema name=test
   [junit4] 

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

ck-1174-thread-5-processing-n:127.0.0.1:36172_rbw%2Fm) [n:127.0.0.1:36172_rbw%2Fm    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 881469 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@bcd31e8{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 881470 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@30a83d7a{/rbw/m,null,UNAVAILABLE}
   [junit4]   2> 881470 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43686 43686
   [junit4]   2> 881476 INFO  (Thread-1772) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43686 43686
   [junit4]   2> 881477 WARN  (Thread-1772) [    ] 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/96936663816601608-127.0.0.1:45532_rbw%2Fm-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	111	/solr/overseer/collection-queue-work
   [junit4]   2> 	42	/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> 881477 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.SocketProxy Closing 13 connections to: http://127.0.0.1:42530/rbw/m, target: http://127.0.0.1:34407/rbw/m
   [junit4]   2> 881477 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:36172/rbw/m, target: http://127.0.0.1:38107/rbw/m
   [junit4]   2> 881477 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:46430/rbw/m, target: http://127.0.0.1:34967/rbw/m
   [junit4]   2> 881477 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[2C881B8257E1D26F]) [    ] o.a.s.c.SocketProxy Closing 5 connections to: http://127.0.0.1:45532/rbw/m, target: http://127.0.0.1:43824/rbw/m
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test -Dtests.seed=2C881B8257E1D26F -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sl-SI -Dtests.timezone=PRT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  114s J1 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node2:{"core":"c8n_1x3_lf_shard1_replica2","base_url":"http://127.0.0.1:42530/rbw/m","node_name":"127.0.0.1:42530_rbw%2Fm","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
   [junit4]    >   "replicationFactor":"3",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:36172/rbw/m",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "node_name":"127.0.0.1:36172_rbw%2Fm"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "base_url":"http://127.0.0.1:42530/rbw/m",
   [junit4]    >           "node_name":"127.0.0.1:42530_rbw%2Fm",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:46430/rbw/m",
   [junit4]    >           "node_name":"127.0.0.1:46430_rbw%2Fm",
   [junit4]    >           "state":"down"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2C881B8257E1D26F:A4DC2458F91DBF97]:0)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:168)
   [junit4]    > 	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 881479 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[2C881B8257E1D26F]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2C881B8257E1D26F-001
   [junit4]   2> Nov 14, 2016 3:10:19 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {range_facet_l_dv=FSTOrd50, _version_=PostingsFormat(name=Memory doPackFST= false), multiDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), intDefault=PostingsFormat(name=Memory doPackFST= false), id=FSTOrd50, range_facet_i_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), text=FST50, range_facet_l=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), timestamp=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1716, maxMBSortInHeap=7.860945261069025, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=sl-SI, timezone=PRT
   [junit4]   2> NOTE: Linux 4.4.0-42-generic amd64/Oracle Corporation 1.8.0_102 (64-bit)/cpus=12,threads=1,free=124107360,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSuggestSpellingConverter, TestSurroundQueryParser, SchemaVersionSpecificBehaviorTest, JsonLoaderTest, TestBulkSchemaConcurrent, RemoteQueryErrorTest, TestDefaultSearchFieldResource, SearchHandlerTest, TestRTGBase, StressHdfsTest, BlockJoinFacetRandomTest, TestSmileRequest, TestFieldCollectionResource, CdcrUpdateLogTest, LoggingHandlerTest, SpatialHeatmapFacetsTest, TestCoreContainer, CollectionsAPIAsyncDistributedZkTest, CollectionsAPIDistributedZkTest, TestJettySolrRunner, UpdateRequestProcessorFactoryTest, OverseerModifyCollectionTest, CopyFieldTest, DateMathParserTest, TestJsonFacets, FileUtilsTest, TestHdfsCloudBackupRestore, RestartWhileUpdatingTest, TestOverriddenPrefixQueryForCustomFieldType, DocValuesTest, DocumentBuilderTest, TestRTimerTree, BaseCdcrDistributedZkTest, SystemInfoHandlerTest, TestSolrQueryParserDefaultOperatorResource, CollectionReloadTest, SuggesterFSTTest, SpellCheckComponentTest, TestConfigSetsAPIZkFailure, InfoHandlerTest, DistanceFunctionTest, TestDistribDocBasedVersion, TestQueryTypes, TestPartialUpdateDeduplication, MoreLikeThisHandlerTest, ZkSolrClientTest, TestSchemaSimilarityResource, LeaderInitiatedRecoveryOnShardRestartTest, TestRawTransformer, TestDocBasedVersionConstraints, TestLRUStatsCache, TestReloadDeadlock, TestSystemIdResolver, IndexSchemaRuntimeFieldTest, TemplateUpdateProcessorTest, BlockDirectoryTest, TestSolrCoreSnapshots, UtilsToolTest, HdfsRestartWhileUpdatingTest, TestReqParamsAPI, TestSortByMinMaxFunction, TestConfigReload, ChaosMonkeySafeLeaderTest, WordBreakSolrSpellCheckerTest, ForceLeaderTest, ZkControllerTest, ClusterStateUpdateTest, TestStressVersions, TestSearchPerf, TestTrie, SortByFunctionTest, TermVectorComponentTest, TestFastOutputStream, HLLSerializationTest, DirectSolrSpellCheckerTest, UUIDUpdateProcessorFallbackTest, TestCustomSort, DistributedMLTComponentTest, SoftAutoCommitTest, TestBM25SimilarityFactory, DistributedQueryComponentCustomSortTest, CachingDirectoryFactoryTest, TestQueryUtils, HighlighterTest, DeleteNodeTest, DistributedFacetPivotSmallAdvancedTest, TestElisionMultitermQuery, IgnoreCommitOptimizeUpdateProcessorFactoryTest, ExitableDirectoryReaderTest, TestSlowCompositeReaderWrapper, SpatialFilterTest, TestQuerySenderListener, TestLeaderInitiatedRecoveryThread, TestStandardQParsers, TestGraphMLResponseWriter, TestCollectionAPI, TestIntervalFaceting, TestCloudDeleteByQuery, SolrIndexConfigTest, TestTrackingShardHandlerFactory, AliasIntegrationTest, AnalyticsQueryTest, DistributedFacetExistsSmallTest, TestCloudSchemaless, TestFieldTypeResource, TestLegacyFieldCache, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [313/651 (1!)] on J1 in 114.68s, 1 test, 1 failure <<< FAILURES!

[...truncated 61758 lines...]