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/08/14 11:20:49 UTC

[JENKINS] Lucene-Solr-7.x-Linux (32bit/jdk1.8.0_144) - Build # 258 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/258/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testExecutorStream

Error Message:
Error from server at http://127.0.0.1:41035/solr/workQueue_shard2_replica_n2: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 404 </title> </head> <body> <h2>HTTP ERROR: 404</h2> <p>Problem accessing /solr/workQueue_shard2_replica_n2/update. Reason: <pre>    Can not find: /solr/workQueue_shard2_replica_n2/update</pre></p> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:41035/solr/workQueue_shard2_replica_n2: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/workQueue_shard2_replica_n2/update. Reason:
<pre>    Can not find: /solr/workQueue_shard2_replica_n2/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([3EFED125D3BED016:1C3E50DEF0D4FA06]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:539)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:993)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testExecutorStream(StreamExpressionTest.java:6815)
	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:748)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:41035/solr/workQueue_shard2_replica_n2: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/workQueue_shard2_replica_n2/update. Reason:
<pre>    Can not find: /solr/workQueue_shard2_replica_n2/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
</body>
</html>

	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:516)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more


FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
Doc with id=1 not found in http://127.0.0.1:44289/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:44289/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([329B11F56C0D1F3E:D40C2535558FE65F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:556)
	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:142)
	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:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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:748)


FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv

Error Message:
java.lang.RuntimeException: Error from server at http://127.0.0.1:45451/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:38767/solr/test_col_shard1_replica_n1: Server Error    request: http://127.0.0.1:38767/solr/test_col_shard1_replica_n1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A45451%2Fsolr%2Ftest_col_shard2_replica_n6%2F&wt=javabin&version=2 Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:46677/solr/test_col_shard1_replica_n2/ update: org.apache.solr.client.solrj.request.UpdateRequest@a4cf2b

Stack Trace:
java.util.concurrent.ExecutionException: java.lang.RuntimeException: Error from server at http://127.0.0.1:45451/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:38767/solr/test_col_shard1_replica_n1: Server Error



request: http://127.0.0.1:38767/solr/test_col_shard1_replica_n1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A45451%2Fsolr%2Ftest_col_shard2_replica_n6%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:46677/solr/test_col_shard1_replica_n2/ update: org.apache.solr.client.solrj.request.UpdateRequest@a4cf2b
	at __randomizedtesting.SeedInfo.seed([329B11F56C0D1F3E:48F73B3E650252F]:0)
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:283)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:195)
	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:748)
Caused by: java.lang.RuntimeException: Error from server at http://127.0.0.1:45451/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:38767/solr/test_col_shard1_replica_n1: Server Error



request: http://127.0.0.1:38767/solr/test_col_shard1_replica_n1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A45451%2Fsolr%2Ftest_col_shard2_replica_n6%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:46677/solr/test_col_shard1_replica_n2/ update: org.apache.solr.client.solrj.request.UpdateRequest@a4cf2b
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:411)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:45451/solr/test_col: Async exception during distributed update: Error from server at http://127.0.0.1:38767/solr/test_col_shard1_replica_n1: Server Error



request: http://127.0.0.1:38767/solr/test_col_shard1_replica_n1/update?update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A45451%2Fsolr%2Ftest_col_shard2_replica_n6%2F&wt=javabin&version=2
Remote error message: Failed synchronous update on shard StdNode: http://127.0.0.1:46677/solr/test_col_shard1_replica_n2/ update: org.apache.solr.client.solrj.request.UpdateRequest@a4cf2b
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.doRandomAtomicUpdate(TestStressCloudBlindAtomicUpdates.java:370)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates$Worker.run(TestStressCloudBlindAtomicUpdates.java:399)
	... 6 more




Build Log:
[...truncated 10927 lines...]
   [junit4] Suite: org.apache.solr.cloud.ForceLeaderTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/init-core-data-001
   [junit4]   2> 146664 INFO  (SUITE-ForceLeaderTest-seed#[329B11F56C0D1F3E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 146666 INFO  (SUITE-ForceLeaderTest-seed#[329B11F56C0D1F3E]-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> 146666 INFO  (SUITE-ForceLeaderTest-seed#[329B11F56C0D1F3E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 146666 INFO  (SUITE-ForceLeaderTest-seed#[329B11F56C0D1F3E]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 146670 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 146671 INFO  (Thread-344) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 146671 INFO  (Thread-344) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 146673 ERROR (Thread-344) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 146770 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.ZkTestServer start zk server on port:40123
   [junit4]   2> 146786 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 146788 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 146790 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 146791 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 146792 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 146793 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 146794 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 146795 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 146797 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 146833 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 146834 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 146837 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 146966 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 146975 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1aeed35{/,null,AVAILABLE}
   [junit4]   2> 146991 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@fa5966{HTTP/1.1,[http/1.1]}{127.0.0.1:35103}
   [junit4]   2> 146991 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.e.j.s.Server Started @148490ms
   [junit4]   2> 146991 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/tempDir-001/control/data, replicaType=NRT, hostContext=/, hostPort=36333, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/control-001/cores}
   [junit4]   2> 146992 ERROR (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 146992 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 146992 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 146992 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 146992 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-14T10:18:34.969Z
   [junit4]   2> 147009 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 147009 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/control-001/solr.xml
   [junit4]   2> 147073 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@169706e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 147089 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40123/solr
   [junit4]   2> 147226 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:36333_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 147227 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:36333_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36333_
   [junit4]   2> 147228 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:36333_    ] o.a.s.c.Overseer Overseer (id=98481334822436868-127.0.0.1:36333_-n_0000000000) starting
   [junit4]   2> 147237 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:36333_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36333_
   [junit4]   2> 147245 INFO  (zkCallback-183-thread-1-processing-n:127.0.0.1:36333_) [n:127.0.0.1:36333_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 147495 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:36333_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@169706e
   [junit4]   2> 147509 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:36333_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@169706e
   [junit4]   2> 147510 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:36333_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@169706e
   [junit4]   2> 147513 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:36333_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/control-001/cores
   [junit4]   2> 147617 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 147619 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40123/solr ready
   [junit4]   2> 147621 INFO  (SocketProxy-Acceptor-36333) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=38616,localport=36333], receiveBufferSize:531000
   [junit4]   2> 147627 INFO  (SocketProxy-Acceptor-36333) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35103,localport=39414], receiveBufferSize=530904
   [junit4]   2> 147628 INFO  (qtp9028820-1464) [n:127.0.0.1:36333_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36333_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 147631 INFO  (OverseerThreadFactory-884-thread-1-processing-n:127.0.0.1:36333_) [n:127.0.0.1:36333_    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 147745 INFO  (SocketProxy-Acceptor-36333) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=38620,localport=36333], receiveBufferSize:531000
   [junit4]   2> 147753 INFO  (SocketProxy-Acceptor-36333) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35103,localport=39418], receiveBufferSize=530904
   [junit4]   2> 147759 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 147759 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 147874 INFO  (zkCallback-183-thread-1-processing-n:127.0.0.1:36333_) [n:127.0.0.1:36333_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 148812 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 148968 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 149318 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 149376 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 149377 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@169706e
   [junit4]   2> 149377 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 149377 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 149387 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1893932083164187]
   [junit4]   2> 149403 WARN  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 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> 149492 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 149492 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 149501 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 149502 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 149503 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7424806004988523]
   [junit4]   2> 149504 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d56059[control_collection_shard1_replica_n1] main]
   [junit4]   2> 149506 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 149506 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 149507 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 149509 INFO  (searcherExecutor-887-thread-1-processing-n:127.0.0.1:36333_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@1d56059[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 149510 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575701360134848512
   [junit4]   2> 149515 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 149515 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 149515 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36333/control_collection_shard1_replica_n1/
   [junit4]   2> 149515 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 149516 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:36333/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 149516 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 149519 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36333/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 149621 INFO  (zkCallback-183-thread-1-processing-n:127.0.0.1:36333_) [n:127.0.0.1:36333_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 149670 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 149684 INFO  (qtp9028820-1466) [n:127.0.0.1:36333_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1929
   [junit4]   2> 149687 INFO  (qtp9028820-1464) [n:127.0.0.1:36333_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 149787 INFO  (zkCallback-183-thread-1-processing-n:127.0.0.1:36333_) [n:127.0.0.1:36333_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 150688 INFO  (qtp9028820-1464) [n:127.0.0.1:36333_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36333_&wt=javabin&version=2} status=0 QTime=3059
   [junit4]   2> 150714 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 150716 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40123/solr ready
   [junit4]   2> 150716 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 150717 INFO  (SocketProxy-Acceptor-36333) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=38626,localport=36333], receiveBufferSize:531000
   [junit4]   2> 150717 INFO  (SocketProxy-Acceptor-36333) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35103,localport=39424], receiveBufferSize=530904
   [junit4]   2> 150720 INFO  (qtp9028820-1461) [n:127.0.0.1:36333_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 150725 INFO  (OverseerThreadFactory-884-thread-2-processing-n:127.0.0.1:36333_) [n:127.0.0.1:36333_    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 150725 INFO  (OverseerCollectionConfigSetProcessor-98481334822436868-127.0.0.1:36333_-n_0000000000) [n:127.0.0.1:36333_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 150726 WARN  (OverseerThreadFactory-884-thread-2-processing-n:127.0.0.1:36333_) [n:127.0.0.1:36333_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 150937 INFO  (qtp9028820-1461) [n:127.0.0.1:36333_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 150937 INFO  (qtp9028820-1461) [n:127.0.0.1:36333_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=217
   [junit4]   2> 151062 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/shard-1-001 of type NRT
   [junit4]   2> 151063 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 151070 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@35304f{/,null,AVAILABLE}
   [junit4]   2> 151070 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1c61cba{HTTP/1.1,[http/1.1]}{127.0.0.1:35383}
   [junit4]   2> 151070 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.e.j.s.Server Started @152569ms
   [junit4]   2> 151070 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=35059, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/shard-1-001/cores}
   [junit4]   2> 151081 ERROR (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 151081 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 151082 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 151082 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 151082 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-14T10:18:39.059Z
   [junit4]   2> 151098 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 151098 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/shard-1-001/solr.xml
   [junit4]   2> 151120 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@169706e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 151143 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40123/solr
   [junit4]   2> 151148 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 0x15de04093190008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 151162 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:35059_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 151166 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:35059_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 151167 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:35059_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35059_
   [junit4]   2> 151168 INFO  (zkCallback-183-thread-1-processing-n:127.0.0.1:36333_) [n:127.0.0.1:36333_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 151168 INFO  (zkCallback-190-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 151195 INFO  (zkCallback-195-thread-1-processing-n:127.0.0.1:35059_) [n:127.0.0.1:35059_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 151369 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:35059_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@169706e
   [junit4]   2> 151401 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:35059_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@169706e
   [junit4]   2> 151401 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:35059_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@169706e
   [junit4]   2> 151403 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:35059_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/shard-1-001/cores
   [junit4]   2> 151530 INFO  (SocketProxy-Acceptor-35059) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60594,localport=35059], receiveBufferSize:531000
   [junit4]   2> 151533 INFO  (SocketProxy-Acceptor-35059) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35383,localport=55766], receiveBufferSize=530904
   [junit4]   2> 151535 INFO  (qtp5762095-1513) [n:127.0.0.1:35059_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:35059_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 151541 INFO  (OverseerCollectionConfigSetProcessor-98481334822436868-127.0.0.1:36333_-n_0000000000) [n:127.0.0.1:36333_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 151543 INFO  (OverseerThreadFactory-884-thread-3-processing-n:127.0.0.1:36333_) [n:127.0.0.1:36333_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:35059_ for creating new replica
   [junit4]   2> 151549 INFO  (SocketProxy-Acceptor-35059) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=60598,localport=35059], receiveBufferSize:531000
   [junit4]   2> 151550 INFO  (SocketProxy-Acceptor-35059) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=35383,localport=55770], receiveBufferSize=530904
   [junit4]   2> 151552 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 151553 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 151664 INFO  (zkCallback-195-thread-1-processing-n:127.0.0.1:35059_) [n:127.0.0.1:35059_    ] 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> 152610 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 152679 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema [collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 153016 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 153039 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n41' using configuration from collection collection1, trusted=true
   [junit4]   2> 153039 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n41' (registry 'solr.core.collection1.shard2.replica_n41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@169706e
   [junit4]   2> 153040 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 153040 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [[collection1_shard2_replica_n41] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/shard-1-001/cores/collection1_shard2_replica_n41], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 153043 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1893932083164187]
   [junit4]   2> 153059 WARN  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] 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> 153119 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 153119 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 153137 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 153137 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 153139 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7424806004988523]
   [junit4]   2> 153139 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.SolrIndexSearcher Opening [Searcher@3b1553[collection1_shard2_replica_n41] main]
   [junit4]   2> 153141 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 153141 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 153142 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 153144 INFO  (searcherExecutor-898-thread-1-processing-n:127.0.0.1:35059_ x:collection1_shard2_replica_n41 s:shard2 c:collection1) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [collection1_shard2_replica_n41] Registered new searcher Searcher@3b1553[collection1_shard2_replica_n41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 153144 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575701363945373696
   [junit4]   2> 153150 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 153150 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 153150 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35059/collection1_shard2_replica_n41/
   [junit4]   2> 153150 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 153150 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy http://127.0.0.1:35059/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 153150 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 153153 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35059/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 153255 INFO  (zkCallback-195-thread-1-processing-n:127.0.0.1:35059_) [n:127.0.0.1:35059_    ] 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> 153303 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 153305 INFO  (qtp5762095-1515) [n:127.0.0.1:35059_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1753
   [junit4]   2> 153307 INFO  (qtp5762095-1513) [n:127.0.0.1:35059_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:35059_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1772
   [junit4]   2> 153415 INFO  (zkCallback-195-thread-1-processing-n:127.0.0.1:35059_) [n:127.0.0.1:35059_    ] 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> 153439 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/shard-2-001 of type NRT
   [junit4]   2> 153440 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 153441 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f752d5{/,null,AVAILABLE}
   [junit4]   2> 153441 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@a50d7e{HTTP/1.1,[http/1.1]}{127.0.0.1:34939}
   [junit4]   2> 153442 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.e.j.s.Server Started @154940ms
   [junit4]   2> 153442 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=37567, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/shard-2-001/cores}
   [junit4]   2> 153442 ERROR (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 153442 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 153442 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 153442 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 153442 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-14T10:18:41.419Z
   [junit4]   2> 153448 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 153449 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/shard-2-001/solr.xml
   [junit4]   2> 153508 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@169706e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 153512 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40123/solr
   [junit4]   2> 153541 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:37567_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 153543 INFO  (OverseerCollectionConfigSetProcessor-98481334822436868-127.0.0.1:36333_-n_0000000000) [n:127.0.0.1:36333_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 153544 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:37567_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 153547 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:37567_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37567_
   [junit4]   2> 153549 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:37567_) [n:127.0.0.1:37567_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 153549 INFO  (zkCallback-190-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 153549 INFO  (zkCallback-195-thread-1-processing-n:127.0.0.1:35059_) [n:127.0.0.1:35059_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 153549 INFO  (zkCallback-183-thread-1-processing-n:127.0.0.1:36333_) [n:127.0.0.1:36333_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 154258 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:37567_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@169706e
   [junit4]   2> 154285 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:37567_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@169706e
   [junit4]   2> 154285 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:37567_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@169706e
   [junit4]   2> 154287 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:37567_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/shard-2-001/cores
   [junit4]   2> 154340 INFO  (SocketProxy-Acceptor-37567) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=40688,localport=37567], receiveBufferSize:531000
   [junit4]   2> 154344 INFO  (SocketProxy-Acceptor-37567) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34939,localport=58616], receiveBufferSize=530904
   [junit4]   2> 154345 INFO  (qtp23299175-1547) [n:127.0.0.1:37567_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:37567_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 154348 INFO  (OverseerThreadFactory-884-thread-4-processing-n:127.0.0.1:36333_) [n:127.0.0.1:36333_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:37567_ for creating new replica
   [junit4]   2> 154350 INFO  (SocketProxy-Acceptor-37567) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=40692,localport=37567], receiveBufferSize:531000
   [junit4]   2> 154351 INFO  (SocketProxy-Acceptor-37567) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=34939,localport=58620], receiveBufferSize=530904
   [junit4]   2> 154354 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 154354 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 154466 INFO  (zkCallback-195-thread-1-processing-n:127.0.0.1:35059_) [n:127.0.0.1:35059_    ] 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> 154466 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:37567_) [n:127.0.0.1:37567_    ] 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> 155381 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 155445 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema [collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 156067 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 156114 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n43' using configuration from collection collection1, trusted=true
   [junit4]   2> 156124 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n43' (registry 'solr.core.collection1.shard1.replica_n43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@169706e
   [junit4]   2> 156124 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 156124 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [[collection1_shard1_replica_n43] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/shard-2-001/cores/collection1_shard1_replica_n43], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 156131 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1893932083164187]
   [junit4]   2> 156134 WARN  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] 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> 156281 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 156281 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 156282 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 156282 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 156284 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7424806004988523]
   [junit4]   2> 156284 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.SolrIndexSearcher Opening [Searcher@361590[collection1_shard1_replica_n43] main]
   [junit4]   2> 156295 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 156304 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 156305 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 156305 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1575701367259922432
   [junit4]   2> 156338 INFO  (searcherExecutor-909-thread-1-processing-n:127.0.0.1:37567_ x:collection1_shard1_replica_n43 s:shard1 c:collection1) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [collection1_shard1_replica_n43] Registered new searcher Searcher@361590[collection1_shard1_replica_n43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 156368 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 156368 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 156368 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37567/collection1_shard1_replica_n43/
   [junit4]   2> 156368 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 156368 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy http://127.0.0.1:37567/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 156368 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 156382 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37567/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 156483 INFO  (zkCallback-195-thread-1-processing-n:127.0.0.1:35059_) [n:127.0.0.1:35059_    ] 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> 156483 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:37567_) [n:127.0.0.1:37567_    ] 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> 156533 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 156535 INFO  (qtp23299175-1543) [n:127.0.0.1:37567_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2181
   [junit4]   2> 156539 INFO  (qtp23299175-1547) [n:127.0.0.1:37567_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:37567_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=2193
   [junit4]   2> 156643 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:37567_) [n:127.0.0.1:37567_    ] 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> 156643 INFO  (zkCallback-195-thread-1-processing-n:127.0.0.1:35059_) [n:127.0.0.1:35059_    ] 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> 156649 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/shard-3-001 of type NRT
   [junit4]   2> 156649 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 156651 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@49fc06{/,null,AVAILABLE}
   [junit4]   2> 156652 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@be1b35{HTTP/1.1,[http/1.1]}{127.0.0.1:43907}
   [junit4]   2> 156652 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.e.j.s.Server Started @158151ms
   [junit4]   2> 156652 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/tempDir-001/jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=39749, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/shard-3-001/cores}
   [junit4]   2> 156652 ERROR (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 156653 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.1.0
   [junit4]   2> 156653 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 156653 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config dir: null
   [junit4]   2> 156653 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-08-14T10:18:44.630Z
   [junit4]   2> 156657 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 156657 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/shard-3-001/solr.xml
   [junit4]   2> 156684 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@169706e, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 156698 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40123/solr
   [junit4]   2> 156712 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:39749_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 156715 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:39749_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 156717 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:39749_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39749_
   [junit4]   2> 156718 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:37567_) [n:127.0.0.1:37567_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 156718 INFO  (zkCallback-183-thread-1-processing-n:127.0.0.1:36333_) [n:127.0.0.1:36333_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 156719 INFO  (zkCallback-195-thread-1-processing-n:127.0.0.1:35059_) [n:127.0.0.1:35059_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 156720 INFO  (zkCallback-190-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 156724 INFO  (zkCallback-207-thread-1-processing-n:127.0.0.1:39749_) [n:127.0.0.1:39749_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 156984 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:39749_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@169706e
   [junit4]   2> 156994 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:39749_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@169706e
   [junit4]   2> 156995 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:39749_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@169706e
   [junit4]   2> 156996 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[329B11F56C0D1F3E]) [n:127.0.0.1:39749_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_329B11F56C0D1F3E-001/shard-3-001/cores
   [junit4]   2> 157047 INFO  (qtp23299175-1548) [n:127.0.0.1:37567_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:39749_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 157050 INFO  (OverseerCollectionConfigSetProcessor-98481334822436868-127.0.0.1:36333_-n_0000000000) [n:127.0.0.1:36333_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 157050 INFO  (OverseerThreadFactory-884-thread-5-processing-n:127.0.0.1:36333_) [n:127.0.0.1:36333_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:39749_ for creating new replica
   [junit4]   2> 157069 INFO  (SocketProxy-Acceptor-39749) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=42542,localport=39749], receiveBufferSize:531000
   [junit4]   2> 157072 INFO  (SocketProxy-Acceptor-39749) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=43907,localport=47728], receiveBufferSize=530904
   [junit4]   2> 157073 INFO  (qtp2765208-1581) [n:127.0.0.1:39749_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 157073 INFO  (qtp2765208-1581) [n:127.0.0.1:39749_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 157182 INFO  (zkCallback-195-thread-1-processing-n:127.0.0.1:35059_) [n:127.0.0.1:35059_    ] 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> 157183 INFO  (zkCallback-207-thread-1-processing-n:127.0.0.1:39749_) [n:127.0.0.1:39749_    ] 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> 157185 INFO  (zkCallback-201-thread-1-processing-n:127.0.0.1:37567_) [n:127.0.0.1:37567_    ] 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> 158141 INFO  (qtp2765208-1581) [n:127.0.0.1:39749_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 158320 INFO  (qtp2765208-1581) [n:127.0.0.1:39749_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema [collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 158951 INFO  (qtp2765208-1581) [n:127.0.0.1:39749_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 159020 INFO  (qtp2765208-1581) [n:127.0.0.1:39749_ c:collec

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

replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1_collection.shard1.replica_n1, tag=5494338
   [junit4]   2> 98107 INFO  (coreCloseExecutor-197-thread-2) [n:127.0.0.1:41161_solr c:mainCorpus s:shard1 r:core_node3 x:mainCorpus_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.mainCorpus.shard1.replica_n1, tag=27881250
   [junit4]   2> 98111 INFO  (coreCloseExecutor-198-thread-1) [n:127.0.0.1:41035_solr c:destination s:shard2 r:core_node4 x:destination_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.destination.shard2.replica_n2, tag=21573903
   [junit4]   2> 98115 INFO  (coreCloseExecutor-197-thread-2) [n:127.0.0.1:41161_solr c:mainCorpus s:shard1 r:core_node3 x:mainCorpus_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.mainCorpus.shard1.leader, tag=27881250
   [junit4]   2> 98115 INFO  (coreCloseExecutor-197-thread-1) [n:127.0.0.1:41161_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1_collection.shard2.replica_n3, tag=6181242
   [junit4]   2> 98116 INFO  (coreCloseExecutor-198-thread-1) [n:127.0.0.1:41035_solr c:destination s:shard2 r:core_node4 x:destination_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.destination.shard2.leader, tag=21573903
   [junit4]   2> 98118 INFO  (coreCloseExecutor-197-thread-1) [n:127.0.0.1:41161_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1_collection.shard2.leader, tag=6181242
   [junit4]   2> 98119 INFO  (coreCloseExecutor-200-thread-1) [n:127.0.0.1:32945_solr c:workQueue s:shard2 r:core_node4 x:workQueue_shard2_replica_n3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.workQueue.shard2.replica_n3, tag=6137439
   [junit4]   2> 98119 INFO  (coreCloseExecutor-199-thread-3) [n:127.0.0.1:34131_solr c:mainCorpus s:shard2 r:core_node4 x:mainCorpus_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.mainCorpus.shard2.replica_n2, tag=22980615
   [junit4]   2> 98121 INFO  (zkCallback-30-thread-1-processing-n:127.0.0.1:32945_solr) [n:127.0.0.1:32945_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 98121 INFO  (zkCallback-31-thread-2-processing-n:127.0.0.1:34131_solr) [n:127.0.0.1:34131_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 98122 INFO  (coreCloseExecutor-200-thread-1) [n:127.0.0.1:32945_solr c:workQueue s:shard2 r:core_node4 x:workQueue_shard2_replica_n3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.workQueue.shard2.leader, tag=6137439
   [junit4]   2> 98124 INFO  (coreCloseExecutor-199-thread-3) [n:127.0.0.1:34131_solr c:mainCorpus s:shard2 r:core_node4 x:mainCorpus_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.mainCorpus.shard2.leader, tag=22980615
   [junit4]   2> 98125 INFO  (coreCloseExecutor-199-thread-4) [n:127.0.0.1:34131_solr c:destination s:shard1 r:core_node3 x:destination_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.destination.shard1.replica_n1, tag=4023829
   [junit4]   2> 98126 WARN  (zkCallback-30-thread-1-processing-n:127.0.0.1:32945_solr) [n:127.0.0.1:32945_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 98126 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 0x15de071ffcc000a, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 98126 INFO  (jetty-closer-12-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1edf6b4{/solr,null,UNAVAILABLE}
   [junit4]   2> 98127 INFO  (zkCallback-31-thread-2-processing-n:127.0.0.1:34131_solr) [n:127.0.0.1:34131_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 98128 INFO  (coreCloseExecutor-199-thread-1) [n:127.0.0.1:34131_solr c:collection1_collection s:shard1 r:core_node2 x:collection1_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1_collection.shard1.leader, tag=5494338
   [junit4]   2> 98128 INFO  (coreCloseExecutor-199-thread-4) [n:127.0.0.1:34131_solr c:destination s:shard1 r:core_node3 x:destination_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.destination.shard1.leader, tag=4023829
   [junit4]   2> 98136 INFO  (coreCloseExecutor-199-thread-2) [n:127.0.0.1:34131_solr c:workQueue s:shard1 r:core_node2 x:workQueue_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.workQueue.shard1.replica_n1, tag=2270154
   [junit4]   2> 98142 INFO  (coreCloseExecutor-199-thread-2) [n:127.0.0.1:34131_solr c:workQueue s:shard1 r:core_node2 x:workQueue_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.workQueue.shard1.leader, tag=2270154
   [junit4]   2> 98143 INFO  (jetty-closer-12-thread-2) [    ] o.a.s.c.Overseer Overseer (id=98481547099504651-127.0.0.1:34131_solr-n_0000000000) closing
   [junit4]   2> 98143 INFO  (OverseerStateUpdate-98481547099504651-127.0.0.1:34131_solr-n_0000000000) [n:127.0.0.1:34131_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34131_solr
   [junit4]   2> 98144 WARN  (zkCallback-31-thread-2-processing-n:127.0.0.1:34131_solr) [n:127.0.0.1:34131_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 98145 INFO  (jetty-closer-12-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1af444{/solr,null,UNAVAILABLE}
   [junit4]   2> 99621 WARN  (zkCallback-33-thread-2-processing-n:127.0.0.1:41161_solr) [n:127.0.0.1:41161_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 99621 WARN  (zkCallback-32-thread-1-processing-n:127.0.0.1:41035_solr) [n:127.0.0.1:41035_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 99621 INFO  (jetty-closer-12-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1a12216{/solr,null,UNAVAILABLE}
   [junit4]   2> 99622 INFO  (jetty-closer-12-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@16dbc20{/solr,null,UNAVAILABLE}
   [junit4]   2> 99622 ERROR (SUITE-StreamExpressionTest-seed#[3EFED125D3BED016]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 99622 INFO  (SUITE-StreamExpressionTest-seed#[3EFED125D3BED016]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46003 46003
   [junit4]   2> 104658 INFO  (Thread-33) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46003 46003
   [junit4]   2> 104659 WARN  (Thread-33) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	71	/solr/aliases.json
   [junit4]   2> 	71	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/configs/conf
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	71	/solr/clusterstate.json
   [junit4]   2> 	20	/solr/collections/destination/state.json
   [junit4]   2> 	20	/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2> 	20	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	20	/solr/collections/mainCorpus/state.json
   [junit4]   2> 	18	/solr/collections/workQueue/state.json
   [junit4]   2> 	18	/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2> 	10	/solr/collections/collection1_collection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	71	/solr/live_nodes
   [junit4]   2> 	71	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_3EFED125D3BED016-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=true): {}, locale=fi, timezone=US/Indiana-Starke
   [junit4]   2> NOTE: Linux 4.10.0-27-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=25506344,total=112361472
   [junit4]   2> NOTE: All tests run in this JVM: [SolrSchemalessExampleTest, SolrExampleBinaryTest, SolrParamTest, TestDelegationTokenResponse, CommonAdminParamsTest, NotEvaluatorTest, RawValueEvaluatorTest, TestPolicy, TestJavaBinCodec, TestBatchUpdate, ArcTangentEvaluatorTest, SolrZkClientTest, TestHash, StreamExpressionTest]
   [junit4] Completed [92/135 (1!)] on J2 in 81.13s, 94 tests, 1 error, 9 skipped <<< FAILURES!

[...truncated 38681 lines...]