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/03/15 11:13:33 UTC

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

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

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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; [core_node2:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:42028/jy_guv/ik","node_name":"127.0.0.1:42028_jy_guv%2Fik","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "state":"down",           "base_url":"http://127.0.0.1:58830/jy_guv/ik",           "core":"c8n_1x3_lf_shard1_replica2",           "node_name":"127.0.0.1:58830_jy_guv%2Fik"},         "core_node2":{           "core":"c8n_1x3_lf_shard1_replica1",           "base_url":"http://127.0.0.1:42028/jy_guv/ik",           "node_name":"127.0.0.1:42028_jy_guv%2Fik",           "state":"active",           "leader":"true"},         "core_node3":{           "core":"c8n_1x3_lf_shard1_replica3",           "base_url":"http://127.0.0.1:64211/jy_guv/ik",           "node_name":"127.0.0.1:64211_jy_guv%2Fik",           "state":"down"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node2:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:42028/jy_guv/ik","node_name":"127.0.0.1:42028_jy_guv%2Fik","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "state":"down",
          "base_url":"http://127.0.0.1:58830/jy_guv/ik",
          "core":"c8n_1x3_lf_shard1_replica2",
          "node_name":"127.0.0.1:58830_jy_guv%2Fik"},
        "core_node2":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:42028/jy_guv/ik",
          "node_name":"127.0.0.1:42028_jy_guv%2Fik",
          "state":"active",
          "leader":"true"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica3",
          "base_url":"http://127.0.0.1:64211/jy_guv/ik",
          "node_name":"127.0.0.1:64211_jy_guv%2Fik",
          "state":"down"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([5A0E304196094E2:8DF4DCDEB79CF91A]: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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	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:368)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.hdfs.HdfsRecoveryZkTest.test

Error Message:
Mismatch in counts between replicas

Stack Trace:
java.lang.AssertionError: Mismatch in counts between replicas
	at __randomizedtesting.SeedInfo.seed([5A0E304196094E2:8DF4DCDEB79CF91A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.RecoveryZkTest.assertShardConsistency(RecoveryZkTest.java:143)
	at org.apache.solr.cloud.RecoveryZkTest.test(RecoveryZkTest.java:126)
	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 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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	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:368)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 12484 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_5A0E304196094E2-001/init-core-data-001
   [junit4]   2> 1975734 WARN  (SUITE-LeaderFailoverAfterPartitionTest-seed#[5A0E304196094E2]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=68 numCloses=68
   [junit4]   2> 1975734 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[5A0E304196094E2]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1975737 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[5A0E304196094E2]-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> 1975737 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[5A0E304196094E2]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /jy_guv/ik
   [junit4]   2> 1975738 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1975738 INFO  (Thread-3685) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1975738 INFO  (Thread-3685) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1975838 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.c.ZkTestServer start zk server on port:49191
   [junit4]   2> 1975850 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15ad18938ef0000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1975863 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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> 1975868 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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> 1975871 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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> 1975874 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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> 1975877 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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> 1975881 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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> 1975884 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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> 1975886 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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> 1975890 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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> 1975894 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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> 1975898 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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> 1976101 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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_5A0E304196094E2-001/control-001/cores/collection1
   [junit4]   2> 1976102 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1976104 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4755c165{/jy_guv/ik,null,AVAILABLE}
   [junit4]   2> 1976105 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@40b1c1a7{HTTP/1.1,[http/1.1]}{127.0.0.1:48010}
   [junit4]   2> 1976106 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.e.j.s.Server Started @1981108ms
   [junit4]   2> 1976106 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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_5A0E304196094E2-001/tempDir-001/control/data, hostContext=/jy_guv/ik, hostPort=64211, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5A0E304196094E2-001/control-001/cores}
   [junit4]   2> 1976106 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1976106 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 1976106 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1976106 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1976107 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-15T10:35:15.934Z
   [junit4]   2> 1976115 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1976115 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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_5A0E304196094E2-001/control-001/solr.xml
   [junit4]   2> 1976125 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1976126 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49191/solr
   [junit4]   2> 1976180 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [n:127.0.0.1:64211_jy_guv%2Fik    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1976182 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [n:127.0.0.1:64211_jy_guv%2Fik    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64211_jy_guv%2Fik
   [junit4]   2> 1976184 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [n:127.0.0.1:64211_jy_guv%2Fik    ] o.a.s.c.Overseer Overseer (id=97620729237798916-127.0.0.1:64211_jy_guv%2Fik-n_0000000000) starting
   [junit4]   2> 1976212 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [n:127.0.0.1:64211_jy_guv%2Fik    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64211_jy_guv%2Fik
   [junit4]   2> 1976498 INFO  (zkCallback-4749-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1976732 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [n:127.0.0.1:64211_jy_guv%2Fik    ] 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_5A0E304196094E2-001/control-001/cores
   [junit4]   2> 1976732 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [n:127.0.0.1:64211_jy_guv%2Fik    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1976737 INFO  (OverseerStateUpdate-97620729237798916-127.0.0.1:64211_jy_guv%2Fik-n_0000000000) [n:127.0.0.1:64211_jy_guv%2Fik    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1977762 WARN  (coreLoadExecutor-8179-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1977763 INFO  (coreLoadExecutor-8179-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1977778 INFO  (coreLoadExecutor-8179-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1977879 WARN  (coreLoadExecutor-8179-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik 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> 1977881 INFO  (coreLoadExecutor-8179-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1977902 INFO  (coreLoadExecutor-8179-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1977902 INFO  (coreLoadExecutor-8179-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1977902 INFO  (coreLoadExecutor-8179-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik 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_5A0E304196094E2-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_5A0E304196094E2-001/control-001/cores/collection1/data/]
   [junit4]   2> 1977902 INFO  (coreLoadExecutor-8179-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik 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@4da958b5
   [junit4]   2> 1977904 INFO  (coreLoadExecutor-8179-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=82.1943359375, floorSegmentMB=1.5732421875, forceMergeDeletesPctAllowed=16.641531184260064, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2373078875606204
   [junit4]   2> 1977910 WARN  (coreLoadExecutor-8179-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik 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> 1977970 INFO  (coreLoadExecutor-8179-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1977970 INFO  (coreLoadExecutor-8179-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1977971 INFO  (coreLoadExecutor-8179-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1977971 INFO  (coreLoadExecutor-8179-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1977973 INFO  (coreLoadExecutor-8179-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2135108977000436]
   [junit4]   2> 1977973 INFO  (coreLoadExecutor-8179-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2b122a80[collection1] main]
   [junit4]   2> 1977975 INFO  (coreLoadExecutor-8179-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1977976 INFO  (coreLoadExecutor-8179-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1977976 INFO  (coreLoadExecutor-8179-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1977977 INFO  (searcherExecutor-8180-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik x:collection1 c:control_collection) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2b122a80[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1977977 INFO  (coreLoadExecutor-8179-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561931670150447104
   [junit4]   2> 1977991 INFO  (coreZkRegister-8172-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik x:collection1 c:control_collection) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1977991 INFO  (coreZkRegister-8172-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik x:collection1 c:control_collection) [n:127.0.0.1:64211_jy_guv%2Fik 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> 1977991 INFO  (coreZkRegister-8172-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik x:collection1 c:control_collection) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64211/jy_guv/ik/collection1/
   [junit4]   2> 1977991 INFO  (coreZkRegister-8172-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik x:collection1 c:control_collection) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1977993 INFO  (coreZkRegister-8172-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik x:collection1 c:control_collection) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:64211/jy_guv/ik/collection1/ has no replicas
   [junit4]   2> 1977993 INFO  (coreZkRegister-8172-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik x:collection1 c:control_collection) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1978001 INFO  (coreZkRegister-8172-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik x:collection1 c:control_collection) [n:127.0.0.1:64211_jy_guv%2Fik 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:64211/jy_guv/ik/collection1/ shard1
   [junit4]   2> 1978154 INFO  (coreZkRegister-8172-thread-1-processing-n:127.0.0.1:64211_jy_guv%2Fik x:collection1 c:control_collection) [n:127.0.0.1:64211_jy_guv%2Fik c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1978471 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1978474 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49191/solr ready
   [junit4]   2> 1978474 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1978475 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1978674 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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_5A0E304196094E2-001/shard-1-001/cores/collection1
   [junit4]   2> 1978675 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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_5A0E304196094E2-001/shard-1-001
   [junit4]   2> 1978675 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1978678 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7311a834{/jy_guv/ik,null,AVAILABLE}
   [junit4]   2> 1978678 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@50ee3767{HTTP/1.1,[http/1.1]}{127.0.0.1:63690}
   [junit4]   2> 1978678 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.e.j.s.Server Started @1983683ms
   [junit4]   2> 1978678 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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_5A0E304196094E2-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/jy_guv/ik, hostPort=42028, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5A0E304196094E2-001/shard-1-001/cores}
   [junit4]   2> 1978679 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1978680 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 1978680 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1978680 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1978680 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-15T10:35:18.507Z
   [junit4]   2> 1978684 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1978684 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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_5A0E304196094E2-001/shard-1-001/solr.xml
   [junit4]   2> 1978692 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1978693 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49191/solr
   [junit4]   2> 1978712 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [n:127.0.0.1:42028_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1978718 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [n:127.0.0.1:42028_jy_guv%2Fik    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1978723 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [n:127.0.0.1:42028_jy_guv%2Fik    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42028_jy_guv%2Fik
   [junit4]   2> 1978726 INFO  (zkCallback-4749-thread-2-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1978727 INFO  (zkCallback-4753-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1978729 INFO  (zkCallback-4759-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1978814 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [n:127.0.0.1:42028_jy_guv%2Fik    ] 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_5A0E304196094E2-001/shard-1-001/cores
   [junit4]   2> 1978814 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [n:127.0.0.1:42028_jy_guv%2Fik    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1978819 INFO  (OverseerStateUpdate-97620729237798916-127.0.0.1:64211_jy_guv%2Fik-n_0000000000) [n:127.0.0.1:64211_jy_guv%2Fik    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1978924 INFO  (zkCallback-4759-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1979846 WARN  (coreLoadExecutor-8190-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1979847 INFO  (coreLoadExecutor-8190-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1979860 INFO  (coreLoadExecutor-8190-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1979950 WARN  (coreLoadExecutor-8190-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik 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> 1979953 INFO  (coreLoadExecutor-8190-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1979974 INFO  (coreLoadExecutor-8190-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1979974 INFO  (coreLoadExecutor-8190-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1979974 INFO  (coreLoadExecutor-8190-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik 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_5A0E304196094E2-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_5A0E304196094E2-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1979974 INFO  (coreLoadExecutor-8190-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4da958b5
   [junit4]   2> 1979975 INFO  (coreLoadExecutor-8190-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=82.1943359375, floorSegmentMB=1.5732421875, forceMergeDeletesPctAllowed=16.641531184260064, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2373078875606204
   [junit4]   2> 1979980 WARN  (coreLoadExecutor-8190-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik 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> 1980041 INFO  (coreLoadExecutor-8190-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1980041 INFO  (coreLoadExecutor-8190-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1980042 INFO  (coreLoadExecutor-8190-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1980042 INFO  (coreLoadExecutor-8190-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1980042 INFO  (coreLoadExecutor-8190-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2135108977000436]
   [junit4]   2> 1980043 INFO  (coreLoadExecutor-8190-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@35e09958[collection1] main]
   [junit4]   2> 1980044 INFO  (coreLoadExecutor-8190-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1980045 INFO  (coreLoadExecutor-8190-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1980045 INFO  (coreLoadExecutor-8190-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1980047 INFO  (searcherExecutor-8191-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik x:collection1 c:collection1) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@35e09958[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1980047 INFO  (coreLoadExecutor-8190-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561931672320999424
   [junit4]   2> 1980058 INFO  (coreZkRegister-8185-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik x:collection1 c:collection1) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1980058 INFO  (coreZkRegister-8185-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik x:collection1 c:collection1) [n:127.0.0.1:42028_jy_guv%2Fik 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> 1980058 INFO  (coreZkRegister-8185-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik x:collection1 c:collection1) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42028/jy_guv/ik/collection1/
   [junit4]   2> 1980058 INFO  (coreZkRegister-8185-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik x:collection1 c:collection1) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1980059 INFO  (coreZkRegister-8185-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik x:collection1 c:collection1) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:42028/jy_guv/ik/collection1/ has no replicas
   [junit4]   2> 1980059 INFO  (coreZkRegister-8185-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik x:collection1 c:collection1) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1980066 INFO  (coreZkRegister-8185-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik x:collection1 c:collection1) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42028/jy_guv/ik/collection1/ shard2
   [junit4]   2> 1980172 INFO  (zkCallback-4759-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1980221 INFO  (coreZkRegister-8185-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik x:collection1 c:collection1) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1980329 INFO  (zkCallback-4759-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1980383 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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_5A0E304196094E2-001/shard-2-001/cores/collection1
   [junit4]   2> 1980384 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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_5A0E304196094E2-001/shard-2-001
   [junit4]   2> 1980385 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1980388 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3e8d17e5{/jy_guv/ik,null,AVAILABLE}
   [junit4]   2> 1980389 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2e18465f{HTTP/1.1,[http/1.1]}{127.0.0.1:39250}
   [junit4]   2> 1980389 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.e.j.s.Server Started @1985394ms
   [junit4]   2> 1980389 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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_5A0E304196094E2-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/jy_guv/ik, hostPort=58830, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5A0E304196094E2-001/shard-2-001/cores}
   [junit4]   2> 1980389 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1980390 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 1980390 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1980390 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1980390 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-15T10:35:20.217Z
   [junit4]   2> 1980395 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1980395 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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_5A0E304196094E2-001/shard-2-001/solr.xml
   [junit4]   2> 1980402 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1980404 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49191/solr
   [junit4]   2> 1980423 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [n:127.0.0.1:58830_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1980435 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [n:127.0.0.1:58830_jy_guv%2Fik    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1980440 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [n:127.0.0.1:58830_jy_guv%2Fik    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58830_jy_guv%2Fik
   [junit4]   2> 1980445 INFO  (zkCallback-4749-thread-2-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1980447 INFO  (zkCallback-4753-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1980447 INFO  (zkCallback-4759-thread-1-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1980452 INFO  (zkCallback-4765-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1980551 INFO  (zkCallback-4759-thread-2-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1980560 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [n:127.0.0.1:58830_jy_guv%2Fik    ] 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_5A0E304196094E2-001/shard-2-001/cores
   [junit4]   2> 1980561 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [n:127.0.0.1:58830_jy_guv%2Fik    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1980565 INFO  (OverseerStateUpdate-97620729237798916-127.0.0.1:64211_jy_guv%2Fik-n_0000000000) [n:127.0.0.1:64211_jy_guv%2Fik    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1980671 INFO  (zkCallback-4759-thread-2-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1980671 INFO  (zkCallback-4765-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1981588 WARN  (coreLoadExecutor-8201-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1981589 INFO  (coreLoadExecutor-8201-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1981619 INFO  (coreLoadExecutor-8201-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1981736 WARN  (coreLoadExecutor-8201-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik 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> 1981738 INFO  (coreLoadExecutor-8201-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1981763 INFO  (coreLoadExecutor-8201-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1981763 INFO  (coreLoadExecutor-8201-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1981763 INFO  (coreLoadExecutor-8201-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik 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_5A0E304196094E2-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_5A0E304196094E2-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1981764 INFO  (coreLoadExecutor-8201-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4da958b5
   [junit4]   2> 1981765 INFO  (coreLoadExecutor-8201-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=82.1943359375, floorSegmentMB=1.5732421875, forceMergeDeletesPctAllowed=16.641531184260064, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2373078875606204
   [junit4]   2> 1981772 WARN  (coreLoadExecutor-8201-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik 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> 1981859 INFO  (coreLoadExecutor-8201-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1981859 INFO  (coreLoadExecutor-8201-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1981860 INFO  (coreLoadExecutor-8201-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1981860 INFO  (coreLoadExecutor-8201-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1981861 INFO  (coreLoadExecutor-8201-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2135108977000436]
   [junit4]   2> 1981861 INFO  (coreLoadExecutor-8201-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@430e04d0[collection1] main]
   [junit4]   2> 1981863 INFO  (coreLoadExecutor-8201-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1981864 INFO  (coreLoadExecutor-8201-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1981864 INFO  (coreLoadExecutor-8201-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1981866 INFO  (searcherExecutor-8202-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik x:collection1 c:collection1) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@430e04d0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1981867 INFO  (coreLoadExecutor-8201-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561931674228359168
   [junit4]   2> 1981881 INFO  (coreZkRegister-8196-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik x:collection1 c:collection1) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1981881 INFO  (coreZkRegister-8196-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik x:collection1 c:collection1) [n:127.0.0.1:58830_jy_guv%2Fik 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> 1981881 INFO  (coreZkRegister-8196-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik x:collection1 c:collection1) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:58830/jy_guv/ik/collection1/
   [junit4]   2> 1981881 INFO  (coreZkRegister-8196-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik x:collection1 c:collection1) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1981881 INFO  (coreZkRegister-8196-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik x:collection1 c:collection1) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:58830/jy_guv/ik/collection1/ has no replicas
   [junit4]   2> 1981881 INFO  (coreZkRegister-8196-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik x:collection1 c:collection1) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1981890 INFO  (coreZkRegister-8196-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik x:collection1 c:collection1) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:58830/jy_guv/ik/collection1/ shard1
   [junit4]   2> 1981996 INFO  (zkCallback-4759-thread-2-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1981996 INFO  (zkCallback-4765-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1982043 INFO  (coreZkRegister-8196-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik x:collection1 c:collection1) [n:127.0.0.1:58830_jy_guv%2Fik c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1982150 INFO  (zkCallback-4765-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1982151 INFO  (zkCallback-4759-thread-2-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1982241 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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_5A0E304196094E2-001/shard-3-001/cores/collection1
   [junit4]   2> 1982243 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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_5A0E304196094E2-001/shard-3-001
   [junit4]   2> 1982244 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1982246 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5366f54{/jy_guv/ik,null,AVAILABLE}
   [junit4]   2> 1982247 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5d28e231{HTTP/1.1,[http/1.1]}{127.0.0.1:51788}
   [junit4]   2> 1982247 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.e.j.s.Server Started @1987253ms
   [junit4]   2> 1982247 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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_5A0E304196094E2-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/jy_guv/ik, hostPort=59369, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_5A0E304196094E2-001/shard-3-001/cores}
   [junit4]   2> 1982247 ERROR (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1982248 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 1982248 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1982248 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1982248 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-15T10:35:22.075Z
   [junit4]   2> 1982252 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1982252 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] 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_5A0E304196094E2-001/shard-3-001/solr.xml
   [junit4]   2> 1982261 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1982262 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49191/solr
   [junit4]   2> 1982284 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [n:127.0.0.1:59369_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1982289 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [n:127.0.0.1:59369_jy_guv%2Fik    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1982292 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [n:127.0.0.1:59369_jy_guv%2Fik    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59369_jy_guv%2Fik
   [junit4]   2> 1982295 INFO  (zkCallback-4759-thread-2-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1982295 INFO  (zkCallback-4765-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1982295 INFO  (zkCallback-4749-thread-3-processing-n:127.0.0.1:64211_jy_guv%2Fik) [n:127.0.0.1:64211_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1982296 INFO  (zkCallback-4753-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1982300 INFO  (zkCallback-4771-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1982388 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [n:127.0.0.1:59369_jy_guv%2Fik    ] 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_5A0E304196094E2-001/shard-3-001/cores
   [junit4]   2> 1982389 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [n:127.0.0.1:59369_jy_guv%2Fik    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1982393 INFO  (OverseerStateUpdate-97620729237798916-127.0.0.1:64211_jy_guv%2Fik-n_0000000000) [n:127.0.0.1:64211_jy_guv%2Fik    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1982497 INFO  (zkCallback-4765-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1982497 INFO  (zkCallback-4759-thread-2-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1982498 INFO  (zkCallback-4771-thread-2-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1983410 WARN  (coreLoadExecutor-8212-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1983411 INFO  (coreLoadExecutor-8212-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1983427 INFO  (coreLoadExecutor-8212-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1983532 WARN  (coreLoadExecutor-8212-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik 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> 1983535 INFO  (coreLoadExecutor-8212-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1983554 INFO  (coreLoadExecutor-8212-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1983555 INFO  (coreLoadExecutor-8212-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1   x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1983555 INFO  (coreLoadExecutor-8212-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik 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_5A0E304196094E2-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_5A0E304196094E2-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1983555 INFO  (coreLoadExecutor-8212-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1   x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4da958b5
   [junit4]   2> 1983556 INFO  (coreLoadExecutor-8212-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=82.1943359375, floorSegmentMB=1.5732421875, forceMergeDeletesPctAllowed=16.641531184260064, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2373078875606204
   [junit4]   2> 1983565 WARN  (coreLoadExecutor-8212-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik 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> 1983667 INFO  (coreLoadExecutor-8212-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1   x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1983667 INFO  (coreLoadExecutor-8212-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1   x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1983668 INFO  (coreLoadExecutor-8212-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1   x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1983668 INFO  (coreLoadExecutor-8212-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1   x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1983669 INFO  (coreLoadExecutor-8212-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1   x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2135108977000436]
   [junit4]   2> 1983669 INFO  (coreLoadExecutor-8212-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6ad1e2e3[collection1] main]
   [junit4]   2> 1983670 INFO  (coreLoadExecutor-8212-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1983671 INFO  (coreLoadExecutor-8212-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1   x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1983671 INFO  (coreLoadExecutor-8212-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1   x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1983672 INFO  (searcherExecutor-8213-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik x:collection1 c:collection1) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1   x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6ad1e2e3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1983672 INFO  (coreLoadExecutor-8212-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1   x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561931676122087424
   [junit4]   2> 1983679 INFO  (coreZkRegister-8207-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik x:collection1 c:collection1) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
   [junit4]   2> 1983680 INFO  (updateExecutor-4768-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1983681 INFO  (recoveryExecutor-4769-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1983681 INFO  (recoveryExecutor-4769-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1983681 INFO  (recoveryExecutor-4769-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
   [junit4]   2> 1983681 INFO  (recoveryExecutor-4769-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59369_jy_guv%2Fik 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> 1983681 INFO  (recoveryExecutor-4769-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59369_jy_guv%2Fik 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:42028/jy_guv/ik/collection1/] and I am [http://127.0.0.1:59369/jy_guv/ik/collection1/]
   [junit4]   2> 1983686 INFO  (recoveryExecutor-4769-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:42028/jy_guv/ik]; [WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:59369_jy_guv%252Fik&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1983687 INFO  (SocketProxy-Acceptor-42028) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=55744,localport=42028], receiveBufferSize:130880
   [junit4]   2> 1983688 INFO  (SocketProxy-Acceptor-42028) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=63690,localport=35075], receiveBufferSize=139264
   [junit4]   2> 1983691 INFO  (qtp1017300874-19885) [n:127.0.0.1:42028_jy_guv%2Fik    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1983692 INFO  (qtp1017300874-19885) [n:127.0.0.1:42028_jy_guv%2Fik    ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 (shard2 of collection1) have state: recovering
   [junit4]   2> 1983692 INFO  (qtp1017300874-19885) [n:127.0.0.1:42028_jy_guv%2Fik    ] 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:59369_jy_guv%2Fik, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:59369/jy_guv/ik","node_name":"127.0.0.1:59369_jy_guv%2Fik","state":"down"}
   [junit4]   2> 1983789 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1983789 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait 30000 for each attempt
   [junit4]   2> 1983789 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[5A0E304196094E2]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30000
   [junit4]   2> 1983789 INFO  (zkCallback-4771-thread-2-processing-n:127.0.0.1:59369_jy_guv%2Fik) [n:127.0.0.1:59369_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1983789 INFO  (zkCallback-4759-thread-2-processing-n:127.0.0.1:42028_jy_guv%2Fik) [n:127.0.0.1:42028_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1983789 INFO  (zkCallback-4765-thread-1-processing-n:127.0.0.1:58830_jy_guv%2Fik) [n:127.0.0.1:58830_jy_guv%2Fik    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1984693 INFO  (qtp1017300874-19885) [n:127.0.0.1:42028_jy_guv%2Fik    ] 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:59369_jy_guv%2Fik, coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: core_node3:{"core":"collection1","base_url":"http://127.0.0.1:59369/jy_guv/ik","node_name":"127.0.0.1:59369_jy_guv%2Fik","state":"recovering"}
   [junit4]   2> 1984693 INFO  (qtp1017300874-19885) [n:127.0.0.1:42028_jy_guv%2Fik    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 1984693 INFO  (qtp1017300874-19885) [n:127.0.0.1:42028_jy_guv%2Fik    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:59369_jy_guv%252Fik&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1002
   [junit4]   2> 1985197 INFO  (recoveryExecutor-4769-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:42028/jy_guv/ik/collection1/] - recoveringAfterStartup=[true]
   [junit4]   2> 1985197 INFO  (recoveryExecutor-4769-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:59369/jy_guv/ik START replicas=[http://127.0.0.1:42028/jy_guv/ik/collection1/] nUpdates=100
   [junit4]   2> 1985198 INFO  (SocketProxy-Acceptor-42028) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=44925,localport=42028], receiveBufferSize:130880
   [junit4]   2> 1985198 INFO  (SocketProxy-Acceptor-42028) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=63690,localport=47302], receiveBufferSize=139264
   [junit4]   2> 1985200 INFO  (qtp1017300874-19887) [n:127.0.0.1:42028_jy_guv%2Fik 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> 1985200 INFO  (qtp1017300874-19887) [n:127.0.0.1:42028_jy_guv%2Fik c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request [collection1]  webapp=/jy_guv/ik path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1985201 INFO  (recoveryExecutor-4769-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59369_jy_guv%2Fik 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> 1985201 INFO  (recoveryExecutor-4769-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59369_jy_guv%2Fik 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> 1985201 INFO  (recoveryExecutor-4769-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59369_jy_guv%2Fik 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> 1985201 INFO  (recoveryExecutor-4769-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1985201 INFO  (recoveryExecutor-4769-thread-1-processing-n:127.0.0.1:59369_jy_guv%2Fik x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:59369_jy_guv%2Fik c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1985201 INFO  (recoveryExecutor-4769-thread-1-processing-n:12

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

3)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:870)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.blockmanagement.BlocksMap.size(BlocksMap.java:203)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.getTotalBlocks(BlockManager.java:3370)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getBlocksTotal(FSNamesystem.java:5729)
   [junit4]   2> 	... 54 more
   [junit4]   2> 2509187 INFO  (SUITE-HdfsRecoveryZkTest-seed#[5A0E304196094E2]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34464 34464
   [junit4]   2> 2509187 INFO  (SUITE-HdfsRecoveryZkTest-seed#[5A0E304196094E2]-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.hdfs.HdfsRecoveryZkTest_5A0E304196094E2-001
   [junit4]   2> Mar 15, 2017 10:44:09 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 26 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {rnd_b=Lucene50(blocksize=128), _version_=PostingsFormat(name=Direct), a_t=PostingsFormat(name=Memory doPackFST= true), a_i=Lucene50(blocksize=128), id=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=871, maxMBSortInHeap=6.619996335719838, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=fr-BE, timezone=America/Resolute
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=3,threads=3,free=150968056,total=448475136
   [junit4]   2> NOTE: All tests run in this JVM: [TestRTimerTree, TestBlobHandler, TestJoin, SortByFunctionTest, AliasIntegrationTest, TestQuerySenderListener, TestChildDocTransformer, SolrJmxReporterTest, SolrCmdDistributorTest, TestSimpleQParserPlugin, TestManagedSynonymFilterFactory, CollectionsAPIDistributedZkTest, SolrIndexMetricsTest, DistributedDebugComponentTest, TestSQLHandler, DistributedFacetPivotLongTailTest, LeaderElectionIntegrationTest, SolrInfoMBeanTest, FileBasedSpellCheckerTest, DirectUpdateHandlerOptimizeTest, TestRestManager, OpenCloseCoreStressTest, ExternalFileFieldSortTest, TestSortByMinMaxFunction, DeleteShardTest, TestConfigsApi, HdfsRestartWhileUpdatingTest, TestImplicitCoreProperties, BlockJoinFacetSimpleTest, TestFieldCacheSortRandom, SuggestComponentContextFilterQueryTest, TestCollapseQParserPlugin, LeaderElectionContextKeyTest, MergeStrategyTest, HdfsDirectoryFactoryTest, TestPerFieldSimilarityClassic, TestUniqueKeyFieldResource, TestRequestStatusCollectionAPI, TestDFISimilarityFactory, CoreAdminCreateDiscoverTest, TestDynamicFieldResource, TestSolr4Spatial, EnumFieldTest, TestQueryTypes, MetricsHandlerTest, CoreMergeIndexesAdminHandlerTest, TestSegmentSorting, BooleanFieldTest, PreAnalyzedFieldManagedSchemaCloudTest, SolrIndexSplitterTest, TestSolrCloudWithKerberosAlt, HdfsBasicDistributedZk2Test, ReplaceNodeTest, TestDistribIDF, TestXmlQParser, OverseerRolesTest, ChaosMonkeySafeLeaderTest, TestSuggestSpellingConverter, SegmentsInfoRequestHandlerTest, TestReqParamsAPI, TestSolrQueryParser, HLLUtilTest, DeleteInactiveReplicaTest, CdcrBootstrapTest, TestExactStatsCache, SharedFSAutoReplicaFailoverUtilsTest, ClassificationUpdateProcessorFactoryTest, HdfsThreadLeakTest, SpellPossibilityIteratorTest, TestQueryUtils, TestIndexingPerformance, TestAtomicUpdateErrorCases, CSVRequestHandlerTest, TestPKIAuthenticationPlugin, TestScoreJoinQPNoScore, TestNamedUpdateProcessors, TestSolrFieldCacheMBean, HdfsUnloadDistributedZkTest, TestEmbeddedSolrServerSchemaAPI, CollectionTooManyReplicasTest, BigEndianAscendingWordDeserializerTest, BasicZkTest, TestStressUserVersions, QueryParsingTest, TestFuzzyAnalyzedSuggestions, FieldAnalysisRequestHandlerTest, BlockJoinFacetDistribTest, TestPHPSerializedResponseWriter, JsonLoaderTest, TestOmitPositions, SignatureUpdateProcessorFactoryTest, TestValueSourceCache, ConfigSetsAPITest, TestSolrDeletionPolicy2, TestTestInjection, CreateCollectionCleanupTest, TestSolrConfigHandlerCloud, TestCloudDeleteByQuery, TestDistribDocBasedVersion, DefaultValueUpdateProcessorTest, TestBadConfig, TestFastWriter, StatsComponentTest, FullHLLTest, AutoCommitTest, PreAnalyzedFieldTest, TestUseDocValuesAsStored2, TestOnReconnectListenerSupport, BadIndexSchemaTest, FullSolrCloudDistribCmdsTest, ReturnFieldsTest, MinimalSchemaTest, SearchHandlerTest, FieldMutatingUpdateProcessorTest, TestLockTree, TestCrossCoreJoin, ZkStateReaderTest, TestCoreDiscovery, TestQuerySenderNoQuery, RAMDirectoryFactoryTest, TestRandomFaceting, SuggesterTSTTest, AsyncCallRequestStatusResponseTest, SortSpecParsingTest, TestSimpleTrackingShardHandler, DistributedFacetPivotSmallTest, PKIAuthenticationIntegrationTest, TestMacroExpander, TestSchemalessBufferedUpdates, TestManagedSchemaAPI, ShufflingReplicaListTransformerTest, HttpSolrCallGetCoreTest, TestLMJelinekMercerSimilarityFactory, LeaderInitiatedRecoveryOnShardRestartTest, HighlighterConfigTest, SliceStateTest, TestTolerantUpdateProcessorRandomCloud, AnalyticsQueryTest, TestManagedResource, ForceLeaderTest, UUIDUpdateProcessorFallbackTest, TestMinMaxOnMultiValuedField, TestSolrCoreProperties, ConjunctionSolrSpellCheckerTest, IndexSchemaTest, UUIDFieldTest, TestMissingGroups, TestRecovery, EchoParamsTest, TestSchemaResource, OverseerCollectionConfigSetProcessorTest, ShowFileRequestHandlerTest, OverseerTaskQueueTest, ShardSplitTest, TestDFRSimilarityFactory, TestJmxMonitoredMap, TestExceedMaxTermLength, BasicDistributedZk2Test, TestPathTrie, CacheHeaderTest, RegexBoostProcessorTest, TestSizeLimitedDistributedMap, TestClassNameShortening, TestUtils, NoCacheHeaderTest, TestCustomStream, ShardRoutingTest, ClusterStateUpdateTest, ZkSolrClientTest, TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedSearch, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SimplePostToolTest, SpellCheckCollatorTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, PolyFieldTest, SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, QueryEqualityTest, DocValuesMultiTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, DebugComponentTest, TestWriterPerf, TestReversedWildcardFilterFactory, XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, UpdateRequestProcessorFactoryTest, UniqFieldsUpdateProcessorFactoryTest, TestBinaryResponseWriter, UpdateParamsTest, CopyFieldTest, TestStressRecovery, TestDistributedMissingSort, ActionThrottleTest, AssignTest, BaseCdcrDistributedZkTest, CdcrReplicationHandlerTest, CdcrVersionReplicationTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, DistribCursorPagingTest, LeaderFailoverAfterPartitionTest, RemoteQueryErrorTest, SSLMigrationTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, TestCloudPseudoReturnFields, TestCloudRecovery, TestConfigSetsAPIExclusivity, TestCryptoKeys, TestLeaderInitiatedRecoveryThread, TestMiniSolrCloudCluster, TestRandomFlRTGCloud, TestRandomRequestDistribution, TestReplicaProperties, TestRequestForwarding, TestSolrCloudWithDelegationTokens, TestStressCloudBlindAtomicUpdates, TestStressLiveNodes, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsCollectionsAPIDistributedZkTest, HdfsRecoverLeaseTest, HdfsRecoveryZkTest]
   [junit4] Completed [537/698 (2!)] on J1 in 40.68s, 1 test, 1 failure <<< FAILURES!

[...truncated 63215 lines...]