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

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/594/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:60164/sp/wg","node_name":"127.0.0.1:60164_sp%2Fwg","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/27)={   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "core":"c8n_1x3_lf_shard1_replica3",           "base_url":"http://127.0.0.1:51264/sp/wg",           "node_name":"127.0.0.1:51264_sp%2Fwg",           "state":"down"},         "core_node2":{           "state":"down",           "base_url":"http://127.0.0.1:57200/sp/wg",           "core":"c8n_1x3_lf_shard1_replica2",           "node_name":"127.0.0.1:57200_sp%2Fwg"},         "core_node3":{           "core":"c8n_1x3_lf_shard1_replica1",           "base_url":"http://127.0.0.1:60164/sp/wg",           "node_name":"127.0.0.1:60164_sp%2Fwg",           "state":"active",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:60164/sp/wg","node_name":"127.0.0.1:60164_sp%2Fwg","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/27)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:51264/sp/wg",
          "node_name":"127.0.0.1:51264_sp%2Fwg",
          "state":"down"},
        "core_node2":{
          "state":"down",
          "base_url":"http://127.0.0.1:57200/sp/wg",
          "core":"c8n_1x3_lf_shard1_replica2",
          "node_name":"127.0.0.1:57200_sp%2Fwg"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:60164/sp/wg",
          "node_name":"127.0.0.1:60164_sp%2Fwg",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([B1E7954C79FE494E:39B3AA96D70224B6]: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 12210 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/init-core-data-001
   [junit4]   2> 2155959 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[B1E7954C79FE494E]-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> 2155959 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[B1E7954C79FE494E]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /sp/wg
   [junit4]   2> 2155961 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2155962 INFO  (Thread-4882) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2155962 INFO  (Thread-4882) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2156062 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.ZkTestServer start zk server on port:60201
   [junit4]   2> 2156083 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2156086 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2156088 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2156091 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2156093 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2156096 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2156099 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2156102 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2156104 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2156108 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2156111 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2156356 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/control-001/cores/collection1
   [junit4]   2> 2156357 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2156359 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@62ae013{/sp/wg,null,AVAILABLE}
   [junit4]   2> 2156360 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@9e9c1fb{HTTP/1.1,[http/1.1]}{127.0.0.1:50876}
   [junit4]   2> 2156360 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.e.j.s.Server Started @2160813ms
   [junit4]   2> 2156360 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/tempDir-001/control/data, hostContext=/sp/wg, hostPort=60164, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/control-001/cores}
   [junit4]   2> 2156361 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2156361 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 2156361 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2156361 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2156361 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-01-04T00:14:39.781Z
   [junit4]   2> 2156377 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2156378 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/control-001/solr.xml
   [junit4]   2> 2156386 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2156387 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60201/solr
   [junit4]   2> 2156449 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [n:127.0.0.1:60164_sp%2Fwg    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60164_sp%2Fwg
   [junit4]   2> 2156453 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [n:127.0.0.1:60164_sp%2Fwg    ] o.a.s.c.Overseer Overseer (id=97221927199244292-127.0.0.1:60164_sp%2Fwg-n_0000000000) starting
   [junit4]   2> 2156481 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [n:127.0.0.1:60164_sp%2Fwg    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60164_sp%2Fwg
   [junit4]   2> 2156485 INFO  (OverseerStateUpdate-97221927199244292-127.0.0.1:60164_sp%2Fwg-n_0000000000) [n:127.0.0.1:60164_sp%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2156665 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [n:127.0.0.1:60164_sp%2Fwg    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/control-001/cores
   [junit4]   2> 2156665 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [n:127.0.0.1:60164_sp%2Fwg    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2156670 INFO  (OverseerStateUpdate-97221927199244292-127.0.0.1:60164_sp%2Fwg-n_0000000000) [n:127.0.0.1:60164_sp%2Fwg    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2157684 WARN  (coreLoadExecutor-8276-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2157685 INFO  (coreLoadExecutor-8276-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2157699 INFO  (coreLoadExecutor-8276-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2157788 WARN  (coreLoadExecutor-8276-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg 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> 2157791 INFO  (coreLoadExecutor-8276-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2157808 INFO  (coreLoadExecutor-8276-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2157808 INFO  (coreLoadExecutor-8276-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg c:control_collection   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/control-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/control-001/cores/collection1/data/]
   [junit4]   2> 2157809 INFO  (coreLoadExecutor-8276-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg c:control_collection   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@30e605ea
   [junit4]   2> 2157809 INFO  (coreLoadExecutor-8276-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3492556666496931]
   [junit4]   2> 2157813 WARN  (coreLoadExecutor-8276-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg c:control_collection   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2157822 INFO  (coreLoadExecutor-8276-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg c:control_collection   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2157822 INFO  (coreLoadExecutor-8276-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg c:control_collection   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2157823 INFO  (coreLoadExecutor-8276-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg c:control_collection   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2157823 INFO  (coreLoadExecutor-8276-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg c:control_collection   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2157823 INFO  (coreLoadExecutor-8276-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=94.283203125, floorSegmentMB=1.6103515625, forceMergeDeletesPctAllowed=14.992950173110982, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5321805188280991
   [junit4]   2> 2157824 INFO  (coreLoadExecutor-8276-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg c:control_collection   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7980631a[collection1] main]
   [junit4]   2> 2157826 INFO  (coreLoadExecutor-8276-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2157826 INFO  (coreLoadExecutor-8276-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2157826 INFO  (coreLoadExecutor-8276-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg c:control_collection   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2157827 INFO  (searcherExecutor-8277-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg x:collection1 c:control_collection) [n:127.0.0.1:60164_sp%2Fwg c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7980631a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2157827 INFO  (coreLoadExecutor-8276-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg c:control_collection   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1555550837142454272
   [junit4]   2> 2157836 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2157838 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:60201/solr ready
   [junit4]   2> 2157838 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2157839 INFO  (coreZkRegister-8269-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg x:collection1 c:control_collection) [n:127.0.0.1:60164_sp%2Fwg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2157839 INFO  (coreZkRegister-8269-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg x:collection1 c:control_collection) [n:127.0.0.1:60164_sp%2Fwg 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> 2157839 INFO  (coreZkRegister-8269-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg x:collection1 c:control_collection) [n:127.0.0.1:60164_sp%2Fwg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60164/sp/wg/collection1/
   [junit4]   2> 2157839 INFO  (coreZkRegister-8269-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg x:collection1 c:control_collection) [n:127.0.0.1:60164_sp%2Fwg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2157839 INFO  (coreZkRegister-8269-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg x:collection1 c:control_collection) [n:127.0.0.1:60164_sp%2Fwg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:60164/sp/wg/collection1/ has no replicas
   [junit4]   2> 2157848 INFO  (coreZkRegister-8269-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg x:collection1 c:control_collection) [n:127.0.0.1:60164_sp%2Fwg 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:60164/sp/wg/collection1/ shard1
   [junit4]   2> 2157992 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/shard-1-001/cores/collection1
   [junit4]   2> 2157993 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/shard-1-001
   [junit4]   2> 2157993 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2157995 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@700d6371{/sp/wg,null,AVAILABLE}
   [junit4]   2> 2157995 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2ebb9d31{HTTP/1.1,[http/1.1]}{127.0.0.1:53365}
   [junit4]   2> 2157995 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.e.j.s.Server Started @2162449ms
   [junit4]   2> 2157995 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/sp/wg, hostPort=57200, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/shard-1-001/cores}
   [junit4]   2> 2157995 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2157996 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 2157997 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2157997 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2157997 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-01-04T00:14:41.417Z
   [junit4]   2> 2158001 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2158001 INFO  (coreZkRegister-8269-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg x:collection1 c:control_collection) [n:127.0.0.1:60164_sp%2Fwg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2158001 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/shard-1-001/solr.xml
   [junit4]   2> 2158009 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2158010 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60201/solr
   [junit4]   2> 2158024 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [n:127.0.0.1:57200_sp%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2158032 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [n:127.0.0.1:57200_sp%2Fwg    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57200_sp%2Fwg
   [junit4]   2> 2158034 INFO  (zkCallback-3699-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2158035 INFO  (zkCallback-3695-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2158035 INFO  (zkCallback-3704-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2158114 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [n:127.0.0.1:57200_sp%2Fwg    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/shard-1-001/cores
   [junit4]   2> 2158114 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [n:127.0.0.1:57200_sp%2Fwg    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2158118 INFO  (OverseerStateUpdate-97221927199244292-127.0.0.1:60164_sp%2Fwg-n_0000000000) [n:127.0.0.1:60164_sp%2Fwg    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 2159131 WARN  (coreLoadExecutor-8287-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2159132 INFO  (coreLoadExecutor-8287-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2159145 INFO  (coreLoadExecutor-8287-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2159232 WARN  (coreLoadExecutor-8287-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg 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> 2159234 INFO  (coreLoadExecutor-8287-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2159252 INFO  (coreLoadExecutor-8287-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2159252 INFO  (coreLoadExecutor-8287-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/shard-1-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 2159253 INFO  (coreLoadExecutor-8287-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@30e605ea
   [junit4]   2> 2159254 INFO  (coreLoadExecutor-8287-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3492556666496931]
   [junit4]   2> 2159258 WARN  (coreLoadExecutor-8287-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2159269 INFO  (coreLoadExecutor-8287-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2159270 INFO  (coreLoadExecutor-8287-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2159270 INFO  (coreLoadExecutor-8287-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2159270 INFO  (coreLoadExecutor-8287-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2159271 INFO  (coreLoadExecutor-8287-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=94.283203125, floorSegmentMB=1.6103515625, forceMergeDeletesPctAllowed=14.992950173110982, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5321805188280991
   [junit4]   2> 2159272 INFO  (coreLoadExecutor-8287-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@58912eac[collection1] main]
   [junit4]   2> 2159273 INFO  (coreLoadExecutor-8287-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2159274 INFO  (coreLoadExecutor-8287-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2159274 INFO  (coreLoadExecutor-8287-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2159275 INFO  (searcherExecutor-8288-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg x:collection1 c:collection1) [n:127.0.0.1:57200_sp%2Fwg c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@58912eac[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2159275 INFO  (coreLoadExecutor-8287-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1555550838660792320
   [junit4]   2> 2159285 INFO  (coreZkRegister-8282-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg x:collection1 c:collection1) [n:127.0.0.1:57200_sp%2Fwg c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2159285 INFO  (coreZkRegister-8282-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg x:collection1 c:collection1) [n:127.0.0.1:57200_sp%2Fwg 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> 2159286 INFO  (coreZkRegister-8282-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg x:collection1 c:collection1) [n:127.0.0.1:57200_sp%2Fwg c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57200/sp/wg/collection1/
   [junit4]   2> 2159286 INFO  (coreZkRegister-8282-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg x:collection1 c:collection1) [n:127.0.0.1:57200_sp%2Fwg c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2159286 INFO  (coreZkRegister-8282-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg x:collection1 c:collection1) [n:127.0.0.1:57200_sp%2Fwg c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:57200/sp/wg/collection1/ has no replicas
   [junit4]   2> 2159293 INFO  (coreZkRegister-8282-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg x:collection1 c:collection1) [n:127.0.0.1:57200_sp%2Fwg c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57200/sp/wg/collection1/ shard2
   [junit4]   2> 2159445 INFO  (coreZkRegister-8282-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg x:collection1 c:collection1) [n:127.0.0.1:57200_sp%2Fwg c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2159508 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/shard-2-001/cores/collection1
   [junit4]   2> 2159508 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/shard-2-001
   [junit4]   2> 2159509 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2159511 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b2b1cd0{/sp/wg,null,AVAILABLE}
   [junit4]   2> 2159512 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1aff3549{HTTP/1.1,[http/1.1]}{127.0.0.1:38126}
   [junit4]   2> 2159512 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.e.j.s.Server Started @2163966ms
   [junit4]   2> 2159512 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/sp/wg, hostPort=60250, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/shard-2-001/cores}
   [junit4]   2> 2159512 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2159512 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 2159513 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2159513 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2159513 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-01-04T00:14:42.933Z
   [junit4]   2> 2159517 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2159517 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/shard-2-001/solr.xml
   [junit4]   2> 2159523 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2159524 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60201/solr
   [junit4]   2> 2159539 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [n:127.0.0.1:60250_sp%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2159547 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [n:127.0.0.1:60250_sp%2Fwg    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60250_sp%2Fwg
   [junit4]   2> 2159551 INFO  (zkCallback-3695-thread-2-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2159551 INFO  (zkCallback-3699-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2159551 INFO  (zkCallback-3704-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2159553 INFO  (zkCallback-3710-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg) [n:127.0.0.1:60250_sp%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2159595 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [n:127.0.0.1:60250_sp%2Fwg    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/shard-2-001/cores
   [junit4]   2> 2159596 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [n:127.0.0.1:60250_sp%2Fwg    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2159598 INFO  (OverseerStateUpdate-97221927199244292-127.0.0.1:60164_sp%2Fwg-n_0000000000) [n:127.0.0.1:60164_sp%2Fwg    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2160612 WARN  (coreLoadExecutor-8298-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg) [n:127.0.0.1:60250_sp%2Fwg c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2160613 INFO  (coreLoadExecutor-8298-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg) [n:127.0.0.1:60250_sp%2Fwg c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2160636 INFO  (coreLoadExecutor-8298-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg) [n:127.0.0.1:60250_sp%2Fwg c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2160722 WARN  (coreLoadExecutor-8298-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg) [n:127.0.0.1:60250_sp%2Fwg 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> 2160724 INFO  (coreLoadExecutor-8298-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg) [n:127.0.0.1:60250_sp%2Fwg c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2160741 INFO  (coreLoadExecutor-8298-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg) [n:127.0.0.1:60250_sp%2Fwg c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2160741 INFO  (coreLoadExecutor-8298-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg) [n:127.0.0.1:60250_sp%2Fwg c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/shard-2-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 2160742 INFO  (coreLoadExecutor-8298-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg) [n:127.0.0.1:60250_sp%2Fwg c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@30e605ea
   [junit4]   2> 2160742 INFO  (coreLoadExecutor-8298-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg) [n:127.0.0.1:60250_sp%2Fwg c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3492556666496931]
   [junit4]   2> 2160745 WARN  (coreLoadExecutor-8298-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg) [n:127.0.0.1:60250_sp%2Fwg c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2160759 INFO  (coreLoadExecutor-8298-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg) [n:127.0.0.1:60250_sp%2Fwg c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2160759 INFO  (coreLoadExecutor-8298-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg) [n:127.0.0.1:60250_sp%2Fwg c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2160760 INFO  (coreLoadExecutor-8298-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg) [n:127.0.0.1:60250_sp%2Fwg c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2160760 INFO  (coreLoadExecutor-8298-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg) [n:127.0.0.1:60250_sp%2Fwg c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2160761 INFO  (coreLoadExecutor-8298-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg) [n:127.0.0.1:60250_sp%2Fwg c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=94.283203125, floorSegmentMB=1.6103515625, forceMergeDeletesPctAllowed=14.992950173110982, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5321805188280991
   [junit4]   2> 2160761 INFO  (coreLoadExecutor-8298-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg) [n:127.0.0.1:60250_sp%2Fwg c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@da50774[collection1] main]
   [junit4]   2> 2160763 INFO  (coreLoadExecutor-8298-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg) [n:127.0.0.1:60250_sp%2Fwg c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2160764 INFO  (coreLoadExecutor-8298-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg) [n:127.0.0.1:60250_sp%2Fwg c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2160764 INFO  (coreLoadExecutor-8298-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg) [n:127.0.0.1:60250_sp%2Fwg c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2160765 INFO  (searcherExecutor-8299-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg x:collection1 c:collection1) [n:127.0.0.1:60250_sp%2Fwg c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@da50774[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2160765 INFO  (coreLoadExecutor-8298-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg) [n:127.0.0.1:60250_sp%2Fwg c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1555550840223170560
   [junit4]   2> 2160774 INFO  (coreZkRegister-8293-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg x:collection1 c:collection1) [n:127.0.0.1:60250_sp%2Fwg c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2160774 INFO  (coreZkRegister-8293-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg x:collection1 c:collection1) [n:127.0.0.1:60250_sp%2Fwg 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> 2160774 INFO  (coreZkRegister-8293-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg x:collection1 c:collection1) [n:127.0.0.1:60250_sp%2Fwg c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60250/sp/wg/collection1/
   [junit4]   2> 2160774 INFO  (coreZkRegister-8293-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg x:collection1 c:collection1) [n:127.0.0.1:60250_sp%2Fwg c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2160775 INFO  (coreZkRegister-8293-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg x:collection1 c:collection1) [n:127.0.0.1:60250_sp%2Fwg c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:60250/sp/wg/collection1/ has no replicas
   [junit4]   2> 2160781 INFO  (coreZkRegister-8293-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg x:collection1 c:collection1) [n:127.0.0.1:60250_sp%2Fwg c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:60250/sp/wg/collection1/ shard1
   [junit4]   2> 2160933 INFO  (coreZkRegister-8293-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg x:collection1 c:collection1) [n:127.0.0.1:60250_sp%2Fwg c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2160963 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/shard-3-001/cores/collection1
   [junit4]   2> 2160964 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/shard-3-001
   [junit4]   2> 2160964 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 2160966 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@36cc86a3{/sp/wg,null,AVAILABLE}
   [junit4]   2> 2160967 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3fe6d549{HTTP/1.1,[http/1.1]}{127.0.0.1:43753}
   [junit4]   2> 2160969 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.e.j.s.Server Started @2165424ms
   [junit4]   2> 2160970 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/sp/wg, hostPort=51264, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/shard-3-001/cores}
   [junit4]   2> 2160970 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2160970 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.4.0
   [junit4]   2> 2160970 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2160970 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2160970 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-01-04T00:14:44.390Z
   [junit4]   2> 2160975 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2160975 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/shard-3-001/solr.xml
   [junit4]   2> 2160981 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2160982 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60201/solr
   [junit4]   2> 2161002 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [n:127.0.0.1:51264_sp%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2161014 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [n:127.0.0.1:51264_sp%2Fwg    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51264_sp%2Fwg
   [junit4]   2> 2161017 INFO  (zkCallback-3704-thread-1-processing-n:127.0.0.1:57200_sp%2Fwg) [n:127.0.0.1:57200_sp%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2161018 INFO  (zkCallback-3695-thread-3-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2161018 INFO  (zkCallback-3699-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2161018 INFO  (zkCallback-3710-thread-1-processing-n:127.0.0.1:60250_sp%2Fwg) [n:127.0.0.1:60250_sp%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2161021 INFO  (zkCallback-3716-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg) [n:127.0.0.1:51264_sp%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2161105 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [n:127.0.0.1:51264_sp%2Fwg    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/shard-3-001/cores
   [junit4]   2> 2161105 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [n:127.0.0.1:51264_sp%2Fwg    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2161108 INFO  (OverseerStateUpdate-97221927199244292-127.0.0.1:60164_sp%2Fwg-n_0000000000) [n:127.0.0.1:60164_sp%2Fwg    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 2162123 WARN  (coreLoadExecutor-8309-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg) [n:127.0.0.1:51264_sp%2Fwg c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2162124 INFO  (coreLoadExecutor-8309-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg) [n:127.0.0.1:51264_sp%2Fwg c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 2162174 INFO  (coreLoadExecutor-8309-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg) [n:127.0.0.1:51264_sp%2Fwg c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2162289 WARN  (coreLoadExecutor-8309-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg) [n:127.0.0.1:51264_sp%2Fwg 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> 2162291 INFO  (coreLoadExecutor-8309-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg) [n:127.0.0.1:51264_sp%2Fwg c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2162308 INFO  (coreLoadExecutor-8309-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg) [n:127.0.0.1:51264_sp%2Fwg c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2162308 INFO  (coreLoadExecutor-8309-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg) [n:127.0.0.1:51264_sp%2Fwg c:collection1   x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/shard-3-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 2162308 INFO  (coreLoadExecutor-8309-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg) [n:127.0.0.1:51264_sp%2Fwg c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@30e605ea
   [junit4]   2> 2162309 INFO  (coreLoadExecutor-8309-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg) [n:127.0.0.1:51264_sp%2Fwg c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3492556666496931]
   [junit4]   2> 2162313 WARN  (coreLoadExecutor-8309-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg) [n:127.0.0.1:51264_sp%2Fwg c:collection1   x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2162324 INFO  (coreLoadExecutor-8309-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg) [n:127.0.0.1:51264_sp%2Fwg c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2162324 INFO  (coreLoadExecutor-8309-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg) [n:127.0.0.1:51264_sp%2Fwg c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2162325 INFO  (coreLoadExecutor-8309-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg) [n:127.0.0.1:51264_sp%2Fwg c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2162325 INFO  (coreLoadExecutor-8309-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg) [n:127.0.0.1:51264_sp%2Fwg c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2162326 INFO  (coreLoadExecutor-8309-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg) [n:127.0.0.1:51264_sp%2Fwg c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=94.283203125, floorSegmentMB=1.6103515625, forceMergeDeletesPctAllowed=14.992950173110982, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5321805188280991
   [junit4]   2> 2162326 INFO  (coreLoadExecutor-8309-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg) [n:127.0.0.1:51264_sp%2Fwg c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@268eaf90[collection1] main]
   [junit4]   2> 2162327 INFO  (coreLoadExecutor-8309-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg) [n:127.0.0.1:51264_sp%2Fwg c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2162328 INFO  (coreLoadExecutor-8309-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg) [n:127.0.0.1:51264_sp%2Fwg c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2162328 INFO  (coreLoadExecutor-8309-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg) [n:127.0.0.1:51264_sp%2Fwg c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2162329 INFO  (searcherExecutor-8310-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg x:collection1 c:collection1) [n:127.0.0.1:51264_sp%2Fwg c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@268eaf90[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2162329 INFO  (coreLoadExecutor-8309-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg) [n:127.0.0.1:51264_sp%2Fwg c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1555550841863143424
   [junit4]   2> 2162334 INFO  (coreZkRegister-8304-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg x:collection1 c:collection1) [n:127.0.0.1:51264_sp%2Fwg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 2162335 INFO  (updateExecutor-3713-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51264_sp%2Fwg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2162335 INFO  (recoveryExecutor-3714-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51264_sp%2Fwg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2162336 INFO  (recoveryExecutor-3714-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51264_sp%2Fwg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 2162336 INFO  (recoveryExecutor-3714-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51264_sp%2Fwg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 2162336 INFO  (recoveryExecutor-3714-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51264_sp%2Fwg 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> 2162336 INFO  (recoveryExecutor-3714-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51264_sp%2Fwg 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:57200/sp/wg/collection1/] and I am [http://127.0.0.1:51264/sp/wg/collection1/]
   [junit4]   2> 2162340 INFO  (recoveryExecutor-3714-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51264_sp%2Fwg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:57200/sp/wg]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:51264_sp%252Fwg&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2162342 INFO  (SocketProxy-Acceptor-57200) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=54959,localport=57200], receiveBufferSize:130880
   [junit4]   2> 2162344 INFO  (SocketProxy-Acceptor-57200) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=53365,localport=41105], receiveBufferSize=139264
   [junit4]   2> 2162346 INFO  (qtp1771525563-20464) [n:127.0.0.1:57200_sp%2Fwg    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 2162347 INFO  (qtp1771525563-20464) [n:127.0.0.1:57200_sp%2Fwg    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 2162347 INFO  (qtp1771525563-20464) [n:127.0.0.1:57200_sp%2Fwg    ] 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:51264_sp%2Fwg, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:51264/sp/wg","node_name":"127.0.0.1:51264_sp%2Fwg","state":"down"}
   [junit4]   2> 2162823 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2162823 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30000 for each attempt
   [junit4]   2> 2162823 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 2163347 INFO  (qtp1771525563-20464) [n:127.0.0.1:57200_sp%2Fwg    ] 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:51264_sp%2Fwg, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:51264/sp/wg","node_name":"127.0.0.1:51264_sp%2Fwg","state":"recovering"}
   [junit4]   2> 2163347 INFO  (qtp1771525563-20464) [n:127.0.0.1:57200_sp%2Fwg    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 2163347 INFO  (qtp1771525563-20464) [n:127.0.0.1:57200_sp%2Fwg    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:51264_sp%252Fwg&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1001
   [junit4]   2> 2170348 INFO  (recoveryExecutor-3714-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51264_sp%2Fwg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:57200/sp/wg/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 2170348 INFO  (recoveryExecutor-3714-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51264_sp%2Fwg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:51264/sp/wg START replicas=[http://127.0.0.1:57200/sp/wg/collection1/] nUpdates=100
   [junit4]   2> 2170351 INFO  (SocketProxy-Acceptor-57200) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44516,localport=57200], receiveBufferSize:130880
   [junit4]   2> 2170351 INFO  (SocketProxy-Acceptor-57200) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=53365,localport=38919], receiveBufferSize=139264
   [junit4]   2> 2170352 INFO  (qtp1771525563-20467) [n:127.0.0.1:57200_sp%2Fwg 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> 2170352 INFO  (qtp1771525563-20467) [n:127.0.0.1:57200_sp%2Fwg c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/sp/wg path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2170353 INFO  (recoveryExecutor-3714-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51264_sp%2Fwg 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> 2170353 INFO  (recoveryExecutor-3714-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51264_sp%2Fwg 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> 2170353 INFO  (recoveryExecutor-3714-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51264_sp%2Fwg 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> 2170353 INFO  (recoveryExecutor-3714-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51264_sp%2Fwg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2170354 INFO  (recoveryExecutor-3714-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51264_sp%2Fwg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2170354 INFO  (recoveryExecutor-3714-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51264_sp%2Fwg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 2170354 INFO  (recoveryExecutor-3714-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51264_sp%2Fwg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 2170354 INFO  (recoveryExecutor-3714-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51264_sp%2Fwg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 2170354 INFO  (recoveryExecutor-3714-thread-1-processing-n:127.0.0.1:51264_sp%2Fwg x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:51264_sp%2Fwg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 2170844 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 2170845 INFO  (SocketProxy-Acceptor-60164) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=41047,localport=60164], receiveBufferSize:130880
   [junit4]   2> 2170846 INFO  (SocketProxy-Acceptor-60164) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=50876,localport=56531], receiveBufferSize=139264
   [junit4]   2> 2170848 INFO  (qtp1789522546-20429) [n:127.0.0.1:60164_sp%2Fwg 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> 2170848 INFO  (qtp1789522546-20429) [n:127.0.0.1:60164_sp%2Fwg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2170849 INFO  (qtp1789522546-20429) [n:127.0.0.1:60164_sp%2Fwg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2170849 INFO  (qtp1789522546-20429) [n:127.0.0.1:60164_sp%2Fwg c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/sp/wg path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 0
   [junit4]   2> 2170850 INFO  (SocketProxy-Acceptor-60250) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=33666,localport=60250], receiveBufferSize:130880
   [junit4]   2> 2170852 INFO  (SocketProxy-Acceptor-60250) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38126,localport=34923], receiveBufferSize=139264
   [junit4]   2> 2170856 INFO  (SocketProxy-Acceptor-60250) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60517,localport=60250], receiveBufferSize:130880
   [junit4]   2> 2170856 INFO  (SocketProxy-Acceptor-51264) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=37073,localport=51264], receiveBufferSize:130880
   [junit4]   2> 2170858 INFO  (SocketProxy-Acceptor-57200) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=47561,localport=57200], receiveBufferSize:130880
   [junit4]   2> 2170858 INFO  (SocketProxy-Acceptor-60250) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38126,localport=41084], receiveBufferSize=139264
   [junit4]   2> 2170858 INFO  (qtp1153881804-20494) [n:127.0.0.1:60250_sp%2Fwg 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> 2170858 INFO  (qtp1153881804-20494) [n:127.0.0.1:60250_sp%2Fwg c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2170859 INFO  (qtp1153881804-20494) [n:127.0.0.1:60250_sp%2Fwg c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2170859 INFO  (qtp1153881804-20494) [n:127.0.0.1:60250_sp%2Fwg c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/sp/wg path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:60250/sp/wg/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 2170860 INFO  (SocketProxy-Acceptor-51264) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=43753,localport=36037], receiveBufferSize=139264
   [junit4]   2> 2170863 INFO  (SocketProxy-Acceptor-57200) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=53365,localport=34336], receiveBufferSize=139264
   [junit4]   2> 2170863 INFO  (qtp968242913-20522) [n:127.0.0.1:51264_sp%2Fwg 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> 2170863 INFO  (qtp968242913-20522) [n:127.0.0.1:51264_sp%2Fwg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2170863 INFO  (qtp1771525563-20469) [n:127.0.0.1:57200_sp%2Fwg 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> 2170863 INFO  (qtp1771525563-20469) [n:127.0.0.1:57200_sp%2Fwg c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2170863 INFO  (qtp968242913-20522) [n:127.0.0.1:51264_sp%2Fwg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2170864 INFO  (qtp968242913-20522) [n:127.0.0.1:51264_sp%2Fwg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/sp/wg path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:60250/sp/wg/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 2170864 INFO  (qtp1771525563-20469) [n:127.0.0.1:57200_sp%2Fwg c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2170864 INFO  (qtp1771525563-20469) [n:127.0.0.1:57200_sp%2Fwg c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/sp/wg path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:60250/sp/wg/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 2170864 INFO  (qtp1153881804-20493) [n:127.0.0.1:60250_sp%2Fwg c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/sp/wg path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 10
   [junit4]   2> 2170866 INFO  (SocketProxy-Acceptor-57200) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=38345,localport=57200], receiveBufferSize:130880
   [junit4]   2> 2170866 INFO  (SocketProxy-Acceptor-57200) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=53365,localport=55223], receiveBufferSize=139264
   [junit4]   2> 2170867 INFO  (qtp1771525563-20464) [n:127.0.0.1:57200_sp%2Fwg c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/sp/wg path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2170868 INFO  (SocketProxy-Acceptor-51264) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60287,localport=51264], receiveBufferSize:130880
   [junit4]   2> 2170868 INFO  (SocketProxy-Acceptor-51264) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=43753,localport=55631], receiveBufferSize=139264
   [junit4]   2> 2170870 INFO  (qtp968242913-20525) [n:127.0.0.1:51264_sp%2Fwg c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/sp/wg path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2170870 INFO  (SocketProxy-Acceptor-60250) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=63890,localport=60250], receiveBufferSize:130880
   [junit4]   2> 2170871 INFO  (SocketProxy-Acceptor-60250) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=38126,localport=52439], receiveBufferSize=139264
   [junit4]   2> 2170872 INFO  (qtp1153881804-20496) [n:127.0.0.1:60250_sp%2Fwg c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/sp/wg path=/select params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2172874 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[B1E7954C79FE494E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1: c8n_1x3_lf
   [junit4]   2> 2172875 INFO  (SocketProxy-Acceptor-57200) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=63780,localport=57200], receiveBufferSize:130880
   [junit4]   2> 2172876 INFO  (SocketProxy-Acceptor-57200) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=53365,localport=50656], receiveBufferSize=139264
   [junit4]   2> 2172877 INFO  (qtp1771525563-20462) [n:127.0.0.1:57200_sp%2Fwg    ] 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> 2172882 INFO  (OverseerThreadFactory-8274-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg    ] o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
   [junit4]   2> 2172883 INFO  (OverseerThreadFactory-8274-thread-1-processing-n:127.0.0.1:60164_sp%2Fwg) [n:127.0.0.1:60164_sp%2Fwg    ] o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
   [junit4]   2> 2172992 INFO  (SocketProxy-Acceptor-51264) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=45940,localport=51264], receiveBufferSize:130880
   [junit4]   2> 2172994 INFO  (SocketProxy-Acceptor-57200) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=59218,localport=57200], receiveBufferSize:130880
   [junit4]   2> 2172994 INFO  (SocketProxy-Acceptor-57200) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=53365,localport=35413], receiveBufferSize=139264
   [junit4]   2> 2172995 INFO  (SocketProxy-Acceptor-60164) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=53361,localport=60164], receiveBufferSize:130880
   [junit4]   2> 2172995 INFO  (SocketProxy-Acceptor-51264) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=43753,localport=62767], receiveBufferSize=139264
   [junit4]   2> 2172996 INFO  (SocketProxy-Acceptor-60164) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=50876,localport=38337], receiveBufferSize=139264
   [junit4]   2> 2172997 INFO  (qtp1771525563-20467) [n:127.0.0.1:57200_sp%2Fwg    ] 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> 2172997 INFO  (qtp968242913-20524) [n:127.0.0.1:51264_sp%2Fwg    ] 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> 2172998 INFO  (qtp1789522546-20427) [n:127.0.0.1:60164_sp%2Fwg    ] 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> 2174013 WARN  (qtp968242913-20524) [n:127.0.0.1:51264_sp%2Fwg 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> 2174014 INFO  (qtp968242913-20524) [n:127.0.0.1:51264_sp%2Fwg 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> 2174016 WARN  (qtp1771525563-20467) [n:127.0.0.1:57200_sp%2Fwg 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> 2174017 INFO  (qtp1771525563-20467) [n:127.0.0.1:57200_sp%2Fwg 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> 2174018 WARN  (qtp1789522546-20427) [n:127.0.0.1:60164_sp%2Fwg 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> 2174019 INFO  (qtp1789522546-20427) [n:127.0.0.1:60164_sp%2Fwg 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> 2174040 INFO  (qtp968242913-20524) [n:127.0.0.1:51264_sp%2Fwg c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica3] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica3] Schema name=test
   [junit4]   2> 2174048 INFO  (qtp1771525563-20467) [n:127.0.0.1:57200_sp%2Fwg c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica2] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica2] Schema name=test
   [junit4]   2> 2174052 INFO  (qtp1789522546-20427) [n:127.0.0.1:60164_sp%2Fwg c:c8n_1x3_lf s:shard1  x:c8n_1x3_lf_shard1_replica1] o.a.s.s.IndexSchema [c8n_1x3_lf_shard1_replica1] Schema name=test
   [junit4]   2> 2174171 WARN  (qtp968242913-20524) [n:127.0.0.1:51264_sp%2Fwg c:c8n_1x3_lf s:shard1  x:c8n_

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

-8 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  144s J1 | LeaderFailoverAfterPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:60164/sp/wg","node_name":"127.0.0.1:60164_sp%2Fwg","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/27)={
   [junit4]    >   "replicationFactor":"3",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica3",
   [junit4]    >           "base_url":"http://127.0.0.1:51264/sp/wg",
   [junit4]    >           "node_name":"127.0.0.1:51264_sp%2Fwg",
   [junit4]    >           "state":"down"},
   [junit4]    >         "core_node2":{
   [junit4]    >           "state":"down",
   [junit4]    >           "base_url":"http://127.0.0.1:57200/sp/wg",
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica2",
   [junit4]    >           "node_name":"127.0.0.1:57200_sp%2Fwg"},
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"c8n_1x3_lf_shard1_replica1",
   [junit4]    >           "base_url":"http://127.0.0.1:60164/sp/wg",
   [junit4]    >           "node_name":"127.0.0.1:60164_sp%2Fwg",
   [junit4]    >           "state":"active",
   [junit4]    >           "leader":"true"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false"}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B1E7954C79FE494E:39B3AA96D70224B6]: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> 2299707 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[B1E7954C79FE494E]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_B1E7954C79FE494E-001
   [junit4]   2> Jan 04, 2017 12:17:03 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {range_facet_l_dv=BlockTreeOrds(blocksize=128), _version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), multiDefault=FSTOrd50, a_t=FSTOrd50, intDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=BlockTreeOrds(blocksize=128), range_facet_i_dv=FSTOrd50, text=Lucene50(blocksize=128), range_facet_l=FSTOrd50, timestamp=FSTOrd50}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Lucene54), timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=483, maxMBSortInHeap=6.563825611742532, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=es-MX, timezone=Etc/GMT-8
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_112 (64-bit)/cpus=3,threads=1,free=254056248,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestManagedResourceStorage, ExitableDirectoryReaderTest, CoreAdminHandlerTest, TestHdfsCloudBackupRestore, TestRecovery, TestEmbeddedSolrServerConstructors, TestXmlQParser, TolerantUpdateProcessorTest, RollingRestartTest, TestSolrQueryParser, TestRTimerTree, TestQueryTypes, TestUnifiedSolrHighlighter, TestInfoStreamLogging, ShufflingReplicaListTransformerTest, TestBadConfig, TestFastWriter, SuggesterTest, TestSolrCloudWithDelegationTokens, LukeRequestHandlerTest, HdfsBasicDistributedZk2Test, TestFoldingMultitermQuery, TestSQLHandlerNonCloud, MBeansHandlerTest, CursorMarkTest, CollectionTooManyReplicasTest, DistributedExpandComponentTest, TestCloudPseudoReturnFields, SpellingQueryConverterTest, JavabinLoaderTest, CdcrBootstrapTest, TestGeoJSONResponseWriter, TestMiniSolrCloudClusterSSL, TestSystemIdResolver, CdcrVersionReplicationTest, BlockJoinFacetSimpleTest, TestJoin, RegexBoostProcessorTest, TestQueryWrapperFilter, TestWriterPerf, TestFuzzyAnalyzedSuggestions, TestDFISimilarityFactory, FullHLLTest, TestCodecSupport, TestShortCircuitedRequests, TestCustomSort, SolrCloudExampleTest, TriLevelCompositeIdRoutingTest, TestFiltering, UpdateRequestProcessorFactoryTest, TestRealTimeGet, TestDynamicFieldCollectionResource, LeaderElectionIntegrationTest, URLClassifyProcessorTest, TestNumericTerms64, TestRandomFlRTGCloud, QueryParsingTest, TestCustomDocTransformer, ExternalFileFieldSortTest, TestCoreDiscovery, TestJsonRequest, TestCollapseQParserPlugin, SortByFunctionTest, TestLocalFSCloudBackupRestore, LeaderInitiatedRecoveryOnShardRestartTest, MinimalSchemaTest, TestMergePolicyConfig, WrapperMergePolicyFactoryTest, TestRandomFaceting, TestStressLiveNodes, InfoHandlerTest, RAMDirectoryFactoryTest, TestSubQueryTransformer, TestCloudSchemaless, TestNRTOpen, TestFieldCollectionResource, TestReload, JsonLoaderTest, TestSolrConfigHandlerConcurrent, TestIntervalFaceting, SuggesterTSTTest, TestRestoreCore, DistribCursorPagingTest, DateMathParserTest, TestIndexingPerformance, TestSubQueryTransformerDistrib, CollectionReloadTest, TestConfigSetsAPIZkFailure, ManagedSchemaRoundRobinCloudTest, TestDeleteCollectionOnDownNodes, RankQueryTest, ConvertedLegacyTest, CircularListTest, LeaderElectionContextKeyTest, WordBreakSolrSpellCheckerTest, TestQuerySenderListener, TestScoreJoinQPNoScore, TestAddFieldRealTimeGet, TestMaxScoreQueryParser, NotRequiredUniqueKeyTest, TestCloudInspectUtil, ShowFileRequestHandlerTest, DeleteInactiveReplicaTest, SearchHandlerTest, TestRequestForwarding, AddBlockUpdateTest, SpellCheckCollatorTest, TestDocSet, TestReversedWildcardFilterFactory, HdfsDirectoryTest, TestManagedSchemaThreadSafety, SolrJmxReporterTest, BlockJoinFacetDistribTest, TestLeaderElectionZkExpiry, SolrIndexConfigTest, TestRuleBasedAuthorizationPlugin, CoreAdminRequestStatusTest, BigEndianAscendingWordDeserializerTest, CreateCollectionCleanupTest, TestConfig, DistribJoinFromCollectionTest, PeerSyncWithIndexFingerprintCachingTest, ChangedSchemaMergeTest, TestDFRSimilarityFactory, HLLUtilTest, RequestHandlersTest, ForceLeaderTest, BlockDirectoryTest, SolrGangliaReporterTest, AnalyticsMergeStrategyTest, TestCopyFieldCollectionResource, AutoCommitTest, TemplateUpdateProcessorTest, TestLegacyFieldCache, CSVRequestHandlerTest, SolrInfoMBeanTest, TestHdfsUpdateLog, TestStressUserVersions, TestFileDictionaryLookup, TestAuthorizationFramework, TestDocTermOrds, TestNoOpRegenerator, ResponseHeaderTest, TestMacros, DistanceFunctionTest, HdfsRestartWhileUpdatingTest, FullSolrCloudDistribCmdsTest, TestUtils, TestSSLRandomization, TestCloudManagedSchema, FileBasedSpellCheckerTest, ShardRoutingCustomTest, SaslZkACLProviderTest, OverseerStatusTest, TestFieldTypeCollectionResource, ChaosMonkeySafeLeaderTest, HdfsUnloadDistributedZkTest, CopyFieldTest, DocExpirationUpdateProcessorFactoryTest, ParsingFieldUpdateProcessorsTest, TestAuthenticationFramework, TestLuceneMatchVersion, SliceStateTest, TestHighFrequencyDictionaryFactory, BitVectorTest, BasicDistributedZkTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, BasicZkTest, ClusterStateUpdateTest, LeaderElectionTest, ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, TestDistributedGrouping, TestFaceting, TermVectorComponentDistributedTest, DistributedTermsComponentTest, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, StatsComponentTest, BasicFunctionalityTest, TestLazyCores, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, PolyFieldTest, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, XsltUpdateRequestHandlerTest, DebugComponentTest, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, TestOmitPositions, XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, FieldAnalysisRequestHandlerTest, IndexSchemaTest, JSONWriterTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, TestBinaryResponseWriter, UpdateParamsTest, TestQuerySenderNoQuery, BadComponentTest, MultiTermTest, TestBinaryField, TestSolrCoreProperties, SpellPossibilityIteratorTest, TestCharFilters, TestXIncludeConfig, EchoParamsTest, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TimeZoneUtilsTest, ResourceLoaderTest, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, TestSuggestSpellingConverter, ClusterStateTest, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, DistributedIntervalFacetingTest, TestTolerantSearch, ConnectionReuseTest, AliasIntegrationTest, CloudExitableDirectoryReaderTest, CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, DeleteNodeTest, DeleteShardTest, DeleteStatusTest, DistributedVersionInfoTest, LeaderFailoverAfterPartitionTest]
   [junit4] Completed [490/676 (1!)] on J1 in 144.79s, 1 test, 1 failure <<< FAILURES!

[...truncated 63161 lines...]