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/12/30 23:30:29 UTC

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1595 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1595/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

All tests passed

Build Log:
[...truncated 14185 lines...]
   [junit4] JVM J0: stdout was not empty, see: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/temp/junit4-J0-20171230_215424_5496210950708084045318.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/heapdumps/java_pid17737.hprof ...
   [junit4] Heap dump file created [162962075 bytes in 0.652 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 8548 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:835: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:787: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid17737.hprof

Total time: 109 minutes 2 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1597 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1597/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

6 tests failed.
FAILED:  org.apache.solr.cloud.TestAuthenticationFramework.testBasics

Error Message:
Error from server at https://127.0.0.1:45492/solr/testcollection_shard1_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/testcollection_shard1_replica_n2/update. Reason: <pre>    Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at https://127.0.0.1:45492/solr/testcollection_shard1_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/testcollection_shard1_replica_n2/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/>
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([654F16C2CFB517E9:5897B8EEF75B4999]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:550)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1013)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.cloud.TestAuthenticationFramework.collectionCreateSearchDeleteTwice(TestAuthenticationFramework.java:126)
	at org.apache.solr.cloud.TestAuthenticationFramework.testBasics(TestAuthenticationFramework.java:74)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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 https://127.0.0.1:45492/solr/testcollection_shard1_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/testcollection_shard1_replica_n2/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/>
</body>
</html>

	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	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:527)
	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.autoscaling.AutoScalingHandlerTest.testReadApi

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([654F16C2CFB517E9:3266ED771447F5F2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testReadApi(AutoScalingHandlerTest.java:725)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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.hdfs.HdfsRecoveryZkTest.test

Error Message:
Mismatch in counts between replicas

Stack Trace:
java.lang.AssertionError: Mismatch in counts between replicas
	at __randomizedtesting.SeedInfo.seed([654F16C2CFB517E9:ED1B291861497A11]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.RecoveryZkTest.assertShardConsistency(RecoveryZkTest.java:143)
	at org.apache.solr.cloud.RecoveryZkTest.test(RecoveryZkTest.java:126)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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.client.solrj.request.TestV2Request.testHttpSolrClient

Error Message:
Error from server at https://127.0.0.1:50004/solr: Error trying to proxy request for url: https://127.0.0.1:59059/solr/test/config

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at https://127.0.0.1:50004/solr: Error trying to proxy request for url: https://127.0.0.1:59059/solr/test/config
	at __randomizedtesting.SeedInfo.seed([AFEEDAF0B2C5FBD2:77F6C2DA13F1E9F5]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:829)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.client.solrj.request.TestV2Request.assertSuccess(TestV2Request.java:42)
	at org.apache.solr.client.solrj.request.TestV2Request.doTest(TestV2Request.java:86)
	at org.apache.solr.client.solrj.request.TestV2Request.testHttpSolrClient(TestV2Request.java:62)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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.client.solrj.request.TestV2Request.testCloudSolrClient

Error Message:
Error from server at https://127.0.0.1:41148/solr: collection already exists: test

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at https://127.0.0.1:41148/solr: collection already exists: test
	at __randomizedtesting.SeedInfo.seed([AFEEDAF0B2C5FBD2:36185140177673B9]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:829)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	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.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.client.solrj.request.TestV2Request.assertSuccess(TestV2Request.java:42)
	at org.apache.solr.client.solrj.request.TestV2Request.doTest(TestV2Request.java:72)
	at org.apache.solr.client.solrj.request.TestV2Request.testCloudSolrClient(TestV2Request.java:68)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:  junit.framework.TestSuite.org.apache.solr.client.solrj.request.TestV2Request

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.client.solrj.request.TestV2Request:     1) Thread[id=3659, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestV2Request]         at java.lang.Thread.sleep(Native Method)         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.client.solrj.request.TestV2Request: 
   1) Thread[id=3659, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestV2Request]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([AFEEDAF0B2C5FBD2]:0)




Build Log:
[...truncated 12868 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestAuthenticationFramework
   [junit4]   2> 2230952 INFO  (SUITE-TestAuthenticationFramework-seed#[654F16C2CFB517E9]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_654F16C2CFB517E9-001/init-core-data-001
   [junit4]   2> 2230953 WARN  (SUITE-TestAuthenticationFramework-seed#[654F16C2CFB517E9]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 2230953 INFO  (SUITE-TestAuthenticationFramework-seed#[654F16C2CFB517E9]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2230954 INFO  (SUITE-TestAuthenticationFramework-seed#[654F16C2CFB517E9]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2230957 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[654F16C2CFB517E9]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_654F16C2CFB517E9-001/tempDir-001
   [junit4]   2> 2230957 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[654F16C2CFB517E9]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2230957 INFO  (Thread-5979) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2230957 INFO  (Thread-5979) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2230959 ERROR (Thread-5979) [    ] 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> 2231057 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[654F16C2CFB517E9]) [    ] o.a.s.c.ZkTestServer start zk server on port:56894
   [junit4]   2> 2231060 INFO  (zkConnectionManagerCallback-5365-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2231067 INFO  (jetty-launcher-5362-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2231067 INFO  (jetty-launcher-5362-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2231069 INFO  (jetty-launcher-5362-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7f607c04{/solr,null,AVAILABLE}
   [junit4]   2> 2231069 INFO  (jetty-launcher-5362-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@37c057be{SSL,[ssl, http/1.1]}{127.0.0.1:34254}
   [junit4]   2> 2231069 INFO  (jetty-launcher-5362-thread-1) [    ] o.e.j.s.Server Started @2234374ms
   [junit4]   2> 2231069 INFO  (jetty-launcher-5362-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34254}
   [junit4]   2> 2231070 INFO  (jetty-launcher-5362-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@ae0080d{/solr,null,AVAILABLE}
   [junit4]   2> 2231070 ERROR (jetty-launcher-5362-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2231070 INFO  (jetty-launcher-5362-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2231070 INFO  (jetty-launcher-5362-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2231070 INFO  (jetty-launcher-5362-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2231070 INFO  (jetty-launcher-5362-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-31T20:32:56.824Z
   [junit4]   2> 2231070 INFO  (jetty-launcher-5362-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@664039e9{SSL,[ssl, http/1.1]}{127.0.0.1:45492}
   [junit4]   2> 2231070 INFO  (jetty-launcher-5362-thread-2) [    ] o.e.j.s.Server Started @2234375ms
   [junit4]   2> 2231070 INFO  (jetty-launcher-5362-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45492}
   [junit4]   2> 2231071 ERROR (jetty-launcher-5362-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2231071 INFO  (jetty-launcher-5362-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2231071 INFO  (jetty-launcher-5362-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2231071 INFO  (jetty-launcher-5362-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2231071 INFO  (jetty-launcher-5362-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-31T20:32:56.825Z
   [junit4]   2> 2231073 INFO  (zkConnectionManagerCallback-5367-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2231073 INFO  (zkConnectionManagerCallback-5369-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2231074 INFO  (jetty-launcher-5362-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2231074 INFO  (jetty-launcher-5362-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2231081 INFO  (jetty-launcher-5362-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56894/solr
   [junit4]   2> 2231081 INFO  (jetty-launcher-5362-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56894/solr
   [junit4]   2> 2231083 INFO  (zkConnectionManagerCallback-5375-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2231084 INFO  (zkConnectionManagerCallback-5377-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2231086 INFO  (zkConnectionManagerCallback-5379-thread-1-processing-n:127.0.0.1:34254_solr) [n:127.0.0.1:34254_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2231088 INFO  (zkConnectionManagerCallback-5381-thread-1-processing-n:127.0.0.1:45492_solr) [n:127.0.0.1:45492_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2231235 INFO  (jetty-launcher-5362-thread-2) [n:127.0.0.1:45492_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2231236 INFO  (jetty-launcher-5362-thread-2) [n:127.0.0.1:45492_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45492_solr
   [junit4]   2> 2231238 INFO  (jetty-launcher-5362-thread-2) [n:127.0.0.1:45492_solr    ] o.a.s.c.Overseer Overseer (id=99270811760197638-127.0.0.1:45492_solr-n_0000000000) starting
   [junit4]   2> 2231248 INFO  (jetty-launcher-5362-thread-2) [n:127.0.0.1:45492_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45492_solr
   [junit4]   2> 2231252 INFO  (zkCallback-5380-thread-1-processing-n:127.0.0.1:45492_solr) [n:127.0.0.1:45492_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2231252 INFO  (jetty-launcher-5362-thread-1) [n:127.0.0.1:34254_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2231261 INFO  (jetty-launcher-5362-thread-1) [n:127.0.0.1:34254_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2231265 INFO  (jetty-launcher-5362-thread-1) [n:127.0.0.1:34254_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34254_solr
   [junit4]   2> 2231266 INFO  (zkCallback-5380-thread-1-processing-n:127.0.0.1:45492_solr) [n:127.0.0.1:45492_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2231267 INFO  (zkCallback-5378-thread-1-processing-n:127.0.0.1:34254_solr) [n:127.0.0.1:34254_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2231333 INFO  (jetty-launcher-5362-thread-2) [n:127.0.0.1:45492_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 2231370 INFO  (jetty-launcher-5362-thread-2) [n:127.0.0.1:45492_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45492.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@719b6fa5
   [junit4]   2> 2231375 INFO  (jetty-launcher-5362-thread-2) [n:127.0.0.1:45492_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45492.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@719b6fa5
   [junit4]   2> 2231375 INFO  (jetty-launcher-5362-thread-2) [n:127.0.0.1:45492_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45492.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@719b6fa5
   [junit4]   2> 2231376 INFO  (jetty-launcher-5362-thread-2) [n:127.0.0.1:45492_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_654F16C2CFB517E9-001/tempDir-001/node2/.
   [junit4]   2> 2231404 INFO  (jetty-launcher-5362-thread-1) [n:127.0.0.1:34254_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 2231430 INFO  (jetty-launcher-5362-thread-1) [n:127.0.0.1:34254_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34254.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@719b6fa5
   [junit4]   2> 2231435 INFO  (jetty-launcher-5362-thread-1) [n:127.0.0.1:34254_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34254.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@719b6fa5
   [junit4]   2> 2231435 INFO  (jetty-launcher-5362-thread-1) [n:127.0.0.1:34254_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34254.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@719b6fa5
   [junit4]   2> 2231436 INFO  (jetty-launcher-5362-thread-1) [n:127.0.0.1:34254_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_654F16C2CFB517E9-001/tempDir-001/node1/.
   [junit4]   2> 2231462 INFO  (zkConnectionManagerCallback-5387-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2231466 INFO  (zkConnectionManagerCallback-5391-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2231468 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[654F16C2CFB517E9]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2231469 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[654F16C2CFB517E9]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56894/solr ready
   [junit4]   2> 2231476 INFO  (TEST-TestAuthenticationFramework.testBasics-seed#[654F16C2CFB517E9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBasics
   [junit4]   2> 2231494 INFO  (qtp409666239-23553) [n:127.0.0.1:45492_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=39be84a2-0ea6-46b4-a254-2d8e5360cf0e&replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=2&name=testcollection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2231496 INFO  (qtp409666239-23553) [n:127.0.0.1:45492_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=39be84a2-0ea6-46b4-a254-2d8e5360cf0e&replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=2&name=testcollection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 2231497 INFO  (qtp409666239-23554) [n:127.0.0.1:45492_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=39be84a2-0ea6-46b4-a254-2d8e5360cf0e&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2231499 INFO  (qtp409666239-23554) [n:127.0.0.1:45492_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=39be84a2-0ea6-46b4-a254-2d8e5360cf0e&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2231500 INFO  (OverseerThreadFactory-8168-thread-1-processing-n:127.0.0.1:45492_solr) [n:127.0.0.1:45492_solr    ] o.a.s.c.CreateCollectionCmd Create collection testcollection
   [junit4]   2> 2231614 INFO  (OverseerStateUpdate-99270811760197638-127.0.0.1:45492_solr-n_0000000000) [n:127.0.0.1:45492_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testcollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34254/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2231619 INFO  (OverseerStateUpdate-99270811760197638-127.0.0.1:45492_solr-n_0000000000) [n:127.0.0.1:45492_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testcollection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45492/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2231623 INFO  (OverseerStateUpdate-99270811760197638-127.0.0.1:45492_solr-n_0000000000) [n:127.0.0.1:45492_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testcollection_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34254/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2231629 INFO  (OverseerStateUpdate-99270811760197638-127.0.0.1:45492_solr-n_0000000000) [n:127.0.0.1:45492_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testcollection_shard2_replica_n7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45492/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2231848 INFO  (qtp409666239-23540) [n:127.0.0.1:45492_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545&coreNodeName=core_node8&name=testcollection_shard2_replica_n7&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=0
   [junit4]   2> 2231849 INFO  (parallelCoreAdminExecutor-8169-thread-1-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545 CREATE) [n:127.0.0.1:45492_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545&coreNodeName=core_node8&name=testcollection_shard2_replica_n7&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 2231849 INFO  (parallelCoreAdminExecutor-8169-thread-1-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545 CREATE) [n:127.0.0.1:45492_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2231850 INFO  (qtp409666239-23540) [n:127.0.0.1:45492_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601&coreNodeName=core_node5&name=testcollection_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=0
   [junit4]   2> 2231851 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601&coreNodeName=core_node5&name=testcollection_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 2231874 INFO  (qtp977208481-23541) [n:127.0.0.1:34254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047671990349&coreNodeName=core_node3&name=testcollection_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=0
   [junit4]   2> 2231874 INFO  (parallelCoreAdminExecutor-8171-thread-1-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047671990349 CREATE) [n:127.0.0.1:34254_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047671990349&coreNodeName=core_node3&name=testcollection_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 2231876 INFO  (parallelCoreAdminExecutor-8171-thread-1-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047671990349 CREATE) [n:127.0.0.1:34254_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2231878 INFO  (qtp977208481-23541) [n:127.0.0.1:34254_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671&coreNodeName=core_node6&name=testcollection_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=0
   [junit4]   2> 2231879 INFO  (parallelCoreAdminExecutor-8171-thread-2-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE) [n:127.0.0.1:34254_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671&coreNodeName=core_node6&name=testcollection_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 2231880 INFO  (qtp409666239-23544) [n:127.0.0.1:45492_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545
   [junit4]   2> 2231880 INFO  (qtp409666239-23544) [n:127.0.0.1:45492_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2231987 INFO  (zkCallback-5380-thread-1-processing-n:127.0.0.1:45492_solr) [n:127.0.0.1:45492_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2231988 INFO  (zkCallback-5380-thread-2-processing-n:127.0.0.1:45492_solr) [n:127.0.0.1:45492_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2231989 INFO  (zkCallback-5378-thread-1-processing-n:127.0.0.1:34254_solr) [n:127.0.0.1:34254_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2231990 INFO  (zkCallback-5378-thread-2-processing-n:127.0.0.1:34254_solr) [n:127.0.0.1:34254_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2231990 INFO  (zkCallback-5378-thread-3-processing-n:127.0.0.1:34254_solr) [n:127.0.0.1:34254_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2232505 INFO  (qtp409666239-23548) [n:127.0.0.1:45492_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=39be84a2-0ea6-46b4-a254-2d8e5360cf0e&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2232509 INFO  (qtp409666239-23548) [n:127.0.0.1:45492_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=39be84a2-0ea6-46b4-a254-2d8e5360cf0e&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 2232884 INFO  (qtp409666239-23553) [n:127.0.0.1:45492_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545
   [junit4]   2> 2232884 INFO  (qtp409666239-23553) [n:127.0.0.1:45492_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2232919 INFO  (parallelCoreAdminExecutor-8169-thread-1-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2232925 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2232930 INFO  (parallelCoreAdminExecutor-8171-thread-2-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2232940 INFO  (parallelCoreAdminExecutor-8171-thread-1-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047671990349 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2232962 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.s.IndexSchema [testcollection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 2232964 INFO  (parallelCoreAdminExecutor-8169-thread-1-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.s.IndexSchema [testcollection_shard2_replica_n7] Schema name=minimal
   [junit4]   2> 2232965 INFO  (parallelCoreAdminExecutor-8171-thread-2-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n4] o.a.s.s.IndexSchema [testcollection_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 2232965 INFO  (parallelCoreAdminExecutor-8171-thread-1-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047671990349 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.s.IndexSchema [testcollection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2232966 INFO  (parallelCoreAdminExecutor-8169-thread-1-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2232966 INFO  (parallelCoreAdminExecutor-8169-thread-1-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard2_replica_n7' using configuration from collection testcollection, trusted=true
   [junit4]   2> 2232967 INFO  (parallelCoreAdminExecutor-8169-thread-1-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45492.solr.core.testcollection.shard2.replica_n7' (registry 'solr.core.testcollection.shard2.replica_n7') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@719b6fa5
   [junit4]   2> 2232967 INFO  (parallelCoreAdminExecutor-8169-thread-1-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2232967 INFO  (parallelCoreAdminExecutor-8169-thread-1-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.c.SolrCore [[testcollection_shard2_replica_n7] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_654F16C2CFB517E9-001/tempDir-001/node2/testcollection_shard2_replica_n7], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_654F16C2CFB517E9-001/tempDir-001/node2/./testcollection_shard2_replica_n7/data/]
   [junit4]   2> 2232967 INFO  (parallelCoreAdminExecutor-8171-thread-2-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2232967 INFO  (parallelCoreAdminExecutor-8171-thread-2-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard2_replica_n4' using configuration from collection testcollection, trusted=true
   [junit4]   2> 2232968 INFO  (parallelCoreAdminExecutor-8171-thread-1-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047671990349 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2232968 INFO  (parallelCoreAdminExecutor-8171-thread-2-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34254.solr.core.testcollection.shard2.replica_n4' (registry 'solr.core.testcollection.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@719b6fa5
   [junit4]   2> 2232968 INFO  (parallelCoreAdminExecutor-8171-thread-1-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047671990349 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard1_replica_n1' using configuration from collection testcollection, trusted=true
   [junit4]   2> 2232968 INFO  (parallelCoreAdminExecutor-8171-thread-2-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2232968 INFO  (parallelCoreAdminExecutor-8171-thread-2-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n4] o.a.s.c.SolrCore [[testcollection_shard2_replica_n4] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_654F16C2CFB517E9-001/tempDir-001/node1/testcollection_shard2_replica_n4], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_654F16C2CFB517E9-001/tempDir-001/node1/./testcollection_shard2_replica_n4/data/]
   [junit4]   2> 2232968 INFO  (parallelCoreAdminExecutor-8171-thread-1-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047671990349 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34254.solr.core.testcollection.shard1.replica_n1' (registry 'solr.core.testcollection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@719b6fa5
   [junit4]   2> 2232968 INFO  (parallelCoreAdminExecutor-8171-thread-1-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047671990349 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2232968 INFO  (parallelCoreAdminExecutor-8171-thread-1-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047671990349 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore [[testcollection_shard1_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_654F16C2CFB517E9-001/tempDir-001/node1/testcollection_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_654F16C2CFB517E9-001/tempDir-001/node1/./testcollection_shard1_replica_n1/data/]
   [junit4]   2> 2232971 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2232971 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard1_replica_n2' using configuration from collection testcollection, trusted=true
   [junit4]   2> 2232971 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45492.solr.core.testcollection.shard1.replica_n2' (registry 'solr.core.testcollection.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@719b6fa5
   [junit4]   2> 2232971 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2232971 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.SolrCore [[testcollection_shard1_replica_n2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_654F16C2CFB517E9-001/tempDir-001/node2/testcollection_shard1_replica_n2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_654F16C2CFB517E9-001/tempDir-001/node2/./testcollection_shard1_replica_n2/data/]
   [junit4]   2> 2233063 INFO  (parallelCoreAdminExecutor-8171-thread-1-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047671990349 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2233063 INFO  (parallelCoreAdminExecutor-8171-thread-1-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047671990349 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2233070 INFO  (parallelCoreAdminExecutor-8171-thread-1-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047671990349 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2233070 INFO  (parallelCoreAdminExecutor-8171-thread-1-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047671990349 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2233079 INFO  (parallelCoreAdminExecutor-8171-thread-1-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047671990349 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@650347e2[testcollection_shard1_replica_n1] main]
   [junit4]   2> 2233087 INFO  (parallelCoreAdminExecutor-8171-thread-2-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2233087 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2233088 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2233087 INFO  (parallelCoreAdminExecutor-8171-thread-2-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2233089 INFO  (parallelCoreAdminExecutor-8171-thread-2-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2233089 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2233089 INFO  (parallelCoreAdminExecutor-8171-thread-2-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2233089 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2233090 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e62e493[testcollection_shard1_replica_n2] main]
   [junit4]   2> 2233090 INFO  (parallelCoreAdminExecutor-8171-thread-2-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@2b054649[testcollection_shard2_replica_n4] main]
   [junit4]   2> 2233092 INFO  (parallelCoreAdminExecutor-8171-thread-1-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047671990349 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 2233092 INFO  (parallelCoreAdminExecutor-8171-thread-1-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047671990349 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 2233092 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 2233092 INFO  (parallelCoreAdminExecutor-8171-thread-1-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047671990349 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2233093 INFO  (parallelCoreAdminExecutor-8171-thread-1-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047671990349 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1588332990401871872
   [junit4]   2> 2233093 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 2233093 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2233093 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1588332990401871872
   [junit4]   2> 2233095 INFO  (searcherExecutor-8176-thread-1-processing-x:testcollection_shard1_replica_n2 r:core_node5 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE n:127.0.0.1:45492_solr s:shard1 c:testcollection) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.SolrCore [testcollection_shard1_replica_n2] Registered new searcher Searcher@1e62e493[testcollection_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2233095 INFO  (parallelCoreAdminExecutor-8171-thread-2-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 2233095 INFO  (parallelCoreAdminExecutor-8171-thread-2-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 2233096 INFO  (parallelCoreAdminExecutor-8171-thread-2-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2233097 INFO  (searcherExecutor-8174-thread-1-processing-x:testcollection_shard2_replica_n4 r:core_node6 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE n:127.0.0.1:34254_solr s:shard2 c:testcollection) [n:127.0.0.1:34254_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n4] o.a.s.c.SolrCore [testcollection_shard2_replica_n4] Registered new searcher Searcher@2b054649[testcollection_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2233098 INFO  (searcherExecutor-8175-thread-1-processing-x:testcollection_shard1_replica_n1 r:core_node3 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047671990349 CREATE n:127.0.0.1:34254_solr s:shard1 c:testcollection) [n:127.0.0.1:34254_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.SolrCore [testcollection_shard1_replica_n1] Registered new searcher Searcher@650347e2[testcollection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2233098 INFO  (parallelCoreAdminExecutor-8171-thread-2-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1588332990407114752
   [junit4]   2> 2233099 INFO  (parallelCoreAdminExecutor-8169-thread-1-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2233100 INFO  (parallelCoreAdminExecutor-8169-thread-1-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2233134 INFO  (parallelCoreAdminExecutor-8169-thread-1-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2233134 INFO  (parallelCoreAdminExecutor-8169-thread-1-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2233136 INFO  (parallelCoreAdminExecutor-8169-thread-1-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.s.SolrIndexSearcher Opening [Searcher@681e82b9[testcollection_shard2_replica_n7] main]
   [junit4]   2> 2233142 INFO  (parallelCoreAdminExecutor-8169-thread-1-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 2233143 INFO  (parallelCoreAdminExecutor-8169-thread-1-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 2233144 INFO  (parallelCoreAdminExecutor-8169-thread-1-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2233144 INFO  (parallelCoreAdminExecutor-8169-thread-1-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1588332990455349248
   [junit4]   2> 2233146 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2233147 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2233147 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:45492/solr/testcollection_shard1_replica_n2/
   [junit4]   2> 2233146 INFO  (parallelCoreAdminExecutor-8171-thread-2-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2233147 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testcollection_shard1_replica_n2 url=https://127.0.0.1:45492/solr START replicas=[https://127.0.0.1:34254/solr/testcollection_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 2233148 INFO  (searcherExecutor-8173-thread-1-processing-x:testcollection_shard2_replica_n7 r:core_node8 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047687062545 CREATE n:127.0.0.1:45492_solr s:shard2 c:testcollection) [n:127.0.0.1:45492_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.c.SolrCore [testcollection_shard2_replica_n7] Registered new searcher Searcher@681e82b9[testcollection_shard2_replica_n7] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2233155 INFO  (qtp977208481-23549) [n:127.0.0.1:34254_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.c.S.Request [testcollection_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2233248 INFO  (zkCallback-5380-thread-2-processing-n:127.0.0.1:45492_solr) [n:127.0.0.1:45492_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2233248 INFO  (zkCallback-5378-thread-2-processing-n:127.0.0.1:34254_solr) [n:127.0.0.1:34254_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2233248 INFO  (zkCallback-5380-thread-1-processing-n:127.0.0.1:45492_solr) [n:127.0.0.1:45492_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2233248 INFO  (zkCallback-5378-thread-1-processing-n:127.0.0.1:34254_solr) [n:127.0.0.1:34254_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2233248 INFO  (zkCallback-5378-thread-3-processing-n:127.0.0.1:34254_solr) [n:127.0.0.1:34254_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2233449 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=testcollection_shard1_replica_n2 url=https://127.0.0.1:45492/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2233449 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2233449 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2233449 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2233455 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:45492/solr/testcollection_shard1_replica_n2/ shard1
   [junit4]   2> 2233511 INFO  (qtp409666239-23553) [n:127.0.0.1:45492_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=39be84a2-0ea6-46b4-a254-2d8e5360cf0e&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2233512 INFO  (qtp409666239-23553) [n:127.0.0.1:45492_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=39be84a2-0ea6-46b4-a254-2d8e5360cf0e&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2233557 INFO  (zkCallback-5380-thread-3-processing-n:127.0.0.1:45492_solr) [n:127.0.0.1:45492_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2233557 INFO  (zkCallback-5380-thread-1-processing-n:127.0.0.1:45492_solr) [n:127.0.0.1:45492_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2233558 INFO  (zkCallback-5378-thread-3-processing-n:127.0.0.1:34254_solr) [n:127.0.0.1:34254_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2233558 INFO  (zkCallback-5378-thread-2-processing-n:127.0.0.1:34254_solr) [n:127.0.0.1:34254_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2233558 INFO  (zkCallback-5378-thread-1-processing-n:127.0.0.1:34254_solr) [n:127.0.0.1:34254_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2233606 INFO  (parallelCoreAdminExecutor-8169-thread-2-processing-n:127.0.0.1:45492_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047676547601 CREATE) [n:127.0.0.1:45492_solr c:testcollection s:shard1 r:core_node5 x:testcollection_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2233649 INFO  (parallelCoreAdminExecutor-8171-thread-2-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2233649 INFO  (parallelCoreAdminExecutor-8171-thread-2-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2233649 INFO  (parallelCoreAdminExecutor-8171-thread-2-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n4] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:34254/solr/testcollection_shard2_replica_n4/
   [junit4]   2> 2233649 INFO  (parallelCoreAdminExecutor-8171-thread-2-processing-n:127.0.0.1:34254_solr 39be84a2-0ea6-46b4-a254-2d8e5360cf0e2496047681473671 CREATE) [n:127.0.0.1:34254_solr c:testcollection s:shard2 r:core_node6 x:testcollection_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=testcollection_shard2_replica_n4 url=https://127.0.0.1:34254/solr START replicas=[https://127.0.0.1:45492/solr/testcollection_shard2_replica_n7/] nUpdates=100
   [junit4]   2> 2233654 INFO  (qtp409666239-23548) [n:127.0.0.1:45492_solr c:testcollection s:shard2 r:core_node8 x:testcollection_shard2_replica_n7] o.a.s.c.S.Request [testcollection_shard2_replica_n7]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2233712 INFO  (zkCallback-5378-thread-2-processing-n:127.0.0.1:34254_solr) [n:127.0.0.1:34254_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2233712 INFO  (zkCallback-5380-thread-1-processing-n:127.0.0.1:45492_solr) [n:127.0.0.1:45492_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2233712 INFO  (zkCallback-5378-thread-1-processing-n:127.0.0.1:34254_solr) [n:127.0.0.1:34254_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testcollection/state.json] for collection [testcollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2233712 INFO  (zkCallback-5378-thread-3-processing-n:127.0.0.1:34254_solr) [n:127.0.0.1:34254_

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

collection.test.shard1.leader, tag=431143035
   [junit4]   2> 582434 INFO  (jetty-closer-1396-thread-3) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:41148_solr
   [junit4]   2> 582436 INFO  (zkCallback-1429-thread-14-processing-n:127.0.0.1:50004_solr) [n:127.0.0.1:50004_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 582438 INFO  (jetty-closer-1396-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 582439 INFO  (zkCallback-1421-thread-18-processing-n:127.0.0.1:41148_solr) [n:127.0.0.1:41148_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 582439 INFO  (zkCallback-1426-thread-14-processing-n:127.0.0.1:59059_solr) [n:127.0.0.1:59059_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 582456 INFO  (jetty-closer-1396-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@334bf833{/solr,null,UNAVAILABLE}
   [junit4]   2> 582463 INFO  (coreCloseExecutor-1224-thread-1) [n:127.0.0.1:41148_solr c:test s:shard2 r:core_node8 x:test_shard2_replica_n6] o.a.s.c.SolrCore [test_shard2_replica_n6]  CLOSING SolrCore org.apache.solr.core.SolrCore@3b1192d6
   [junit4]   2> 582463 INFO  (coreCloseExecutor-1224-thread-1) [n:127.0.0.1:41148_solr c:test s:shard2 r:core_node8 x:test_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.test.shard2.replica_n6, tag=991007446
   [junit4]   2> 582464 INFO  (coreCloseExecutor-1224-thread-1) [n:127.0.0.1:41148_solr c:test s:shard2 r:core_node8 x:test_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6d591a12: rootName = solr_41148, domain = solr.core.test.shard2.replica_n6, service url = null, agent id = null] for registry solr.core.test.shard2.replica_n6 / com.codahale.metrics.MetricRegistry@d45d83c
   [junit4]   2> 582480 INFO  (coreCloseExecutor-1224-thread-1) [n:127.0.0.1:41148_solr c:test s:shard2 r:core_node8 x:test_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.test.shard2.leader, tag=991007446
   [junit4]   2> 582518 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 0x160ae64ef160014, 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> 582520 INFO  (jetty-closer-1396-thread-3) [    ] o.a.s.c.Overseer Overseer (id=99270940333309968-127.0.0.1:41148_solr-n_0000000004) closing
   [junit4]   2> 582520 INFO  (OverseerStateUpdate-99270940333309968-127.0.0.1:41148_solr-n_0000000004) [n:127.0.0.1:41148_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41148_solr
   [junit4]   2> 582572 INFO  (jetty-closer-1396-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3d84033a{/solr,null,UNAVAILABLE}
   [junit4]   2> 582573 WARN  (OverseerAutoScalingTriggerThread-99270940333309968-127.0.0.1:41148_solr-n_0000000004) [n:127.0.0.1:41148_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 582625 INFO  (jetty-closer-1396-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@47e589ce{/solr,null,UNAVAILABLE}
   [junit4]   2> 582942 ERROR (SUITE-TestV2Request-seed#[AFEEDAF0B2C5FBD2]-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> 582943 INFO  (SUITE-TestV2Request-seed#[AFEEDAF0B2C5FBD2]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62745 62745
   [junit4]   2> 584610 INFO  (Thread-717) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62745 62745
   [junit4]   2> 584612 WARN  (Thread-717) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/aliases.json
   [junit4]   2> 	8	/solr/security.json
   [junit4]   2> 	8	/solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	24	/solr/collections/test/state.json
   [junit4]   2> 	11	/solr/clusterprops.json
   [junit4]   2> 	11	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/overseer_elect/election/99270940333309968-127.0.0.1:41148_solr-n_0000000004
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/collections
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.request.TestV2Request_AFEEDAF0B2C5FBD2-001
   [junit4]   2> Dec 31, 2017 9:13:13 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Dec 31, 2017 9:13:33 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.client.solrj.request.TestV2Request: 
   [junit4]   2>    1) Thread[id=3659, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestV2Request]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Dec 31, 2017 9:13:33 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=3659, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestV2Request]
   [junit4]   2> Dec 31, 2017 9:13:33 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1906, maxMBSortInHeap=7.3602790796067605, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@388f7e4e), locale=ar-EG, timezone=Etc/GMT+7
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=1,free=101048440,total=503316480
   [junit4]   2> NOTE: All tests run in this JVM: [TestLBHttpSolrClient, SolrExampleXMLTest, CloudSolrClientBuilderTest, TestDelegationTokenResponse, TestJavaBinCodec, TestCoreAdmin, TermsResponseTest, GraphTest, CosineEvaluatorTest, CumulativeProbabilityEvaluatorTest, TestToleratedUpdateError, PowerEvaluatorTest, AppendEvaluatorTest, TestSolrProperties, TestV1toV2ApiMapper, TestUpdateRequestCodec, TestHash, LessThanEvaluatorTest, CeilingEvaluatorTest, ShardParamsTest, TestSpellCheckResponse, FieldAnalysisResponseTest, UuidEvaluatorTest, LengthEvaluatorTest, ArrayEvaluatorTest, SchemaTest, ReverseEvaluatorTest, RecursiveEvaluatorTest, TestJsonRecordReader, GetByIdTest, ArcSineEvaluatorTest, FloorEvaluatorTest, TestXMLEscaping, UsingSolrJRefGuideExamplesTest, SubtractEvaluatorTest, TestBatchUpdate, JettyWebappTest, LargeVolumeEmbeddedTest, LargeVolumeJettyTest, TestDocumentObjectBinder, ModifiableSolrParamsTest, NamedListTest, CollectionAdminRequestRequiredParamsTest, TestSolrJErrorHandling, ConcurrentUpdateSolrClientBuilderTest, ConcurrentUpdateSolrClientTest, HttpSolrClientBuilderTest, HttpSolrClientSSLAuthConPoolTest, LBHttpSolrClientBuilderTest, TestCloudSolrClientConnections, GraphExpressionTest, JdbcDriverTest, JdbcTest, StreamExpressionToExpessionTest, StreamingTest, AddEvaluatorTest, ArcTangentEvaluatorTest, CoalesceEvaluatorTest, EmpiricalDistributionEvaluatorTest, ExclusiveOrEvaluatorTest, GreaterThanEvaluatorTest, HyperbolicSineEvaluatorTest, LessThanEqualToEvaluatorTest, ModuloEvaluatorTest, MultiplyEvaluatorTest, NaturalLogEvaluatorTest, NormalDistributionEvaluatorTest, NotEvaluatorTest, RawValueEvaluatorTest, RoundEvaluatorTest, SineEvaluatorTest, SquareRootEvaluatorTest, UniformDistributionEvaluatorTest, StreamExpressionParserTest, ConcatOperationTest, TestCollectionAdminRequest, TestConfigSetAdminRequest, TestDelegationTokenRequest, TestV2Request]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestV2Request -Dtests.seed=AFEEDAF0B2C5FBD2 -Dtests.slow=true -Dtests.locale=ar-EG -Dtests.timezone=Etc/GMT+7 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestV2Request (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.client.solrj.request.TestV2Request: 
   [junit4]    >    1) Thread[id=3659, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestV2Request]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([AFEEDAF0B2C5FBD2]:0)
   [junit4] Completed [146/146 (1!)] on J0 in 475.10s, 3 tests, 3 errors <<< FAILURES!

[...truncated 47153 lines...]

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1596 - Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1596/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testTriggerThrottling

Error Message:
Both triggers should have fired by now

Stack Trace:
java.lang.AssertionError: Both triggers should have fired by now
	at __randomizedtesting.SeedInfo.seed([AC0F7D2F23C76ED0:572DD50AF16D8D42]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testTriggerThrottling(TriggerIntegrationTest.java:261)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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)




Build Log:
[...truncated 13635 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_AC0F7D2F23C76ED0-001/init-core-data-001
   [junit4]   2> 4560579 INFO  (SUITE-TriggerIntegrationTest-seed#[AC0F7D2F23C76ED0]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 4560580 INFO  (SUITE-TriggerIntegrationTest-seed#[AC0F7D2F23C76ED0]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 4560580 INFO  (SUITE-TriggerIntegrationTest-seed#[AC0F7D2F23C76ED0]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4560580 INFO  (SUITE-TriggerIntegrationTest-seed#[AC0F7D2F23C76ED0]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_AC0F7D2F23C76ED0-001/tempDir-001
   [junit4]   2> 4560581 INFO  (SUITE-TriggerIntegrationTest-seed#[AC0F7D2F23C76ED0]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4560581 INFO  (Thread-8719) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4560581 INFO  (Thread-8719) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4560587 ERROR (Thread-8719) [    ] 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> 4560681 INFO  (SUITE-TriggerIntegrationTest-seed#[AC0F7D2F23C76ED0]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:42320
   [junit4]   2> 4560691 INFO  (zkConnectionManagerCallback-8722-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4560709 INFO  (jetty-launcher-8719-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 4560709 INFO  (jetty-launcher-8719-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 4560712 INFO  (jetty-launcher-8719-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6e4e07f9{/solr,null,AVAILABLE}
   [junit4]   2> 4560714 INFO  (jetty-launcher-8719-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ca49dd{/solr,null,AVAILABLE}
   [junit4]   2> 4560714 INFO  (jetty-launcher-8719-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4b7a16aa{HTTP/1.1,[http/1.1]}{127.0.0.1:36479}
   [junit4]   2> 4560714 INFO  (jetty-launcher-8719-thread-1) [    ] o.e.j.s.Server Started @4565589ms
   [junit4]   2> 4560714 INFO  (jetty-launcher-8719-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36479}
   [junit4]   2> 4560715 INFO  (jetty-launcher-8719-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@72afce82{HTTP/1.1,[http/1.1]}{127.0.0.1:59784}
   [junit4]   2> 4560715 INFO  (jetty-launcher-8719-thread-2) [    ] o.e.j.s.Server Started @4565589ms
   [junit4]   2> 4560715 ERROR (jetty-launcher-8719-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4560715 INFO  (jetty-launcher-8719-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 4560715 INFO  (jetty-launcher-8719-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4560716 INFO  (jetty-launcher-8719-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4560716 INFO  (jetty-launcher-8719-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-31T10:18:46.285Z
   [junit4]   2> 4560715 INFO  (jetty-launcher-8719-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59784}
   [junit4]   2> 4560716 ERROR (jetty-launcher-8719-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4560716 INFO  (jetty-launcher-8719-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 4560717 INFO  (jetty-launcher-8719-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4560717 INFO  (jetty-launcher-8719-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4560717 INFO  (jetty-launcher-8719-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-31T10:18:46.286Z
   [junit4]   2> 4560720 INFO  (zkConnectionManagerCallback-8724-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4560721 INFO  (zkConnectionManagerCallback-8726-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4560722 INFO  (jetty-launcher-8719-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4560722 INFO  (jetty-launcher-8719-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4560759 INFO  (jetty-launcher-8719-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42320/solr
   [junit4]   2> 4560760 INFO  (jetty-launcher-8719-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42320/solr
   [junit4]   2> 4560764 INFO  (zkConnectionManagerCallback-8734-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4560764 INFO  (zkConnectionManagerCallback-8731-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4560771 INFO  (zkConnectionManagerCallback-8736-thread-1-processing-n:127.0.0.1:59784_solr) [n:127.0.0.1:59784_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4560771 INFO  (zkConnectionManagerCallback-8738-thread-1-processing-n:127.0.0.1:36479_solr) [n:127.0.0.1:36479_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4560947 INFO  (jetty-launcher-8719-thread-1) [n:127.0.0.1:36479_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4560948 INFO  (jetty-launcher-8719-thread-1) [n:127.0.0.1:36479_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36479_solr
   [junit4]   2> 4560949 INFO  (jetty-launcher-8719-thread-1) [n:127.0.0.1:36479_solr    ] o.a.s.c.Overseer Overseer (id=99268396722028550-127.0.0.1:36479_solr-n_0000000000) starting
   [junit4]   2> 4560953 INFO  (jetty-launcher-8719-thread-2) [n:127.0.0.1:59784_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4560954 INFO  (jetty-launcher-8719-thread-2) [n:127.0.0.1:59784_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59784_solr
   [junit4]   2> 4560958 INFO  (zkCallback-8735-thread-1-processing-n:127.0.0.1:59784_solr) [n:127.0.0.1:59784_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4560962 INFO  (zkCallback-8737-thread-1-processing-n:127.0.0.1:36479_solr) [n:127.0.0.1:36479_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4560963 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 4560964 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 4560965 INFO  (jetty-launcher-8719-thread-1) [n:127.0.0.1:36479_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36479_solr
   [junit4]   2> 4560965 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:59784_solr]
   [junit4]   2> 4560965 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 4560965 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 4560980 INFO  (zkCallback-8735-thread-1-processing-n:127.0.0.1:59784_solr) [n:127.0.0.1:59784_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4560982 INFO  (zkCallback-8737-thread-1-processing-n:127.0.0.1:36479_solr) [n:127.0.0.1:36479_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4561027 INFO  (jetty-launcher-8719-thread-2) [n:127.0.0.1:59784_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59784.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77059629
   [junit4]   2> 4561032 INFO  (jetty-launcher-8719-thread-2) [n:127.0.0.1:59784_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59784.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77059629
   [junit4]   2> 4561032 INFO  (jetty-launcher-8719-thread-2) [n:127.0.0.1:59784_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59784.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77059629
   [junit4]   2> 4561033 INFO  (jetty-launcher-8719-thread-2) [n:127.0.0.1:59784_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_AC0F7D2F23C76ED0-001/tempDir-001/node2/.
   [junit4]   2> 4561047 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 4561047 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 4561048 DEBUG (ScheduledTrigger-13159-thread-1) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 4561115 INFO  (jetty-launcher-8719-thread-1) [n:127.0.0.1:36479_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36479.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77059629
   [junit4]   2> 4561120 INFO  (jetty-launcher-8719-thread-1) [n:127.0.0.1:36479_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36479.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77059629
   [junit4]   2> 4561120 INFO  (jetty-launcher-8719-thread-1) [n:127.0.0.1:36479_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36479.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77059629
   [junit4]   2> 4561121 INFO  (jetty-launcher-8719-thread-1) [n:127.0.0.1:36479_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_AC0F7D2F23C76ED0-001/tempDir-001/node1/.
   [junit4]   2> 4561138 INFO  (zkConnectionManagerCallback-8744-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4561141 INFO  (zkConnectionManagerCallback-8748-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4561143 INFO  (SUITE-TriggerIntegrationTest-seed#[AC0F7D2F23C76ED0]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4561144 INFO  (SUITE-TriggerIntegrationTest-seed#[AC0F7D2F23C76ED0]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42320/solr ready
   [junit4]   2> 4561302 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeAddedTriggerRestoreState
   [junit4]   2> 4561303 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 4561304 DEBUG (zkCallback-8737-thread-1-processing-n:127.0.0.1:36479_solr) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 4561304 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 4561312 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 4561318 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 4561319 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 4561322 INFO  (qtp750715772-41300) [n:127.0.0.1:36479_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 4561324 INFO  (qtp1674134144-41311) [n:127.0.0.1:59784_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 4561324 DEBUG (qtp1674134144-41309) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 4561325 INFO  (qtp1674134144-41309) [n:127.0.0.1:59784_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 4561325 DEBUG (zkCallback-8737-thread-1-processing-n:127.0.0.1:36479_solr) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 4561325 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[AC0F7D2F23C76ED0]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 4561329 DEBUG (zkCallback-8737-thread-1-processing-n:127.0.0.1:36479_solr) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:36479_solr, 127.0.0.1:59784_solr]
   [junit4]   2> 4561329 DEBUG (zkCallback-8737-thread-1-processing-n:127.0.0.1:36479_solr) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_restore_trigger instantiated with properties: {event=nodeAdded, waitFor=5, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 4561329 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 4561330 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[AC0F7D2F23C76ED0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3e547ca3{/solr,null,AVAILABLE}
   [junit4]   2> 4561330 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[AC0F7D2F23C76ED0]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6b47ecfc{HTTP/1.1,[http/1.1]}{127.0.0.1:58010}
   [junit4]   2> 4561330 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[AC0F7D2F23C76ED0]) [    ] o.e.j.s.Server Started @4566205ms
   [junit4]   2> 4561330 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58010}
   [junit4]   2> 4561331 ERROR (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4561331 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 4561331 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4561331 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4561331 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-31T10:18:46.900Z
   [junit4]   2> 4561332 INFO  (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 4561335 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 4561336 INFO  (zkConnectionManagerCallback-8750-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4561336 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 4561337 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4561337 DEBUG (ScheduledTrigger-13159-thread-1) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_restore_trigger
   [junit4]   2> 4561337 DEBUG (ScheduledTrigger-13159-thread-1) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 4561343 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 0x160ac14b40a0009, 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> 4561345 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42320/solr
   [junit4]   2> 4561347 INFO  (zkConnectionManagerCallback-8754-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4561349 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 0x160ac14b40a000a, 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> 4561350 INFO  (zkConnectionManagerCallback-8756-thread-1-processing-n:127.0.0.1:58010_solr) [n:127.0.0.1:58010_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4561358 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:58010_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4561360 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:58010_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4561362 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:58010_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58010_solr
   [junit4]   2> 4561367 INFO  (zkCallback-8747-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4561419 INFO  (zkCallback-8755-thread-1-processing-n:127.0.0.1:58010_solr) [n:127.0.0.1:58010_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4561419 INFO  (zkCallback-8737-thread-1-processing-n:127.0.0.1:36479_solr) [n:127.0.0.1:36479_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4561420 INFO  (zkCallback-8735-thread-1-processing-n:127.0.0.1:59784_solr) [n:127.0.0.1:59784_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4561490 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:58010_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58010.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77059629
   [junit4]   2> 4561499 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:58010_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58010.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77059629
   [junit4]   2> 4561499 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:58010_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58010.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77059629
   [junit4]   2> 4561500 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:58010_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_AC0F7D2F23C76ED0-001/tempDir-001/node3/.
   [junit4]   2> 4562345 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_restore_trigger
   [junit4]   2> 4562345 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 4562346 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:58010_solr at time 2459175929339625
   [junit4]   2> 4563036 INFO  (qtp750715772-41304) [n:127.0.0.1:36479_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 4563042 INFO  (qtp2039175674-41362) [n:127.0.0.1:58010_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 4563045 INFO  (qtp1674134144-41313) [n:127.0.0.1:59784_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 4563045 DEBUG (qtp750715772-41302) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 4563046 INFO  (qtp750715772-41302) [n:127.0.0.1:36479_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 4563047 DEBUG (zkCallback-8737-thread-1-processing-n:127.0.0.1:36479_solr) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 4563048 DEBUG (zkCallback-8737-thread-1-processing-n:127.0.0.1:36479_solr) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:58010_solr, 127.0.0.1:36479_solr, 127.0.0.1:59784_solr]
   [junit4]   2> 4563048 DEBUG (zkCallback-8737-thread-1-processing-n:127.0.0.1:36479_solr) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_restore_trigger instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 4563048 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 4563049 INFO  (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 4563051 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Adding node from marker path: 127.0.0.1:58010_solr
   [junit4]   2> 4563052 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 4563053 DEBUG (ScheduledTrigger-13159-thread-1) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_restore_trigger
   [junit4]   2> 4563053 DEBUG (ScheduledTrigger-13159-thread-1) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 4563053 DEBUG (ScheduledTrigger-13159-thread-1) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_restore_trigger firing registered processor for nodes: [127.0.0.1:58010_solr] added at times [2459176634682746], now=2459176636839367
   [junit4]   2> 4563053 DEBUG (ScheduledTrigger-13159-thread-1) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"8bc9badc00d7aT7ebhjc4npfkc7s6c41o00u7ih",
   [junit4]   2>   "source":"node_added_restore_trigger",
   [junit4]   2>   "eventTime":2459176634682746,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2459176634682746],
   [junit4]   2>     "nodeNames":["127.0.0.1:58010_solr"]}}
   [junit4]   2> 4563053 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 4563054 INFO  (ScheduledTrigger-13159-thread-1) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 4563055 DEBUG (AutoscalingActionExecutor-13160-thread-1-processing-n:127.0.0.1:36479_solr) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"8bc9badc00d7aT7ebhjc4npfkc7s6c41o00u7ih",
   [junit4]   2>   "source":"node_added_restore_trigger",
   [junit4]   2>   "eventTime":2459176634682746,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2459176634682746],
   [junit4]   2>     "_enqueue_time_":2459176637260215,
   [junit4]   2>     "nodeNames":["127.0.0.1:58010_solr"]}}
   [junit4]   2> 4563056 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNodeAddedTriggerRestoreState
   [junit4]   2> 4563079 DEBUG (AutoscalingActionExecutor-13160-thread-1-processing-n:127.0.0.1:36479_solr) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 23 ms for event id=8bc9badc00d7aT7ebhjc4npfkc7s6c41o00u7ih
   [junit4]   2> 4563268 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testEventFromRestoredState
   [junit4]   2> 4563269 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 5
   [junit4]   2> 4563269 DEBUG (zkCallback-8737-thread-1-processing-n:127.0.0.1:36479_solr) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 4563269 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 4563274 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 4563274 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 4563275 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 4563277 INFO  (qtp750715772-41306) [n:127.0.0.1:36479_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 4563278 INFO  (qtp2039175674-41364) [n:127.0.0.1:58010_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 4563279 INFO  (qtp1674134144-41305) [n:127.0.0.1:59784_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 4563279 DEBUG (qtp1674134144-41314) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 4563280 INFO  (qtp1674134144-41314) [n:127.0.0.1:59784_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 4563280 DEBUG (zkCallback-8737-thread-1-processing-n:127.0.0.1:36479_solr) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 4563281 DEBUG (zkCallback-8737-thread-1-processing-n:127.0.0.1:36479_solr) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:58010_solr, 127.0.0.1:36479_solr, 127.0.0.1:59784_solr]
   [junit4]   2> 4563281 DEBUG (zkCallback-8737-thread-1-processing-n:127.0.0.1:36479_solr) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=10, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 4563281 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 4563284 INFO  (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 4563284 INFO  (qtp750715772-41298) [n:127.0.0.1:36479_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4563284 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 4563285 DEBUG (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 4563286 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4563286 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 4563292 INFO  (qtp750715772-41298) [n:127.0.0.1:36479_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 4563293 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 4563295 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@52bbe904{/solr,null,AVAILABLE}
   [junit4]   2> 4563295 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@30439e08{HTTP/1.1,[http/1.1]}{127.0.0.1:61844}
   [junit4]   2> 4563295 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.e.j.s.Server Started @4568170ms
   [junit4]   2> 4563295 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61844}
   [junit4]   2> 4563295 ERROR (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4563295 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 4563295 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4563295 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4563296 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-31T10:18:48.865Z
   [junit4]   2> 4563297 INFO  (zkConnectionManagerCallback-8760-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4563298 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4563305 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42320/solr
   [junit4]   2> 4563307 INFO  (zkConnectionManagerCallback-8764-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4563310 INFO  (zkConnectionManagerCallback-8766-thread-1-processing-n:127.0.0.1:61844_solr) [n:127.0.0.1:61844_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4563319 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:61844_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 4563322 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:61844_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4563324 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:61844_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61844_solr
   [junit4]   2> 4563326 INFO  (zkCallback-8755-thread-1-processing-n:127.0.0.1:58010_solr) [n:127.0.0.1:58010_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4563326 INFO  (zkCallback-8737-thread-1-processing-n:127.0.0.1:36479_solr) [n:127.0.0.1:36479_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4563326 INFO  (zkCallback-8747-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4563326 INFO  (zkCallback-8735-thread-1-processing-n:127.0.0.1:59784_solr) [n:127.0.0.1:59784_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4563328 INFO  (zkCallback-8765-thread-1-processing-n:127.0.0.1:61844_solr) [n:127.0.0.1:61844_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4563392 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:61844_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61844.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77059629
   [junit4]   2> 4563398 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:61844_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61844.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77059629
   [junit4]   2> 4563398 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:61844_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61844.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77059629
   [junit4]   2> 4563399 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:61844_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_AC0F7D2F23C76ED0-001/tempDir-001/node4/.
   [junit4]   2> 4564295 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4564295 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 4564295 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:61844_solr at time 2459177879719591
   [junit4]   2> 4565297 INFO  (OverseerCollectionConfigSetProcessor-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] 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> 4565298 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4565298 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 4566299 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4566299 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 4567300 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4567300 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 4568301 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4568301 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 4569302 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4569302 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 4570303 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4570303 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 4571304 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4571304 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 4572305 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4572306 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 4573307 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4573307 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 4574308 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4574308 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 4574308 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger firing registered processor for nodes: [127.0.0.1:61844_solr] added at times [2459177879719591], now=2459187894669054
   [junit4]   2> 4574308 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"8bc9bf7f5cea7T7ebhjc4npfkc7s6c41o00u7ij",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":2459177879719591,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2459177879719591],
   [junit4]   2>     "nodeNames":["127.0.0.1:61844_solr"]}}
   [junit4]   2> 4574309 INFO  (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 4574309 DEBUG (AutoscalingActionExecutor-13160-thread-1-processing-n:127.0.0.1:36479_solr) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"8bc9bf7f5cea7T7ebhjc4npfkc7s6c41o00u7ij",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":2459177879719591,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2459177879719591],
   [junit4]   2>     "_enqueue_time_":2459187894807253,
   [junit4]   2>     "nodeNames":["127.0.0.1:61844_solr"]}}
   [junit4]   2> 4574310 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 4574310 DEBUG (AutoscalingActionExecutor-13160-thread-1-processing-n:127.0.0.1:36479_solr) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 1 ms for event id=8bc9bf7f5cea7T7ebhjc4npfkc7s6c41o00u7ij
   [junit4]   2> 4574311 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1af7802d{/solr,null,AVAILABLE}
   [junit4]   2> 4574311 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1c296bc6{HTTP/1.1,[http/1.1]}{127.0.0.1:61219}
   [junit4]   2> 4574311 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.e.j.s.Server Started @4579189ms
   [junit4]   2> 4574311 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61219}
   [junit4]   2> 4574311 ERROR (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4574311 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 4574311 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4574312 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4574312 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-31T10:18:59.881Z
   [junit4]   2> 4574313 INFO  (zkConnectionManagerCallback-8770-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4574314 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4574322 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42320/solr
   [junit4]   2> 4574323 INFO  (zkConnectionManagerCallback-8774-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4574326 INFO  (zkConnectionManagerCallback-8776-thread-1-processing-n:127.0.0.1:61219_solr) [n:127.0.0.1:61219_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4574336 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:61219_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4574339 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:61219_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4574341 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:61219_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61219_solr
   [junit4]   2> 4574343 INFO  (zkCallback-8747-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4574343 INFO  (zkCallback-8737-thread-1-processing-n:127.0.0.1:36479_solr) [n:127.0.0.1:36479_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4574343 INFO  (zkCallback-8735-thread-1-processing-n:127.0.0.1:59784_solr) [n:127.0.0.1:59784_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4574343 INFO  (zkCallback-8755-thread-1-processing-n:127.0.0.1:58010_solr) [n:127.0.0.1:58010_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4574346 INFO  (zkCallback-8775-thread-1-processing-n:127.0.0.1:61219_solr) [n:127.0.0.1:61219_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4574347 INFO  (zkCallback-8765-thread-1-processing-n:127.0.0.1:61844_solr) [n:127.0.0.1:61844_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4574470 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:61219_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61219.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77059629
   [junit4]   2> 4574476 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:61219_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61219.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77059629
   [junit4]   2> 4574476 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:61219_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61219.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77059629
   [junit4]   2> 4574477 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:61219_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_AC0F7D2F23C76ED0-001/tempDir-001/node5/.
   [junit4]   2> 4575312 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4575312 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 5
   [junit4]   2> 4575312 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:61219_solr at time 2459188899539000
   [junit4]   2> 4576320 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4576320 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 5
   [junit4]   2> 4577321 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4577321 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 5
   [junit4]   2> 4578322 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4578322 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 5
   [junit4]   2> 4579324 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4579324 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 5
   [junit4]   2> 4580325 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4580325 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 5
   [junit4]   2> 4581326 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4581326 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 5
   [junit4]   2> 4582327 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4582328 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 5
   [junit4]   2> 4583329 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4583329 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 5
   [junit4]   2> 4584330 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4584330 DEBUG (ScheduledTrigger-13159-thread-2) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 5
   [junit4]   2> 4584541 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4b7a16aa{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 4584545 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1915362080
   [junit4]   2> 4584546 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 4584546 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@51793cb3: rootName = solr_36479, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@564c718f
   [junit4]   2> 4584556 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 4584557 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3a9404e0: rootName = solr_36479, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5be676e0
   [junit4]   2> 4584564 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 4584564 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@57309d2a: rootName = solr_36479, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@407d5e1e
   [junit4]   2> 4584568 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:36479_solr
   [junit4]   2> 4584570 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 4584571 INFO  (zkCallback-8747-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 4584571 INFO  (zkCallback-8737-thread-1-processing-n:127.0.0.1:36479_solr) [n:127.0.0.1:36479_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 4584571 INFO  (zkCallback-8755-thread-1-processing-n:127.0.0.1:58010_solr) [n:127.0.0.1:58010_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 4584571 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4584572 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.Overseer Overseer (id=99268396722028550-127.0.0.1:36479_solr-n_0000000000) closing
   [junit4]   2> 4584572 INFO  (OverseerStateUpdate-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:36479_solr
   [junit4]   2> 4584571 INFO  (zkCallback-8775-thread-1-processing-n:127.0.0.1:61219_solr) [n:127.0.0.1:61219_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 4584572 INFO  (zkCallback-8735-thread-1-processing-n:127.0.0.1:59784_solr) [n:127.0.0.1:59784_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 4584573 INFO  (zkCallback-8765-thread-1-processing-n:127.0.0.1:61844_solr) [n:127.0.0.1:61844_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 4584582 WARN  (OverseerAutoScalingTriggerThread-99268396722028550-127.0.0.1:36479_solr-n_0000000000) [n:127.0.0.1:36479_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 4584582 DEBUG (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 4584586 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6e4e07f9{/solr,null,UNAVAILABLE}
   [junit4]   2> 4584587 INFO  (zkCallback-8735-thread-1-processing-n:127.0.0.1:59784_solr) [n:127.0.0.1:59784_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59784_solr
   [junit4]   2> 4584590 INFO  (zkCallback-8735-thread-1-processing-n:127.0.0.1:59784_solr) [n:127.0.0.1:59784_solr    ] o.a.s.c.Overseer Overseer (id=99268396722028549-127.0.0.1:59784_solr-n_0000000001) starting
   [junit4]   2> 4584607 DEBUG (OverseerAutoScalingTriggerThread-99268396722028549-127.0.0.1:59784_solr-n_0000000001) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 4584609 DEBUG (OverseerAutoScalingTriggerThread-99268396722028549-127.0.0.1:59784_solr-n_0000000001) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 7
   [junit4]   2> 4584609 DEBUG (OverseerAutoScalingTriggerThread-99268396722028549-127.0.0.1:59784_solr-n_0000000001) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:61219_solr, 127.0.0.1:61844_solr, 127.0.0.1:58010_solr, 127.0.0.1:59784_solr]
   [junit4]   2> 4584610 DEBUG (OverseerAutoScalingTriggerThread-99268396722028549-127.0.0.1:59784_solr-n_0000000001) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=10, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 4584610 DEBUG (OverseerAutoScalingTriggerThread-99268396722028549-127.0.0.1:59784_solr-n_0000000001) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:61219_solr, 127.0.0.1:61844_solr, 127.0.0.1:58010_solr, 127.0.0.1:59784_solr]
   [junit4]   2> 4584610 DEBUG (OverseerAutoScalingTriggerThread-99268396722028549-127.0.0.1:59784_solr-n_0000000001) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion -1
   [junit4]   2> 4584610 DEBUG (OverseerAutoScalingTriggerThread-99268396722028549-127.0.0.1:59784_solr-n_0000000001) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 7
   [junit4]   2> 4584614 INFO  (OverseerAutoScalingTriggerThread-99268396722028549-127.0.0.1:59784_solr-n_0000000001) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 4584615 DEBUG (OverseerAutoScalingTriggerThread-99268396722028549-127.0.0.1:59784_solr-n_0000000001) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.NodeAddedTrigger Adding node from marker path: 127.0.0.1:61219_solr
   [junit4]   2> 4584615 DEBUG (ScheduledTrigger-13186-thread-1) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 4584616 DEBUG (OverseerAutoScalingTriggerThread-99268396722028549-127.0.0.1:59784_solr-n_0000000001) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion 7
   [junit4]   2> 4584617 DEBUG (ScheduledTrigger-13186-thread-2) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4584617 DEBUG (ScheduledTrigger-13186-thread-2) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 4585621 DEBUG (ScheduledTrigger-13186-thread-1) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 4585628 DEBUG (ScheduledTrigger-13186-thread-3) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 4585628 DEBUG (ScheduledTrigger-13186-thread-3) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 4585628 DEBUG (ScheduledTrigger-13186-thread-3) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger firing registered processor for nodes: [127.0.0.1:61219_solr] added at times [2459188899539000], now=2459199217677817
   [junit4]   2> 4585628 DEBUG (ScheduledTrigger-13186-thread-3) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"8bc9e88cae838T7ebhjc4npfkc7s6c41o00u7il",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":2459188899539000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2459188899539000],
   [junit4]   2>     "nodeNames":["127.0.0.1:61219_solr"]}}
   [junit4]   2> 4585630 INFO  (ScheduledTrigger-13186-thread-3) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 4585631 DEBUG (AutoscalingActionExecutor-13187-thread-1-processing-n:127.0.0.1:59784_solr) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"8bc9e88cae838T7ebhjc4npfkc7s6c41o00u7il",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":2459188899539000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[2459188899539000],
   [junit4]   2>     "_enqueue_time_":2459199217984605,
   [junit4]   2>     "nodeNames":["127.0.0.1:61219_solr"]}}
   [junit4]   2> 4585631 INFO  (TEST-TriggerIntegrationTest.testEventFromRestoredState-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testEventFromRestoredState
   [junit4]   2> 4585662 DEBUG (AutoscalingActionExecutor-13187-thread-1-processing-n:127.0.0.1:59784_solr) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 30 ms for event id=8bc9e88cae838T7ebhjc4npfkc7s6c41o00u7il
   [junit4]   2> 4585939 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeMarkersRegistration
   [junit4]   2> 4585940 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 8
   [junit4]   2> 4585941 DEBUG (zkCallback-8735-thread-1-processing-n:127.0.0.1:59784_solr) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 8
   [junit4]   2> 4585941 DEBUG (OverseerAutoScalingTriggerThread-99268396722028549-127.0.0.1:59784_solr-n_0000000001) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 8
   [junit4]   2> 4585948 DEBUG (OverseerAutoScalingTriggerThread-99268396722028549-127.0.0.1:59784_solr-n_0000000001) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 4585948 DEBUG (OverseerAutoScalingTriggerThread-99268396722028549-127.0.0.1:59784_solr-n_0000000001) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 4585949 DEBUG (OverseerAutoScalingTriggerThread-99268396722028549-127.0.0.1:59784_solr-n_0000000001) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 8, lastZnodeVersion 8
   [junit4]   2> 4585950 INFO  (qtp2039175674-41367) [n:127.0.0.1:58010_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4585958 INFO  (qtp2039175674-41367) [n:127.0.0.1:58010_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 4585958 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 4585960 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@204df2b2{/solr,null,AVAILABLE}
   [junit4]   2> 4585960 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@407d8f2{HTTP/1.1,[http/1.1]}{127.0.0.1:48103}
   [junit4]   2> 4585960 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.e.j.s.Server Started @4590841ms
   [junit4]   2> 4585960 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=48103}
   [junit4]   2> 4585961 ERROR (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4585961 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 4585961 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4585961 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4585961 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-31T10:19:11.530Z
   [junit4]   2> 4585964 INFO  (zkConnectionManagerCallback-8780-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4585965 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4585973 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42320/solr
   [junit4]   2> 4585975 INFO  (zkConnectionManagerCallback-8784-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4585979 INFO  (zkConnectionManagerCallback-8786-thread-1-processing-n:127.0.0.1:48103_solr) [n:127.0.0.1:48103_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4585994 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:48103_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4585998 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:48103_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4586003 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:48103_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48103_solr
   [junit4]   2> 4586005 INFO  (zkCallback-8735-thread-1-processing-n:127.0.0.1:59784_solr) [n:127.0.0.1:59784_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4586005 INFO  (zkCallback-8755-thread-1-processing-n:127.0.0.1:58010_solr) [n:127.0.0.1:58010_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4586005 INFO  (zkCallback-8775-thread-1-processing-n:127.0.0.1:61219_solr) [n:127.0.0.1:61219_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4586005 INFO  (zkCallback-8747-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4586005 INFO  (zkCallback-8765-thread-1-processing-n:127.0.0.1:61844_solr) [n:127.0.0.1:61844_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4586008 INFO  (zkCallback-8785-thread-1-processing-n:127.0.0.1:48103_solr) [n:127.0.0.1:48103_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 4586176 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:48103_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_48103.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77059629
   [junit4]   2> 4586184 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:48103_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_48103.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77059629
   [junit4]   2> 4586184 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:48103_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_48103.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77059629
   [junit4]   2> 4586185 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [n:127.0.0.1:48103_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_AC0F7D2F23C76ED0-001/tempDir-001/node6/.
   [junit4]   2> 4586236 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.a.TriggerIntegrationTest ====== KILL OVERSEER 1
   [junit4]   2> 4586237 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@72afce82{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 4586240 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1987481219
   [junit4]   2> 4586241 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 4586241 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3fee3957: rootName = solr_59784, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@63af1388
   [junit4]   2> 4586246 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 4586246 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@64f6fbc4: rootName = solr_59784, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5be676e0
   [junit4]   2> 4586249 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 4586249 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7d68b2ad: rootName = solr_59784, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@407d5e1e
   [junit4]   2> 4586251 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:59784_solr
   [junit4]   2> 4586253 INFO  (zkCallback-8735-thread-1-processing-n:127.0.0.1:59784_solr) [n:127.0.0.1:59784_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 4586253 INFO  (zkCallback-8747-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 4586253 INFO  (zkCallback-8765-thread-1-processing-n:127.0.0.1:61844_solr) [n:127.0.0.1:61844_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 4586253 INFO  (zkCallback-8755-thread-1-processing-n:127.0.0.1:58010_solr) [n:127.0.0.1:58010_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 4586253 INFO  (zkCallback-8775-thread-1-processing-n:127.0.0.1:61219_solr) [n:127.0.0.1:61219_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 4586254 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 4586254 INFO  (zkCallback-8785-thread-1-processing-n:127.0.0.1:48103_solr) [n:127.0.0.1:48103_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 4586254 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4586255 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.Overseer Overseer (id=99268396722028549-127.0.0.1:59784_solr-n_0000000001) closing
   [junit4]   2> 4586255 INFO  (OverseerStateUpdate-99268396722028549-127.0.0.1:59784_solr-n_0000000001) [n:127.0.0.1:59784_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:59784_solr
   [junit4]   2> 4586255 WARN  (OverseerAutoScalingTriggerThread-99268396722028549-127.0.0.1:59784_solr-n_0000000001) [n:127.0.0.1:59784_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 4586263 DEBUG (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 4586265 INFO  (zkCallback-8755-thread-1-processing-n:127.0.0.1:58010_solr) [n:127.0.0.1:58010_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58010_solr
   [junit4]   2> 4586265 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2ca49dd{/solr,null,UNAVAILABLE}
   [junit4]   2> 4586269 INFO  (zkCallback-8755-thread-1-processing-n:127.0.0.1:58010_solr) [n:127.0.0.1:58010_solr    ] o.a.s.c.Overseer Overseer (id=99268396722028555-127.0.0.1:58010_solr-n_0000000002) starting
   [junit4]   2> 4586277 DEBUG (OverseerAutoScalingTriggerThread-99268396722028555-127.0.0.1:58010_solr-n_0000000002) [n:127.0.0.1:58010_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 4586278 DEBUG (OverseerAutoScalingTriggerThread-99268396722028555-127.0.0.1:58010_solr-n_0000000002) [n:127.0.0.1:58010_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 9
   [junit4]   2> 4586278 DEBUG (OverseerAutoScalingTriggerThread-99268396722028555-127.0.0.1:58010_solr-n_0000000002) [n:127.0.0.1:58010_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:61219_solr, 127.0.0.1:61844_solr, 127.0.0.1:58010_solr, 127.0.0.1:48103_solr]
   [junit4]   2> 4586278 DEBUG (OverseerAutoScalingTriggerThread-99268396722028555-127.0.0.1:58010_solr-n_0000000002) [n:127.0.0.1:58010_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 9, lastZnodeVersion -1
   [junit4]   2> 4586279 DEBUG (OverseerAutoScalingTriggerThread-99268396722028555-127.0.0.1:58010_solr-n_0000000002) [n:127.0.0.1:58010_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 9
   [junit4]   2> 4586281 DEBUG (OverseerAutoScalingTriggerThread-99268396722028555-127.0.0.1:58010_solr-n_0000000002) [n:127.0.0.1:58010_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 4586286 DEBUG (OverseerAutoScalingTriggerThread-99268396722028555-127.0.0.1:58010_solr-n_0000000002) [n:127.0.0.1:58010_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 9, lastZnodeVersion 9
   [junit4]   2> 4586286 DEBUG (ScheduledTrigger-13197-thread-1) [n:127.0.0.1:58010_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 4587291 DEBUG (ScheduledTrigger-13197-thread-1) [n:127.0.0.1:58010_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 4588300 DEBUG (ScheduledTrigger-13197-thread-2) [n:127.0.0.1:58010_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 4589301 DEBUG (ScheduledTrigger-13197-thread-1) [n:127.0.0.1:58010_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 4590302 DEBUG (ScheduledTrigger-13197-thread-1) [n:127.0.0.1:58010_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 4591270 INFO  (TEST-TriggerIntegrationTest.testNodeMarkersRegistration-seed#[AC0F7D2F23C76ED0]) [    ] o.a.s.c.a.TriggerIntegrationTest ====== ADD TRIGGERS
   [junit4]   2> 4591281 INFO  (qtp338876900-41453) [n:127.0.0.1:48103_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 4591283 INFO  (qtp2039175674-41362) [n:127.0.0.1:58010_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 4591289 INFO  (qtp1136236710-41416) [n:127.0.0.1:61219_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 4591296 INFO  (qtp879008502-41392) [n:127.0.0.1:61844_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 4591296 DEBUG (qtp338876900-41451) [n:127.0.0.1:48103_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 4591297 INFO  (qtp338876900-41451) [n:127.0.0.1:48103_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=20
   [junit4]   2> 4591299 DEBUG (zkCallback-8755-thread-1-processing-n:127.0.0.1:58010_solr) [n:127.0.0.1:58010_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 10
   [junit4]   2> 4591303 DEBUG (ScheduledTrigger-13197-thread-1) [n:127.0.0.1:58010_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 4591304 DEBUG (zkCallback-8755-thread-1-processing-n:127.0.0.1:58010_solr) [n:127.0.0.1:58010_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:61219_solr, 127.0.0.1:61844_solr, 127.0.0.1:58010_solr, 127.0.0.1:48103_solr]
   [junit4]   2> 4591306 DEBUG (zkCallback-8755-thread-1-processing-n:127.0.0.1:58010_solr) [n:127.0.0.1:58010_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:61219_solr, 127.0.0.1:61844_solr, 127.0.0.1:58010_solr, 127.0.0.1:48103_solr]
   [junit4]   2> 4591306 INFO  (qtp338876900-41455) [n:127.0.0.1:48103_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 4591306 DEBUG (zkCallback-8755-thread-1-processing-n:127.0.0.1:58010_solr) [n:127.0.0.1:58010_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestEventMarkerAction}], enabled=true}
   [junit4]   2> 4591306 DEBUG (OverseerAutoScalingTriggerThread-99268396722028555-127.0.0.1:58010_solr-n_0000000002) [n:127.0.0.1:58010_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 10
   [junit4]   2> 4591307 INFO  (qtp2039175674-41366) [n:127.0.0.1:58010_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 4591309 INFO  (qtp1136236710-41418) [n:127.0.0.1:61219_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 4591310 INFO  (qtp879008502-41393) [n:127.0.0.1:61844_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 4591310 DEBUG (qtp338876900-41454) [n:127.0.0.1:48103_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 4591312 INFO  (qtp338876900-41454) [n:127.0.0.1:48103_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=12
   [junit4]   2> 4591313 INFO  (OverseerAutoScalingTriggerThread-99268396722028555-127.0.0.1:58010_solr-n_0000000002) [n:127.0.0.1:58010_solr    ] o.a.s.c.a.TriggerIntegrationTest TestEventMarkerAction init
   [junit4]   2> 4591313 INFO  (qtp338876900-41456) [n:127.0.0.1:48103_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2

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

73 INFO  (jetty-closer-8720-thread-9) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7a48ce6b{/solr,null,UNAVAILABLE}
   [junit4]   2> 4747377 ERROR (SUITE-TriggerIntegrationTest-seed#[AC0F7D2F23C76ED0]-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> 4747378 INFO  (SUITE-TriggerIntegrationTest-seed#[AC0F7D2F23C76ED0]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42320 42320
   [junit4]   2> 4748184 INFO  (Thread-8719) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:42320 42320
   [junit4]   2> 4748189 WARN  (Thread-8719) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	20	/solr/aliases.json
   [junit4]   2> 	20	/solr/clusterprops.json
   [junit4]   2> 	19	/solr/security.json
   [junit4]   2> 	3	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	26	/solr/collections/testMetricTrigger/state.json
   [junit4]   2> 	20	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/99268396722028579-127.0.0.1:59780_solr-n_0000000010
   [junit4]   2> 	3	/solr/overseer_elect/election/99268396722028567-127.0.0.1:36409_solr-n_0000000006
   [junit4]   2> 	2	/solr/overseer_elect/election/99268396722028591-127.0.0.1:34133_solr-n_0000000014
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	20	/solr/live_nodes
   [junit4]   2> 	20	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/queue
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/autoscaling/events/node_added_trigger
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_trigger1
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_trigger
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerIntegrationTest_AC0F7D2F23C76ED0-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=PostingsFormat(name=Direct), x_s=FST50}, docValues:{}, maxPointsInLeafNode=672, maxMBSortInHeap=5.807552390345678, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@25fb48f9), locale=zh-TW, timezone=Africa/Harare
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=3,threads=1,free=71061272,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrDeletionPolicy1, TestCoreContainer, TestZkChroot, OverseerModifyCollectionTest, HdfsChaosMonkeyNothingIsSafeTest, V2StandaloneTest, DocValuesMultiTest, TestMacroExpander, TestQueryTypes, ZkNodePropsTest, OverriddenZkACLAndCredentialsProvidersTest, TestSolrCLIRunExample, TestCloudSchemaless, TestDefaultStatsCache, HttpSolrCallGetCoreTest, TestLuceneMatchVersion, SolrIndexConfigTest, TestClusterStateProvider, TestMergePolicyConfig, SpatialHeatmapFacetsTest, TestFieldCacheSortRandom, TermVectorComponentDistributedTest, TestHalfAndHalfDocValues, TestExactSharedStatsCache, SimpleMLTQParserTest, TestHdfsCloudBackupRestore, TestSolrConfigHandlerCloud, SearchRateTriggerTest, MoveReplicaTest, TestUninvertingReader, TestBackupRepositoryFactory, MoreLikeThisHandlerTest, TestNumericTerms32, TestPerFieldSimilarityWithDefaultOverride, TestReload, LargeFieldTest, TestPolicyCloud, UpdateLogTest, TestStressInPlaceUpdates, TestCloudSearcherWarming, TestSimpleTextCodec, SampleTest, TestManagedResourceStorage, CdcrRequestHandlerTest, LeaderElectionContextKeyTest, ZkSolrClientTest, TestManagedSynonymGraphFilterFactory, TestLRUCache, ManagedSchemaRoundRobinCloudTest, TestConfigSets, DistribDocExpirationUpdateProcessorTest, AnalysisErrorHandlingTest, TestSystemIdResolver, SynonymTokenizerTest, TestComponentsName, TestCollationField, OpenCloseCoreStressTest, UninvertDocValuesMergePolicyTest, AtomicUpdatesTest, SimpleFacetsTest, PreAnalyzedUpdateProcessorTest, NodeMutatorTest, CloudExitableDirectoryReaderTest, QueryEqualityTest, SpellPossibilityIteratorTest, TestInPlaceUpdatesDistrib, TestJsonRequest, CdcrReplicationDistributedZkTest, ReplicaListTransformerTest, TestCSVLoader, HdfsThreadLeakTest, FullHLLTest, TestCollectionAPIs, MoveReplicaHDFSFailoverTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestReloadAndDeleteDocs, TestFunctionQuery, TestSort, TestExportWriter, ExternalFileFieldSortTest, TestMissingGroups, SolrIndexSplitterTest, TestSchemalessBufferedUpdates, TestCharFilters, CurrencyFieldTypeTest, HdfsUnloadDistributedZkTest, DOMUtilTest, FileUtilsTest, TestStressReorder, HdfsRecoverLeaseTest, TestSimpleTrackingShardHandler, TestRandomRequestDistribution, CustomCollectionTest, TestConfigSetsAPI, TestSystemCollAutoCreate, TestTrie, HdfsBasicDistributedZk2Test, TestPivotHelperCode, JSONWriterTest, BigEndianAscendingWordDeserializerTest, SOLR749Test, DistributedIntervalFacetingTest, TestStressVersions, SearchHandlerTest, UpdateParamsTest, TestCollectionAPI, TestPushWriter, RulesTest, TestScoreJoinQPNoScore, TestFilteredDocIdSet, TestIndexSearcher, PeerSyncReplicationTest, NumberUtilsTest, BooleanFieldTest, TestRequestStatusCollectionAPI, AnalysisAfterCoreReloadTest, TestStressLucene, PingRequestHandlerTest, StatelessScriptUpdateProcessorFactoryTest, CoreAdminCreateDiscoverTest, TestNoOpRegenerator, TestDFISimilarityFactory, DistributedQueueTest, TestCrossCoreJoin, TestQueryUtils, TestExceedMaxTermLength, TestGroupingSearch, TestHashQParserPlugin, SolrCLIZkUtilsTest, TestTrieFacet, TestDistributedGrouping, SoftAutoCommitTest, TestSolrQueryResponse, TestHashPartitioner, IndexSchemaRuntimeFieldTest, TestBinaryResponseWriter, TestSubQueryTransformer, TestDeleteCollectionOnDownNodes, TestFieldCollectionResource, ConcurrentDeleteAndCreateCollectionTest, TestCloudPseudoReturnFields, RollingRestartTest, DistributedFacetPivotSmallAdvancedTest, TestDynamicFieldCollectionResource, TestHighFrequencyDictionaryFactory, TestRawTransformer, TestSolrCoreParser, TestRecoveryHdfs, TestSegmentSorting, TestRTGBase, HdfsDirectoryTest, SubstringBytesRefFilterTest, FileBasedSpellCheckerTest, TestLegacyNumericRangeQueryBuilder, CdcrBidirectionalTest, MetricUtilsTest, TestSolrCoreSnapshots, BlockJoinFacetDistribTest, LeaderFailureAfterFreshStartTest, FacetPivotSmallTest, TestLeaderElectionZkExpiry, CopyFieldTest, SharedFSAutoReplicaFailoverTest, TestCloudDeleteByQuery, TestComplexPhraseLeadingWildcard, BitVectorTest, SolrCoreMetricManagerTest, TestUseDocValuesAsStored2, TestCustomSort, TestJsonFacetRefinement, DistributedFacetPivotLargeTest, AliasIntegrationTest, TermVectorComponentTest, ChaosMonkeySafeLeaderTest, MigrateRouteKeyTest, TestAuthorizationFramework, TestSolrIndexConfig, SolrJmxReporterCloudTest, SaslZkACLProviderTest, HealthCheckHandlerTest, DebugComponentTest, DistributedMLTComponentTest, TestSubQueryTransformerDistrib, TestPartialUpdateDeduplication, TestXmlQParserPlugin, TestPerFieldSimilarity, BasicDistributedZkTest, SolrCoreCheckLockOnStartupTest, TestUpdate, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, TestRemoteStreaming, CacheHeaderTest, LukeRequestHandlerTest, DirectSolrSpellCheckerTest, TermsComponentTest, RegexBoostProcessorTest, TestJmxIntegration, MBeansHandlerTest, TestSearchPerf, NumericFieldsTest, TestElisionMultitermQuery, TestConfig, TestPostingsSolrHighlighter, TestPhraseSuggestions, TestXIncludeConfig, EchoParamsTest, TestSweetSpotSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestFastOutputStream, PluginInfoTest, DateMathParserTest, PreAnalyzedFieldTest, PrimUtilsTest, TestSuggestSpellingConverter, SpellingQueryConverterTest, RAMDirectoryFactoryTest, TestSolrJ, TestUtils, TestDocumentBuilder, SystemInfoHandlerTest, CursorPagingTest, TestDistributedMissingSort, TestHighlightDedupGrouping, TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ActionThrottleTest, AssignTest, AsyncCallRequestStatusResponseTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CleanupOldIndexTest, CollectionStateFormat2Test, ConfigSetsAPITest, ConnectionManagerTest, CreateCollectionCleanupTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DistribCursorPagingTest, DocValuesNotIndexedTest, HttpPartitionTest, OverseerStatusTest, OverseerTaskQueueTest, RemoteQueryErrorTest, ReplicationFactorTest, RestartWhileUpdatingTest, SSLMigrationTest, ShardSplitTest, SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, TestAuthenticationFramework, TestCloudInspectUtil, TestCloudJSONFacetJoinDomain, TestCollectionsAPIViaSolrCloudCluster, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestCryptoKeys, TestDownShardTolerantSearch, TestLocalFSCloudBackupRestore, TestLockTree, TestMiniSolrCloudClusterSSL, TestPrepRecovery, TestPullReplicaErrorHandling, TestReplicaProperties, TestSSLRandomization, TestSizeLimitedDistributedMap, TestSkipOverseerOperations, TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, TestStressLiveNodes, TestTlogReplica, TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, VMParamsZkACLAndCredentialsProvidersTest, AutoAddReplicasIntegrationTest, AutoScalingHandlerTest, ComputePlanActionTest, HttpTriggerListenerTest, NodeAddedTriggerTest, TriggerIntegrationTest]
   [junit4] Completed [595/765 (1!)] on J1 in 187.68s, 14 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 48577 lines...]