Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2389/

4 tests failed.
FAILED:  org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataV1

Error Message:
Unexpected status: HTTP/1.1 400 Bad Request

Stack Trace:
java.lang.AssertionError: Unexpected status: HTTP/1.1 400 Bad Request
        at 
__randomizedtesting.SeedInfo.seed([AED7B2B2414E8C71:7FB70C7B61E29F28]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AliasIntegrationTest.assertSuccess(AliasIntegrationTest.java:315)
        at 
org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataV1(AliasIntegrationTest.java:250)
        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.LIRRollingUpdatesTest.testOldLeaderAndMixedReplicas

Error Message:
IOException occured when talking to server at: 
http://127.0.0.1:42218/solr/testMixedReplicas-true_shard1_replica_n41

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException 
occured when talking to server at: 
http://127.0.0.1:42218/solr/testMixedReplicas-true_shard1_replica_n41
        at 
__randomizedtesting.SeedInfo.seed([AED7B2B2414E8C71:A336A443691C560]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:552)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1013)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:106)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:71)
        at 
org.apache.solr.cloud.LIRRollingUpdatesTest.addDocs(LIRRollingUpdatesTest.java:429)
        at 
org.apache.solr.cloud.LIRRollingUpdatesTest.testLeaderAndMixedReplicas(LIRRollingUpdatesTest.java:272)
        at 
org.apache.solr.cloud.LIRRollingUpdatesTest.testOldLeaderAndMixedReplicas(LIRRollingUpdatesTest.java:330)
        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:42218/solr/testMixedReplicas-true_shard1_replica_n41
        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)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:527)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more
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)
        ... 10 more


FAILED:  org.apache.solr.cloud.LIRRollingUpdatesTest.testNewLeaderOldReplica

Error Message:
Error from server at http://127.0.0.1:38591/solr: ADDREPLICA failed to create 
replica

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:38591/solr: ADDREPLICA failed to create replica
        at 
__randomizedtesting.SeedInfo.seed([AED7B2B2414E8C71:E0CC15B5E0449BBE]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.LIRRollingUpdatesTest.testNewLeaderOldReplica(LIRRollingUpdatesTest.java:175)
        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.LIRRollingUpdatesTest.testNewLeaderAndMixedReplicas

Error Message:
Error from server at http://127.0.0.1:38591/solr: ADDREPLICA failed to create 
replica

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:38591/solr: ADDREPLICA failed to create replica
        at 
__randomizedtesting.SeedInfo.seed([AED7B2B2414E8C71:1BA05C297A2ADF11]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.LIRRollingUpdatesTest.testLeaderAndMixedReplicas(LIRRollingUpdatesTest.java:242)
        at 
org.apache.solr.cloud.LIRRollingUpdatesTest.testNewLeaderAndMixedReplicas(LIRRollingUpdatesTest.java:325)
        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 12682 lines...]
   [junit4] Suite: org.apache.solr.cloud.LIRRollingUpdatesTest
   [junit4]   2> 706530 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.LIRRollingUpdatesTest_AED7B2B2414E8C71-001/init-core-data-001
   [junit4]   2> 706547 WARN  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 706548 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 706549 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 706550 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.LIRRollingUpdatesTest_AED7B2B2414E8C71-001/tempDir-001
   [junit4]   2> 706550 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 706550 INFO  (Thread-603) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 706550 INFO  (Thread-603) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 706561 ERROR (Thread-603) [    ] 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> 706650 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:35478
   [junit4]   2> 706803 INFO  (zkConnectionManagerCallback-356-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 706822 INFO  (jetty-launcher-353-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 706823 INFO  (jetty-launcher-353-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 706833 INFO  (jetty-launcher-353-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 706833 INFO  (jetty-launcher-353-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 706833 INFO  (jetty-launcher-353-thread-3) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 706833 INFO  (jetty-launcher-353-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7672f0b1{/solr,null,AVAILABLE}
   [junit4]   2> 706835 INFO  (jetty-launcher-353-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@46223d0{HTTP/1.1,[http/1.1]}{127.0.0.1:46623}
   [junit4]   2> 706835 INFO  (jetty-launcher-353-thread-3) [    ] 
o.e.j.s.Server Started @711373ms
   [junit4]   2> 706835 INFO  (jetty-launcher-353-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46623}
   [junit4]   2> 706835 ERROR (jetty-launcher-353-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 706835 INFO  (jetty-launcher-353-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 706835 INFO  (jetty-launcher-353-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 706835 INFO  (jetty-launcher-353-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 706835 INFO  (jetty-launcher-353-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-28T09:16:56.860Z
   [junit4]   2> 706836 INFO  (jetty-launcher-353-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 706857 INFO  (jetty-launcher-353-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 706857 INFO  (jetty-launcher-353-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 706857 INFO  (jetty-launcher-353-thread-1) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 706901 INFO  (jetty-launcher-353-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 706901 INFO  (jetty-launcher-353-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 706901 INFO  (jetty-launcher-353-thread-2) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 706902 INFO  (jetty-launcher-353-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@f241020{/solr,null,AVAILABLE}
   [junit4]   2> 706902 INFO  (jetty-launcher-353-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7ae153a{HTTP/1.1,[http/1.1]}{127.0.0.1:45444}
   [junit4]   2> 706902 INFO  (jetty-launcher-353-thread-2) [    ] 
o.e.j.s.Server Started @711441ms
   [junit4]   2> 706902 INFO  (jetty-launcher-353-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45444}
   [junit4]   2> 706902 ERROR (jetty-launcher-353-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 706903 INFO  (jetty-launcher-353-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 706903 INFO  (jetty-launcher-353-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 706903 INFO  (jetty-launcher-353-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 706903 INFO  (jetty-launcher-353-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-28T09:16:56.928Z
   [junit4]   2> 706940 INFO  (jetty-launcher-353-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@d1bcd2f{/solr,null,AVAILABLE}
   [junit4]   2> 706940 INFO  (jetty-launcher-353-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@36695f4a{HTTP/1.1,[http/1.1]}{127.0.0.1:36111}
   [junit4]   2> 706941 INFO  (jetty-launcher-353-thread-1) [    ] 
o.e.j.s.Server Started @711479ms
   [junit4]   2> 706941 INFO  (jetty-launcher-353-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36111}
   [junit4]   2> 706941 ERROR (jetty-launcher-353-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 706941 INFO  (jetty-launcher-353-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 706941 INFO  (jetty-launcher-353-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 706941 INFO  (jetty-launcher-353-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 706941 INFO  (jetty-launcher-353-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-28T09:16:56.966Z
   [junit4]   2> 706983 INFO  (zkConnectionManagerCallback-358-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 706984 INFO  (zkConnectionManagerCallback-360-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 706984 INFO  (jetty-launcher-353-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 707067 INFO  (zkConnectionManagerCallback-362-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 707070 INFO  (jetty-launcher-353-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 707070 INFO  (jetty-launcher-353-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 707101 INFO  (jetty-launcher-353-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35478/solr
   [junit4]   2> 707128 INFO  (jetty-launcher-353-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35478/solr
   [junit4]   2> 707153 INFO  (jetty-launcher-353-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35478/solr
   [junit4]   2> 707174 INFO  (zkConnectionManagerCallback-366-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 707198 INFO  (zkConnectionManagerCallback-372-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 707199 INFO  (zkConnectionManagerCallback-374-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 707214 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 
0x1007ff5d5f20005, likely client has closed socket
   [junit4]   2> 707216 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 
0x1007ff5d5f20004, likely client has closed socket
   [junit4]   2> 707216 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 
0x1007ff5d5f20006, likely client has closed socket
   [junit4]   2> 707268 INFO  
(zkConnectionManagerCallback-376-thread-1-processing-n:127.0.0.1:36111_solr) 
[n:127.0.0.1:36111_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 707287 INFO  
(zkConnectionManagerCallback-378-thread-1-processing-n:127.0.0.1:46623_solr) 
[n:127.0.0.1:46623_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 707421 INFO  
(zkConnectionManagerCallback-380-thread-1-processing-n:127.0.0.1:45444_solr) 
[n:127.0.0.1:45444_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 708304 INFO  (jetty-launcher-353-thread-3) 
[n:127.0.0.1:46623_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 708306 INFO  (jetty-launcher-353-thread-3) 
[n:127.0.0.1:46623_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:46623_solr
   [junit4]   2> 708307 INFO  (jetty-launcher-353-thread-3) 
[n:127.0.0.1:46623_solr    ] o.a.s.c.Overseer Overseer 
(id=72198287871049736-127.0.0.1:46623_solr-n_0000000000) starting
   [junit4]   2> 708401 INFO  (jetty-launcher-353-thread-3) 
[n:127.0.0.1:46623_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46623_solr
   [junit4]   2> 708457 INFO  
(OverseerStateUpdate-72198287871049736-127.0.0.1:46623_solr-n_0000000000) 
[n:127.0.0.1:46623_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 708521 INFO  (jetty-launcher-353-thread-2) 
[n:127.0.0.1:45444_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 708535 INFO  (jetty-launcher-353-thread-2) 
[n:127.0.0.1:45444_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 708537 INFO  (jetty-launcher-353-thread-2) 
[n:127.0.0.1:45444_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45444_solr
   [junit4]   2> 708556 INFO  
(zkCallback-377-thread-1-processing-n:127.0.0.1:46623_solr) 
[n:127.0.0.1:46623_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 708652 INFO  
(zkCallback-379-thread-1-processing-n:127.0.0.1:45444_solr) 
[n:127.0.0.1:45444_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 708940 INFO  (jetty-launcher-353-thread-1) 
[n:127.0.0.1:36111_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 708954 INFO  (jetty-launcher-353-thread-1) 
[n:127.0.0.1:36111_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 708956 INFO  (jetty-launcher-353-thread-1) 
[n:127.0.0.1:36111_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36111_solr
   [junit4]   2> 708986 INFO  
(zkCallback-377-thread-2-processing-n:127.0.0.1:46623_solr) 
[n:127.0.0.1:46623_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 708986 INFO  
(zkCallback-379-thread-1-processing-n:127.0.0.1:45444_solr) 
[n:127.0.0.1:45444_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 709030 INFO  
(zkCallback-375-thread-1-processing-n:127.0.0.1:36111_solr) 
[n:127.0.0.1:36111_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 709338 INFO  (jetty-launcher-353-thread-3) 
[n:127.0.0.1:46623_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46623.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a36c254
   [junit4]   2> 709404 INFO  (jetty-launcher-353-thread-2) 
[n:127.0.0.1:45444_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45444.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a36c254
   [junit4]   2> 709464 INFO  (jetty-launcher-353-thread-2) 
[n:127.0.0.1:45444_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45444.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a36c254
   [junit4]   2> 709478 INFO  (jetty-launcher-353-thread-3) 
[n:127.0.0.1:46623_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46623.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a36c254
   [junit4]   2> 709478 INFO  (jetty-launcher-353-thread-3) 
[n:127.0.0.1:46623_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46623.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a36c254
   [junit4]   2> 709479 INFO  (jetty-launcher-353-thread-3) 
[n:127.0.0.1:46623_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.LIRRollingUpdatesTest_AED7B2B2414E8C71-001/tempDir-001/node3/.
   [junit4]   2> 709523 INFO  (jetty-launcher-353-thread-2) 
[n:127.0.0.1:45444_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45444.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a36c254
   [junit4]   2> 709524 INFO  (jetty-launcher-353-thread-2) 
[n:127.0.0.1:45444_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.LIRRollingUpdatesTest_AED7B2B2414E8C71-001/tempDir-001/node1/.
   [junit4]   2> 709582 INFO  (jetty-launcher-353-thread-1) 
[n:127.0.0.1:36111_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36111.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a36c254
   [junit4]   2> 709619 INFO  (jetty-launcher-353-thread-1) 
[n:127.0.0.1:36111_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36111.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a36c254
   [junit4]   2> 709619 INFO  (jetty-launcher-353-thread-1) 
[n:127.0.0.1:36111_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36111.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a36c254
   [junit4]   2> 709633 INFO  (jetty-launcher-353-thread-1) 
[n:127.0.0.1:36111_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.LIRRollingUpdatesTest_AED7B2B2414E8C71-001/tempDir-001/node2/.
   [junit4]   2> 709935 INFO  (zkConnectionManagerCallback-388-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 710055 INFO  (zkConnectionManagerCallback-392-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 710128 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 710237 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35478/solr ready
   [junit4]   2> 710309 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@46223d0{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 710331 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1471031735
   [junit4]   2> 710331 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 710332 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@40c9090e: rootName = 
solr_46623, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@5cb8894c
   [junit4]   2> 710366 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 710366 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4fa3f0b0: rootName = 
solr_46623, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@4d1e0089
   [junit4]   2> 710388 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 710388 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@394ccb22: rootName = 
solr_46623, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@6d1faaff
   [junit4]   2> 710401 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46623_solr
   [junit4]   2> 710402 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 710402 INFO  
(zkCallback-375-thread-1-processing-n:127.0.0.1:36111_solr) 
[n:127.0.0.1:36111_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 710403 INFO  
(zkCallback-377-thread-2-processing-n:127.0.0.1:46623_solr) 
[n:127.0.0.1:46623_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 710406 INFO  (zkCallback-391-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 710416 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 710416 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.Overseer Overseer 
(id=72198287871049736-127.0.0.1:46623_solr-n_0000000000) closing
   [junit4]   2> 710416 INFO  
(OverseerStateUpdate-72198287871049736-127.0.0.1:46623_solr-n_0000000000) 
[n:127.0.0.1:46623_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:46623_solr
   [junit4]   2> 710465 WARN  
(OverseerAutoScalingTriggerThread-72198287871049736-127.0.0.1:46623_solr-n_0000000000)
 [n:127.0.0.1:46623_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 710522 INFO  
(zkCallback-379-thread-1-processing-n:127.0.0.1:45444_solr) 
[n:127.0.0.1:45444_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 710530 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7672f0b1{/solr,null,UNAVAILABLE}
   [junit4]   2> 710530 INFO  
(zkCallback-379-thread-2-processing-n:127.0.0.1:45444_solr) 
[n:127.0.0.1:45444_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:45444_solr
   [junit4]   2> 710531 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 710532 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 710533 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 710533 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 710533 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 710533 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@620be83a{/solr,null,AVAILABLE}
   [junit4]   2> 710533 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3e185d42{HTTP/1.1,[http/1.1]}{127.0.0.1:45663}
   [junit4]   2> 710533 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.Server Started @715072ms
   [junit4]   2> 710533 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42218}
   [junit4]   2> 710534 ERROR 
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 710534 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 710534 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 710534 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 710534 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-28T09:17:00.559Z
   [junit4]   2> 710548 INFO  
(zkCallback-379-thread-2-processing-n:127.0.0.1:45444_solr) 
[n:127.0.0.1:45444_solr    ] o.a.s.c.Overseer Overseer 
(id=72198287871049737-127.0.0.1:45444_solr-n_0000000001) starting
   [junit4]   2> 710563 INFO  (zkConnectionManagerCallback-394-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 710579 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 710612 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35478/solr
   [junit4]   2> 710615 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 
0x1007ff5d5f2000c, likely client has closed socket
   [junit4]   2> 710704 INFO  (zkConnectionManagerCallback-398-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 710810 INFO  
(zkConnectionManagerCallback-400-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 710816 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 710817 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 710819 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42218_solr
   [junit4]   2> 710839 INFO  (zkCallback-391-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 710839 INFO  
(zkCallback-375-thread-1-processing-n:127.0.0.1:36111_solr) 
[n:127.0.0.1:36111_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 710839 INFO  
(zkCallback-399-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 710839 INFO  
(zkCallback-379-thread-1-processing-n:127.0.0.1:45444_solr) 
[n:127.0.0.1:45444_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 711104 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) 
[n:127.0.0.1:42218_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42218.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a36c254
   [junit4]   2> 711141 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) 
[n:127.0.0.1:42218_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42218.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a36c254
   [junit4]   2> 711141 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) 
[n:127.0.0.1:42218_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42218.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a36c254
   [junit4]   2> 711142 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.LIRRollingUpdatesTest_AED7B2B2414E8C71-001/tempDir-001/node3/.
   [junit4]   2> 711408 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.LIRRollingUpdatesTest Adding proxy for URL: 
http://127.0.0.1:45663/solr. Proxy: http://127.0.0.1:42218/solr
   [junit4]   2> 711440 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@7ae153a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 711476 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1384689358
   [junit4]   2> 711476 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 711493 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5a22677c: rootName = 
solr_45444, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@59ba9784
   [junit4]   2> 711515 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 711515 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@57b6be61: rootName = 
solr_45444, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@4d1e0089
   [junit4]   2> 711552 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 711552 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4823e1d1: rootName = 
solr_45444, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@6d1faaff
   [junit4]   2> 711567 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45444_solr
   [junit4]   2> 711568 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 711568 INFO  
(zkCallback-375-thread-1-processing-n:127.0.0.1:36111_solr) 
[n:127.0.0.1:36111_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 711568 INFO  (zkCallback-391-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 711569 INFO  
(zkCallback-399-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 711569 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 711569 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.Overseer Overseer 
(id=72198287871049737-127.0.0.1:45444_solr-n_0000000001) closing
   [junit4]   2> 711569 INFO  
(OverseerStateUpdate-72198287871049737-127.0.0.1:45444_solr-n_0000000001) 
[n:127.0.0.1:45444_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:45444_solr
   [junit4]   2> 711586 WARN  
(OverseerAutoScalingTriggerThread-72198287871049737-127.0.0.1:45444_solr-n_0000000001)
 [n:127.0.0.1:45444_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 711622 INFO  
(zkCallback-379-thread-1-processing-n:127.0.0.1:45444_solr) 
[n:127.0.0.1:45444_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 711677 INFO  
(zkCallback-375-thread-1-processing-n:127.0.0.1:36111_solr) 
[n:127.0.0.1:36111_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36111_solr
   [junit4]   2> 711677 INFO  
(zkCallback-375-thread-1-processing-n:127.0.0.1:36111_solr) 
[n:127.0.0.1:36111_solr    ] o.a.s.c.Overseer Overseer 
(id=72198287871049735-127.0.0.1:36111_solr-n_0000000002) starting
   [junit4]   2> 711712 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@f241020{/solr,null,UNAVAILABLE}
   [junit4]   2> 711713 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 711714 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 711750 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 711750 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 711750 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 711750 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c5b81db{/solr,null,AVAILABLE}
   [junit4]   2> 711751 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2051de34{HTTP/1.1,[http/1.1]}{127.0.0.1:44308}
   [junit4]   2> 711751 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.Server Started @716290ms
   [junit4]   2> 711766 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45567}
   [junit4]   2> 711766 ERROR 
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 711766 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 711766 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 711766 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 711766 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-28T09:17:01.791Z
   [junit4]   2> 711823 INFO  (zkConnectionManagerCallback-404-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 711858 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 711936 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35478/solr
   [junit4]   2> 711957 INFO  (zkConnectionManagerCallback-408-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 712057 INFO  
(zkConnectionManagerCallback-410-thread-1-processing-n:127.0.0.1:45567_solr) 
[n:127.0.0.1:45567_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 712204 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) 
[n:127.0.0.1:45567_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 712205 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) 
[n:127.0.0.1:45567_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 712240 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) 
[n:127.0.0.1:45567_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45567_solr
   [junit4]   2> 712241 INFO  
(zkCallback-375-thread-1-processing-n:127.0.0.1:36111_solr) 
[n:127.0.0.1:36111_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 712242 INFO  
(zkCallback-399-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 712242 INFO  (zkCallback-391-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 712333 INFO  
(zkCallback-409-thread-1-processing-n:127.0.0.1:45567_solr) 
[n:127.0.0.1:45567_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 712487 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) 
[n:127.0.0.1:45567_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45567.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a36c254
   [junit4]   2> 712538 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) 
[n:127.0.0.1:45567_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45567.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a36c254
   [junit4]   2> 712538 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) 
[n:127.0.0.1:45567_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45567.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a36c254
   [junit4]   2> 712539 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) 
[n:127.0.0.1:45567_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.LIRRollingUpdatesTest_AED7B2B2414E8C71-001/tempDir-001/node1/.
   [junit4]   2> 712878 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.LIRRollingUpdatesTest Adding proxy for URL: 
http://127.0.0.1:44308/solr. Proxy: http://127.0.0.1:45567/solr
   [junit4]   2> 712887 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@36695f4a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 712900 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1934937103
   [junit4]   2> 712918 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 712919 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2da8032: rootName = 
solr_36111, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@3fca08ce
   [junit4]   2> 712951 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 712951 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@18985528: rootName = 
solr_36111, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@4d1e0089
   [junit4]   2> 712971 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 712972 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@68929423: rootName = 
solr_36111, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@6d1faaff
   [junit4]   2> 712974 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36111_solr
   [junit4]   2> 712975 INFO  (zkCallback-391-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 712975 INFO  
(zkCallback-399-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 712988 INFO  
(zkCallback-375-thread-1-processing-n:127.0.0.1:36111_solr) 
[n:127.0.0.1:36111_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 712988 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 713101 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 713101 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.Overseer Overseer 
(id=72198287871049735-127.0.0.1:36111_solr-n_0000000002) closing
   [junit4]   2> 713101 INFO  
(OverseerStateUpdate-72198287871049735-127.0.0.1:36111_solr-n_0000000002) 
[n:127.0.0.1:36111_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:36111_solr
   [junit4]   2> 713105 WARN  
(OverseerAutoScalingTriggerThread-72198287871049735-127.0.0.1:36111_solr-n_0000000002)
 [n:127.0.0.1:36111_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 713126 INFO  
(zkCallback-409-thread-1-processing-n:127.0.0.1:45567_solr) 
[n:127.0.0.1:45567_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 713175 INFO  
(zkCallback-399-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:42218_solr
   [junit4]   2> 713175 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@d1bcd2f{/solr,null,UNAVAILABLE}
   [junit4]   2> 713176 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 713177 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 713177 INFO  
(zkCallback-399-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.Overseer Overseer 
(id=72198287871049742-127.0.0.1:42218_solr-n_0000000003) starting
   [junit4]   2> 713252 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 713252 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 713252 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 713268 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@644d05f9{/solr,null,AVAILABLE}
   [junit4]   2> 713268 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@546ff05c{HTTP/1.1,[http/1.1]}{127.0.0.1:34529}
   [junit4]   2> 713268 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.e.j.s.Server Started @717807ms
   [junit4]   2> 713268 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38591}
   [junit4]   2> 713269 ERROR 
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 713341 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 713341 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 713341 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 713341 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-28T09:17:03.366Z
   [junit4]   2> 713484 INFO  (zkConnectionManagerCallback-414-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 713503 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 713597 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35478/solr
   [junit4]   2> 713703 INFO  (zkConnectionManagerCallback-418-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 713781 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 
0x1007ff5d5f20013, likely client has closed socket
   [junit4]   2> 713849 INFO  
(zkConnectionManagerCallback-420-thread-1-processing-n:127.0.0.1:38591_solr) 
[n:127.0.0.1:38591_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 713891 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) 
[n:127.0.0.1:38591_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 713892 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) 
[n:127.0.0.1:38591_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 713906 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) 
[n:127.0.0.1:38591_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38591_solr
   [junit4]   2> 713907 INFO  
(zkCallback-409-thread-1-processing-n:127.0.0.1:45567_solr) 
[n:127.0.0.1:45567_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 713959 INFO  
(zkCallback-399-thread-2-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 713959 INFO  (zkCallback-391-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 714049 INFO  
(zkCallback-419-thread-1-processing-n:127.0.0.1:38591_solr) 
[n:127.0.0.1:38591_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 714217 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) 
[n:127.0.0.1:38591_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38591.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a36c254
   [junit4]   2> 714255 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) 
[n:127.0.0.1:38591_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38591.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a36c254
   [junit4]   2> 714255 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) 
[n:127.0.0.1:38591_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38591.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a36c254
   [junit4]   2> 714269 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) 
[n:127.0.0.1:38591_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.LIRRollingUpdatesTest_AED7B2B2414E8C71-001/tempDir-001/node2/.
   [junit4]   2> 714460 INFO  
(SUITE-LIRRollingUpdatesTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.LIRRollingUpdatesTest Adding proxy for URL: 
http://127.0.0.1:34529/solr. Proxy: http://127.0.0.1:38591/solr
   [junit4]   2> 714854 INFO  
(TEST-LIRRollingUpdatesTest.testNewReplicaOldLeader-seed#[AED7B2B2414E8C71]) [  
  ] o.a.s.SolrTestCaseJ4 ###Starting testNewReplicaOldLeader
   [junit4]   2> 714855 INFO  (SocketProxy-Acceptor-38591) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=55308,localport=38591], receiveBufferSize:531000
   [junit4]   2> 714946 INFO  (SocketProxy-Acceptor-38591) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=34529,localport=45520], receiveBufferSize=530904
   [junit4]   2> 715057 INFO  (qtp62839889-2095) [n:127.0.0.1:38591_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=2&name=testNewReplicaOldLeader&nrtReplicas=2&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 715130 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testNewReplicaOldLeader
   [junit4]   2> 715131 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/protwords.txt
   [junit4]   2> 715133 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to 
/configs/testNewReplicaOldLeader.AUTOCREATED/managed-schema
   [junit4]   2> 715300 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to 
/configs/testNewReplicaOldLeader.AUTOCREATED/solrconfig.xml
   [junit4]   2> 715302 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/synonyms.txt
   [junit4]   2> 715303 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/stopwords.txt
   [junit4]   2> 715337 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/params.json to 
/configs/testNewReplicaOldLeader.AUTOCREATED/params.json
   [junit4]   2> 715339 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 715340 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 715374 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 715376 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 715410 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 715412 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 715413 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 715464 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 715465 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 715520 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 715521 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 715522 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 715536 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 715537 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 715539 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 715556 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 715557 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 715559 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 715572 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 715574 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 715575 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 715593 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 715594 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 715595 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 715629 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 715631 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 715632 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 715683 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 715685 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 715719 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 715721 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 715722 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 715814 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 715815 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 715829 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 715830 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 715831 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 715832 INFO  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/testNewReplicaOldLeader.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 715867 WARN  
(OverseerThreadFactory-710-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (testNewReplicaOldLeader) without cores.
   [junit4]   2> 715998 INFO  (qtp62839889-2095) [n:127.0.0.1:38591_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> 715999 INFO  (qtp62839889-2095) [n:127.0.0.1:38591_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&replicationFactor=2&name=testNewReplicaOldLeader&nrtReplicas=2&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=&wt=javabin&version=2}
 status=0 QTime=941
   [junit4]   2> 716012 INFO  (qtp62839889-2094) [n:127.0.0.1:38591_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:42218_solr&property.lirVersion=old&action=ADDREPLICA&collection=testNewReplicaOldLeader&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 716014 INFO  
(OverseerCollectionConfigSetProcessor-72198287871049742-127.0.0.1:42218_solr-n_0000000003)
 [n:127.0.0.1:42218_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> 716105 INFO  
(OverseerThreadFactory-710-thread-2-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:42218_solr for creating new replica
   [junit4]   2> 716161 INFO  
(OverseerStateUpdate-72198287871049742-127.0.0.1:42218_solr-n_0000000003) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"testNewReplicaOldLeader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testNewReplicaOldLeader_shard1_replica_n41",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42218/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:42218_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 716398 INFO  (SocketProxy-Acceptor-42218) [    ] 
o.a.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=44288,localport=42218], receiveBufferSize:531000
   [junit4]   2> 716434 INFO  (SocketProxy-Acceptor-42218) [    ] 
o.a.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=45663,localport=38794], receiveBufferSize=530904
   [junit4]   2> 716438 INFO  (qtp710540345-2029) [n:127.0.0.1:42218_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
property.lirVersion=old&qt=/admin/cores&coreNodeName=core_node42&collection.configName=testNewReplicaOldLeader.AUTOCREATED&name=testNewReplicaOldLeader_shard1_replica_n41&action=CREATE&collection=testNewReplicaOldLeader&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 716438 INFO  (qtp710540345-2029) [n:127.0.0.1:42218_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 716634 INFO  
(zkCallback-399-thread-2-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testNewReplicaOldLeader/state.json] for collection 
[testNewReplicaOldLeader] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 716634 INFO  
(zkCallback-399-thread-1-processing-n:127.0.0.1:42218_solr) 
[n:127.0.0.1:42218_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/testNewReplicaOldLeader/state.json] for collection 
[testNewReplicaOldLeader] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 716636 INFO  (qtp710540345-2029) [n:127.0.0.1:42218_solr 
c:testNewReplicaOldLeader s:shard1 r:core_node42 
x:testNewReplicaOldLeader_shard1_replica_n41] o.a.s.c.RequestParams conf 
resource params.json loaded . version : 0 
   [junit4]   2> 716636 INFO  (qtp710540345-2029) [n:127.0.0.1:42218_solr 
c:testNewReplicaOldLeader s:shard1 r:core_node42 
x:testNewReplicaOldLeader_shard1_replica_n41] o.a.s.c.RequestParams request 
params refreshed to version 0
   [junit4]   2> 716636 WARN  (qtp710540345-2029) [n:127.0.0.1:42218_solr 
c:testNewReplicaOldLeader s:shard1 r:core_node42 
x:testNewReplicaOldLeader_shard1_replica_n41] o.a.s.c.SolrConfig Couldn't add 
files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tes

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


   [junit4]   2> 3445097 INFO  (jetty-closer-4092-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 3445097 INFO  
(zkCallback-4107-thread-2-processing-n:127.0.0.1:38671_solr) 
[n:127.0.0.1:38671_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:38671_solr
   [junit4]   2> 3445097 INFO  
(zkCallback-4107-thread-3-processing-n:127.0.0.1:38671_solr) 
[n:127.0.0.1:38671_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (0)
   [junit4]   2> 3445114 INFO  (jetty-closer-4092-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@551f4973{/solr,null,UNAVAILABLE}
   [junit4]   2> 3445182 INFO  (jetty-closer-4092-thread-2) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 3445190 INFO  (jetty-closer-4092-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3fff77e2{/solr,null,UNAVAILABLE}
   [junit4]   2> 3445206 INFO  (jetty-closer-4092-thread-1) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 3445243 ERROR 
(SUITE-AliasIntegrationTest-seed#[AED7B2B2414E8C71]-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> 3445243 INFO  
(SUITE-AliasIntegrationTest-seed#[AED7B2B2414E8C71]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:40986 40986
   [junit4]   2> 3445316 INFO  (Thread-7811) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:40986 40986
   [junit4]   2> 3445317 WARN  (Thread-7811) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        18      /solr/aliases.json
   [junit4]   2>        16      /solr/configs/conf
   [junit4]   2>        9       /solr/collections/collection1meta/terms/shard1
   [junit4]   2>        8       /solr/collections/collection2meta/terms/shard1
   [junit4]   2>        8       /solr/collections/collection1meta/terms/shard2
   [junit4]   2>        3       /solr/collections/collection_two/terms/shard1
   [junit4]   2>        3       /solr/collections/collection_one/terms/shard2
   [junit4]   2>        3       
/solr/collections/testErrorChecks-collection/terms/shard2
   [junit4]   2>        3       /solr/collections/collection1/terms/shard1
   [junit4]   2>        2       /solr/collections/collection_new/terms/shard1
   [junit4]   2>        2       /solr/collections/collection2/terms/shard1
   [junit4]   2>        2       /solr/collections/collection_one/terms/shard1
   [junit4]   2>        2       /solr/collections/collection_old/terms/shard2
   [junit4]   2>        2       /solr/collections/collection_old/terms/shard1
   [junit4]   2>        2       
/solr/collections/testErrorChecks-collection/terms/shard1
   [junit4]   2>        2       /solr/security.json
   [junit4]   2>        2       /solr/collections/collection1/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        275     /solr/aliases.json
   [junit4]   2>        46      /solr/collections/collection1meta/state.json
   [junit4]   2>        24      /solr/collections/collection2meta/state.json
   [junit4]   2>        18      /solr/clusterprops.json
   [junit4]   2>        18      /solr/clusterstate.json
   [junit4]   2>        11      /solr/collections/collection_one/state.json
   [junit4]   2>        11      /solr/collections/collection1/state.json
   [junit4]   2>        11      /solr/collections/collection_old/state.json
   [junit4]   2>        11      
/solr/collections/testErrorChecks-collection/state.json
   [junit4]   2>        6       /solr/collections/collection_two/state.json
   [junit4]   2>        6       /solr/collections/collection_new/state.json
   [junit4]   2>        6       /solr/collections/collection2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        221     /solr/collections
   [junit4]   2>        18      /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.AliasIntegrationTest_AED7B2B2414E8C71-001
   [junit4]   2> Feb 28, 2018 10:02:35 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {a_t=FST50, 
id=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=188, 
maxMBSortInHeap=6.3438984769230755, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3b1aeda6),
 locale=hr, timezone=Universal
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_152 (64-bit)/cpus=4,threads=1,free=181309928,total=520617984
   [junit4]   2> NOTE: All tests run in this JVM: [TestSortableTextField, 
AsyncCallRequestStatusResponseTest, ConjunctionSolrSpellCheckerTest, 
TestStressUserVersions, TestFunctionQuery, NumberUtilsTest, HighlighterTest, 
TestMultiWordSynonyms, SolrInfoBeanTest, TestCryptoKeys, TestUtilizeNode, 
SolrCLIZkUtilsTest, TestImplicitCoreProperties, RemoteQueryErrorTest, 
ClassificationUpdateProcessorFactoryTest, SampleTest, TestSimpleQParserPlugin, 
DistributedQueryComponentCustomSortTest, SuggesterTest, 
TestSchemaSimilarityResource, ResponseBuilderTest, HttpPartitionOnCommitTest, 
CustomCollectionTest, FacetPivotSmallTest, JavabinLoaderTest, 
TestSolrCloudWithDelegationTokens, CursorMarkTest, TestCharFilters, 
BlockJoinFacetRandomTest, TestPerFieldSimilarity, TestConfigReload, 
TestFoldingMultitermQuery, TestCollectionAPIs, TestCloudSchemaless, 
TestRandomCollapseQParserPlugin, TestPartialUpdateDeduplication, 
TestManagedSynonymGraphFilterFactory, CoreAdminRequestStatusTest, 
PrimitiveFieldTypeTest, TestStressCloudBlindAtomicUpdates, 
TestReplicationHandlerBackup, ConfigureRecoveryStrategyTest, 
TestClusterStateMutator, AlternateDirectoryTest, TestSearchPerf, 
TermsComponentTest, DistributedIntervalFacetingTest, TestCustomDocTransformer, 
SubstringBytesRefFilterTest, SliceStateTest, TestBackupRepositoryFactory, 
SparseHLLTest, SystemLogListenerTest, CheckHdfsIndexTest, 
TemplateUpdateProcessorTest, TestSolrCloudSnapshots, TestDefaultStatsCache, 
PeerSyncTest, FileUtilsTest, HDFSCollectionsAPITest, ImplicitSnitchTest, 
TestManagedSchema, TestQueryUtils, TestFieldCacheSort, TestSystemIdResolver, 
SystemInfoHandlerTest, DistribJoinFromCollectionTest, TestClusterStateProvider, 
CdcrBidirectionalTest, CreateRoutedAliasTest, 
UpdateRequestProcessorFactoryTest, TestAuthenticationFramework, 
CustomHighlightComponentTest, TestFastLRUCache, 
DirectUpdateHandlerOptimizeTest, SuggesterFSTTest, 
TestSweetSpotSimilarityFactory, TestCustomStream, SuggestComponentTest, 
QueryParsingTest, XsltUpdateRequestHandlerTest, TestSolrQueryResponse, 
SolrMetricsIntegrationTest, HdfsAutoAddReplicasIntegrationTest, 
BigEndianAscendingWordSerializerTest, TestBlendedInfixSuggestions, 
SchemaVersionSpecificBehaviorTest, ChaosMonkeySafeLeaderTest, 
NodeAddedTriggerTest, ExitableDirectoryReaderTest, SoftAutoCommitTest, 
DistributedFacetExistsSmallTest, SSLMigrationTest, 
ParsingFieldUpdateProcessorsTest, JsonLoaderTest, SimplePostToolTest, 
TestRequestStatusCollectionAPI, TestUniqueKeyFieldResource, AddReplicaTest, 
TestReversedWildcardFilterFactory, TestRecovery, ResourceLoaderTest, 
MoveReplicaTest, TestRecoveryHdfs, TestCustomSort, TestRandomFlRTGCloud, 
TestStressVersions, CollectionStateFormat2Test, 
DistributedFacetPivotSmallAdvancedTest, HdfsRecoverLeaseTest, 
TestXIncludeConfig, SolrCoreMetricManagerTest, TestGraphTermsQParserPlugin, 
LoggingHandlerTest, FieldMutatingUpdateProcessorTest, 
ShufflingReplicaListTransformerTest, SyncSliceTest, TestDocTermOrds, 
TestNonDefinedSimilarityFactory, TestPointFields, 
TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, 
TestBM25SimilarityFactory, OverseerModifyCollectionTest, 
TestSubQueryTransformerCrossCore, DocumentBuilderTest, 
DirectSolrConnectionTest, TestSlowCompositeReaderWrapper, 
TestNumericRangeQuery32, BasicDistributedZkTest, OverseerTest, 
ShardRoutingTest, BasicZkTest, FullSolrCloudDistribCmdsTest, 
TestReplicationHandler, ClusterStateUpdateTest, LeaderElectionTest, 
TestZkChroot, TestDistributedSearch, SimpleFacetsTest, TestSolr4Spatial, 
SolrCoreTest, QueryElevationComponentTest, TestFiltering, 
ShowFileRequestHandlerTest, SignatureUpdateProcessorFactoryTest, 
TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterTSTTest, TestTrie, 
SpatialFilterTest, TestCSVLoader, PolyFieldTest, TestPseudoReturnFields, 
TestUpdate, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, 
QueryEqualityTest, DefaultValueUpdateProcessorTest, 
StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, 
TestRemoteStreaming, TestSolrDeletionPolicy1, DebugComponentTest, 
IndexBasedSpellCheckerTest, TestWriterPerf, DirectSolrSpellCheckerTest, 
TestOmitPositions, FileBasedSpellCheckerTest, TestValueSourceCache, 
TestIndexingPerformance, RequiredFieldsTest, RegexBoostProcessorTest, 
IndexSchemaTest, MBeansHandlerTest, TestLFUCache, TestMergePolicyConfig, 
TestSolrDeletionPolicy2, MultiTermTest, NumericFieldsTest, MinimalSchemaTest, 
TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, 
TestPostingsSolrHighlighter, TestPhraseSuggestions, 
SpellPossibilityIteratorTest, SynonymTokenizerTest, 
TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestFastWriter, 
TimeZoneUtilsTest, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, 
URLClassifyProcessorTest, PluginInfoTest, DateMathParserTest, 
ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, PrimUtilsTest, DOMUtilTest, 
TestSolrJ, TestLRUCache, TestDocumentBuilder, ZkNodePropsTest, UUIDFieldTest, 
CircularListTest, DistributedMLTComponentTest, TestRTGBase, SolrTestCaseJ4Test, 
TestCrossCoreJoin, TestDistributedMissingSort, TestSimpleTrackingShardHandler, 
TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerSchemaAPI, 
TestJettySolrRunner, ActionThrottleTest, AliasIntegrationTest]
   [junit4] Completed [503/778 (2!)] on J1 in 92.28s, 8 tests, 1 failure <<< 
FAILURES!

[...truncated 48870 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to