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 2018/03/03 05:11:14 UTC

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

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

10 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:59135/solr]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:59135/solr]
	at __randomizedtesting.SeedInfo.seed([30EDBE1AA90037DE:85E9AE48EF3E30F]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
	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.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:110)
	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.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:59135/solr
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
	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)
	... 44 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:210)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 48 more


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testScheduledTrigger

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([30EDBE1AA90037DE:A3F6F668F7FD6CEA]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.junit.Assert.assertNotNull(Assert.java:537)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testScheduledTrigger(TriggerIntegrationTest.java:1683)
	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.autoscaling.TriggerIntegrationTest.testScheduledTrigger

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([30EDBE1AA90037DE:A3F6F668F7FD6CEA]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.junit.Assert.assertNotNull(Assert.java:537)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testScheduledTrigger(TriggerIntegrationTest.java:1683)
	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.autoscaling.TriggerIntegrationTest.testScheduledTrigger

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([30EDBE1AA90037DE:A3F6F668F7FD6CEA]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.junit.Assert.assertNotNull(Assert.java:537)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testScheduledTrigger(TriggerIntegrationTest.java:1683)
	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.autoscaling.TriggerIntegrationTest.testScheduledTrigger

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([30EDBE1AA90037DE:A3F6F668F7FD6CEA]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.junit.Assert.assertNotNull(Assert.java:537)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testScheduledTrigger(TriggerIntegrationTest.java:1683)
	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.autoscaling.TriggerIntegrationTest.testScheduledTrigger

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([30EDBE1AA90037DE:A3F6F668F7FD6CEA]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.junit.Assert.assertNotNull(Assert.java:537)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testScheduledTrigger(TriggerIntegrationTest.java:1683)
	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.autoscaling.TriggerIntegrationTest.testScheduledTrigger

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([30EDBE1AA90037DE:A3F6F668F7FD6CEA]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.junit.Assert.assertNotNull(Assert.java:537)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testScheduledTrigger(TriggerIntegrationTest.java:1683)
	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.autoscaling.TriggerIntegrationTest.testEventQueue

Error Message:
action wasn't interrupted

Stack Trace:
java.lang.AssertionError: action wasn't interrupted
	at __randomizedtesting.SeedInfo.seed([30EDBE1AA90037DE:F958FCB4A067F12B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testEventQueue(TriggerIntegrationTest.java:729)
	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.autoscaling.TriggerIntegrationTest.testEventQueue

Error Message:
action wasn't interrupted

Stack Trace:
java.lang.AssertionError: action wasn't interrupted
	at __randomizedtesting.SeedInfo.seed([30EDBE1AA90037DE:F958FCB4A067F12B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testEventQueue(TriggerIntegrationTest.java:729)
	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.autoscaling.TriggerIntegrationTest.testEventQueue

Error Message:
action wasn't interrupted

Stack Trace:
java.lang.AssertionError: action wasn't interrupted
	at __randomizedtesting.SeedInfo.seed([30EDBE1AA90037DE:F958FCB4A067F12B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testEventQueue(TriggerIntegrationTest.java:729)
	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 13098 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest
   [junit4]   2> 1881993 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[30EDBE1AA90037DE]-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-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_30EDBE1AA90037DE-001/init-core-data-001
   [junit4]   2> 1881994 WARN  (SUITE-AutoAddReplicasPlanActionTest-seed#[30EDBE1AA90037DE]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=13 numCloses=13
   [junit4]   2> 1881994 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[30EDBE1AA90037DE]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1881996 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[30EDBE1AA90037DE]-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> 1881996 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[30EDBE1AA90037DE]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_30EDBE1AA90037DE-001/tempDir-001
   [junit4]   2> 1881997 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[30EDBE1AA90037DE]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1881997 INFO  (Thread-4165) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1881997 INFO  (Thread-4165) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1881999 ERROR (Thread-4165) [    ] 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> 1882098 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[30EDBE1AA90037DE]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:38185
   [junit4]   2> 1882101 INFO  (zkConnectionManagerCallback-3573-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1882106 INFO  (jetty-launcher-3570-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1882106 INFO  (jetty-launcher-3570-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1882107 INFO  (jetty-launcher-3570-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1882107 INFO  (jetty-launcher-3570-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1882107 INFO  (jetty-launcher-3570-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1882107 INFO  (jetty-launcher-3570-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1882107 INFO  (jetty-launcher-3570-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1882107 INFO  (jetty-launcher-3570-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1882108 INFO  (jetty-launcher-3570-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1882108 INFO  (jetty-launcher-3570-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6512d26d{/solr,null,AVAILABLE}
   [junit4]   2> 1882109 INFO  (jetty-launcher-3570-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1882109 INFO  (jetty-launcher-3570-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1882109 INFO  (jetty-launcher-3570-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1882109 INFO  (jetty-launcher-3570-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@498ffd4c{/solr,null,AVAILABLE}
   [junit4]   2> 1882109 INFO  (jetty-launcher-3570-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@43e4b3f3{/solr,null,AVAILABLE}
   [junit4]   2> 1882109 INFO  (jetty-launcher-3570-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7c1fb2a{HTTP/1.1,[http/1.1]}{127.0.0.1:60580}
   [junit4]   2> 1882109 INFO  (jetty-launcher-3570-thread-2) [    ] o.e.j.s.Server Started @1884606ms
   [junit4]   2> 1882109 INFO  (jetty-launcher-3570-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60580}
   [junit4]   2> 1882109 INFO  (jetty-launcher-3570-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4139fcbc{HTTP/1.1,[http/1.1]}{127.0.0.1:59135}
   [junit4]   2> 1882110 INFO  (jetty-launcher-3570-thread-1) [    ] o.e.j.s.Server Started @1884606ms
   [junit4]   2> 1882110 INFO  (jetty-launcher-3570-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59135}
   [junit4]   2> 1882110 ERROR (jetty-launcher-3570-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1882110 INFO  (jetty-launcher-3570-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1882110 INFO  (jetty-launcher-3570-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1882110 INFO  (jetty-launcher-3570-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1882110 INFO  (jetty-launcher-3570-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-03T04:01:33.455Z
   [junit4]   2> 1882110 ERROR (jetty-launcher-3570-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1882110 INFO  (jetty-launcher-3570-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1882110 INFO  (jetty-launcher-3570-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1882110 INFO  (jetty-launcher-3570-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1882110 INFO  (jetty-launcher-3570-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-03T04:01:33.455Z
   [junit4]   2> 1882111 INFO  (jetty-launcher-3570-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6708b128{HTTP/1.1,[http/1.1]}{127.0.0.1:38735}
   [junit4]   2> 1882111 INFO  (jetty-launcher-3570-thread-3) [    ] o.e.j.s.Server Started @1884607ms
   [junit4]   2> 1882111 INFO  (jetty-launcher-3570-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38735}
   [junit4]   2> 1882111 ERROR (jetty-launcher-3570-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1882111 INFO  (jetty-launcher-3570-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 1882111 INFO  (jetty-launcher-3570-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1882111 INFO  (jetty-launcher-3570-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1882111 INFO  (jetty-launcher-3570-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-03T04:01:33.456Z
   [junit4]   2> 1882127 INFO  (zkConnectionManagerCallback-3575-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1882127 INFO  (zkConnectionManagerCallback-3579-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1882128 INFO  (zkConnectionManagerCallback-3577-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1882128 INFO  (jetty-launcher-3570-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1882128 INFO  (jetty-launcher-3570-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1882129 INFO  (jetty-launcher-3570-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1882136 INFO  (jetty-launcher-3570-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38185/solr
   [junit4]   2> 1882137 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1000b2342fd0001, likely client has closed socket
   [junit4]   2> 1882137 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1000b2342fd0002, likely client has closed socket
   [junit4]   2> 1882140 INFO  (jetty-launcher-3570-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38185/solr
   [junit4]   2> 1882141 INFO  (zkConnectionManagerCallback-3583-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1882143 INFO  (jetty-launcher-3570-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38185/solr
   [junit4]   2> 1882144 INFO  (zkConnectionManagerCallback-3587-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1882145 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1000b2342fd0004, likely client has closed socket
   [junit4]   2> 1882146 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1000b2342fd0005, likely client has closed socket
   [junit4]   2> 1882147 INFO  (zkConnectionManagerCallback-3591-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1882146 INFO  (zkConnectionManagerCallback-3593-thread-1-processing-n:127.0.0.1:38735_solr) [n:127.0.0.1:38735_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1882148 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1000b2342fd0006, likely client has closed socket
   [junit4]   2> 1882149 INFO  (zkConnectionManagerCallback-3595-thread-1-processing-n:127.0.0.1:60580_solr) [n:127.0.0.1:60580_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1882151 INFO  (zkConnectionManagerCallback-3597-thread-1-processing-n:127.0.0.1:59135_solr) [n:127.0.0.1:59135_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1882224 INFO  (jetty-launcher-3570-thread-1) [n:127.0.0.1:59135_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1882225 INFO  (jetty-launcher-3570-thread-1) [n:127.0.0.1:59135_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59135_solr
   [junit4]   2> 1882226 INFO  (jetty-launcher-3570-thread-1) [n:127.0.0.1:59135_solr    ] o.a.s.c.Overseer Overseer (id=72069840113565705-127.0.0.1:59135_solr-n_0000000000) starting
   [junit4]   2> 1882235 INFO  (jetty-launcher-3570-thread-1) [n:127.0.0.1:59135_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59135_solr
   [junit4]   2> 1882238 INFO  (zkCallback-3596-thread-1-processing-n:127.0.0.1:59135_solr) [n:127.0.0.1:59135_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1882326 INFO  (jetty-launcher-3570-thread-2) [n:127.0.0.1:60580_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1882328 INFO  (jetty-launcher-3570-thread-2) [n:127.0.0.1:60580_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1882331 INFO  (jetty-launcher-3570-thread-2) [n:127.0.0.1:60580_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60580_solr
   [junit4]   2> 1882345 INFO  (zkCallback-3596-thread-1-processing-n:127.0.0.1:59135_solr) [n:127.0.0.1:59135_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1882345 INFO  (zkCallback-3594-thread-1-processing-n:127.0.0.1:60580_solr) [n:127.0.0.1:60580_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1882380 INFO  (jetty-launcher-3570-thread-3) [n:127.0.0.1:38735_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1882383 INFO  (jetty-launcher-3570-thread-3) [n:127.0.0.1:38735_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1882385 INFO  (jetty-launcher-3570-thread-3) [n:127.0.0.1:38735_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38735_solr
   [junit4]   2> 1882387 INFO  (zkCallback-3594-thread-1-processing-n:127.0.0.1:60580_solr) [n:127.0.0.1:60580_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1882391 INFO  (zkCallback-3596-thread-1-processing-n:127.0.0.1:59135_solr) [n:127.0.0.1:59135_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1882391 INFO  (zkCallback-3592-thread-1-processing-n:127.0.0.1:38735_solr) [n:127.0.0.1:38735_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1882499 INFO  (jetty-launcher-3570-thread-3) [n:127.0.0.1:38735_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38735.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23dec7a5
   [junit4]   2> 1882500 INFO  (jetty-launcher-3570-thread-2) [n:127.0.0.1:60580_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60580.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23dec7a5
   [junit4]   2> 1882508 INFO  (jetty-launcher-3570-thread-3) [n:127.0.0.1:38735_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38735.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23dec7a5
   [junit4]   2> 1882508 INFO  (jetty-launcher-3570-thread-3) [n:127.0.0.1:38735_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38735.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23dec7a5
   [junit4]   2> 1882509 INFO  (jetty-launcher-3570-thread-2) [n:127.0.0.1:60580_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60580.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23dec7a5
   [junit4]   2> 1882509 INFO  (jetty-launcher-3570-thread-2) [n:127.0.0.1:60580_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60580.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23dec7a5
   [junit4]   2> 1882509 INFO  (jetty-launcher-3570-thread-3) [n:127.0.0.1:38735_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_30EDBE1AA90037DE-001/tempDir-001/node3/.
   [junit4]   2> 1882510 INFO  (jetty-launcher-3570-thread-2) [n:127.0.0.1:60580_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_30EDBE1AA90037DE-001/tempDir-001/node2/.
   [junit4]   2> 1882522 INFO  (jetty-launcher-3570-thread-1) [n:127.0.0.1:59135_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59135.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23dec7a5
   [junit4]   2> 1882531 INFO  (jetty-launcher-3570-thread-1) [n:127.0.0.1:59135_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59135.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23dec7a5
   [junit4]   2> 1882531 INFO  (jetty-launcher-3570-thread-1) [n:127.0.0.1:59135_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59135.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23dec7a5
   [junit4]   2> 1882532 INFO  (jetty-launcher-3570-thread-1) [n:127.0.0.1:59135_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_30EDBE1AA90037DE-001/tempDir-001/node1/.
   [junit4]   2> 1882586 INFO  (zkConnectionManagerCallback-3605-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1882591 INFO  (zkConnectionManagerCallback-3609-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1882593 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[30EDBE1AA90037DE]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1882594 INFO  (SUITE-AutoAddReplicasPlanActionTest-seed#[30EDBE1AA90037DE]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38185/solr ready
   [junit4]   2> 1882624 INFO  (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[30EDBE1AA90037DE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 1882628 INFO  (qtp1400097796-16279) [n:127.0.0.1:60580_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:38735_solr,127.0.0.1:59135_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1882630 INFO  (OverseerThreadFactory-6243-thread-1-processing-n:127.0.0.1:59135_solr) [n:127.0.0.1:59135_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testSimple1
   [junit4]   2> 1882745 INFO  (OverseerStateUpdate-72069840113565705-127.0.0.1:59135_solr-n_0000000000) [n:127.0.0.1:59135_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:59135/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1882750 INFO  (OverseerStateUpdate-72069840113565705-127.0.0.1:59135_solr-n_0000000000) [n:127.0.0.1:59135_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38735/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1882753 INFO  (OverseerStateUpdate-72069840113565705-127.0.0.1:59135_solr-n_0000000000) [n:127.0.0.1:59135_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:59135/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1882757 INFO  (OverseerStateUpdate-72069840113565705-127.0.0.1:59135_solr-n_0000000000) [n:127.0.0.1:59135_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38735/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1882964 INFO  (qtp155357890-16268) [n:127.0.0.1:38735_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1882966 INFO  (qtp732395720-16262) [n:127.0.0.1:59135_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1882966 INFO  (qtp155357890-16268) [n:127.0.0.1:38735_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1882966 INFO  (qtp732395720-16263) [n:127.0.0.1:59135_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1882966 INFO  (qtp732395720-16262) [n:127.0.0.1:59135_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1882967 INFO  (qtp155357890-16272) [n:127.0.0.1:38735_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1883076 INFO  (zkCallback-3596-thread-1-processing-n:127.0.0.1:59135_solr) [n:127.0.0.1:59135_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1883076 INFO  (zkCallback-3592-thread-1-processing-n:127.0.0.1:38735_solr) [n:127.0.0.1:38735_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1883076 INFO  (zkCallback-3596-thread-2-processing-n:127.0.0.1:59135_solr) [n:127.0.0.1:59135_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1883076 INFO  (zkCallback-3596-thread-3-processing-n:127.0.0.1:59135_solr) [n:127.0.0.1:59135_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1883076 INFO  (zkCallback-3592-thread-3-processing-n:127.0.0.1:38735_solr) [n:127.0.0.1:38735_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1883076 INFO  (zkCallback-3592-thread-2-processing-n:127.0.0.1:38735_solr) [n:127.0.0.1:38735_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1883984 INFO  (qtp732395720-16263) [n:127.0.0.1:59135_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1883985 INFO  (qtp732395720-16262) [n:127.0.0.1:59135_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1883988 INFO  (qtp155357890-16272) [n:127.0.0.1:38735_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1883999 INFO  (qtp732395720-16263) [n:127.0.0.1:59135_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 1884001 INFO  (qtp155357890-16268) [n:127.0.0.1:38735_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1884001 INFO  (qtp732395720-16263) [n:127.0.0.1:59135_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1884002 INFO  (qtp732395720-16263) [n:127.0.0.1:59135_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 1884002 INFO  (qtp732395720-16263) [n:127.0.0.1:59135_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59135.solr.core.testSimple1.shard2.replica_n4' (registry 'solr.core.testSimple1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23dec7a5
   [junit4]   2> 1884002 INFO  (qtp732395720-16263) [n:127.0.0.1:59135_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1884002 INFO  (qtp732395720-16263) [n:127.0.0.1:59135_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_30EDBE1AA90037DE-001/tempDir-001/node1/testSimple1_shard2_replica_n4], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_30EDBE1AA90037DE-001/tempDir-001/node1/./testSimple1_shard2_replica_n4/data/]
   [junit4]   2> 1884005 INFO  (qtp732395720-16262) [n:127.0.0.1:59135_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1884007 INFO  (qtp155357890-16272) [n:127.0.0.1:38735_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 1884007 INFO  (qtp732395720-16262) [n:127.0.0.1:59135_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1884007 INFO  (qtp732395720-16262) [n:127.0.0.1:59135_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 1884008 INFO  (qtp732395720-16262) [n:127.0.0.1:59135_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59135.solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23dec7a5
   [junit4]   2> 1884008 INFO  (qtp732395720-16262) [n:127.0.0.1:59135_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1884008 INFO  (qtp732395720-16262) [n:127.0.0.1:59135_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_30EDBE1AA90037DE-001/tempDir-001/node1/testSimple1_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_30EDBE1AA90037DE-001/tempDir-001/node1/./testSimple1_shard1_replica_n1/data/]
   [junit4]   2> 1884008 INFO  (qtp155357890-16272) [n:127.0.0.1:38735_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1884009 INFO  (qtp155357890-16272) [n:127.0.0.1:38735_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 1884009 INFO  (qtp155357890-16272) [n:127.0.0.1:38735_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38735.solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23dec7a5
   [junit4]   2> 1884009 INFO  (qtp155357890-16272) [n:127.0.0.1:38735_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1884009 INFO  (qtp155357890-16272) [n:127.0.0.1:38735_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_30EDBE1AA90037DE-001/tempDir-001/node3/testSimple1_shard2_replica_n6], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_30EDBE1AA90037DE-001/tempDir-001/node3/./testSimple1_shard2_replica_n6/data/]
   [junit4]   2> 1884024 INFO  (qtp155357890-16268) [n:127.0.0.1:38735_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1884026 INFO  (qtp155357890-16268) [n:127.0.0.1:38735_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1884026 INFO  (qtp155357890-16268) [n:127.0.0.1:38735_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using configuration from collection testSimple1, trusted=true
   [junit4]   2> 1884027 INFO  (qtp155357890-16268) [n:127.0.0.1:38735_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38735.solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@23dec7a5
   [junit4]   2> 1884027 INFO  (qtp155357890-16268) [n:127.0.0.1:38735_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1884027 INFO  (qtp155357890-16268) [n:127.0.0.1:38735_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_30EDBE1AA90037DE-001/tempDir-001/node3/testSimple1_shard1_replica_n2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_30EDBE1AA90037DE-001/tempDir-001/node3/./testSimple1_shard1_replica_n2/data/]
   [junit4]   2> 1884073 INFO  (qtp155357890-16272) [n:127.0.0.1:38735_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1884073 INFO  (qtp155357890-16272) [n:127.0.0.1:38735_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1884074 INFO  (qtp155357890-16272) [n:127.0.0.1:38735_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1884074 INFO  (qtp155357890-16272) [n:127.0.0.1:38735_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1884075 INFO  (qtp155357890-16272) [n:127.0.0.1:38735_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@bf98754[testSimple1_shard2_replica_n6] main]
   [junit4]   2> 1884077 INFO  (qtp155357890-16272) [n:127.0.0.1:38735_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1884077 INFO  (qtp155357890-16272) [n:127.0.0.1:38735_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1884078 INFO  (qtp155357890-16272) [n:127.0.0.1:38735_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1884078 INFO  (qtp155357890-16272) [n:127.0.0.1:38735_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1593887629427867648
   [junit4]   2> 1884091 INFO  (qtp155357890-16272) [n:127.0.0.1:38735_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1884091 INFO  (searcherExecutor-6252-thread-1-processing-n:127.0.0.1:38735_solr x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8) [n:127.0.0.1:38735_solr c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore [testSimple1_shard2_replica_n6] Registered new searcher Searcher@bf98754[testSimple1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1884113 INFO  (qtp732395720-16263) [n:127.0.0.1:59135_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1884113 INFO  (qtp732395720-16263) [n:127.0.0.1:59135_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1884114 INFO  (qtp732395720-16263) [n:127.0.0.1:59135_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1884114 INFO  (qtp732395720-16263) [n:127.0.0.1:59135_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1884115 INFO  (qtp155357890-16268) [n:127.0.0.1:38735_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1884115 INFO  (qtp155357890-16268) [n:127.0.0.1:38735_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1884115 INFO  (qtp732395720-16263) [n:127.0.0.1:59135_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@713276e[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 1884116 INFO  (qtp155357890-16268) [n:127.0.0.1:38735_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1884116 INFO  (qtp155357890-16268) [n:127.0.0.1:38735_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1884117 INFO  (qtp732395720-16263) [n:127.0.0.1:59135_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1884117 INFO  (qtp732395720-16263) [n:127.0.0.1:59135_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1884117 INFO  (qtp155357890-16268) [n:127.0.0.1:38735_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@6fcb740a[testSimple1_shard1_replica_n2] main]
   [junit4]   2> 1884118 INFO  (qtp732395720-16263) [n:127.0.0.1:59135_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1884118 INFO  (qtp732395720-16263) [n:127.0.0.1:59135_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1593887629469810688
   [junit4]   2> 1884121 INFO  (searcherExecutor-6250-thread-1-processing-n:127.0.0.1:59135_solr x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7) [n:127.0.0.1:59135_solr c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore [testSimple1_shard2_replica_n4] Registered new searcher Searcher@713276e[testSimple1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1884123 INFO  (qtp155357890-16268) [n:127.0.0.1:38735_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1884124 INFO  (qtp155357890-16268) [n:127.0.0.1:38735_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1884125 INFO  (qtp155357890-16268) [n:127.0.0.1:38735_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1884125 INFO  (qtp155357890-16268) [n:127.0.0.1:38735_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1593887629477150720
   [junit4]   2> 1884128 INFO  (searcherExecutor-6253-thread-1-processing-n:127.0.0.1:38735_solr x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5) [n:127.0.0.1:38735_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore [testSimple1_shard1_replica_n2] Registered new searcher Searcher@6fcb740a[testSimple1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1884128 INFO  (qtp732395720-16262) [n:127.0.0.1:59135_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1884128 INFO  (qtp732395720-16262) [n:127.0.0.1:59135_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1884131 INFO  (qtp732395720-16262) [n:127.0.0.1:59135_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1884131 INFO  (qtp732395720-16262) [n:127.0.0.1:59135_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1884133 INFO  (qtp732395720-16262) [n:127.0.0.1:59135_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@44825b5d[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 1884134 INFO  (qtp155357890-16268) [n:127.0.0.1:38735_solr c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1884135 INFO  (qtp732395720-16262) [n:127.0.0.1:59135_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1884135 INFO  (qtp732395720-16262) [n:127.0.0.1:59135_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1884136 INFO  (qtp732395720-16262) [n:127.0.0.1:59135_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1884137 INFO  (searcherExecutor-6251-thread-1-processing-n:127.0.0.1:59135_solr x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3) [n:127.0.0.1:59135_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] Registered new searcher Searcher@44825b5d[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1884137 INFO  (qtp732395720-16262) [n:127.0.0.1:59135_solr c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1593887629489733632
   [junit4]   2> 1884235 INFO  (zkCallback-3596-thread-3-processing-n:127.0.0.1:59135_solr) [n:127.0.0.1:59135_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple

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

)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1110)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1105)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:269)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 898458 WARN  (zkCallback-931-thread-1-processing-n:127.0.0.1:41419_solr) [n:127.0.0.1:41419_solr    ] o.a.s.c.ZkController Unable to register nodeLost path for 127.0.0.1:58955_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:58955_solr
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:786)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:365)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:365)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:885)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:724)
   [junit4]   2> 	at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:723)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.access$1000(ZkStateReader.java:72)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1110)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1105)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:269)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 898459 INFO  (jetty-closer-632-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3e4a18d0{/solr,null,UNAVAILABLE}
   [junit4]   2> 898459 INFO  (jetty-closer-632-thread-4) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 898462 ERROR (SUITE-TriggerIntegrationTest-seed#[30EDBE1AA90037DE]-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> 898462 INFO  (SUITE-TriggerIntegrationTest-seed#[30EDBE1AA90037DE]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:47292 47292
   [junit4]   2> 903625 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxnFactory Ignoring unexpected runtime exception
   [junit4]   2> java.nio.channels.CancelledKeyException
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73)
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.readyOps(SelectionKeyImpl.java:87)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:205)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 903626 INFO  (Thread-555) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:47292 47292
   [junit4]   2> 903627 WARN  (Thread-555) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	44	/solr/aliases.json
   [junit4]   2> 	44	/solr/clusterprops.json
   [junit4]   2> 	32	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	28	/solr/security.json
   [junit4]   2> 	14	/solr/collections/testMetricTrigger/terms/shard1
   [junit4]   2> 	14	/solr/collections/testScheduledTrigger/terms/shard1
   [junit4]   2> 	10	/solr/configs/conf
   [junit4]   2> 	7	/solr/collections/testMetricTrigger/terms/shard2
   [junit4]   2> 	3	/solr/configs/testScheduledTrigger.AUTOCREATED/managed-schema
   [junit4]   2> 	3	/solr/configs/testScheduledTrigger.AUTOCREATED
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	52	/solr/collections/collection1/state.json
   [junit4]   2> 	44	/solr/clusterstate.json
   [junit4]   2> 	43	/solr/collections/testMetricTrigger/state.json
   [junit4]   2> 	21	/solr/autoscaling.json
   [junit4]   2> 	19	/solr/collections/testScheduledTrigger/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72070092850200652-127.0.0.1:58955_solr-n_0000000023
   [junit4]   2> 	2	/solr/collections/testMetricTrigger/leader_elect/shard1/election/72070092850200641-core_node3-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72070092850200608-127.0.0.1:41311_solr-n_0000000009
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/72070092850200623-core_node4-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72070092850200629-127.0.0.1:61561_solr-n_0000000016
   [junit4]   2> 	2	/solr/collections/testScheduledTrigger/leader_elect/shard1/election/72070092850200652-core_node5-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	425	/solr/live_nodes
   [junit4]   2> 	111	/solr/collections
   [junit4]   2> 	21	/solr/overseer/queue-work
   [junit4]   2> 	21	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	21	/solr/overseer/queue
   [junit4]   2> 	21	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_30EDBE1AA90037DE-003
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=PostingsFormat(name=Asserting), x_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{_version_=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=331, maxMBSortInHeap=7.615595727107233, sim=RandomSimilarity(queryNorm=false): {}, locale=mk, timezone=Pacific/Auckland
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_162 (64-bit)/cpus=3,threads=1,free=48875496,total=114331648
   [junit4]   2> NOTE: All tests run in this JVM: [TriggerIntegrationTest, TriggerIntegrationTest, TriggerIntegrationTest]
   [junit4] Completed [10/10 (5!)] on J0 in 297.58s, 15 tests, 2 failures <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/common-build.xml:1561: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/common-build.xml:1085: There were test failures: 10 suites, 80 tests, 8 failures [seed: 30EDBE1AA90037DE]

Total time: 15 minutes 8 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest
[repro]   5/5 failed: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=00a0e146be299be03e51356b511abf45a2ab326b, workspace=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris
[WARNINGS] Computing warning deltas based on reference build #470
Recording test results
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-7.x-Solaris (64bit/jdk1.8.0) - Build # 477 - Still unstable!

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

1 tests failed.
FAILED:  org.apache.solr.cloud.TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader

Error Message:
Doc with id=4 not found in http://127.0.0.1:49643/solr/outOfSyncReplicasCannotBecomeLeader-false due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=4 not found in http://127.0.0.1:49643/solr/outOfSyncReplicasCannotBecomeLeader-false due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([A6B8601922DE254F:D8534009E1B92A75]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.TestCloudConsistency.assertDocExists(TestCloudConsistency.java:250)
	at org.apache.solr.cloud.TestCloudConsistency.assertDocsExistInAllReplicas(TestCloudConsistency.java:234)
	at org.apache.solr.cloud.TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader(TestCloudConsistency.java:127)
	at org.apache.solr.cloud.TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader(TestCloudConsistency.java:90)
	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 12825 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudConsistency
   [junit4]   2> 859307 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-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-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_A6B8601922DE254F-001/init-core-data-001
   [junit4]   2> 859307 WARN  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=23 numCloses=23
   [junit4]   2> 859307 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 859309 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-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> 859309 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_A6B8601922DE254F-001/tempDir-001
   [junit4]   2> 859309 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 859309 INFO  (Thread-2660) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 859309 INFO  (Thread-2660) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 859311 ERROR (Thread-2660) [    ] 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> 859409 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:62306
   [junit4]   2> 859411 INFO  (zkConnectionManagerCallback-5221-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 859416 INFO  (jetty-launcher-5218-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 859416 INFO  (jetty-launcher-5218-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 859417 INFO  (jetty-launcher-5218-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 859418 INFO  (jetty-launcher-5218-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 859418 INFO  (jetty-launcher-5218-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 859418 INFO  (jetty-launcher-5218-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 859418 INFO  (jetty-launcher-5218-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 859419 INFO  (jetty-launcher-5218-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 859419 INFO  (jetty-launcher-5218-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 859419 INFO  (jetty-launcher-5218-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 859420 INFO  (jetty-launcher-5218-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 859420 INFO  (jetty-launcher-5218-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 859420 INFO  (jetty-launcher-5218-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 859421 INFO  (jetty-launcher-5218-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 859421 INFO  (jetty-launcher-5218-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 859421 INFO  (jetty-launcher-5218-thread-4) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 859421 INFO  (jetty-launcher-5218-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@79dd62f7{/solr,null,AVAILABLE}
   [junit4]   2> 859421 INFO  (jetty-launcher-5218-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@741c4a18{/solr,null,AVAILABLE}
   [junit4]   2> 859422 INFO  (jetty-launcher-5218-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@236a2dc5{/solr,null,AVAILABLE}
   [junit4]   2> 859422 INFO  (jetty-launcher-5218-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4474c6c3{HTTP/1.1,[http/1.1]}{127.0.0.1:50377}
   [junit4]   2> 859422 INFO  (jetty-launcher-5218-thread-3) [    ] o.e.j.s.Server Started @862782ms
   [junit4]   2> 859422 INFO  (jetty-launcher-5218-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50377}
   [junit4]   2> 859422 INFO  (jetty-launcher-5218-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2ce6637b{HTTP/1.1,[http/1.1]}{127.0.0.1:43811}
   [junit4]   2> 859422 INFO  (jetty-launcher-5218-thread-1) [    ] o.e.j.s.Server Started @862782ms
   [junit4]   2> 859422 ERROR (jetty-launcher-5218-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 859426 INFO  (jetty-launcher-5218-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 859424 INFO  (jetty-launcher-5218-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@15ab0d02{HTTP/1.1,[http/1.1]}{127.0.0.1:49153}
   [junit4]   2> 859426 INFO  (jetty-launcher-5218-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 859426 INFO  (jetty-launcher-5218-thread-4) [    ] o.e.j.s.Server Started @862787ms
   [junit4]   2> 859426 INFO  (jetty-launcher-5218-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 859427 INFO  (jetty-launcher-5218-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49153}
   [junit4]   2> 859427 INFO  (jetty-launcher-5218-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-07T15:33:55.910Z
   [junit4]   2> 859427 ERROR (jetty-launcher-5218-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 859423 INFO  (jetty-launcher-5218-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a707722{/solr,null,AVAILABLE}
   [junit4]   2> 859427 INFO  (jetty-launcher-5218-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 859427 INFO  (jetty-launcher-5218-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 859427 INFO  (jetty-launcher-5218-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 859427 INFO  (jetty-launcher-5218-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-07T15:33:55.910Z
   [junit4]   2> 859427 INFO  (jetty-launcher-5218-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@361d2c64{HTTP/1.1,[http/1.1]}{127.0.0.1:60184}
   [junit4]   2> 859427 INFO  (jetty-launcher-5218-thread-2) [    ] o.e.j.s.Server Started @862787ms
   [junit4]   2> 859427 INFO  (jetty-launcher-5218-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60184}
   [junit4]   2> 859422 INFO  (jetty-launcher-5218-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43811}
   [junit4]   2> 859428 ERROR (jetty-launcher-5218-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 859428 ERROR (jetty-launcher-5218-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 859428 INFO  (jetty-launcher-5218-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 859428 INFO  (jetty-launcher-5218-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 859428 INFO  (jetty-launcher-5218-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 859428 INFO  (jetty-launcher-5218-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 859428 INFO  (jetty-launcher-5218-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 859428 INFO  (jetty-launcher-5218-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 859428 INFO  (jetty-launcher-5218-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-07T15:33:55.911Z
   [junit4]   2> 859428 INFO  (jetty-launcher-5218-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-07T15:33:55.911Z
   [junit4]   2> 859429 INFO  (zkConnectionManagerCallback-5225-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 859430 INFO  (zkConnectionManagerCallback-5223-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 859430 INFO  (zkConnectionManagerCallback-5228-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 859430 INFO  (zkConnectionManagerCallback-5229-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 859430 INFO  (jetty-launcher-5218-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 859431 INFO  (jetty-launcher-5218-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 859431 INFO  (jetty-launcher-5218-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 859431 INFO  (jetty-launcher-5218-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 859449 INFO  (jetty-launcher-5218-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62306/solr
   [junit4]   2> 859449 INFO  (jetty-launcher-5218-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62306/solr
   [junit4]   2> 859451 INFO  (jetty-launcher-5218-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62306/solr
   [junit4]   2> 859452 INFO  (zkConnectionManagerCallback-5235-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 859453 INFO  (zkConnectionManagerCallback-5238-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 859454 INFO  (jetty-launcher-5218-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62306/solr
   [junit4]   2> 859455 INFO  (zkConnectionManagerCallback-5245-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 859456 INFO  (zkConnectionManagerCallback-5247-thread-1-processing-n:127.0.0.1:49153_solr) [n:127.0.0.1:49153_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 859457 INFO  (zkConnectionManagerCallback-5241-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 859457 INFO  (zkConnectionManagerCallback-5249-thread-1-processing-n:127.0.0.1:50377_solr) [n:127.0.0.1:50377_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 859461 INFO  (zkConnectionManagerCallback-5251-thread-1-processing-n:127.0.0.1:60184_solr) [n:127.0.0.1:60184_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 859465 INFO  (zkConnectionManagerCallback-5253-thread-1-processing-n:127.0.0.1:43811_solr) [n:127.0.0.1:43811_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 859507 INFO  (jetty-launcher-5218-thread-1) [n:127.0.0.1:43811_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 859508 INFO  (jetty-launcher-5218-thread-1) [n:127.0.0.1:43811_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43811_solr
   [junit4]   2> 859509 INFO  (jetty-launcher-5218-thread-1) [n:127.0.0.1:43811_solr    ] o.a.s.c.Overseer Overseer (id=72095216417767436-127.0.0.1:43811_solr-n_0000000000) starting
   [junit4]   2> 859525 INFO  (jetty-launcher-5218-thread-1) [n:127.0.0.1:43811_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43811_solr
   [junit4]   2> 859529 INFO  (OverseerStateUpdate-72095216417767436-127.0.0.1:43811_solr-n_0000000000) [n:127.0.0.1:43811_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 859590 INFO  (jetty-launcher-5218-thread-3) [n:127.0.0.1:50377_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 859593 INFO  (jetty-launcher-5218-thread-3) [n:127.0.0.1:50377_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 859595 INFO  (jetty-launcher-5218-thread-3) [n:127.0.0.1:50377_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50377_solr
   [junit4]   2> 859597 INFO  (zkCallback-5248-thread-1-processing-n:127.0.0.1:50377_solr) [n:127.0.0.1:50377_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 859597 INFO  (zkCallback-5252-thread-1-processing-n:127.0.0.1:43811_solr) [n:127.0.0.1:43811_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 859622 INFO  (jetty-launcher-5218-thread-4) [n:127.0.0.1:49153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 859624 INFO  (jetty-launcher-5218-thread-4) [n:127.0.0.1:49153_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 859626 INFO  (jetty-launcher-5218-thread-4) [n:127.0.0.1:49153_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49153_solr
   [junit4]   2> 859643 INFO  (zkCallback-5246-thread-1-processing-n:127.0.0.1:49153_solr) [n:127.0.0.1:49153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 859649 INFO  (jetty-launcher-5218-thread-1) [n:127.0.0.1:43811_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43811.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 859656 INFO  (jetty-launcher-5218-thread-1) [n:127.0.0.1:43811_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43811.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 859656 INFO  (jetty-launcher-5218-thread-1) [n:127.0.0.1:43811_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43811.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 859657 INFO  (jetty-launcher-5218-thread-1) [n:127.0.0.1:43811_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_A6B8601922DE254F-001/tempDir-001/node1/.
   [junit4]   2> 859659 INFO  (zkCallback-5252-thread-1-processing-n:127.0.0.1:43811_solr) [n:127.0.0.1:43811_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 859659 INFO  (zkCallback-5248-thread-1-processing-n:127.0.0.1:50377_solr) [n:127.0.0.1:50377_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 859692 INFO  (jetty-launcher-5218-thread-3) [n:127.0.0.1:50377_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50377.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 859701 INFO  (jetty-launcher-5218-thread-3) [n:127.0.0.1:50377_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50377.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 859702 INFO  (jetty-launcher-5218-thread-3) [n:127.0.0.1:50377_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50377.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 859702 INFO  (jetty-launcher-5218-thread-2) [n:127.0.0.1:60184_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 859703 INFO  (jetty-launcher-5218-thread-3) [n:127.0.0.1:50377_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_A6B8601922DE254F-001/tempDir-001/node3/.
   [junit4]   2> 859705 INFO  (jetty-launcher-5218-thread-2) [n:127.0.0.1:60184_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 859707 INFO  (jetty-launcher-5218-thread-2) [n:127.0.0.1:60184_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60184_solr
   [junit4]   2> 859711 INFO  (zkCallback-5252-thread-1-processing-n:127.0.0.1:43811_solr) [n:127.0.0.1:43811_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 859711 INFO  (zkCallback-5250-thread-1-processing-n:127.0.0.1:60184_solr) [n:127.0.0.1:60184_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 859711 INFO  (zkCallback-5248-thread-1-processing-n:127.0.0.1:50377_solr) [n:127.0.0.1:50377_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 859728 INFO  (zkCallback-5246-thread-1-processing-n:127.0.0.1:49153_solr) [n:127.0.0.1:49153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 859807 INFO  (jetty-launcher-5218-thread-4) [n:127.0.0.1:49153_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49153.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 859813 INFO  (jetty-launcher-5218-thread-2) [n:127.0.0.1:60184_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60184.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 859815 INFO  (jetty-launcher-5218-thread-4) [n:127.0.0.1:49153_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49153.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 859815 INFO  (jetty-launcher-5218-thread-4) [n:127.0.0.1:49153_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49153.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 859816 INFO  (jetty-launcher-5218-thread-4) [n:127.0.0.1:49153_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_A6B8601922DE254F-001/tempDir-001/node4/.
   [junit4]   2> 859823 INFO  (jetty-launcher-5218-thread-2) [n:127.0.0.1:60184_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60184.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 859823 INFO  (jetty-launcher-5218-thread-2) [n:127.0.0.1:60184_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60184.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 859825 INFO  (jetty-launcher-5218-thread-2) [n:127.0.0.1:60184_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_A6B8601922DE254F-001/tempDir-001/node2/.
   [junit4]   2> 859871 INFO  (zkConnectionManagerCallback-5263-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 859875 INFO  (zkConnectionManagerCallback-5267-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 859877 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 859879 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:62306/solr ready
   [junit4]   2> 859886 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@2ce6637b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 859886 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1861689998
   [junit4]   2> 859887 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 859887 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1bbfbb3b: rootName = solr_43811, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@5020d6a9
   [junit4]   2> 859891 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 859891 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1adcce00: rootName = solr_43811, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@16f14586
   [junit4]   2> 859894 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 859894 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7b2fdf90: rootName = solr_43811, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2243763a
   [junit4]   2> 859896 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43811_solr
   [junit4]   2> 859897 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 859897 INFO  (zkCallback-5266-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 859897 INFO  (zkCallback-5248-thread-1-processing-n:127.0.0.1:50377_solr) [n:127.0.0.1:50377_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 859897 INFO  (zkCallback-5252-thread-1-processing-n:127.0.0.1:43811_solr) [n:127.0.0.1:43811_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 859897 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 859897 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.Overseer Overseer (id=72095216417767436-127.0.0.1:43811_solr-n_0000000000) closing
   [junit4]   2> 859899 WARN  (OverseerAutoScalingTriggerThread-72095216417767436-127.0.0.1:43811_solr-n_0000000000) [n:127.0.0.1:43811_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 859899 INFO  (OverseerStateUpdate-72095216417767436-127.0.0.1:43811_solr-n_0000000000) [n:127.0.0.1:43811_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43811_solr
   [junit4]   2> 859899 INFO  (zkCallback-5250-thread-1-processing-n:127.0.0.1:60184_solr) [n:127.0.0.1:60184_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 859900 INFO  (zkCallback-5246-thread-1-processing-n:127.0.0.1:49153_solr) [n:127.0.0.1:49153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 859900 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1002237a496000c, likely client has closed socket
   [junit4]   2> 859904 INFO  (zkCallback-5248-thread-2-processing-n:127.0.0.1:50377_solr) [n:127.0.0.1:50377_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50377_solr
   [junit4]   2> 859905 INFO  (zkCallback-5248-thread-2-processing-n:127.0.0.1:50377_solr) [n:127.0.0.1:50377_solr    ] o.a.s.c.Overseer Overseer (id=72095216417767434-127.0.0.1:50377_solr-n_0000000001) starting
   [junit4]   2> 861405 WARN  (zkCallback-5252-thread-1-processing-n:127.0.0.1:43811_solr) [n:127.0.0.1:43811_solr    ] o.a.s.c.ZkController Unable to register nodeLost path for 127.0.0.1:43811_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:43811_solr
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:786)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:365)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:365)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:885)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:730)
   [junit4]   2> 	at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:729)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.access$1400(ZkStateReader.java:72)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1213)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1208)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:269)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 861406 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@79dd62f7{/solr,null,UNAVAILABLE}
   [junit4]   2> 861407 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 861408 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 861409 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 861409 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 861409 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 861409 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@12c0572b{/solr,null,AVAILABLE}
   [junit4]   2> 861410 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@677171e6{HTTP/1.1,[http/1.1]}{127.0.0.1:60322}
   [junit4]   2> 861410 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.Server Started @864770ms
   [junit4]   2> 861410 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54870}
   [junit4]   2> 861410 ERROR (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 861410 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 861410 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 861410 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 861410 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-07T15:33:57.893Z
   [junit4]   2> 861412 INFO  (zkConnectionManagerCallback-5269-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 861413 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 861419 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62306/solr
   [junit4]   2> 861421 INFO  (zkConnectionManagerCallback-5273-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 861424 INFO  (zkConnectionManagerCallback-5275-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 861431 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 861434 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:54870_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 861437 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:54870_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54870_solr
   [junit4]   2> 861439 INFO  (zkCallback-5250-thread-1-processing-n:127.0.0.1:60184_solr) [n:127.0.0.1:60184_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 861439 INFO  (zkCallback-5248-thread-2-processing-n:127.0.0.1:50377_solr) [n:127.0.0.1:50377_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 861439 INFO  (zkCallback-5246-thread-1-processing-n:127.0.0.1:49153_solr) [n:127.0.0.1:49153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 861439 INFO  (zkCallback-5266-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 861453 INFO  (zkCallback-5274-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 861526 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:54870_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54870.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 861532 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:54870_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54870.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 861532 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:54870_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54870.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 861533 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:54870_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_A6B8601922DE254F-001/tempDir-001/node1/.
   [junit4]   2> 861563 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.TestCloudConsistency Adding proxy for URL: http://127.0.0.1:60322/solr. Proxy: http://127.0.0.1:54870/solr
   [junit4]   2> 861564 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4474c6c3{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 861565 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1214334624
   [junit4]   2> 861565 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 861565 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2a057de4: rootName = solr_50377, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@66afcf6f
   [junit4]   2> 861570 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 861570 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7e4836aa: rootName = solr_50377, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@16f14586
   [junit4]   2> 861572 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 861572 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@407030d8: rootName = solr_50377, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2243763a
   [junit4]   2> 861575 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:50377_solr
   [junit4]   2> 861576 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 861577 INFO  (zkCallback-5248-thread-2-processing-n:127.0.0.1:50377_solr) [n:127.0.0.1:50377_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 861577 INFO  (zkCallback-5266-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 861577 INFO  (zkCallback-5250-thread-1-processing-n:127.0.0.1:60184_solr) [n:127.0.0.1:60184_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 861577 INFO  (zkCallback-5274-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 861577 INFO  (zkCallback-5246-thread-1-processing-n:127.0.0.1:49153_solr) [n:127.0.0.1:49153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 861577 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 861578 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.Overseer Overseer (id=72095216417767434-127.0.0.1:50377_solr-n_0000000001) closing
   [junit4]   2> 861578 WARN  (OverseerAutoScalingTriggerThread-72095216417767434-127.0.0.1:50377_solr-n_0000000001) [n:127.0.0.1:50377_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 861578 INFO  (OverseerStateUpdate-72095216417767434-127.0.0.1:50377_solr-n_0000000001) [n:127.0.0.1:50377_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:50377_solr
   [junit4]   2> 861581 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@236a2dc5{/solr,null,UNAVAILABLE}
   [junit4]   2> 861583 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 861584 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 861585 INFO  (zkCallback-5246-thread-1-processing-n:127.0.0.1:49153_solr) [n:127.0.0.1:49153_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49153_solr
   [junit4]   2> 861586 INFO  (zkCallback-5246-thread-1-processing-n:127.0.0.1:49153_solr) [n:127.0.0.1:49153_solr    ] o.a.s.c.Overseer Overseer (id=72095216417767433-127.0.0.1:49153_solr-n_0000000002) starting
   [junit4]   2> 861587 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 861587 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 861587 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 861587 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@56c71922{/solr,null,AVAILABLE}
   [junit4]   2> 861588 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@453a0b77{HTTP/1.1,[http/1.1]}{127.0.0.1:60992}
   [junit4]   2> 861588 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.Server Started @864948ms
   [junit4]   2> 861588 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49643}
   [junit4]   2> 861588 ERROR (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 861589 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 861589 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 861589 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 861589 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-07T15:33:58.072Z
   [junit4]   2> 861591 INFO  (zkConnectionManagerCallback-5279-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 861591 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 861601 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62306/solr
   [junit4]   2> 861603 INFO  (zkConnectionManagerCallback-5283-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 861606 INFO  (zkConnectionManagerCallback-5285-thread-1-processing-n:127.0.0.1:49643_solr) [n:127.0.0.1:49643_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 861616 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:49643_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 861620 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:49643_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 861623 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:49643_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49643_solr
   [junit4]   2> 861624 INFO  (zkCallback-5266-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 861624 INFO  (zkCallback-5246-thread-1-processing-n:127.0.0.1:49153_solr) [n:127.0.0.1:49153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 861624 INFO  (zkCallback-5250-thread-1-processing-n:127.0.0.1:60184_solr) [n:127.0.0.1:60184_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 861624 INFO  (zkCallback-5274-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 861625 INFO  (zkCallback-5284-thread-1-processing-n:127.0.0.1:49643_solr) [n:127.0.0.1:49643_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 861685 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:49643_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49643.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 861691 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:49643_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49643.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 861692 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:49643_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49643.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 861692 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:49643_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_A6B8601922DE254F-001/tempDir-001/node3/.
   [junit4]   2> 861734 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.TestCloudConsistency Adding proxy for URL: http://127.0.0.1:60992/solr. Proxy: http://127.0.0.1:49643/solr
   [junit4]   2> 861735 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@15ab0d02{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 861735 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1970347005
   [junit4]   2> 861736 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 861736 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@751ed8f1: rootName = solr_49153, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7a7c075f
   [junit4]   2> 861740 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 861740 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@59c3d6b1: rootName = solr_49153, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@16f14586
   [junit4]   2> 861743 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 861743 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@242d2692: rootName = solr_49153, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2243763a
   [junit4]   2> 861745 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:49153_solr
   [junit4]   2> 861746 INFO  (zkCallback-5246-thread-1-processing-n:127.0.0.1:49153_solr) [n:127.0.0.1:49153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 861746 INFO  (zkCallback-5250-thread-1-processing-n:127.0.0.1:60184_solr) [n:127.0.0.1:60184_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 861746 INFO  (zkCallback-5266-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 861747 INFO  (zkCallback-5284-thread-1-processing-n:127.0.0.1:49643_solr) [n:127.0.0.1:49643_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 861747 INFO  (zkCallback-5274-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 861747 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 861747 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 861748 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.Overseer Overseer (id=72095216417767433-127.0.0.1:49153_solr-n_0000000002) closing
   [junit4]   2> 861748 INFO  (OverseerStateUpdate-72095216417767433-127.0.0.1:49153_solr-n_0000000002) [n:127.0.0.1:49153_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:49153_solr
   [junit4]   2> 861748 WARN  (OverseerAutoScalingTriggerThread-72095216417767433-127.0.0.1:49153_solr-n_0000000002) [n:127.0.0.1:49153_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 861750 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@741c4a18{/solr,null,UNAVAILABLE}
   [junit4]   2> 861751 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 861752 INFO  (zkCallback-5250-thread-1-processing-n:127.0.0.1:60184_solr) [n:127.0.0.1:60184_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60184_solr
   [junit4]   2> 861754 INFO  (zkCallback-5250-thread-1-processing-n:127.0.0.1:60184_solr) [n:127.0.0.1:60184_solr    ] o.a.s.c.Overseer Overseer (id=72095216417767435-127.0.0.1:60184_solr-n_0000000003) starting
   [junit4]   2> 861754 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 861756 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 861756 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 861756 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 861756 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@785477f0{/solr,null,AVAILABLE}
   [junit4]   2> 861757 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@d14716a{HTTP/1.1,[http/1.1]}{127.0.0.1:49207}
   [junit4]   2> 861757 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.Server Started @865117ms
   [junit4]   2> 861757 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61404}
   [junit4]   2> 861757 ERROR (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 861758 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 861758 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 861758 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 861758 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-07T15:33:58.241Z
   [junit4]   2> 861760 INFO  (zkConnectionManagerCallback-5289-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 861761 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 861769 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62306/solr
   [junit4]   2> 861770 INFO  (zkConnectionManagerCallback-5293-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 861773 INFO  (zkConnectionManagerCallback-5295-thread-1-processing-n:127.0.0.1:61404_solr) [n:127.0.0.1:61404_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 861784 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:61404_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 861786 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:61404_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 861789 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:61404_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61404_solr
   [junit4]   2> 861791 INFO  (zkCallback-5250-thread-1-processing-n:127.0.0.1:60184_solr) [n:127.0.0.1:60184_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 861791 INFO  (zkCallback-5284-thread-1-processing-n:127.0.0.1:49643_solr) [n:127.0.0.1:49643_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 861791 INFO  (zkCallback-5274-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 861791 INFO  (zkCallback-5266-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 861791 INFO  (zkCallback-5294-thread-1-processing-n:127.0.0.1:61404_solr) [n:127.0.0.1:61404_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 861890 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:61404_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61404.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 861897 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:61404_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61404.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 861897 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:61404_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61404.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 861898 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:61404_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_A6B8601922DE254F-001/tempDir-001/node4/.
   [junit4]   2> 861928 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.TestCloudConsistency Adding proxy for URL: http://127.0.0.1:49207/solr. Proxy: http://127.0.0.1:61404/solr
   [junit4]   2> 861929 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@361d2c64{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 861929 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=583172092
   [junit4]   2> 861930 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 861930 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1208f6a3: rootName = solr_60184, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7e4de421
   [junit4]   2> 861934 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 861934 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2d603d53: rootName = solr_60184, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@16f14586
   [junit4]   2> 861937 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 861937 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3da46d10: rootName = solr_60184, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2243763a
   [junit4]   2> 861939 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:60184_solr
   [junit4]   2> 861940 INFO  (zkCallback-5274-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 861940 INFO  (zkCallback-5266-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 861940 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 861941 INFO  (zkCallback-5294-thread-1-processing-n:127.0.0.1:61404_solr) [n:127.0.0.1:61404_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 861941 INFO  (zkCallback-5250-thread-1-processing-n:127.0.0.1:60184_solr) [n:127.0.0.1:60184_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 861942 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 861942 INFO  (zkCallback-5284-thread-1-processing-n:127.0.0.1:49643_solr) [n:127.0.0.1:49643_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 861943 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.Overseer Overseer (id=72095216417767435-127.0.0.1:60184_solr-n_0000000003) closing
   [junit4]   2> 861943 INFO  (OverseerStateUpdate-72095216417767435-127.0.0.1:60184_solr-n_0000000003) [n:127.0.0.1:60184_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:60184_solr
   [junit4]   2> 861943 WARN  (OverseerAutoScalingTriggerThread-72095216417767435-127.0.0.1:60184_solr-n_0000000003) [n:127.0.0.1:60184_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 861946 INFO  (zkCallback-5274-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54870_solr
   [junit4]   2> 861946 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6a707722{/solr,null,UNAVAILABLE}
   [junit4]   2> 861947 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 861948 INFO  (zkCallback-5274-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.Overseer Overseer (id=72095216417767441-127.0.0.1:54870_solr-n_0000000004) starting
   [junit4]   2> 861950 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 861951 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 861951 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 861951 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 861951 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5665d6bd{/solr,null,AVAILABLE}
   [junit4]   2> 861952 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@65fb23b7{HTTP/1.1,[http/1.1]}{127.0.0.1:32978}
   [junit4]   2> 861952 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.e.j.s.Server Started @865312ms
   [junit4]   2> 861952 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61721}
   [junit4]   2> 861952 ERROR (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 861953 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 861953 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 861953 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 861962 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-07T15:33:58.445Z
   [junit4]   2> 861976 INFO  (zkConnectionManagerCallback-5299-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 861978 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 861984 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62306/solr
   [junit4]   2> 861985 INFO  (zkConnectionManagerCallback-5303-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 861988 INFO  (zkConnectionManagerCallback-5305-thread-1-processing-n:127.0.0.1:61721_solr) [n:127.0.0.1:61721_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 861999 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:61721_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 862003 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:61721_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 862007 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:61721_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61721_solr
   [junit4]   2> 862008 INFO  (zkCallback-5266-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 862008 INFO  (zkCallback-5274-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 862008 INFO  (zkCallback-5284-thread-1-processing-n:127.0.0.1:49643_solr) [n:127.0.0.1:49643_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 862008 INFO  (zkCallback-5294-thread-1-processing-n:127.0.0.1:61404_solr) [n:127.0.0.1:61404_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 862009 INFO  (zkCallback-5304-thread-1-processing-n:127.0.0.1:61721_solr) [n:127.0.0.1:61721_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 862094 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:61721_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61721.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 862101 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:61721_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61721.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 862101 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:61721_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61721.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@49e38075
   [junit4]   2> 862102 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [n:127.0.0.1:61721_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_A6B8601922DE254F-001/tempDir-001/node2/.
   [junit4]   2> 862148 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.TestCloudConsistency Adding proxy for URL: http://127.0.0.1:32978/solr. Proxy: http://127.0.0.1:61721/solr
   [junit4]   2> 862179 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeaderAfterRestart-seed#[A6B8601922DE254F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testOutOfSyncReplicasCannotBecomeLeaderAfterRestart
   [junit4]   2> 862180 INFO  (SocketProxy-Acceptor-49643) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=51599,localport=49643], receiveBufferSize:130880
   [junit4]   2> 862180 INFO  (SocketProxy-Acceptor-49643) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=60992,localport=47334], receiveBufferSize=139264
   [junit4]   2> 862182 INFO  (qtp1050999187-14905) [n:127.0.0.1:49643_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=3&name=outOfSyncReplicasCannotBecomeLeader-true&nrtReplicas=3&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 862186 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection outOfSyncReplicasCannotBecomeLeader-true
   [junit4]   2> 862188 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/protwords.txt
   [junit4]   2> 862190 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/managed-schema
   [junit4]   2> 862193 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/solrconfig.xml
   [junit4]   2> 862196 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/synonyms.txt
   [junit4]   2> 862199 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/stopwords.txt
   [junit4]   2> 862201 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/params.json
   [junit4]   2> 862204 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 862208 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 862210 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 862213 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 862215 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 862219 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 862221 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 862224 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 862226 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 862229 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 862231 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 862234 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 862236 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 862239 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 862241 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 862244 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 862247 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 862249 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 862252 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 862254 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 862257 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 862259 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 862262 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 862264 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 862267 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 862270 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 862272 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 862275 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 862277 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 862280 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 862282 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 862285 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 862288 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 862290 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 862293 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 862295 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 862297 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 862299 INFO  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 862301 WARN  (OverseerThreadFactory-4292-thread-1-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (outOfSyncReplicasCannotBecomeLeader-true) without cores.
   [junit4]   2> 862408 INFO  (qtp1050999187-14905) [n:127.0.0.1:49643_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 862409 INFO  (qtp1050999187-14905) [n:127.0.0.1:49643_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&replicationFactor=3&name=outOfSyncReplicasCannotBecomeLeader-true&nrtReplicas=3&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=&wt=javabin&version=2} status=0 QTime=227
   [junit4]   2> 862410 INFO  (SocketProxy-Acceptor-54870) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=38000,localport=54870], receiveBufferSize:130880
   [junit4]   2> 862411 INFO  (SocketProxy-Acceptor-54870) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=60322,localport=47276], receiveBufferSize=139264
   [junit4]   2> 862414 INFO  (qtp1088758276-14878) [n:127.0.0.1:54870_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:54870_solr&action=ADDREPLICA&collection=outOfSyncReplicasCannotBecomeLeader-true&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 862419 INFO  (OverseerCollectionConfigSetProcessor-72095216417767441-127.0.0.1:54870_solr-n_0000000004) [n:127.0.0.1:54870_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> 862421 INFO  (OverseerThreadFactory-4292-thread-2-processing-n:127.0.0.1:54870_solr) [n:127.0.0.1:54870_solr    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:54870_solr for creating new replica
   [junit4]   2> 862426 INFO  (OverseerStateUpdate-72095216417767441-127.0.0.1:54870_solr-n_0000000004) [n:127.0.0.1:54870_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"outOfSyncReplicasCannotBecomeLeader-true",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n61",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54870/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54870_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 862630 INFO  (SocketProxy-Acceptor-54870) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=56707,localport=54870], receiveBufferSize:130880
   [junit4]   2> 862632 INFO  (SocketProxy-Acceptor-54870) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=60322,localport=54526], receiveBufferSize=139264
   [junit4]   2> 862632 INFO  (qtp1088758276-14882) [n:127.0.0.1:54870_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node62&collection.configName=outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED&name=outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n61&action=CREATE&collection=outOfSyncReplicasCannotBecomeLeader-true&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 862632 INFO  (qtp1088758276-14882) [n:127.0.0.1:54870_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 862648 INFO  (qtp1088758276-14882) [n:127.0.0.1:54870_solr c:outOfSyncReplicasCannotBecomeLeader-true s:shard1 r:core_node62 x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n61] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 862648 INFO  (qtp1088758276-14882) [n:127.0.0.1:54870_solr c:outOfSyncReplicasCannotBecomeLeader-true s:shard1 r:core_node62 x:outOfSyncReplicasCannot

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

e_node66) [n:127.0.0.1:61404_solr c:outOfSyncReplicasCannotBecomeLeader-false s:shard1 r:core_node66 x:outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n65] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.outOfSyncReplicasCannotBecomeLeader-false.shard1.replica_n65, tag=722372568
   [junit4]   2> 916311 INFO  (recoveryExecutor-5323-thread-1-processing-n:127.0.0.1:61404_solr x:outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n65 s:shard1 c:outOfSyncReplicasCannotBecomeLeader-false r:core_node66) [n:127.0.0.1:61404_solr c:outOfSyncReplicasCannotBecomeLeader-false s:shard1 r:core_node66 x:outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n65] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@31d735d1: rootName = solr_61404, domain = solr.core.outOfSyncReplicasCannotBecomeLeader-false.shard1.replica_n65, service url = null, agent id = null] for registry solr.core.outOfSyncReplicasCannotBecomeLeader-false.shard1.replica_n65 / com.codahale.metrics.MetricRegistry@165918a8
   [junit4]   2> 916328 INFO  (recoveryExecutor-5323-thread-1-processing-n:127.0.0.1:61404_solr x:outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n65 s:shard1 c:outOfSyncReplicasCannotBecomeLeader-false r:core_node66) [n:127.0.0.1:61404_solr c:outOfSyncReplicasCannotBecomeLeader-false s:shard1 r:core_node66 x:outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n65] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.outOfSyncReplicasCannotBecomeLeader-false.shard1.leader, tag=722372568
   [junit4]   2> 916328 WARN  (recoveryExecutor-5323-thread-1-processing-n:127.0.0.1:61404_solr x:outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n65 s:shard1 c:outOfSyncReplicasCannotBecomeLeader-false r:core_node66) [n:127.0.0.1:61404_solr c:outOfSyncReplicasCannotBecomeLeader-false s:shard1 r:core_node66 x:outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n65] o.a.s.c.RecoveryStrategy Stopping recovery for core=[outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n65] coreNodeName=[core_node66]
   [junit4]   2> 916330 WARN  (updateExecutor-5322-thread-3-processing-n:127.0.0.1:61404_solr x:outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n65 s:shard1 c:outOfSyncReplicasCannotBecomeLeader-false r:core_node66) [n:127.0.0.1:61404_solr c:outOfSyncReplicasCannotBecomeLeader-false s:shard1 r:core_node66 x:outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n65] o.a.s.u.DefaultSolrCoreState Skipping recovery because Solr is shutdown
   [junit4]   2> 916334 INFO  (jetty-closer-5219-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@389debde{/solr,null,UNAVAILABLE}
   [junit4]   2> 916334 INFO  (jetty-closer-5219-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 916338 ERROR (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-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> 916338 INFO  (SUITE-TestCloudConsistency-seed#[A6B8601922DE254F]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62306 62306
   [junit4]   2> 916498 INFO  (Thread-2660) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:62306 62306
   [junit4]   2> 916502 WARN  (Thread-2660) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	44	/solr/collections/outOfSyncReplicasCannotBecomeLeader-true/terms/shard1
   [junit4]   2> 	27	/solr/collections/outOfSyncReplicasCannotBecomeLeader-false/terms/shard1
   [junit4]   2> 	13	/solr/clusterprops.json
   [junit4]   2> 	13	/solr/aliases.json
   [junit4]   2> 	12	/solr/security.json
   [junit4]   2> 	6	/solr/collections/outOfSyncReplicasCannotBecomeLeader-true/collectionprops.json
   [junit4]   2> 	6	/solr/configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED
   [junit4]   2> 	6	/solr/configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/managed-schema
   [junit4]   2> 	4	/solr/configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/managed-schema
   [junit4]   2> 	4	/solr/collections/outOfSyncReplicasCannotBecomeLeader-false/collectionprops.json
   [junit4]   2> 	4	/solr/configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	68	/solr/collections/outOfSyncReplicasCannotBecomeLeader-true/state.json
   [junit4]   2> 	55	/solr/collections/outOfSyncReplicasCannotBecomeLeader-false/state.json
   [junit4]   2> 	13	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72095216417767441-127.0.0.1:54870_solr-n_0000000004
   [junit4]   2> 	2	/solr/collections/outOfSyncReplicasCannotBecomeLeader-true/leader_elect/shard1/election/72095216417767459-core_node62-n_0000000008
   [junit4]   2> 	2	/solr/collections/outOfSyncReplicasCannotBecomeLeader-true/leader_elect/shard1/election/72095216417767441-core_node62-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72095216417767456-127.0.0.1:61404_solr-n_0000000009
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/live_nodes
   [junit4]   2> 	13	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_A6B8601922DE254F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=484, maxMBSortInHeap=7.000276972323543, sim=RandomSimilarity(queryNorm=false): {}, locale=mk, timezone=Africa/Accra
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_162 (64-bit)/cpus=3,threads=1,free=195002032,total=379924480
   [junit4]   2> NOTE: All tests run in this JVM: [TestSlowCompositeReaderWrapper, DocValuesTest, TestSimpleTrackingShardHandler, TestSolrConfigHandlerCloud, HdfsDirectoryTest, ConfigSetsAPITest, TestLocalFSCloudBackupRestore, TestManagedResource, TestFileDictionaryLookup, ConcurrentDeleteAndCreateCollectionTest, TestAtomicUpdateErrorCases, SolrMetricManagerTest, V2StandaloneTest, TestAddFieldRealTimeGet, TestDFISimilarityFactory, TestTolerantUpdateProcessorRandomCloud, TestSQLHandler, TestReqParamsAPI, HdfsAutoAddReplicasIntegrationTest, TestSolrCloudWithDelegationTokens, TestDefaultStatsCache, UtilsToolTest, TestExactSharedStatsCache, SpellCheckCollatorTest, SolrCLIZkUtilsTest, QueryParsingTest, TestTriggerIntegration, BadComponentTest, ZkStateReaderTest, TestGeoJSONResponseWriter, SolrIndexMetricsTest, TestConfig, TestDynamicFieldResource, HttpPartitionTest, SystemInfoHandlerTest, TestCustomStream, SearchHandlerTest, HdfsThreadLeakTest, LeaderFailureAfterFreshStartTest, TestTrackingShardHandlerFactory, BlockJoinFacetDistribTest, FullHLLTest, TestPullReplicaErrorHandling, TestDocumentBuilder, TestStressReorder, SolrMetricsIntegrationTest, TestCustomDocTransformer, TestFilteredDocIdSet, TestDocSet, SimpleCollectionCreateDeleteTest, DistribCursorPagingTest, TestCoreDiscovery, SolrJmxReporterTest, TestCollectionAPIs, TestSegmentSorting, ForceLeaderTest, TestDistribDocBasedVersion, TestLegacyNumericRangeQueryBuilder, TestSubQueryTransformerCrossCore, BitVectorTest, MetricUtilsTest, OverseerTest, TestRawResponseWriter, CleanupOldIndexTest, TestCloudInspectUtil, TestUseDocValuesAsStored, TestRequestStatusCollectionAPI, DataDrivenBlockJoinTest, TestSchemaVersionResource, TestLMJelinekMercerSimilarityFactory, CreateCollectionCleanupTest, TermVectorComponentTest, HdfsBasicDistributedZkTest, TestAnalyzeInfixSuggestions, ChaosMonkeySafeLeaderTest, BasicAuthStandaloneTest, TestRetrieveFieldsOptimizer, TestRestManager, TestMiniSolrCloudClusterSSL, TestSolr4Spatial, TestCloudPivotFacet, BasicDistributedZk2Test, NumberUtilsTest, HDFSCollectionsAPITest, CurrencyRangeFacetCloudTest, TestSolrCoreProperties, TestDistributedSearch, FileBasedSpellCheckerTest, TestSolrCloudWithHadoopAuthPlugin, TestPHPSerializedResponseWriter, TestIndexingPerformance, SyncSliceTest, TestHashQParserPlugin, TestCloudRecovery, PrimUtilsTest, DistributedSpellCheckComponentTest, TestFastWriter, LegacyCloudClusterPropTest, TestCloudConsistency]
   [junit4] Completed [234/780 (1!)] on J1 in 57.21s, 2 tests, 1 failure <<< FAILURES!

[...truncated 51503 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/477/consoleText

[repro] Revision: 8cc988687ed1949eee94a830d8f187891840be36

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=TestCloudConsistency -Dtests.method=testOutOfSyncReplicasCannotBecomeLeader -Dtests.seed=A6B8601922DE254F -Dtests.slow=true -Dtests.locale=mk -Dtests.timezone=Africa/Accra -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TestCloudConsistency
[repro] ant compile-test

[...truncated 3331 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestCloudConsistency" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=A6B8601922DE254F -Dtests.slow=true -Dtests.locale=mk -Dtests.timezone=Africa/Accra -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 73 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.TestCloudConsistency
[repro] Exiting with code 0

[...truncated 70 lines...]

[JENKINS] Lucene-Solr-7.x-Solaris (64bit/jdk1.8.0) - Build # 476 - Failure!

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

All tests passed

Build Log:
[...truncated 60795 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /var/tmp/ecj180334963
 [ecj-lint] Compiling 1165 source files to /var/tmp/ecj180334963
 [ecj-lint] invalid Class-Path header in manifest of jar file: /export/home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: /export/home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java (at line 31)
 [ecj-lint] 	import java.util.OptionalLong;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.OptionalLong is never used
 [ecj-lint] ----------
 [ecj-lint] 1 problem (1 error)

BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/build.xml:618: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/build.xml:101: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build.xml:682: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/common-build.xml:2082: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/common-build.xml:2121: Compile failed; see the compiler error output for details.

Total time: 89 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

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

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

1 tests failed.
FAILED:  org.apache.solr.cloud.TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader

Error Message:
Doc with id=4 not found in https://127.0.0.1:61329/solr/outOfSyncReplicasCannotBecomeLeader-false due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=4 not found in https://127.0.0.1:61329/solr/outOfSyncReplicasCannotBecomeLeader-false due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([EE438B7495B5BA49:90A8AB6456D2B573]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.TestCloudConsistency.assertDocExists(TestCloudConsistency.java:250)
	at org.apache.solr.cloud.TestCloudConsistency.assertDocsExistInAllReplicas(TestCloudConsistency.java:234)
	at org.apache.solr.cloud.TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader(TestCloudConsistency.java:127)
	at org.apache.solr.cloud.TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader(TestCloudConsistency.java:90)
	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 12643 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudConsistency
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_EE438B7495B5BA49-001/init-core-data-001
   [junit4]   2> 589363 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 589365 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-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> 589366 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 589367 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_EE438B7495B5BA49-001/tempDir-001
   [junit4]   2> 589367 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 589367 INFO  (Thread-1778) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 589367 INFO  (Thread-1778) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 589371 ERROR (Thread-1778) [    ] 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> 589467 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:32817
   [junit4]   2> 589617 INFO  (zkConnectionManagerCallback-2049-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589652 INFO  (jetty-launcher-2046-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 589653 INFO  (jetty-launcher-2046-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 589653 INFO  (jetty-launcher-2046-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 589653 INFO  (jetty-launcher-2046-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 589653 INFO  (jetty-launcher-2046-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@42f8a5d4{/solr,null,AVAILABLE}
   [junit4]   2> 589656 INFO  (jetty-launcher-2046-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 589656 INFO  (jetty-launcher-2046-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 589656 INFO  (jetty-launcher-2046-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 589656 INFO  (jetty-launcher-2046-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 589656 INFO  (jetty-launcher-2046-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 589657 INFO  (jetty-launcher-2046-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@10ee51f7{/solr,null,AVAILABLE}
   [junit4]   2> 589658 INFO  (jetty-launcher-2046-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@56f4c833{SSL,[ssl, http/1.1]}{127.0.0.1:64895}
   [junit4]   2> 589658 INFO  (jetty-launcher-2046-thread-1) [    ] o.e.j.s.Server Started @592108ms
   [junit4]   2> 589658 INFO  (jetty-launcher-2046-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64895}
   [junit4]   2> 589658 ERROR (jetty-launcher-2046-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 589658 INFO  (jetty-launcher-2046-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 589658 INFO  (jetty-launcher-2046-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 589658 INFO  (jetty-launcher-2046-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 589658 INFO  (jetty-launcher-2046-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-06T19:28:01.639Z
   [junit4]   2> 589658 INFO  (jetty-launcher-2046-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 589659 INFO  (jetty-launcher-2046-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@120e3091{SSL,[ssl, http/1.1]}{127.0.0.1:61075}
   [junit4]   2> 589659 INFO  (jetty-launcher-2046-thread-3) [    ] o.e.j.s.Server Started @592109ms
   [junit4]   2> 589659 INFO  (jetty-launcher-2046-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61075}
   [junit4]   2> 589659 ERROR (jetty-launcher-2046-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 589659 INFO  (jetty-launcher-2046-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 589659 INFO  (jetty-launcher-2046-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 589659 INFO  (jetty-launcher-2046-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 589659 INFO  (jetty-launcher-2046-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-06T19:28:01.640Z
   [junit4]   2> 589659 INFO  (jetty-launcher-2046-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 589659 INFO  (jetty-launcher-2046-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 589659 INFO  (jetty-launcher-2046-thread-4) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 589659 INFO  (jetty-launcher-2046-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@25f0ffe2{/solr,null,AVAILABLE}
   [junit4]   2> 589660 INFO  (jetty-launcher-2046-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@41b0c527{SSL,[ssl, http/1.1]}{127.0.0.1:49388}
   [junit4]   2> 589660 INFO  (jetty-launcher-2046-thread-4) [    ] o.e.j.s.Server Started @592110ms
   [junit4]   2> 589660 INFO  (jetty-launcher-2046-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49388}
   [junit4]   2> 589660 ERROR (jetty-launcher-2046-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 589660 INFO  (jetty-launcher-2046-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 589660 INFO  (jetty-launcher-2046-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 589660 INFO  (jetty-launcher-2046-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 589660 INFO  (jetty-launcher-2046-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-06T19:28:01.641Z
   [junit4]   2> 589676 INFO  (zkConnectionManagerCallback-2055-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589676 INFO  (jetty-launcher-2046-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 589678 INFO  (zkConnectionManagerCallback-2053-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589679 INFO  (jetty-launcher-2046-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 589686 INFO  (zkConnectionManagerCallback-2051-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589687 INFO  (jetty-launcher-2046-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32817/solr
   [junit4]   2> 589687 INFO  (jetty-launcher-2046-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 589710 INFO  (jetty-launcher-2046-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 589710 INFO  (zkConnectionManagerCallback-2059-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589710 INFO  (jetty-launcher-2046-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 589710 INFO  (jetty-launcher-2046-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32817/solr
   [junit4]   2> 589701 INFO  (jetty-launcher-2046-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 589711 INFO  (jetty-launcher-2046-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7338f249{/solr,null,AVAILABLE}
   [junit4]   2> 589714 INFO  (zkConnectionManagerCallback-2063-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589714 INFO  (jetty-launcher-2046-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4eb6c781{SSL,[ssl, http/1.1]}{127.0.0.1:40946}
   [junit4]   2> 589714 INFO  (jetty-launcher-2046-thread-2) [    ] o.e.j.s.Server Started @592164ms
   [junit4]   2> 589714 INFO  (jetty-launcher-2046-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40946}
   [junit4]   2> 589714 ERROR (jetty-launcher-2046-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 589714 INFO  (jetty-launcher-2046-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 589714 INFO  (jetty-launcher-2046-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 589714 INFO  (jetty-launcher-2046-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 589714 INFO  (jetty-launcher-2046-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-06T19:28:01.695Z
   [junit4]   2> 589714 INFO  (zkConnectionManagerCallback-2065-thread-1-processing-n:127.0.0.1:61075_solr) [n:127.0.0.1:61075_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589718 INFO  (zkConnectionManagerCallback-2067-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589721 INFO  (jetty-launcher-2046-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32817/solr
   [junit4]   2> 589723 INFO  (jetty-launcher-2046-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 589775 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1001de767830007, likely client has closed socket
   [junit4]   2> 589741 INFO  (zkConnectionManagerCallback-2073-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589727 INFO  (zkConnectionManagerCallback-2069-thread-1-processing-n:127.0.0.1:49388_solr) [n:127.0.0.1:49388_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589796 INFO  (jetty-launcher-2046-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32817/solr
   [junit4]   2> 589799 INFO  (zkConnectionManagerCallback-2078-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589801 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1001de767830009, likely client has closed socket
   [junit4]   2> 589803 INFO  (zkConnectionManagerCallback-2080-thread-1-processing-n:127.0.0.1:64895_solr) [n:127.0.0.1:64895_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589805 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1001de76783000a, likely client has closed socket
   [junit4]   2> 589807 INFO  (zkConnectionManagerCallback-2082-thread-1-processing-n:127.0.0.1:40946_solr) [n:127.0.0.1:40946_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589842 INFO  (jetty-launcher-2046-thread-2) [n:127.0.0.1:40946_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 589843 INFO  (jetty-launcher-2046-thread-1) [n:127.0.0.1:64895_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 589844 INFO  (jetty-launcher-2046-thread-2) [n:127.0.0.1:40946_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40946_solr
   [junit4]   2> 589845 INFO  (jetty-launcher-2046-thread-1) [n:127.0.0.1:64895_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64895_solr
   [junit4]   2> 589846 INFO  (jetty-launcher-2046-thread-2) [n:127.0.0.1:40946_solr    ] o.a.s.c.Overseer Overseer (id=72090473749217292-127.0.0.1:40946_solr-n_0000000000) starting
   [junit4]   2> 589850 INFO  (zkCallback-2079-thread-1-processing-n:127.0.0.1:64895_solr) [n:127.0.0.1:64895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 589850 INFO  (zkCallback-2081-thread-1-processing-n:127.0.0.1:40946_solr) [n:127.0.0.1:40946_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 589851 INFO  (zkCallback-2068-thread-1-processing-n:127.0.0.1:49388_solr) [n:127.0.0.1:49388_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 589857 INFO  (jetty-launcher-2046-thread-4) [n:127.0.0.1:49388_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 589861 INFO  (jetty-launcher-2046-thread-2) [n:127.0.0.1:40946_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40946_solr
   [junit4]   2> 589901 INFO  (zkCallback-2081-thread-1-processing-n:127.0.0.1:40946_solr) [n:127.0.0.1:40946_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 589913 INFO  (zkCallback-2079-thread-1-processing-n:127.0.0.1:64895_solr) [n:127.0.0.1:64895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 589913 INFO  (zkCallback-2068-thread-1-processing-n:127.0.0.1:49388_solr) [n:127.0.0.1:49388_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 589930 INFO  (jetty-launcher-2046-thread-4) [n:127.0.0.1:49388_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49388_solr
   [junit4]   2> 589943 INFO  (zkCallback-2081-thread-1-processing-n:127.0.0.1:40946_solr) [n:127.0.0.1:40946_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 589950 INFO  (zkCallback-2079-thread-1-processing-n:127.0.0.1:64895_solr) [n:127.0.0.1:64895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 589950 INFO  (zkCallback-2068-thread-1-processing-n:127.0.0.1:49388_solr) [n:127.0.0.1:49388_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 589993 INFO  (jetty-launcher-2046-thread-3) [n:127.0.0.1:61075_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 589996 INFO  (jetty-launcher-2046-thread-3) [n:127.0.0.1:61075_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 589999 INFO  (jetty-launcher-2046-thread-3) [n:127.0.0.1:61075_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61075_solr
   [junit4]   2> 590004 INFO  (zkCallback-2081-thread-1-processing-n:127.0.0.1:40946_solr) [n:127.0.0.1:40946_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 590004 INFO  (zkCallback-2079-thread-1-processing-n:127.0.0.1:64895_solr) [n:127.0.0.1:64895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 590004 INFO  (zkCallback-2064-thread-1-processing-n:127.0.0.1:61075_solr) [n:127.0.0.1:61075_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 590030 INFO  (zkCallback-2068-thread-1-processing-n:127.0.0.1:49388_solr) [n:127.0.0.1:49388_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 590069 INFO  (jetty-launcher-2046-thread-2) [n:127.0.0.1:40946_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40946.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 590083 INFO  (jetty-launcher-2046-thread-2) [n:127.0.0.1:40946_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40946.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 590084 INFO  (jetty-launcher-2046-thread-2) [n:127.0.0.1:40946_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40946.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 590084 INFO  (jetty-launcher-2046-thread-2) [n:127.0.0.1:40946_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_EE438B7495B5BA49-001/tempDir-001/node3/.
   [junit4]   2> 590250 INFO  (jetty-launcher-2046-thread-4) [n:127.0.0.1:49388_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49388.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 590270 INFO  (jetty-launcher-2046-thread-4) [n:127.0.0.1:49388_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49388.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 590271 INFO  (jetty-launcher-2046-thread-4) [n:127.0.0.1:49388_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49388.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 590273 INFO  (jetty-launcher-2046-thread-4) [n:127.0.0.1:49388_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_EE438B7495B5BA49-001/tempDir-001/node4/.
   [junit4]   2> 590332 INFO  (jetty-launcher-2046-thread-3) [n:127.0.0.1:61075_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61075.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 590336 INFO  (jetty-launcher-2046-thread-3) [n:127.0.0.1:61075_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61075.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 590337 INFO  (jetty-launcher-2046-thread-3) [n:127.0.0.1:61075_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61075.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 590337 INFO  (jetty-launcher-2046-thread-3) [n:127.0.0.1:61075_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_EE438B7495B5BA49-001/tempDir-001/node2/.
   [junit4]   2> 590380 INFO  (jetty-launcher-2046-thread-1) [n:127.0.0.1:64895_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64895.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 590386 INFO  (jetty-launcher-2046-thread-1) [n:127.0.0.1:64895_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64895.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 590386 INFO  (jetty-launcher-2046-thread-1) [n:127.0.0.1:64895_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64895.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 590387 INFO  (jetty-launcher-2046-thread-1) [n:127.0.0.1:64895_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_EE438B7495B5BA49-001/tempDir-001/node1/.
   [junit4]   2> 590429 INFO  (zkConnectionManagerCallback-2091-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 590431 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1001de76783000d, likely client has closed socket
   [junit4]   2> 590436 INFO  (zkConnectionManagerCallback-2095-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 590437 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 590438 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32817/solr ready
   [junit4]   2> 590444 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4eb6c781{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 590444 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=713085168
   [junit4]   2> 590444 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 590444 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@725106d6: rootName = solr_40946, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4797a782
   [junit4]   2> 590448 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 590448 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7e7c481: rootName = solr_40946, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@3f589bb1
   [junit4]   2> 590451 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 590451 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@147b981c: rootName = solr_40946, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2b112d8e
   [junit4]   2> 590452 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:40946_solr
   [junit4]   2> 590453 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 590453 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 590453 INFO  (zkCallback-2094-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 590453 INFO  (zkCallback-2068-thread-1-processing-n:127.0.0.1:49388_solr) [n:127.0.0.1:49388_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 590453 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.Overseer Overseer (id=72090473749217292-127.0.0.1:40946_solr-n_0000000000) closing
   [junit4]   2> 590454 WARN  (OverseerAutoScalingTriggerThread-72090473749217292-127.0.0.1:40946_solr-n_0000000000) [n:127.0.0.1:40946_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 590454 INFO  (OverseerStateUpdate-72090473749217292-127.0.0.1:40946_solr-n_0000000000) [n:127.0.0.1:40946_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40946_solr
   [junit4]   2> 590455 INFO  (zkCallback-2079-thread-1-processing-n:127.0.0.1:64895_solr) [n:127.0.0.1:64895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 590456 INFO  (zkCallback-2081-thread-1-processing-n:127.0.0.1:40946_solr) [n:127.0.0.1:40946_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 590456 INFO  (zkCallback-2064-thread-1-processing-n:127.0.0.1:61075_solr) [n:127.0.0.1:61075_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 590457 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7338f249{/solr,null,UNAVAILABLE}
   [junit4]   2> 590457 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 590458 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1001de76783000c, likely client has closed socket
   [junit4]   2> 590461 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 590461 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 590461 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 590461 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 590462 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@340450f1{/solr,null,AVAILABLE}
   [junit4]   2> 590462 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3cfcc5ed{SSL,[ssl, http/1.1]}{127.0.0.1:48349}
   [junit4]   2> 590462 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.Server Started @592913ms
   [junit4]   2> 590462 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43164}
   [junit4]   2> 590462 ERROR (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 590462 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 590462 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 590462 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 590462 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-06T19:28:02.443Z
   [junit4]   2> 590463 INFO  (zkCallback-2079-thread-2-processing-n:127.0.0.1:64895_solr) [n:127.0.0.1:64895_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64895_solr
   [junit4]   2> 590464 INFO  (zkConnectionManagerCallback-2097-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 590465 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 590465 INFO  (zkCallback-2079-thread-2-processing-n:127.0.0.1:64895_solr) [n:127.0.0.1:64895_solr    ] o.a.s.c.Overseer Overseer (id=72090473749217291-127.0.0.1:64895_solr-n_0000000001) starting
   [junit4]   2> 590470 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32817/solr
   [junit4]   2> 590480 INFO  (zkConnectionManagerCallback-2101-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 590484 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1001de767830010, likely client has closed socket
   [junit4]   2> 590503 INFO  (zkConnectionManagerCallback-2103-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 590517 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 590519 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:43164_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 590521 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:43164_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43164_solr
   [junit4]   2> 590540 INFO  (zkCallback-2102-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 590540 INFO  (zkCallback-2094-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 590540 INFO  (zkCallback-2079-thread-2-processing-n:127.0.0.1:64895_solr) [n:127.0.0.1:64895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 590541 INFO  (zkCallback-2064-thread-1-processing-n:127.0.0.1:61075_solr) [n:127.0.0.1:61075_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 590541 INFO  (zkCallback-2068-thread-1-processing-n:127.0.0.1:49388_solr) [n:127.0.0.1:49388_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 590711 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:43164_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43164.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 590718 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:43164_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43164.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 590718 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:43164_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43164.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 590719 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:43164_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_EE438B7495B5BA49-001/tempDir-001/node3/.
   [junit4]   2> 590766 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.TestCloudConsistency Adding proxy for URL: https://127.0.0.1:48349/solr. Proxy: https://127.0.0.1:43164/solr
   [junit4]   2> 590768 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@41b0c527{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 590768 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=585985049
   [junit4]   2> 590768 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 590768 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6170d28e: rootName = solr_49388, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@a17a615
   [junit4]   2> 590775 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 590775 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@22305acc: rootName = solr_49388, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@3f589bb1
   [junit4]   2> 590780 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 590780 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@54f0c99e: rootName = solr_49388, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2b112d8e
   [junit4]   2> 590782 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:49388_solr
   [junit4]   2> 590784 INFO  (zkCallback-2068-thread-1-processing-n:127.0.0.1:49388_solr) [n:127.0.0.1:49388_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 590784 INFO  (zkCallback-2079-thread-2-processing-n:127.0.0.1:64895_solr) [n:127.0.0.1:64895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 590784 INFO  (zkCallback-2064-thread-1-processing-n:127.0.0.1:61075_solr) [n:127.0.0.1:61075_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 590784 INFO  (zkCallback-2094-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 590784 INFO  (zkCallback-2102-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 590785 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 590785 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 590787 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@25f0ffe2{/solr,null,UNAVAILABLE}
   [junit4]   2> 590788 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 590792 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 590793 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 590793 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 590793 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 590793 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b50ada3{/solr,null,AVAILABLE}
   [junit4]   2> 590794 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@227ecab8{SSL,[ssl, http/1.1]}{127.0.0.1:47860}
   [junit4]   2> 590794 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.Server Started @593244ms
   [junit4]   2> 590794 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61329}
   [junit4]   2> 590794 ERROR (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 590795 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 590795 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 590795 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 590795 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-06T19:28:02.776Z
   [junit4]   2> 590797 INFO  (zkConnectionManagerCallback-2107-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 590798 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 590803 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32817/solr
   [junit4]   2> 590806 INFO  (zkConnectionManagerCallback-2111-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 590810 INFO  (zkConnectionManagerCallback-2113-thread-1-processing-n:127.0.0.1:61329_solr) [n:127.0.0.1:61329_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 590819 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:61329_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 590822 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:61329_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 590824 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:61329_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61329_solr
   [junit4]   2> 590826 INFO  (zkCallback-2102-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 590826 INFO  (zkCallback-2079-thread-2-processing-n:127.0.0.1:64895_solr) [n:127.0.0.1:64895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 590826 INFO  (zkCallback-2064-thread-1-processing-n:127.0.0.1:61075_solr) [n:127.0.0.1:61075_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 590826 INFO  (zkCallback-2094-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 590827 INFO  (zkCallback-2112-thread-1-processing-n:127.0.0.1:61329_solr) [n:127.0.0.1:61329_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 590900 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:61329_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61329.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 590909 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:61329_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61329.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 590910 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:61329_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61329.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 590911 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:61329_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_EE438B7495B5BA49-001/tempDir-001/node4/.
   [junit4]   2> 590952 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.TestCloudConsistency Adding proxy for URL: https://127.0.0.1:47860/solr. Proxy: https://127.0.0.1:61329/solr
   [junit4]   2> 590954 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@120e3091{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 590954 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1690270848
   [junit4]   2> 590954 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 590954 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@25adf53d: rootName = solr_61075, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@45420393
   [junit4]   2> 590961 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 590961 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6b1c35f1: rootName = solr_61075, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@3f589bb1
   [junit4]   2> 590965 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 590965 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@11862436: rootName = solr_61075, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2b112d8e
   [junit4]   2> 590968 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:61075_solr
   [junit4]   2> 590969 INFO  (zkCallback-2094-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 590969 INFO  (zkCallback-2064-thread-1-processing-n:127.0.0.1:61075_solr) [n:127.0.0.1:61075_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 590969 INFO  (zkCallback-2079-thread-2-processing-n:127.0.0.1:64895_solr) [n:127.0.0.1:64895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 590970 INFO  (zkCallback-2102-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 590971 INFO  (zkCallback-2112-thread-1-processing-n:127.0.0.1:61329_solr) [n:127.0.0.1:61329_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 590971 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 590971 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 590974 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@10ee51f7{/solr,null,UNAVAILABLE}
   [junit4]   2> 590974 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 590978 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 590979 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 590979 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 590979 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 590979 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@180b5037{/solr,null,AVAILABLE}
   [junit4]   2> 590980 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@60cdc611{SSL,[ssl, http/1.1]}{127.0.0.1:40237}
   [junit4]   2> 590980 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.Server Started @593430ms
   [junit4]   2> 590980 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46291}
   [junit4]   2> 590980 ERROR (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 590980 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 590980 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 590980 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 590980 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-06T19:28:02.961Z
   [junit4]   2> 590982 INFO  (zkConnectionManagerCallback-2117-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 590983 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 590990 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32817/solr
   [junit4]   2> 590992 INFO  (zkConnectionManagerCallback-2121-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 590995 INFO  (zkConnectionManagerCallback-2123-thread-1-processing-n:127.0.0.1:46291_solr) [n:127.0.0.1:46291_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 591007 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:46291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 591011 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:46291_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 591015 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:46291_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46291_solr
   [junit4]   2> 591017 INFO  (zkCallback-2094-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 591017 INFO  (zkCallback-2079-thread-2-processing-n:127.0.0.1:64895_solr) [n:127.0.0.1:64895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 591017 INFO  (zkCallback-2102-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 591017 INFO  (zkCallback-2112-thread-1-processing-n:127.0.0.1:61329_solr) [n:127.0.0.1:61329_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 591018 INFO  (zkCallback-2122-thread-1-processing-n:127.0.0.1:46291_solr) [n:127.0.0.1:46291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 591174 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:46291_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46291.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 591180 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:46291_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46291.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 591180 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:46291_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46291.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 591181 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:46291_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_EE438B7495B5BA49-001/tempDir-001/node2/.
   [junit4]   2> 591226 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.TestCloudConsistency Adding proxy for URL: https://127.0.0.1:40237/solr. Proxy: https://127.0.0.1:46291/solr
   [junit4]   2> 591228 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@56f4c833{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 591228 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=124963601
   [junit4]   2> 591228 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 591228 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@69d782ca: rootName = solr_64895, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@770f8968
   [junit4]   2> 591232 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 591232 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@16c4fdd0: rootName = solr_64895, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@3f589bb1
   [junit4]   2> 591235 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 591235 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@49c0ff72: rootName = solr_64895, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2b112d8e
   [junit4]   2> 591237 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:64895_solr
   [junit4]   2> 591239 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 591239 INFO  (zkCallback-2094-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 591239 INFO  (zkCallback-2079-thread-2-processing-n:127.0.0.1:64895_solr) [n:127.0.0.1:64895_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 591239 INFO  (zkCallback-2102-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 591240 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 591240 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.Overseer Overseer (id=72090473749217291-127.0.0.1:64895_solr-n_0000000001) closing
   [junit4]   2> 591240 INFO  (OverseerStateUpdate-72090473749217291-127.0.0.1:64895_solr-n_0000000001) [n:127.0.0.1:64895_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:64895_solr
   [junit4]   2> 591240 WARN  (OverseerAutoScalingTriggerThread-72090473749217291-127.0.0.1:64895_solr-n_0000000001) [n:127.0.0.1:64895_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 591241 INFO  (zkCallback-2112-thread-1-processing-n:127.0.0.1:61329_solr) [n:127.0.0.1:61329_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 591241 INFO  (zkCallback-2122-thread-1-processing-n:127.0.0.1:46291_solr) [n:127.0.0.1:46291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 591246 INFO  (zkCallback-2102-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43164_solr
   [junit4]   2> 591247 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@42f8a5d4{/solr,null,UNAVAILABLE}
   [junit4]   2> 591248 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 591250 INFO  (zkCallback-2102-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.Overseer Overseer (id=72090473749217297-127.0.0.1:43164_solr-n_0000000004) starting
   [junit4]   2> 591254 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T05:27:37+08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 591254 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 591254 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 591254 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 591255 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5cc368f{/solr,null,AVAILABLE}
   [junit4]   2> 591255 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7f3d3d5f{SSL,[ssl, http/1.1]}{127.0.0.1:42464}
   [junit4]   2> 591255 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.e.j.s.Server Started @593706ms
   [junit4]   2> 591255 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49508}
   [junit4]   2> 591255 ERROR (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 591256 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.3.0
   [junit4]   2> 591256 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 591256 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 591256 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-06T19:28:03.237Z
   [junit4]   2> 591258 INFO  (zkConnectionManagerCallback-2127-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 591259 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 591267 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32817/solr
   [junit4]   2> 591269 INFO  (zkConnectionManagerCallback-2131-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 591273 INFO  (zkConnectionManagerCallback-2133-thread-1-processing-n:127.0.0.1:49508_solr) [n:127.0.0.1:49508_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 591284 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:49508_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 591287 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:49508_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 591291 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:49508_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49508_solr
   [junit4]   2> 591292 INFO  (zkCallback-2102-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 591292 INFO  (zkCallback-2094-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 591293 INFO  (zkCallback-2122-thread-1-processing-n:127.0.0.1:46291_solr) [n:127.0.0.1:46291_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 591293 INFO  (zkCallback-2112-thread-1-processing-n:127.0.0.1:61329_solr) [n:127.0.0.1:61329_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 591293 INFO  (zkCallback-2132-thread-1-processing-n:127.0.0.1:49508_solr) [n:127.0.0.1:49508_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 591384 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:49508_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49508.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 591389 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:49508_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49508.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 591390 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:49508_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49508.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d2cb7d
   [junit4]   2> 591390 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [n:127.0.0.1:49508_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_EE438B7495B5BA49-001/tempDir-001/node1/.
   [junit4]   2> 591433 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.TestCloudConsistency Adding proxy for URL: https://127.0.0.1:42464/solr. Proxy: https://127.0.0.1:49508/solr
   [junit4]   2> 591467 INFO  (TEST-TestCloudConsistency.testOutOfSyncReplicasCannotBecomeLeader-seed#[EE438B7495B5BA49]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testOutOfSyncReplicasCannotBecomeLeader
   [junit4]   2> 591468 INFO  (SocketProxy-Acceptor-43164) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=63957,localport=43164], receiveBufferSize:130880
   [junit4]   2> 591472 INFO  (SocketProxy-Acceptor-43164) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=48349,localport=47125], receiveBufferSize=139264
   [junit4]   2> 591493 INFO  (qtp1752517245-8349) [n:127.0.0.1:43164_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=3&name=outOfSyncReplicasCannotBecomeLeader-false&nrtReplicas=3&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 591495 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection outOfSyncReplicasCannotBecomeLeader-false
   [junit4]   2> 591496 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/protwords.txt
   [junit4]   2> 591499 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/managed-schema
   [junit4]   2> 591501 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/solrconfig.xml
   [junit4]   2> 591504 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/synonyms.txt
   [junit4]   2> 591507 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/stopwords.txt
   [junit4]   2> 591510 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/params.json
   [junit4]   2> 591513 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 591517 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 591520 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 591523 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 591526 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 591529 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 591532 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 591536 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 591539 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 591542 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 591545 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 591548 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 591551 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 591553 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 591556 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 591558 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 591562 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 591564 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 591567 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 591570 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 591572 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 591575 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 591577 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 591580 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 591582 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 591585 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 591587 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 591589 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 591592 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 591594 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 591596 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 591598 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 591601 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 591604 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 591606 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 591609 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 591611 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 591614 INFO  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 591617 WARN  (OverseerThreadFactory-2957-thread-1-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (outOfSyncReplicasCannotBecomeLeader-false) without cores.
   [junit4]   2> 591726 INFO  (qtp1752517245-8349) [n:127.0.0.1:43164_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 591727 INFO  (qtp1752517245-8349) [n:127.0.0.1:43164_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&replicationFactor=3&name=outOfSyncReplicasCannotBecomeLeader-false&nrtReplicas=3&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=&wt=javabin&version=2} status=0 QTime=234
   [junit4]   2> 591728 INFO  (SocketProxy-Acceptor-61329) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=36547,localport=61329], receiveBufferSize:130880
   [junit4]   2> 591730 INFO  (SocketProxy-Acceptor-61329) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=47860,localport=61370], receiveBufferSize=139264
   [junit4]   2> 591748 INFO  (qtp1175149425-8382) [n:127.0.0.1:61329_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:43164_solr&action=ADDREPLICA&collection=outOfSyncReplicasCannotBecomeLeader-false&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 591752 INFO  (OverseerCollectionConfigSetProcessor-72090473749217297-127.0.0.1:43164_solr-n_0000000004) [n:127.0.0.1:43164_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> 591753 INFO  (OverseerThreadFactory-2957-thread-2-processing-n:127.0.0.1:43164_solr) [n:127.0.0.1:43164_solr    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:43164_solr for creating new replica
   [junit4]   2> 591757 INFO  (OverseerStateUpdate-72090473749217297-127.0.0.1:43164_solr-n_0000000004) [n:127.0.0.1:43164_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"outOfSyncReplicasCannotBecomeLeader-false",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n61",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43164/solr",
   [junit4]   2>   "node_name":"127.0.0.1:43164_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 591962 INFO  (SocketProxy-Acceptor-43164) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=59200,localport=43164], receiveBufferSize:130880
   [junit4]   2> 591964 INFO  (SocketProxy-Acceptor-43164) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=48349,localport=52129], receiveBufferSize=139264
   [junit4]   2> 591969 INFO  (qtp1752517245-8351) [n:127.0.0.1:43164_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node62&collection.configName=outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED&name=outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n61&action=CREATE&collection=outOfSyncReplicasCannotBecomeLeader-false&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 591970 INFO  (qtp1752517245-8351) [n:127.0.0.1:43164_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 591988 INFO  (qtp1752517245-8351) [n:127.0.0.1:43164_solr c:outOfSyncReplicasCannotBecomeLeader-false s:shard1 r:core_node62 x:outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n61] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 591988 INFO  (qtp1752517245-8351) [n:127.0.0.1:43164_solr c:outOfSyncReplicasCannotBecomeLeader-false s:shard1 r:core_node62 x:outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n61] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 591989 WARN  (qtp1752517245-8351) [n:127.0.0.1:43164_solr c:outOfSyncReplicasCannotBecomeLeader-false s:shard1 r:core_node62 x:outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n61] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_EE438B7495B5BA49-001/tempDir-001/node3/outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n61/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_EE438B7495B5BA49-001/tempDir-001/node3/outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n61/../../../../contrib/extraction/lib
   [junit4]   2> 591990 WARN  (qtp1752517245-8351) [n:127.0.0.1:43164_solr c:outOfSyncReplicasCannotBecomeLeader-false s:shard1 r:core_node62 x:outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n61] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_EE438B7495B5BA49-001/tempDir-001/node3/outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n61/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_EE438B7495B5BA49-001/tempDir-001/node3/outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n61/../../../../dist
   [junit4]   2> 591990 WARN  (qtp1752517245-8351) [n:127.0.0.1:43164_solr c:outOfSyncReplicasCannotBecomeLeader-false s:shard1 r:core_node62 x:outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n61] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_EE438B7495B5BA49-001/tempDir-001/node3/outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n61/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_EE438B7495B5BA49-001/tempDir-001/node3/outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n61/../../../../contrib/clustering/lib
   [junit4]   2> 591990 WARN  (qtp1752517245-8351) [n:127.0.0.1:43164_solr c:outOfSyncReplicasCannotBecomeLeader-false s:shard1 r:core_node62 x:outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n61] o.a.s.c.SolrConfig Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_EE438B7495B5BA49-001/tempDir-001/node3/outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n61/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_EE438B7495B5BA49-001/tempDir-001/node3/outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n61/../../../../dist
   [junit4]   2> 591990 WARN  (qtp1752517245-8351) [n:127.0.0.

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

.0.0.1:61329_solr) [n:127.0.0.1:61329_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:61329_solr
   [junit4]   2> 644412 INFO  (jetty-closer-2047-thread-4) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 644432 INFO  (coreCloseExecutor-3074-thread-1) [n:127.0.0.1:61329_solr c:outOfSyncReplicasCannotBecomeLeader-false s:shard1 r:core_node64 x:outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n63] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.outOfSyncReplicasCannotBecomeLeader-false.shard1.leader, tag=638266647
   [junit4]   2> 644444 INFO  (coreCloseExecutor-3073-thread-1) [n:127.0.0.1:46291_solr c:outOfSyncReplicasCannotBecomeLeader-false s:shard1 r:core_node66 x:outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n65] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.outOfSyncReplicasCannotBecomeLeader-false.shard1.leader, tag=1401122489
   [junit4]   2> 644450 INFO  (coreCloseExecutor-3075-thread-1) [n:127.0.0.1:43164_solr c:outOfSyncReplicasCannotBecomeLeader-false s:shard1 r:core_node62 x:outOfSyncReplicasCannotBecomeLeader-false_shard1_replica_n61] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.outOfSyncReplicasCannotBecomeLeader-false.shard1.leader, tag=1020893725
   [junit4]   2> 644458 INFO  (jetty-closer-2047-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5908beed{/solr,null,UNAVAILABLE}
   [junit4]   2> 644459 INFO  (jetty-closer-2047-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 651699 ERROR (recoveryExecutor-2157-thread-1-processing-n:127.0.0.1:61329_solr x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n63 s:shard1 c:outOfSyncReplicasCannotBecomeLeader-true r:core_node64) [n:127.0.0.1:61329_solr c:outOfSyncReplicasCannotBecomeLeader-true s:shard1 r:core_node64 x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n63] o.a.s.c.RecoveryStrategy SolrCore not found - cannot recover:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n63
   [junit4]   2> 651703 INFO  (jetty-closer-2047-thread-6) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@b708617{/solr,null,UNAVAILABLE}
   [junit4]   2> 651704 INFO  (jetty-closer-2047-thread-6) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 651705 ERROR (recoveryExecutor-2167-thread-1-processing-n:127.0.0.1:46291_solr x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65 s:shard1 c:outOfSyncReplicasCannotBecomeLeader-true r:core_node66) [n:127.0.0.1:46291_solr c:outOfSyncReplicasCannotBecomeLeader-true s:shard1 r:core_node66 x:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65] o.a.s.c.RecoveryStrategy SolrCore not found - cannot recover:outOfSyncReplicasCannotBecomeLeader-true_shard1_replica_n65
   [junit4]   2> 651707 INFO  (zkCallback-2170-thread-1-processing-n:127.0.0.1:46291_solr) [n:127.0.0.1:46291_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46291_solr
   [junit4]   2> 651714 INFO  (jetty-closer-2047-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3b6a0e26{/solr,null,UNAVAILABLE}
   [junit4]   2> 651716 INFO  (jetty-closer-2047-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 651719 ERROR (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-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> 651719 INFO  (SUITE-TestCloudConsistency-seed#[EE438B7495B5BA49]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:32817 32817
   [junit4]   2> 651781 INFO  (Thread-1778) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:32817 32817
   [junit4]   2> 651783 WARN  (Thread-1778) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	65	/solr/collections/outOfSyncReplicasCannotBecomeLeader-false/terms/shard1
   [junit4]   2> 	45	/solr/collections/outOfSyncReplicasCannotBecomeLeader-true/terms/shard1
   [junit4]   2> 	13	/solr/aliases.json
   [junit4]   2> 	12	/solr/security.json
   [junit4]   2> 	7	/solr/configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED/managed-schema
   [junit4]   2> 	7	/solr/collections/outOfSyncReplicasCannotBecomeLeader-false/collectionprops.json
   [junit4]   2> 	7	/solr/configs/outOfSyncReplicasCannotBecomeLeader-false.AUTOCREATED
   [junit4]   2> 	6	/solr/collections/outOfSyncReplicasCannotBecomeLeader-true/collectionprops.json
   [junit4]   2> 	6	/solr/configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED
   [junit4]   2> 	6	/solr/configs/outOfSyncReplicasCannotBecomeLeader-true.AUTOCREATED/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	96	/solr/collections/outOfSyncReplicasCannotBecomeLeader-false/state.json
   [junit4]   2> 	64	/solr/collections/outOfSyncReplicasCannotBecomeLeader-true/state.json
   [junit4]   2> 	13	/solr/clusterprops.json
   [junit4]   2> 	13	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72090473749217291-127.0.0.1:64895_solr-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/72090473749217306-127.0.0.1:49508_solr-n_0000000007
   [junit4]   2> 	2	/solr/collections/outOfSyncReplicasCannotBecomeLeader-true/leader_elect/shard1/election/72090473749217309-core_node62-n_0000000000
   [junit4]   2> 	2	/solr/collections/outOfSyncReplicasCannotBecomeLeader-false/leader_elect/shard1/election/72090473749217309-core_node62-n_0000000009
   [junit4]   2> 	2	/solr/collections/outOfSyncReplicasCannotBecomeLeader-true/leader_elect/shard1/election/72090473749217318-core_node62-n_0000000008
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/live_nodes
   [junit4]   2> 	13	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudConsistency_EE438B7495B5BA49-001
   [junit4]   2> Mar 06, 2018 7:29:03 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=true): {}, locale=es-MX, timezone=Asia/Brunei
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_162 (64-bit)/cpus=3,threads=1,free=72406104,total=511705088
   [junit4]   2> NOTE: All tests run in this JVM: [CleanupOldIndexTest, DistributedFacetExistsSmallTest, TestShardHandlerFactory, UUIDUpdateProcessorFallbackTest, MetricsHandlerTest, ConcurrentDeleteAndCreateCollectionTest, TestSortByMinMaxFunction, IndexBasedSpellCheckerTest, AnalyticsMergeStrategyTest, TestDefaultStatsCache, TestDownShardTolerantSearch, RollingRestartTest, HDFSCollectionsAPITest, FullHLLTest, DataDrivenBlockJoinTest, TestDistributedGrouping, CircularListTest, TestSolr4Spatial, TestAnalyzeInfixSuggestions, RegexBytesRefFilterTest, ChaosMonkeySafeLeaderWithPullReplicasTest, TestPHPSerializedResponseWriter, BasicDistributedZk2Test, ShowFileRequestHandlerTest, TestPrepRecovery, HdfsBasicDistributedZkTest, TestLegacyField, TestBulkSchemaConcurrent, OverseerTaskQueueTest, TestDocumentBuilder, TestCloudRecovery, V2StandaloneTest, TestGeoJSONResponseWriter, HdfsAutoAddReplicasIntegrationTest, HttpPartitionTest, TestDelegationWithHadoopAuth, TestRuleBasedAuthorizationPlugin, TestRequestStatusCollectionAPI, TestScoreJoinQPNoScore, TestJsonFacetRefinement, SpellCheckComponentTest, EnumFieldTest, TestStandardQParsers, TestSolrConfigHandlerCloud, CollectionsAPISolrJTest, TestCloudSchemaless, CloneFieldUpdateProcessorFactoryTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, RequestLoggingTest, TestSimpleTrackingShardHandler, TestFieldTypeResource, TestManagedSchemaAPI, OverseerTest, ClusterStateTest, TestSolrCoreParser, ZkShardTermsTest, SolrMetricManagerTest, HdfsThreadLeakTest, TestSolrCloudWithDelegationTokens, HdfsCollectionsAPIDistributedZkTest, TestValueSourceCache, TestRandomRequestDistribution, DistanceFunctionTest, BlockDirectoryTest, TestCloudConsistency]
   [junit4] Completed [165/780 (1!)] on J1 in 62.70s, 2 tests, 1 failure <<< FAILURES!

[...truncated 51650 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/475/consoleText

[repro] Revision: 052972780dd058d47a284221a035c58967d9f933

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=TestCloudConsistency -Dtests.method=testOutOfSyncReplicasCannotBecomeLeader -Dtests.seed=EE438B7495B5BA49 -Dtests.slow=true -Dtests.locale=es-MX -Dtests.timezone=Asia/Brunei -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TestCloudConsistency
[repro] ant compile-test

[...truncated 3331 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestCloudConsistency" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=EE438B7495B5BA49 -Dtests.slow=true -Dtests.locale=es-MX -Dtests.timezone=Asia/Brunei -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 73 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.TestCloudConsistency
[repro] Exiting with code 0

[...truncated 70 lines...]

[JENKINS] Lucene-Solr-7.x-Solaris (64bit/jdk1.8.0) - Build # 474 - Still unstable!

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

5 tests failed.
FAILED:  org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands

Error Message:
null value is not valid for name

Stack Trace:
java.lang.RuntimeException: null value is not valid for name
	at __randomizedtesting.SeedInfo.seed([C0BEA19889B90108:E1826860E383E16C]:0)
	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$null$2(V1toV2ApiMapper.java:108)
	at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
	at org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
	at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
	at org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
	at org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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 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.TestV1toV2ApiMapper.testCommands

Error Message:
null value is not valid for name

Stack Trace:
java.lang.RuntimeException: null value is not valid for name
	at __randomizedtesting.SeedInfo.seed([C0BEA19889B90108:E1826860E383E16C]:0)
	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$null$2(V1toV2ApiMapper.java:108)
	at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
	at org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
	at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
	at org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
	at org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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 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.TestV1toV2ApiMapper.testCommands

Error Message:
null value is not valid for name

Stack Trace:
java.lang.RuntimeException: null value is not valid for name
	at __randomizedtesting.SeedInfo.seed([C0BEA19889B90108:E1826860E383E16C]:0)
	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$null$2(V1toV2ApiMapper.java:108)
	at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
	at org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
	at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
	at org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
	at org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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 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.TestV1toV2ApiMapper.testCommands

Error Message:
null value is not valid for name

Stack Trace:
java.lang.RuntimeException: null value is not valid for name
	at __randomizedtesting.SeedInfo.seed([C0BEA19889B90108:E1826860E383E16C]:0)
	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$null$2(V1toV2ApiMapper.java:108)
	at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
	at org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
	at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
	at org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
	at org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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 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.TestV1toV2ApiMapper.testCommands

Error Message:
null value is not valid for name

Stack Trace:
java.lang.RuntimeException: null value is not valid for name
	at __randomizedtesting.SeedInfo.seed([C0BEA19889B90108:E1826860E383E16C]:0)
	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$null$2(V1toV2ApiMapper.java:108)
	at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
	at org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
	at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
	at org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
	at org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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 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 15352 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.request.TestV1toV2ApiMapper
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestV1toV2ApiMapper -Dtests.method=testCommands -Dtests.seed=C0BEA19889B90108 -Dtests.slow=true -Dtests.locale=hi-IN -Dtests.timezone=UCT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.03s J0 | TestV1toV2ApiMapper.testCommands <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: null value is not valid for name
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C0BEA19889B90108:E1826860E383E16C]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$null$2(V1toV2ApiMapper.java:108)
   [junit4]    > 	at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
   [junit4]    > 	at org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
   [junit4]    > 	at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
   [junit4]    > 	at org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1734, maxMBSortInHeap=6.958377487710414, sim=RandomSimilarity(queryNorm=false): {}, locale=hi-IN, timezone=UCT
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_162 (64-bit)/cpus=3,threads=1,free=37044488,total=150241280
   [junit4]   2> NOTE: All tests run in this JVM: [PowerEvaluatorTest, SolrDocumentTest, TermsResponseTest, SchemaTest, SineEvaluatorTest, TestCollectionStateWatchers, SolrExampleXMLTest, TestXMLEscaping, TestEmbeddedSolrServer, ReverseEvaluatorTest, TestRetryUtil, ModifiableSolrParamsTest, TestPolicy, ArrayEvaluatorTest, NoOpResponseParserTest, StreamExpressionToExpessionTest, TestJavaBinCodec, AppendEvaluatorTest, GetByIdTest, UsingSolrJRefGuideExamplesTest, CloudSolrClientBuilderTest, ConcurrentUpdateSolrClientBuilderTest, TestV1toV2ApiMapper]
   [junit4] Completed [35/146 (1!)] on J0 in 0.06s, 1 test, 1 error <<< FAILURES!

[...truncated 48970 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/474/consoleText

[repro] Revision: fe9030c48f993fd4bbbe7e1e826bfce78748aa33

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseConcMarkSweepGC"
[repro] Repro line:  ant test  -Dtestcase=TestV1toV2ApiMapper -Dtests.method=testCommands -Dtests.seed=C0BEA19889B90108 -Dtests.slow=true -Dtests.locale=hi-IN -Dtests.timezone=UCT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/solrj
[repro]       TestV1toV2ApiMapper
[repro] ant compile-test

[...truncated 2479 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestV1toV2ApiMapper" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseConcMarkSweepGC" -Dtests.seed=C0BEA19889B90108 -Dtests.slow=true -Dtests.locale=hi-IN -Dtests.timezone=UCT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 31 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.request.TestV1toV2ApiMapper
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestV1toV2ApiMapper -Dtests.method=testCommands -Dtests.seed=C0BEA19889B90108 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=hi-IN -Dtests.timezone=UCT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.35s J1 | TestV1toV2ApiMapper.testCommands <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: null value is not valid for name
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C0BEA19889B90108:E1826860E383E16C]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$null$2(V1toV2ApiMapper.java:108)
   [junit4]    > 	at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
   [junit4]    > 	at org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
   [junit4]    > 	at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
   [junit4]    > 	at org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1734, maxMBSortInHeap=6.958377487710414, sim=RandomSimilarity(queryNorm=false): {}, locale=hi-IN, timezone=UCT
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_162 (64-bit)/cpus=3,threads=1,free=75511792,total=97320960
   [junit4]   2> NOTE: All tests run in this JVM: [TestV1toV2ApiMapper]
   [junit4] Completed [1/5 (1!)] on J1 in 1.01s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.request.TestV1toV2ApiMapper
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestV1toV2ApiMapper -Dtests.method=testCommands -Dtests.seed=C0BEA19889B90108 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=hi-IN -Dtests.timezone=UCT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.35s J0 | TestV1toV2ApiMapper.testCommands <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: null value is not valid for name
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C0BEA19889B90108:E1826860E383E16C]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$null$2(V1toV2ApiMapper.java:108)
   [junit4]    > 	at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
   [junit4]    > 	at org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
   [junit4]    > 	at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
   [junit4]    > 	at org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1734, maxMBSortInHeap=6.958377487710414, sim=RandomSimilarity(queryNorm=false): {}, locale=hi-IN, timezone=UCT
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_162 (64-bit)/cpus=3,threads=1,free=74667768,total=97320960
   [junit4]   2> NOTE: All tests run in this JVM: [TestV1toV2ApiMapper]
   [junit4] Completed [2/5 (2!)] on J0 in 0.97s, 1 test, 1 error <<< FAILURES!

[...truncated 2 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.request.TestV1toV2ApiMapper
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestV1toV2ApiMapper -Dtests.method=testCommands -Dtests.seed=C0BEA19889B90108 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=hi-IN -Dtests.timezone=UCT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | TestV1toV2ApiMapper.testCommands <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: null value is not valid for name
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C0BEA19889B90108:E1826860E383E16C]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$null$2(V1toV2ApiMapper.java:108)
   [junit4]    > 	at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
   [junit4]    > 	at org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
   [junit4]    > 	at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
   [junit4]    > 	at org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1734, maxMBSortInHeap=6.958377487710414, sim=RandomSimilarity(queryNorm=false): {}, locale=hi-IN, timezone=UCT
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_162 (64-bit)/cpus=3,threads=1,free=63194640,total=97320960
   [junit4]   2> NOTE: All tests run in this JVM: [TestV1toV2ApiMapper, TestV1toV2ApiMapper]
   [junit4] Completed [3/5 (3!)] on J0 in 0.01s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.request.TestV1toV2ApiMapper
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestV1toV2ApiMapper -Dtests.method=testCommands -Dtests.seed=C0BEA19889B90108 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=hi-IN -Dtests.timezone=UCT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.02s J1 | TestV1toV2ApiMapper.testCommands <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: null value is not valid for name
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C0BEA19889B90108:E1826860E383E16C]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$null$2(V1toV2ApiMapper.java:108)
   [junit4]    > 	at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
   [junit4]    > 	at org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
   [junit4]    > 	at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
   [junit4]    > 	at org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1734, maxMBSortInHeap=6.958377487710414, sim=RandomSimilarity(queryNorm=false): {}, locale=hi-IN, timezone=UCT
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_162 (64-bit)/cpus=3,threads=1,free=63783984,total=97320960
   [junit4]   2> NOTE: All tests run in this JVM: [TestV1toV2ApiMapper, TestV1toV2ApiMapper]
   [junit4] Completed [4/5 (4!)] on J1 in 0.04s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.request.TestV1toV2ApiMapper
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestV1toV2ApiMapper -Dtests.method=testCommands -Dtests.seed=C0BEA19889B90108 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=hi-IN -Dtests.timezone=UCT -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.01s J0 | TestV1toV2ApiMapper.testCommands <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: null value is not valid for name
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C0BEA19889B90108:E1826860E383E16C]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$null$2(V1toV2ApiMapper.java:108)
   [junit4]    > 	at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
   [junit4]    > 	at org.apache.solr.common.MapWriter$1.put(MapWriter.java:45)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.lambda$serializeToV2Format$3(V1toV2ApiMapper.java:98)
   [junit4]    > 	at org.apache.solr.common.MapWriter.toMap(MapWriter.java:42)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper$ActionInfo.convert(V1toV2ApiMapper.java:87)
   [junit4]    > 	at org.apache.solr.client.solrj.request.V1toV2ApiMapper.convert(V1toV2ApiMapper.java:137)
   [junit4]    > 	at org.apache.solr.client.solrj.request.TestV1toV2ApiMapper.testCommands(TestV1toV2ApiMapper.java:55)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1734, maxMBSortInHeap=6.958377487710414, sim=RandomSimilarity(queryNorm=false): {}, locale=hi-IN, timezone=UCT
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_162 (64-bit)/cpus=3,threads=1,free=78805152,total=97320960
   [junit4]   2> NOTE: All tests run in this JVM: [TestV1toV2ApiMapper, TestV1toV2ApiMapper, TestV1toV2ApiMapper]
   [junit4] Completed [5/5 (5!)] on J0 in 0.04s, 1 test, 1 error <<< FAILURES!

[...truncated 14 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/common-build.xml:1561: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/common-build.xml:1085: There were test failures: 5 suites, 5 tests, 5 errors [seed: C0BEA19889B90108]

Total time: 4 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   5/5 failed: org.apache.solr.client.solrj.request.TestV1toV2ApiMapper
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=fe9030c48f993fd4bbbe7e1e826bfce78748aa33, workspace=/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris
[WARNINGS] Computing warning deltas based on reference build #472
Recording test results
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-7.x-Solaris (64bit/jdk1.8.0) - Build # 473 - Failure!

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

All tests passed

Build Log:
[...truncated 60738 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /var/tmp/ecj1454476537
 [ecj-lint] Compiling 1165 source files to /var/tmp/ecj1454476537
 [ecj-lint] invalid Class-Path header in manifest of jar file: /export/home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
 [ecj-lint] invalid Class-Path header in manifest of jar file: /export/home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/core/src/java/org/apache/solr/search/facet/FacetModule.java (at line 44)
 [ecj-lint] 	import org.noggit.JSONUtil;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.noggit.JSONUtil is never used
 [ecj-lint] ----------
 [ecj-lint] 1 problem (1 error)

BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/build.xml:618: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/build.xml:101: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build.xml:682: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/common-build.xml:2082: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/lucene/common-build.xml:2121: Compile failed; see the compiler error output for details.

Total time: 101 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

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

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

2 tests failed.
FAILED:  org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([A4824545207E19C8:E4F96B797ADCC18]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertFalse(Assert.java:68)
	at org.junit.Assert.assertFalse(Assert.java:79)
	at org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:301)
	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.metrics.reporters.SolrGraphiteReporterTest.testReporter

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([A4824545207E19C8:FB6668724B728A8D]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.metrics.reporters.SolrGraphiteReporterTest.testReporter(SolrGraphiteReporterTest.java:73)
	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 12303 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> 242572 INFO  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-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-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_A4824545207E19C8-001/init-core-data-001
   [junit4]   2> 242572 WARN  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 242572 INFO  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 242573 INFO  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-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> 242574 INFO  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_A4824545207E19C8-001/tempDir-001
   [junit4]   2> 242574 INFO  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 242574 INFO  (Thread-535) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 242574 INFO  (Thread-535) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 242575 ERROR (Thread-535) [    ] 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> 242674 INFO  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:46227
   [junit4]   2> 242676 INFO  (zkConnectionManagerCallback-528-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 242679 INFO  (jetty-launcher-525-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 242679 INFO  (jetty-launcher-525-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 242680 INFO  (jetty-launcher-525-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 242681 INFO  (jetty-launcher-525-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 242681 INFO  (jetty-launcher-525-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 242681 INFO  (jetty-launcher-525-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 242682 INFO  (jetty-launcher-525-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 242683 INFO  (jetty-launcher-525-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 242683 INFO  (jetty-launcher-525-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 242683 INFO  (jetty-launcher-525-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 242684 INFO  (jetty-launcher-525-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 242684 INFO  (jetty-launcher-525-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 242684 INFO  (jetty-launcher-525-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 242684 INFO  (jetty-launcher-525-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17704130{/solr,null,AVAILABLE}
   [junit4]   2> 242685 INFO  (jetty-launcher-525-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@74c9ad4c{HTTP/1.1,[http/1.1]}{127.0.0.1:37002}
   [junit4]   2> 242685 INFO  (jetty-launcher-525-thread-3) [    ] o.e.j.s.Server Started @244478ms
   [junit4]   2> 242685 INFO  (jetty-launcher-525-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37002}
   [junit4]   2> 242686 ERROR (jetty-launcher-525-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 242686 INFO  (jetty-launcher-525-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 242686 INFO  (jetty-launcher-525-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 242686 INFO  (jetty-launcher-525-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 242686 INFO  (jetty-launcher-525-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-05T16:45:41.748Z
   [junit4]   2> 242686 INFO  (jetty-launcher-525-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 242686 INFO  (jetty-launcher-525-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 242686 INFO  (jetty-launcher-525-thread-4) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 242688 INFO  (jetty-launcher-525-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a1b9d17{/solr,null,AVAILABLE}
   [junit4]   2> 242688 INFO  (jetty-launcher-525-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@70102d2{HTTP/1.1,[http/1.1]}{127.0.0.1:33232}
   [junit4]   2> 242688 INFO  (jetty-launcher-525-thread-1) [    ] o.e.j.s.Server Started @244481ms
   [junit4]   2> 242688 INFO  (jetty-launcher-525-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33232}
   [junit4]   2> 242688 ERROR (jetty-launcher-525-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 242688 INFO  (jetty-launcher-525-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 242688 INFO  (jetty-launcher-525-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 242688 INFO  (jetty-launcher-525-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 242688 INFO  (jetty-launcher-525-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-05T16:45:41.750Z
   [junit4]   2> 242690 INFO  (jetty-launcher-525-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@295a0afc{/solr,null,AVAILABLE}
   [junit4]   2> 242691 INFO  (jetty-launcher-525-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4ce3e1c0{HTTP/1.1,[http/1.1]}{127.0.0.1:43527}
   [junit4]   2> 242691 INFO  (jetty-launcher-525-thread-4) [    ] o.e.j.s.Server Started @244484ms
   [junit4]   2> 242691 INFO  (jetty-launcher-525-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43527}
   [junit4]   2> 242691 ERROR (jetty-launcher-525-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 242691 INFO  (jetty-launcher-525-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 242691 INFO  (jetty-launcher-525-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 242691 INFO  (jetty-launcher-525-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 242691 INFO  (jetty-launcher-525-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-05T16:45:41.753Z
   [junit4]   2> 242693 INFO  (jetty-launcher-525-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@31e711b3{/solr,null,AVAILABLE}
   [junit4]   2> 242693 INFO  (jetty-launcher-525-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@10e5c68a{HTTP/1.1,[http/1.1]}{127.0.0.1:57726}
   [junit4]   2> 242693 INFO  (jetty-launcher-525-thread-2) [    ] o.e.j.s.Server Started @244486ms
   [junit4]   2> 242693 INFO  (jetty-launcher-525-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57726}
   [junit4]   2> 242693 ERROR (jetty-launcher-525-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 242693 INFO  (jetty-launcher-525-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 242693 INFO  (jetty-launcher-525-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 242693 INFO  (jetty-launcher-525-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 242693 INFO  (jetty-launcher-525-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-05T16:45:41.755Z
   [junit4]   2> 242695 INFO  (zkConnectionManagerCallback-530-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 242697 INFO  (zkConnectionManagerCallback-534-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 242697 INFO  (zkConnectionManagerCallback-536-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 242697 INFO  (zkConnectionManagerCallback-532-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 242697 INFO  (jetty-launcher-525-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 242717 INFO  (jetty-launcher-525-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 242717 INFO  (jetty-launcher-525-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 242717 INFO  (jetty-launcher-525-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 242742 INFO  (jetty-launcher-525-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46227/solr
   [junit4]   2> 242742 INFO  (jetty-launcher-525-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46227/solr
   [junit4]   2> 242748 INFO  (jetty-launcher-525-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46227/solr
   [junit4]   2> 242769 INFO  (zkConnectionManagerCallback-542-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 242771 INFO  (jetty-launcher-525-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46227/solr
   [junit4]   2> 242772 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100182c2a9b0001, likely client has closed socket
   [junit4]   2> 242781 INFO  (zkConnectionManagerCallback-544-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 242784 INFO  (zkConnectionManagerCallback-554-thread-1-processing-n:127.0.0.1:43527_solr) [n:127.0.0.1:43527_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 242785 INFO  (zkConnectionManagerCallback-552-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 242785 INFO  (zkConnectionManagerCallback-556-thread-1-processing-n:127.0.0.1:33232_solr) [n:127.0.0.1:33232_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 242786 INFO  (zkConnectionManagerCallback-548-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 242789 INFO  (zkConnectionManagerCallback-558-thread-1-processing-n:127.0.0.1:57726_solr) [n:127.0.0.1:57726_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 242817 INFO  (zkConnectionManagerCallback-563-thread-1-processing-n:127.0.0.1:37002_solr) [n:127.0.0.1:37002_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 242824 INFO  (jetty-launcher-525-thread-4) [n:127.0.0.1:43527_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 242825 INFO  (jetty-launcher-525-thread-4) [n:127.0.0.1:43527_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43527_solr
   [junit4]   2> 242825 INFO  (jetty-launcher-525-thread-2) [n:127.0.0.1:57726_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 242826 INFO  (jetty-launcher-525-thread-4) [n:127.0.0.1:43527_solr    ] o.a.s.c.Overseer Overseer (id=72084172010356745-127.0.0.1:43527_solr-n_0000000000) starting
   [junit4]   2> 242827 INFO  (jetty-launcher-525-thread-2) [n:127.0.0.1:57726_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57726_solr
   [junit4]   2> 242829 INFO  (zkCallback-553-thread-1-processing-n:127.0.0.1:43527_solr) [n:127.0.0.1:43527_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 242837 INFO  (jetty-launcher-525-thread-3) [n:127.0.0.1:37002_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 242838 INFO  (jetty-launcher-525-thread-4) [n:127.0.0.1:43527_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43527_solr
   [junit4]   2> 242840 INFO  (zkCallback-553-thread-1-processing-n:127.0.0.1:43527_solr) [n:127.0.0.1:43527_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 242896 INFO  (zkCallback-557-thread-1-processing-n:127.0.0.1:57726_solr) [n:127.0.0.1:57726_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 242900 INFO  (zkCallback-557-thread-1-processing-n:127.0.0.1:57726_solr) [n:127.0.0.1:57726_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 242900 INFO  (zkCallback-562-thread-1-processing-n:127.0.0.1:37002_solr) [n:127.0.0.1:37002_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 242900 INFO  (jetty-launcher-525-thread-3) [n:127.0.0.1:37002_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 242903 INFO  (jetty-launcher-525-thread-3) [n:127.0.0.1:37002_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37002_solr
   [junit4]   2> 242906 INFO  (zkCallback-553-thread-1-processing-n:127.0.0.1:43527_solr) [n:127.0.0.1:43527_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 242906 INFO  (zkCallback-557-thread-1-processing-n:127.0.0.1:57726_solr) [n:127.0.0.1:57726_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 242906 INFO  (jetty-launcher-525-thread-1) [n:127.0.0.1:33232_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 242907 INFO  (zkCallback-562-thread-1-processing-n:127.0.0.1:37002_solr) [n:127.0.0.1:37002_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 242924 INFO  (jetty-launcher-525-thread-1) [n:127.0.0.1:33232_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 242926 INFO  (jetty-launcher-525-thread-1) [n:127.0.0.1:33232_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33232_solr
   [junit4]   2> 242928 INFO  (zkCallback-553-thread-1-processing-n:127.0.0.1:43527_solr) [n:127.0.0.1:43527_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 242928 INFO  (zkCallback-557-thread-1-processing-n:127.0.0.1:57726_solr) [n:127.0.0.1:57726_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 242949 INFO  (zkCallback-562-thread-1-processing-n:127.0.0.1:37002_solr) [n:127.0.0.1:37002_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 242958 INFO  (zkCallback-555-thread-1-processing-n:127.0.0.1:33232_solr) [n:127.0.0.1:33232_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 243102 INFO  (jetty-launcher-525-thread-3) [n:127.0.0.1:37002_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37002.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a15b9cd
   [junit4]   2> 243109 INFO  (jetty-launcher-525-thread-3) [n:127.0.0.1:37002_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37002.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a15b9cd
   [junit4]   2> 243109 INFO  (jetty-launcher-525-thread-3) [n:127.0.0.1:37002_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37002.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a15b9cd
   [junit4]   2> 243110 INFO  (jetty-launcher-525-thread-3) [n:127.0.0.1:37002_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_A4824545207E19C8-001/tempDir-001/node3/.
   [junit4]   2> 243184 INFO  (jetty-launcher-525-thread-4) [n:127.0.0.1:43527_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43527.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a15b9cd
   [junit4]   2> 243190 INFO  (jetty-launcher-525-thread-4) [n:127.0.0.1:43527_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43527.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a15b9cd
   [junit4]   2> 243190 INFO  (jetty-launcher-525-thread-4) [n:127.0.0.1:43527_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43527.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a15b9cd
   [junit4]   2> 243191 INFO  (jetty-launcher-525-thread-4) [n:127.0.0.1:43527_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_A4824545207E19C8-001/tempDir-001/node4/.
   [junit4]   2> 243270 INFO  (jetty-launcher-525-thread-1) [n:127.0.0.1:33232_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33232.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a15b9cd
   [junit4]   2> 243276 INFO  (jetty-launcher-525-thread-1) [n:127.0.0.1:33232_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33232.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a15b9cd
   [junit4]   2> 243276 INFO  (jetty-launcher-525-thread-1) [n:127.0.0.1:33232_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33232.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a15b9cd
   [junit4]   2> 243277 INFO  (jetty-launcher-525-thread-1) [n:127.0.0.1:33232_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_A4824545207E19C8-001/tempDir-001/node1/.
   [junit4]   2> 243373 INFO  (jetty-launcher-525-thread-2) [n:127.0.0.1:57726_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57726.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a15b9cd
   [junit4]   2> 243383 INFO  (jetty-launcher-525-thread-2) [n:127.0.0.1:57726_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57726.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a15b9cd
   [junit4]   2> 243383 INFO  (jetty-launcher-525-thread-2) [n:127.0.0.1:57726_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57726.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a15b9cd
   [junit4]   2> 243383 INFO  (jetty-launcher-525-thread-2) [n:127.0.0.1:57726_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_A4824545207E19C8-001/tempDir-001/node2/.
   [junit4]   2> 243524 INFO  (zkConnectionManagerCallback-570-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 243528 INFO  (zkConnectionManagerCallback-574-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 243530 INFO  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 243531 INFO  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46227/solr ready
   [junit4]   2> 243539 INFO  (qtp1089874694-2260) [n:127.0.0.1:33232_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 243552 INFO  (qtp1089874694-2260) [n:127.0.0.1:33232_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=12
   [junit4]   2> 244043 WARN  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-worker) [    ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 244800 WARN  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 245022 INFO  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-worker) [    ] o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
   [junit4]   2> 245050 WARN  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 245166 INFO  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 245217 INFO  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-worker) [    ] o.m.log Extract jar:file:/export/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_serv1.vm3_53948_hdfs____hm7rs0/webapp
   [junit4]   2> 245558 INFO  (OverseerCollectionConfigSetProcessor-72084172010356745-127.0.0.1:43527_solr-n_0000000000) [n:127.0.0.1:43527_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> 246319 INFO  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@serv1-vm3:53948
   [junit4]   2> 247464 WARN  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 247469 INFO  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 247485 INFO  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-worker) [    ] o.m.log Extract jar:file:/export/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_54693_datanode____.9hvgso/webapp
   [junit4]   2> 248013 INFO  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:54693
   [junit4]   2> 248456 WARN  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 248457 INFO  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 248468 INFO  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-worker) [    ] o.m.log Extract jar:file:/export/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_60541_datanode____27da3j/webapp
   [junit4]   2> 249024 INFO  (SUITE-MoveReplicaHDFSTest-seed#[A4824545207E19C8]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:60541
   [junit4]   2> 249370 ERROR (DataNode: [[[DISK]file:/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_A4824545207E19C8-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_A4824545207E19C8-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to serv1-vm3/127.0.0.1:37723) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 249388 ERROR (DataNode: [[[DISK]file:/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_A4824545207E19C8-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_A4824545207E19C8-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to serv1-vm3/127.0.0.1:37723) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 249562 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x170d98c8d64eb: from storage DS-fae1a363-fb74-4214-bf9e-5030f99b5c4e node DatanodeRegistration(127.0.0.1:44490, datanodeUuid=d39d369e-1a2e-48dd-9aab-7dfca5794acc, infoPort=65035, infoSecurePort=0, ipcPort=63812, storageInfo=lv=-56;cid=testClusterID;nsid=323492363;c=0), blocks: 0, hasStaleStorage: true, processing time: 2 msecs
   [junit4]   2> 249562 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x170d98c8d64e4: from storage DS-23e09ee0-d7fb-42fb-aa47-283f92ea8c42 node DatanodeRegistration(127.0.0.1:50967, datanodeUuid=a297ada2-3410-4f15-a873-1bcd4815ce10, infoPort=62307, infoSecurePort=0, ipcPort=46639, storageInfo=lv=-56;cid=testClusterID;nsid=323492363;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 249562 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x170d98c8d64e4: from storage DS-327eaa7e-4351-40ad-a97f-aa7b6db82bf6 node DatanodeRegistration(127.0.0.1:50967, datanodeUuid=a297ada2-3410-4f15-a873-1bcd4815ce10, infoPort=62307, infoSecurePort=0, ipcPort=46639, storageInfo=lv=-56;cid=testClusterID;nsid=323492363;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 249562 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x170d98c8d64eb: from storage DS-6dd51a3a-bfa0-41e3-9d37-63f2a19eefd0 node DatanodeRegistration(127.0.0.1:44490, datanodeUuid=d39d369e-1a2e-48dd-9aab-7dfca5794acc, infoPort=65035, infoSecurePort=0, ipcPort=63812, storageInfo=lv=-56;cid=testClusterID;nsid=323492363;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 249995 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 249997 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 250000 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 250001 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 250001 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 250001 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 250001 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@13d989e1{/solr,null,AVAILABLE}
   [junit4]   2> 250002 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3881a13{HTTP/1.1,[http/1.1]}{127.0.0.1:41651}
   [junit4]   2> 250002 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [    ] o.e.j.s.Server Started @251796ms
   [junit4]   2> 250002 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41651}
   [junit4]   2> 250002 ERROR (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 250002 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.3.0
   [junit4]   2> 250002 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 250002 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 250002 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-05T16:45:49.064Z
   [junit4]   2> 250006 INFO  (zkConnectionManagerCallback-577-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 250007 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 250018 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46227/solr
   [junit4]   2> 250020 INFO  (zkConnectionManagerCallback-581-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 250024 INFO  (zkConnectionManagerCallback-583-thread-1-processing-n:127.0.0.1:41651_solr) [n:127.0.0.1:41651_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 250034 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [n:127.0.0.1:41651_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 250037 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [n:127.0.0.1:41651_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 250042 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [n:127.0.0.1:41651_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41651_solr
   [junit4]   2> 250044 INFO  (zkCallback-562-thread-1-processing-n:127.0.0.1:37002_solr) [n:127.0.0.1:37002_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 250044 INFO  (zkCallback-553-thread-1-processing-n:127.0.0.1:43527_solr) [n:127.0.0.1:43527_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 250044 INFO  (zkCallback-555-thread-1-processing-n:127.0.0.1:33232_solr) [n:127.0.0.1:33232_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 250045 INFO  (zkCallback-557-thread-1-processing-n:127.0.0.1:57726_solr) [n:127.0.0.1:57726_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 250046 INFO  (zkCallback-573-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 250051 INFO  (zkCallback-573-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 250052 INFO  (zkCallback-582-thread-1-processing-n:127.0.0.1:41651_solr) [n:127.0.0.1:41651_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 250162 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [n:127.0.0.1:41651_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41651.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a15b9cd
   [junit4]   2> 250173 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [n:127.0.0.1:41651_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41651.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a15b9cd
   [junit4]   2> 250173 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [n:127.0.0.1:41651_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41651.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a15b9cd
   [junit4]   2> 250174 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [n:127.0.0.1:41651_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_A4824545207E19C8-001/tempDir-001/node5/.
   [junit4]   2> 250241 INFO  (zkConnectionManagerCallback-587-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 250243 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[A4824545207E19C8]) [    ] o.a.s.c.MoveReplicaTest total_jettys: 5
   [junit4]   2> 250245 INFO  (qtp1089874694-2262) [n:127.0.0.1:33232_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf1&maxShardsPerNode=2&autoAddReplicas=false&name=MoveReplicaHDFSTest_coll_true&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 250248 INFO  (OverseerThreadFactory-1183-thread-2-processing-n:127.0.0.1:43527_solr) [n:127.0.0.1:43527_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection MoveReplicaHDFSTest_coll_true
   [junit4]   2> 250362 INFO  (OverseerStateUpdate-72084172010356745-127.0.0.1:43527_solr-n_0000000000) [n:127.0.0.1:43527_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_coll_true",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_coll_true_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43527/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 250367 INFO  (OverseerStateUpdate-72084172010356745-127.0.0.1:43527_solr-n_0000000000) [n:127.0.0.1:43527_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_coll_true",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_coll_true_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57726/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 250372 INFO  (OverseerStateUpdate-72084172010356745-127.0.0.1:43527_solr-n_0000000000) [n:127.0.0.1:43527_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_coll_true",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_coll_true_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33232/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 250375 INFO  (OverseerStateUpdate-72084172010356745-127.0.0.1:43527_solr-n_0000000000) [n:127.0.0.1:43527_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"MoveReplicaHDFSTest_coll_true",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"MoveReplicaHDFSTest_coll_true_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41651/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 250589 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_coll_true_shard1_replica_n1&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_coll_true&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 250589 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 250593 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_coll_true_shard1_replica_n2&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_coll_true&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 250594 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 250597 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_coll_true_shard2_replica_n4&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_coll_true&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 250597 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 250606 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=MoveReplicaHDFSTest_coll_true_shard2_replica_n6&action=CREATE&numShards=2&collection=MoveReplicaHDFSTest_coll_true&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 250607 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 250716 INFO  (zkCallback-557-thread-1-processing-n:127.0.0.1:57726_solr) [n:127.0.0.1:57726_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_true/state.json] for collection [MoveReplicaHDFSTest_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 250716 INFO  (zkCallback-553-thread-1-processing-n:127.0.0.1:43527_solr) [n:127.0.0.1:43527_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_true/state.json] for collection [MoveReplicaHDFSTest_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 250716 INFO  (zkCallback-555-thread-1-processing-n:127.0.0.1:33232_solr) [n:127.0.0.1:33232_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_true/state.json] for collection [MoveReplicaHDFSTest_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 250716 INFO  (zkCallback-553-thread-2-processing-n:127.0.0.1:43527_solr) [n:127.0.0.1:43527_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_true/state.json] for collection [MoveReplicaHDFSTest_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 250717 INFO  (zkCallback-557-thread-2-processing-n:127.0.0.1:57726_solr) [n:127.0.0.1:57726_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_true/state.json] for collection [MoveReplicaHDFSTest_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 250718 INFO  (zkCallback-582-thread-1-processing-n:127.0.0.1:41651_solr) [n:127.0.0.1:41651_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_true/state.json] for collection [MoveReplicaHDFSTest_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 250718 INFO  (zkCallback-555-thread-2-processing-n:127.0.0.1:33232_solr) [n:127.0.0.1:33232_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_true/state.json] for collection [MoveReplicaHDFSTest_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 250719 INFO  (zkCallback-582-thread-2-processing-n:127.0.0.1:41651_solr) [n:127.0.0.1:41651_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_true/state.json] for collection [MoveReplicaHDFSTest_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 251641 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 251641 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 251672 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 251680 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.s.IndexSchema [MoveReplicaHDFSTest_coll_true_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 251683 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 251683 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaHDFSTest_coll_true_shard1_replica_n2' using configuration from collection MoveReplicaHDFSTest_coll_true, trusted=true
   [junit4]   2> 251684 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57726.solr.core.MoveReplicaHDFSTest_coll_true.shard1.replica_n2' (registry 'solr.core.MoveReplicaHDFSTest_coll_true.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a15b9cd
   [junit4]   2> 251689 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.s.IndexSchema [MoveReplicaHDFSTest_coll_true_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 251691 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.s.IndexSchema [MoveReplicaHDFSTest_coll_true_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 251693 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 251693 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaHDFSTest_coll_true_shard2_replica_n6' using configuration from collection MoveReplicaHDFSTest_coll_true, trusted=true
   [junit4]   2> 251694 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 251694 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaHDFSTest_coll_true_shard2_replica_n4' using configuration from collection MoveReplicaHDFSTest_coll_true, trusted=true
   [junit4]   2> 251694 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41651.solr.core.MoveReplicaHDFSTest_coll_true.shard2.replica_n6' (registry 'solr.core.MoveReplicaHDFSTest_coll_true.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a15b9cd
   [junit4]   2> 251694 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33232.solr.core.MoveReplicaHDFSTest_coll_true.shard2.replica_n4' (registry 'solr.core.MoveReplicaHDFSTest_coll_true.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a15b9cd
   [junit4]   2> 251702 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 251719 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://serv1-vm3:37723/data
   [junit4]   2> 251719 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 251719 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 251720 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.c.SolrCore [[MoveReplicaHDFSTest_coll_true_shard2_replica_n6] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_A4824545207E19C8-001/tempDir-001/node5/MoveReplicaHDFSTest_coll_true_shard2_replica_n6], dataDir=[hdfs://serv1-vm3:37723/data/MoveReplicaHDFSTest_coll_true/core_node8/data/]
   [junit4]   2> 251721 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://serv1-vm3:37723/data
   [junit4]   2> 251722 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 251722 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 251722 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.c.SolrCore [[MoveReplicaHDFSTest_coll_true_shard2_replica_n4] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_A4824545207E19C8-001/tempDir-001/node1/MoveReplicaHDFSTest_coll_true_shard2_replica_n4], dataDir=[hdfs://serv1-vm3:37723/data/MoveReplicaHDFSTest_coll_true/core_node7/data/]
   [junit4]   2> 251723 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://serv1-vm3:37723/data/MoveReplicaHDFSTest_coll_true/core_node8/data/snapshot_metadata
   [junit4]   2> 251723 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://serv1-vm3:37723/data
   [junit4]   2> 251724 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://serv1-vm3:37723/data/MoveReplicaHDFSTest_coll_true/core_node7/data/snapshot_metadata
   [junit4]   2> 251724 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 251724 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 251724 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.c.SolrCore [[MoveReplicaHDFSTest_coll_true_shard1_replica_n2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_A4824545207E19C8-001/tempDir-001/node2/MoveReplicaHDFSTest_coll_true_shard1_replica_n2], dataDir=[hdfs://serv1-vm3:37723/data/MoveReplicaHDFSTest_coll_true/core_node5/data/]
   [junit4]   2> 251725 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://serv1-vm3:37723/data/MoveReplicaHDFSTest_coll_true/core_node5/data/snapshot_metadata
   [junit4]   2> 251730 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.s.IndexSchema [MoveReplicaHDFSTest_coll_true_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 251732 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 251732 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'MoveReplicaHDFSTest_coll_true_shard1_replica_n1' using configuration from collection MoveReplicaHDFSTest_coll_true, trusted=true
   [junit4]   2> 251732 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43527.solr.core.MoveReplicaHDFSTest_coll_true.shard1.replica_n1' (registry 'solr.core.MoveReplicaHDFSTest_coll_true.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a15b9cd
   [junit4]   2> 251732 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://serv1-vm3:37723/data
   [junit4]   2> 251733 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 251733 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 251733 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.c.SolrCore [[MoveReplicaHDFSTest_coll_true_shard1_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_A4824545207E19C8-001/tempDir-001/node4/MoveReplicaHDFSTest_coll_true_shard1_replica_n1], dataDir=[hdfs://serv1-vm3:37723/data/MoveReplicaHDFSTest_coll_true/core_node3/data/]
   [junit4]   2> 251734 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://serv1-vm3:37723/data/MoveReplicaHDFSTest_coll_true/core_node3/data/snapshot_metadata
   [junit4]   2> 251899 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://serv1-vm3:37723/data/MoveReplicaHDFSTest_coll_true/core_node7/data
   [junit4]   2> 251901 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://serv1-vm3:37723/data/MoveReplicaHDFSTest_coll_true/core_node3/data
   [junit4]   2> 251901 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://serv1-vm3:37723/data/MoveReplicaHDFSTest_coll_true/core_node8/data
   [junit4]   2> 251903 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://serv1-vm3:37723/data/MoveReplicaHDFSTest_coll_true/core_node5/data
   [junit4]   2> 251953 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://serv1-vm3:37723/data/MoveReplicaHDFSTest_coll_true/core_node8/data/index
   [junit4]   2> 252030 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://serv1-vm3:37723/data/MoveReplicaHDFSTest_coll_true/core_node5/data/index
   [junit4]   2> 252044 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://serv1-vm3:37723/data/MoveReplicaHDFSTest_coll_true/core_node7/data/index
   [junit4]   2> 252057 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://serv1-vm3:37723/data/MoveReplicaHDFSTest_coll_true/core_node3/data/index
   [junit4]   2> 252443 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50967 is added to blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-fae1a363-fb74-4214-bf9e-5030f99b5c4e:NORMAL:127.0.0.1:44490|RBW], ReplicaUC[[DISK]DS-327eaa7e-4351-40ad-a97f-aa7b6db82bf6:NORMAL:127.0.0.1:50967|RBW]]} size 69
   [junit4]   2> 252443 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:44490 is added to blk_1073741827_1003{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-6dd51a3a-bfa0-41e3-9d37-63f2a19eefd0:NORMAL:127.0.0.1:44490|RBW], ReplicaUC[[DISK]DS-23e09ee0-d7fb-42fb-aa47-283f92ea8c42:NORMAL:127.0.0.1:50967|RBW]]} size 69
   [junit4]   2> 252443 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:44490 is added to blk_1073741828_1004{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-23e09ee0-d7fb-42fb-aa47-283f92ea8c42:NORMAL:127.0.0.1:50967|RBW], ReplicaUC[[DISK]DS-fae1a363-fb74-4214-bf9e-5030f99b5c4e:NORMAL:127.0.0.1:44490|RBW]]} size 69
   [junit4]   2> 252448 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:44490 is added to blk_1073741825_1001 size 69
   [junit4]   2> 252448 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50967 is added to blk_1073741827_1003 size 69
   [junit4]   2> 252448 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50967 is added to blk_1073741828_1004 size 69
   [junit4]   2> 252448 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:50967 is added to blk_1073741826_1002{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-327eaa7e-4351-40ad-a97f-aa7b6db82bf6:NORMAL:127.0.0.1:50967|RBW], ReplicaUC[[DISK]DS-6dd51a3a-bfa0-41e3-9d37-63f2a19eefd0:NORMAL:127.0.0.1:44490|RBW]]} size 69
   [junit4]   2> 252448 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:44490 is added to blk_1073741826_1002 size 69
   [junit4]   2> 253091 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 253091 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 253091 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 253091 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 253091 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 253091 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 253120 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 253120 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 253122 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 253122 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 253185 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 253185 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 253185 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 253201 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 253201 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 253222 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 253223 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 253223 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 253239 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 253239 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 253303 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@4456d51f[MoveReplicaHDFSTest_coll_true_shard1_replica_n2] main]
   [junit4]   2> 253305 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 253305 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 253306 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@67e21525[MoveReplicaHDFSTest_coll_true_shard2_replica_n6] main]
   [junit4]   2> 253308 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 253308 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 253326 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@fddd2d6[MoveReplicaHDFSTest_coll_true_shard1_replica_n1] main]
   [junit4]   2> 253331 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 253331 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 253332 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@310901ba[MoveReplicaHDFSTest_coll_true_shard2_replica_n4] main]
   [junit4]   2> 253333 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 253334 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 253335 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 253336 INFO  (searcherExecutor-1198-thread-1-processing-n:127.0.0.1:57726_solr x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2 s:shard1 c:MoveReplicaHDFSTest_coll_true r:core_node5) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.c.SolrCore [MoveReplicaHDFSTest_coll_true_shard1_replica_n2] Registered new searcher Searcher@4456d51f[MoveReplicaHDFSTest_coll_true_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 253337 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1594116907885133824
   [junit4]   2> 253342 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 253344 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update terms at /collections/MoveReplicaHDFSTest_coll_true/terms/shard1 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 253346 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1594116907894571008
   [junit4]   2> 253346 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 253347 INFO  (searcherExecutor-1200-thread-1-processing-n:127.0.0.1:33232_solr x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4 s:shard2 c:MoveReplicaHDFSTest_coll_true r:core_node7) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.c.SolrCore [MoveReplicaHDFSTest_coll_true_shard2_replica_n4] Registered new searcher Searcher@310901ba[MoveReplicaHDFSTest_coll_true_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 253348 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1594116907896668160
   [junit4]   2> 253348 INFO  (searcherExecutor-1201-thread-1-processing-n:127.0.0.1:43527_solr x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1 s:shard1 c:MoveReplicaHDFSTest_coll_true r:core_node3) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.c.SolrCore [MoveReplicaHDFSTest_coll_true_shard1_replica_n1] Registered new searcher Searcher@fddd2d6[MoveReplicaHDFSTest_coll_true_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 253353 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 253354 INFO  (qtp1928669879-2284) [n:127.0.0.1:43527_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node3 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update terms at /collections/MoveReplicaHDFSTest_coll_true/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 253354 INFO  (qtp1386817238-2259) [n:127.0.0.1:57726_solr c:MoveReplicaHDFSTest_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_coll_true_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 253355 INFO  (zkCallback-582-thread-1-processing-n:127.0.0.1:41651_solr) [n:127.0.0.1:41651_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_true/state.json] for collection [MoveReplicaHDFSTest_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 253356 INFO  (zkCallback-557-thread-1-processing-n:127.0.0.1:57726_solr) [n:127.0.0.1:57726_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_true/state.json] for collection [MoveReplicaHDFSTest_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 253356 INFO  (zkCallback-553-thread-2-processing-n:127.0.0.1:43527_solr) [n:127.0.0.1:43527_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_true/state.json] for collection [MoveReplicaHDFSTest_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 253356 INFO  (zkCallback-582-thread-2-processing-n:127.0.0.1:41651_solr) [n:127.0.0.1:41651_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_true/state.json] for collection [MoveReplicaHDFSTest_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 253356 INFO  (zkCallback-553-thread-1-processing-n:127.0.0.1:43527_solr) [n:127.0.0.1:43527_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_true/state.json] for collection [MoveReplicaHDFSTest_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 253356 INFO  (zkCallback-557-thread-3-processing-n:127.0.0.1:57726_solr) [n:127.0.0.1:57726_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_true/state.json] for collection [MoveReplicaHDFSTest_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 253357 INFO  (searcherExecutor-1199-thread-1-processing-n:127.0.0.1:41651_solr x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6 s:shard2 c:MoveReplicaHDFSTest_coll_true r:core_node8) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.c.SolrCore [MoveReplicaHDFSTest_coll_true_shard2_replica_n6] Registered new searcher Searcher@67e21525[MoveReplicaHDFSTest_coll_true_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 253357 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1594116907906105344
   [junit4]   2> 253359 INFO  (zkCallback-555-thread-2-processing-n:127.0.0.1:33232_solr) [n:127.0.0.1:33232_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_true/state.json] for collection [MoveReplicaHDFSTest_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 253359 INFO  (zkCallback-555-thread-1-processing-n:127.0.0.1:33232_solr) [n:127.0.0.1:33232_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_true/state.json] for collection [MoveReplicaHDFSTest_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 253365 INFO  (qtp1089874694-2266) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.c.ZkShardTerms Successful update terms at /collections/MoveReplicaHDFSTest_coll_true/terms/shard2 to Terms{values={core_node7=0}, version=0}
   [junit4]   2> 253365 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful update terms at /collections/MoveReplicaHDFSTest_coll_true/terms/shard2 to Terms{values={core_node7=0, core_node8=0}, version=1}
   [junit4]   2> 253373 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 253373 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 253373 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41651/solr/MoveReplicaHDFSTest_coll_true_shard2_replica_n6/
   [junit4]   2> 253373 INFO  (qtp322888908-2524) [n:127.0.0.1:41651_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node8 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=MoveReplicaHDFSTest_coll_true_shard2_replica_n6 url=http://127.0.0.1:41651/solr START replicas=[http://127.0.0.1:33232/solr/MoveReplicaHDFSTest_coll_true_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 253376 INFO  (qtp1089874694-2264) [n:127.0.0.1:33232_solr c:MoveReplicaHDFSTest_coll_true s:shard2 r:core_node7 x:MoveReplicaHDFSTest_coll_true_shard2_replica_n4] o.a.s.c.S.Request [MoveReplicaHDFSTest_coll_true_shard2_replica_n4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 253474 INFO  (zkCallback-582-thread-2-processing-n:127.0.0.1:41651_solr) [n:127.0.0.1:41651_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_true/state.json] for collection [MoveReplicaHDFSTest_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 253474 INFO  (zkCallback-555-thread-2-processing-n:127.0.0.1:33232_solr) [n:127.0.0.1:33232_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_true/state.json] for collection [MoveReplicaHDFSTest_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 253474 INFO  (zkCallback-553-thread-3-processing-n:127.0.0.1:43527_solr) [n:127.0.0.1:43527_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_true/state.json] for collection [MoveReplicaHDFSTest_coll_true] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 253474 INFO  (zkCallback-553-thread-1-processing-n:127.0.0.1:43527_solr) [n:127.0.0.1:43527_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/MoveReplicaHDFSTest_coll_true/state.json] for collection [MoveReplicaHDFSTest_coll_true] has occurred - updating... (live nodes size: [5])
   [jun

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

cessing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1090746 INFO  (searcherExecutor-4233-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1090750 INFO  (searcherExecutor-4233-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1090750 INFO  (searcherExecutor-4233-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1090751 INFO  (searcherExecutor-4233-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1090751 INFO  (searcherExecutor-4233-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1090752 INFO  (searcherExecutor-4233-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1090753 INFO  (searcherExecutor-4233-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2495bb5c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1095752 INFO  (TEST-SolrGraphiteReporterTest.testReporter-seed#[A4824545207E19C8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testReporter
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrGraphiteReporterTest -Dtests.method=testReporter -Dtests.seed=A4824545207E19C8 -Dtests.slow=true -Dtests.locale=fr-CH -Dtests.timezone=Europe/Madrid -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 7.45s J0 | SolrGraphiteReporterTest.testReporter <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A4824545207E19C8:FB6668724B728A8D]:0)
   [junit4]    > 	at org.apache.solr.metrics.reporters.SolrGraphiteReporterTest.testReporter(SolrGraphiteReporterTest.java:73)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1095754 INFO  (SUITE-SolrGraphiteReporterTest-seed#[A4824545207E19C8]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1095754 INFO  (SUITE-SolrGraphiteReporterTest-seed#[A4824545207E19C8]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2123615369
   [junit4]   2> 1095754 INFO  (SUITE-SolrGraphiteReporterTest-seed#[A4824545207E19C8]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1095754 INFO  (SUITE-SolrGraphiteReporterTest-seed#[A4824545207E19C8]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@403a1918: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@9995fc1
   [junit4]   2> 1095784 INFO  (SUITE-SolrGraphiteReporterTest-seed#[A4824545207E19C8]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1095784 INFO  (SUITE-SolrGraphiteReporterTest-seed#[A4824545207E19C8]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@149db713: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1f4e0036
   [junit4]   2> 1095787 INFO  (SUITE-SolrGraphiteReporterTest-seed#[A4824545207E19C8]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1095788 INFO  (SUITE-SolrGraphiteReporterTest-seed#[A4824545207E19C8]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@129f716d: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@41b8dd3e
   [junit4]   2> 1095797 INFO  (coreCloseExecutor-4238-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@64706b65
   [junit4]   2> 1095797 INFO  (coreCloseExecutor-4238-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1685089125
   [junit4]   2> 1095797 INFO  (coreCloseExecutor-4238-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@48fe3828: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@4ef174c6
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.metrics.reporters.SolrGraphiteReporterTest_A4824545207E19C8-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false): {}, locale=fr-CH, timezone=Europe/Madrid
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_162 (64-bit)/cpus=3,threads=1,free=203185408,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestCharFilters, SuggesterTSTTest, TestManagedSynonymFilterFactory, TestComplexPhraseLeadingWildcard, TestPointFields, UtilsToolTest, TestCoreAdminApis, MultiThreadedOCPTest, StatsReloadRaceTest, TestCoreContainer, ForceLeaderTest, TestStressInPlaceUpdates, TestQuerySenderNoQuery, TestNRTOpen, TestTolerantSearch, TestOmitPositions, VMParamsZkACLAndCredentialsProvidersTest, SolrIndexMetricsTest, SynonymTokenizerTest, AnalysisErrorHandlingTest, TestNodeAddedTrigger, DistributedFacetPivotSmallTest, TestDownShardTolerantSearch, TestSuggestSpellingConverter, SolrRequestParserTest, TestFieldCacheWithThreads, AnalyticsMergeStrategyTest, SolrIndexConfigTest, UniqFieldsUpdateProcessorFactoryTest, TestGroupingSearch, InfixSuggestersTest, BasicAuthStandaloneTest, TestLegacyNumericUtils, DeleteNodeTest, RulesTest, ZkShardTermsTest, ConnectionReuseTest, TestXIncludeConfig, TestRemoteStreaming, TestPerFieldSimilarity, TestFiltering, DateMathParserTest, TestJsonFacetRefinement, TestDelegationWithHadoopAuth, OutputWriterTest, MoveReplicaHDFSTest, TestBackupRepositoryFactory, DeleteShardTest, CreateCollectionCleanupTest, TestChildDocTransformer, BigEndianAscendingWordDeserializerTest, TestPayloadCheckQParserPlugin, MetricsHandlerTest, TestReqParamsAPI, LargeFieldTest, RankQueryTest, MetricUtilsTest, TestCloudRecovery, UUIDUpdateProcessorFallbackTest, SimpleMLTQParserTest, TestFoldingMultitermQuery, ConfigSetsAPITest, TestExceedMaxTermLength, TestDynamicLoading, BlockJoinFacetDistribTest, LeaderFailureAfterFreshStartTest, TestLeaderInitiatedRecoveryThread, SearchRateTriggerTest, TestTrieFacet, CollectionReloadTest, DirectoryFactoryTest, TestGeoJSONResponseWriter, LegacyCloudClusterPropTest, TestMultiValuedNumericRangeQuery, SmileWriterTest, BasicZkTest, ZkStateReaderTest, SolrMetricsIntegrationTest, DistributedFacetPivotLongTailTest, V2StandaloneTest, RollingRestartTest, SolrJmxReporterTest, TestTrie, HdfsAutoAddReplicasIntegrationTest, TestCursorMarkWithoutUniqueKey, TestSolrConfigHandlerCloud, RAMDirectoryFactoryTest, TestPartialUpdateDeduplication, OverseerCollectionConfigSetProcessorTest, UnloadDistributedZkTest, FieldMutatingUpdateProcessorTest, TestHashQParserPlugin, CoreAdminCreateDiscoverTest, HttpSolrCallGetCoreTest, TestPolicyCloud, TestHighlightDedupGrouping, DirectSolrConnectionTest, TestCloudPivotFacet, DistributedDebugComponentTest, TestCollectionAPIs, DistributedQueryElevationComponentTest, CdcrBidirectionalTest, TestMissingGroups, TestDynamicFieldResource, DistribJoinFromCollectionTest, LeaderElectionContextKeyTest, TestLegacyNumericRangeQueryBuilder, TestBulkSchemaConcurrent, CurrencyRangeFacetCloudTest, TestCloudNestedDocsSort, TestUseDocValuesAsStored, ReplaceNodeNoTargetTest, TestHttpShardHandlerFactory, TestLocalFSCloudBackupRestore, CloneFieldUpdateProcessorFactoryTest, CollectionsAPIAsyncDistributedZkTest, SolrGraphiteReporterTest]
   [junit4] Completed [210/779 (2!)] on J0 in 7.66s, 1 test, 1 failure <<< FAILURES!

[...truncated 51611 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/472/consoleText

[repro] Revision: c50a05becd62d620fcb2b39e8ac00eaee5e7f8f8

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=MoveReplicaHDFSTest -Dtests.method=testFailedMove -Dtests.seed=A4824545207E19C8 -Dtests.slow=true -Dtests.locale=de-DE -Dtests.timezone=BET -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=SolrGraphiteReporterTest -Dtests.method=testReporter -Dtests.seed=A4824545207E19C8 -Dtests.slow=true -Dtests.locale=fr-CH -Dtests.timezone=Europe/Madrid -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       MoveReplicaHDFSTest
[repro]       SolrGraphiteReporterTest
[repro] ant compile-test

[...truncated 3331 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.MoveReplicaHDFSTest|*.SolrGraphiteReporterTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=A4824545207E19C8 -Dtests.slow=true -Dtests.locale=de-DE -Dtests.timezone=BET -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 104 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.MoveReplicaHDFSTest
[repro]   0/5 failed: org.apache.solr.metrics.reporters.SolrGraphiteReporterTest
[repro] Exiting with code 0

[...truncated 70 lines...]