Build: 
https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-NightlyTests-8.x/98/

3 tests failed.
FAILED:  org.apache.solr.cloud.RollingRestartTest.test

Error Message:
Timeout occurred while waiting response from server at: 
https://127.0.0.1:46175/hq_eie/wh

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: https://127.0.0.1:46175/hq_eie/wh
        at 
__randomizedtesting.SeedInfo.seed([E44D835319BD3B4F:6C19BC89B74156B7]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
        at 
org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:74)
        at 
org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:53)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
        at sun.security.ssl.InputRecord.read(InputRecord.java:503)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:990)
        at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:948)
        at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
        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:280)
        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:157)
        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:186)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        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:571)
        ... 56 more


FAILED:  
org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica

Error Message:
Error from server at http://127.0.0.1:38153/solr: Cannot create collection 
pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of 
maxShardsPerNode is 1, and the number of nodes currently live or live and part 
of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of 
numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value 
of pullReplicas is 1. This requires 4 shards to be created (higher than the 
allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:38153/solr: Cannot create collection 
pull_replica_error_handling_test_cant_connect_to_pull_replica. Value of 
maxShardsPerNode is 1, and the number of nodes currently live or live and part 
of your createNodeSet is 3. This allows a maximum of 3 to be created. Value of 
numShards is 2, value of nrtReplicas is 1, value of tlogReplicas is 0 and value 
of pullReplicas is 1. This requires 4 shards to be created (higher than the 
allowed number)
        at 
__randomizedtesting.SeedInfo.seed([E44D835319BD3B4F:EC7A659BC2134FC1]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1173)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
        at 
org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica(TestPullReplicaErrorHandling.java:149)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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.TestWithCollection.testNodeAdded

Error Message:
Action was not fired till 30 seconds

Stack Trace:
java.lang.AssertionError: Action was not fired till 30 seconds
        at 
__randomizedtesting.SeedInfo.seed([E44D835319BD3B4F:818ED524BB1E934C]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at 
org.apache.solr.cloud.TestWithCollection.testNodeAdded(TestWithCollection.java:471)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 13796 lines...]
   [junit4] Suite: org.apache.solr.cloud.RollingRestartTest
   [junit4]   2> 624678 INFO  
(SUITE-RollingRestartTest-seed#[E44D835319BD3B4F]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 624678 INFO  
(SUITE-RollingRestartTest-seed#[E44D835319BD3B4F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 624678 INFO  
(SUITE-RollingRestartTest-seed#[E44D835319BD3B4F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/data-dir-39-001
   [junit4]   2> 624678 WARN  
(SUITE-RollingRestartTest-seed#[E44D835319BD3B4F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 624678 INFO  
(SUITE-RollingRestartTest-seed#[E44D835319BD3B4F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 624680 INFO  
(SUITE-RollingRestartTest-seed#[E44D835319BD3B4F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 624681 INFO  
(SUITE-RollingRestartTest-seed#[E44D835319BD3B4F]-worker) [     ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/hq_eie/wh
   [junit4]   2> 624685 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 624685 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 624686 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 624686 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 624786 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 40949
   [junit4]   2> 624786 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:40949
   [junit4]   2> 624786 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40949
   [junit4]   2> 624786 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 40949
   [junit4]   2> 624787 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 624790 INFO  (zkConnectionManagerCallback-2901-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 624790 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 624793 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 624794 INFO  (zkConnectionManagerCallback-2903-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 624794 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 624796 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 624797 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 624799 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 624800 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 624802 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 624804 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 624805 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 624807 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 624809 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 624811 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 624813 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 624815 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 624822 INFO  (zkConnectionManagerCallback-2907-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 624822 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 624925 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 625063 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 625063 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 625063 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] o.e.j.s.Server 
jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 625072 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 625072 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] o.e.j.s.session 
No SessionScavenger set, using defaults
   [junit4]   2> 625072 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] o.e.j.s.session 
node0 Scavenging every 660000ms
   [junit4]   2> 625072 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@65c20bc1{/hq_eie/wh,null,AVAILABLE}
   [junit4]   2> 625073 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@1b5d2411{SSL, (ssl, 
http/1.1)}{127.0.0.1:46175}
   [junit4]   2> 625073 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] o.e.j.s.Server 
Started @625103ms
   [junit4]   2> 625073 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/hq_eie/wh, hostPort=46175, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/control-001/cores}
   [junit4]   2> 625074 ERROR 
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 625074 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 625074 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 625074 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 625074 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 625074 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-20T14:15:46.186Z
   [junit4]   2> 625075 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 625078 INFO  (zkConnectionManagerCallback-2909-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 625078 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 625082 WARN  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]-SendThread(127.0.0.1:40949))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1019ceff6bc0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1019ceff6bc0003, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x1019ceff6bc0003, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 625182 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 625182 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/control-001/solr.xml
   [junit4]   2> 625187 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 625187 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 625189 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cc1071a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 626512 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 626513 WARN  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 626514 WARN  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5ced07bc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 626514 WARN  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5ced07bc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 626516 WARN  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 626517 WARN  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@58feca0a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 626517 WARN  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@58feca0a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 626518 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40949/solr
   [junit4]   2> 626519 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 626520 INFO  (zkConnectionManagerCallback-2920-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 626520 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 626622 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) 
[n:127.0.0.1:46175_hq_eie%2Fwh     ] o.a.s.c.c.ConnectionManager Waiting for 
client to connect to ZooKeeper
   [junit4]   2> 626624 INFO  (zkConnectionManagerCallback-2922-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 626624 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) 
[n:127.0.0.1:46175_hq_eie%2Fwh     ] o.a.s.c.c.ConnectionManager Client is 
connected to ZooKeeper
   [junit4]   2> 626834 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) 
[n:127.0.0.1:46175_hq_eie%2Fwh     ] o.a.s.c.OverseerElectionContext I am going 
to be the leader 127.0.0.1:46175_hq_eie%2Fwh
   [junit4]   2> 626835 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) 
[n:127.0.0.1:46175_hq_eie%2Fwh     ] o.a.s.c.Overseer Overseer 
(id=72511623465271301-127.0.0.1:46175_hq_eie%2Fwh-n_0000000000) starting
   [junit4]   2> 626842 INFO  
(OverseerStateUpdate-72511623465271301-127.0.0.1:46175_hq_eie%2Fwh-n_0000000000)
 [n:127.0.0.1:46175_hq_eie%2Fwh     ] o.a.s.c.Overseer Starting to work on the 
main queue : 127.0.0.1:46175_hq_eie%2Fwh
   [junit4]   2> 626843 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) 
[n:127.0.0.1:46175_hq_eie%2Fwh     ] o.a.s.c.ZkController Register node as live 
in ZooKeeper:/live_nodes/127.0.0.1:46175_hq_eie%2Fwh
   [junit4]   2> 626845 INFO  (zkCallback-2921-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 626849 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) 
[n:127.0.0.1:46175_hq_eie%2Fwh     ] o.a.s.p.PackageLoader /packages.json 
updated to version -1
   [junit4]   2> 626850 WARN  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) 
[n:127.0.0.1:46175_hq_eie%2Fwh     ] o.a.s.c.CoreContainer Not all security 
plugins configured!  authentication=disabled authorization=disabled.  Solr is 
only as secure as you make it. Consider configuring 
authentication/authorization before exposing Solr to users internal or 
external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 626863 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) 
[n:127.0.0.1:46175_hq_eie%2Fwh     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 626882 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) 
[n:127.0.0.1:46175_hq_eie%2Fwh     ] o.a.s.m.r.SolrJmxReporter JMX monitoring 
for 'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cc1071a
   [junit4]   2> 626890 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) 
[n:127.0.0.1:46175_hq_eie%2Fwh     ] o.a.s.m.r.SolrJmxReporter JMX monitoring 
for 'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cc1071a
   [junit4]   2> 626890 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) 
[n:127.0.0.1:46175_hq_eie%2Fwh     ] o.a.s.m.r.SolrJmxReporter JMX monitoring 
for 'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cc1071a
   [junit4]   2> 626891 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) 
[n:127.0.0.1:46175_hq_eie%2Fwh     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/control-001/cores
   [junit4]   2> 626904 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 626906 INFO  (zkConnectionManagerCallback-2939-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 626906 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 626909 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 626914 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40949/solr ready
   [junit4]   2> 626943 INFO  
(OverseerThreadFactory-2929-thread-1-processing-n:127.0.0.1:46175_hq_eie%2Fwh) 
[n:127.0.0.1:46175_hq_eie%2Fwh     ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection control_collection
   [junit4]   2> 627056 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh    x:control_collection_shard1_replica_n1 ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 627057 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh    x:control_collection_shard1_replica_n1 ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 628085 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.8.0
   [junit4]   2> 628113 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 628233 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema 
test/1.0 with uniqueid field id
   [junit4]   2> 628264 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating 
SolrCore 'control_collection_shard1_replica_n1' using configuration from 
configset conf1, trusted=true
   [junit4]   2> 628264 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cc1071a
   [junit4]   2> 628265 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[control_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 628267 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6347876976426045]
   [junit4]   2> 628278 WARN  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID 
paramSet a in requestHandler {type = requestHandler,name = /dump,class = 
DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 628348 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 628348 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 628349 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 628349 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 628351 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=290350389, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 628354 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 628354 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 628355 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000 ms
   [junit4]   2> 628355 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1683889061329108992
   [junit4]   2> 628360 INFO  
(searcherExecutor-2941-thread-1-processing-n:127.0.0.1:46175_hq_eie%2Fwh 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1]  Registered new searcher autowarm time: 
0 ms
   [junit4]   2> 628366 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/control_collection/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 628366 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase 
make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 628375 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 628376 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 628376 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:46175/hq_eie/wh/control_collection_shard1_replica_n1/
   [junit4]   2> 628376 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 628376 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy 
https://127.0.0.1:46175/hq_eie/wh/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 628376 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase 
Creating leader registration node 
/collections/control_collection/leaders/shard1/leader after winning as 
/collections/control_collection/leader_elect/shard1/election/72511623465271301-core_node2-n_0000000000
   [junit4]   2> 628379 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
https://127.0.0.1:46175/hq_eie/wh/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 628481 INFO  (zkCallback-2921-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 628481 INFO  (zkCallback-2921-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 628482 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 628483 ERROR (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Collection 
control_collection is not lazy or watched!
   [junit4]   2> 628484 INFO  (qtp716648680-4367) 
[n:127.0.0.1:46175_hq_eie%2Fwh     ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1427
   [junit4]   2> 628487 INFO  (qtp716648680-4368) 
[n:127.0.0.1:46175_hq_eie%2Fwh     ] o.a.s.h.a.CollectionsHandler Wait for new 
collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 628587 INFO  (zkCallback-2921-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 628587 INFO  (zkCallback-2921-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 628588 INFO  (zkCallback-2921-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 628591 INFO  (qtp716648680-4368) 
[n:127.0.0.1:46175_hq_eie%2Fwh     ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:46175_hq_eie%252Fwh&wt=javabin&version=2}
 status=0 QTime=1653
   [junit4]   2> 628591 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in 
collection: control_collection
   [junit4]   2> 628697 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 628702 INFO  (zkConnectionManagerCallback-2950-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 628702 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 628703 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 628704 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40949/solr ready
   [junit4]   2> 628704 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 628713 INFO  
(OverseerThreadFactory-2929-thread-2-processing-n:127.0.0.1:46175_hq_eie%2Fwh) 
[n:127.0.0.1:46175_hq_eie%2Fwh     ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection collection1
   [junit4]   2> 628716 INFO  
(OverseerCollectionConfigSetProcessor-72511623465271301-127.0.0.1:46175_hq_eie%2Fwh-n_0000000000)
 [n:127.0.0.1:46175_hq_eie%2Fwh     ] 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> 628928 WARN  
(OverseerThreadFactory-2929-thread-2-processing-n:127.0.0.1:46175_hq_eie%2Fwh) 
[n:127.0.0.1:46175_hq_eie%2Fwh     ] o.a.s.c.a.c.CreateCollectionCmd It is 
unusual to create a collection (collection1) without cores.
   [junit4]   2> 628935 INFO  (qtp716648680-4368) 
[n:127.0.0.1:46175_hq_eie%2Fwh     ] o.a.s.h.a.CollectionsHandler Wait for new 
collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 628935 INFO  (qtp716648680-4368) 
[n:127.0.0.1:46175_hq_eie%2Fwh     ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=226
   [junit4]   2> 628936 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 628936 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 628937 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 628937 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 628937 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 2 expected: 2
   [junit4]   2> 628937 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 628937 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=16
   [junit4]   2> 629047 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/shard-1-001
 of type NRT for shard2
   [junit4]   2> 629058 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 629058 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 629058 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 629082 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 629082 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 629082 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 629083 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@73b94197{/hq_eie/wh,null,AVAILABLE}
   [junit4]   2> 629084 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7711754b{SSL, (ssl, 
http/1.1)}{127.0.0.1:42123}
   [junit4]   2> 629084 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.e.j.s.Server Started @629114ms
   [junit4]   2> 629084 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/hq_eie/wh, hostPort=42123, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/shard-1-001/cores}
   [junit4]   2> 629084 ERROR (closeThreadPool-2951-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 629085 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 629085 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 629085 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 629085 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 629085 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-20T14:15:50.197Z
   [junit4]   2> 629090 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 629094 INFO  (zkConnectionManagerCallback-2953-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629094 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 629156 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/shard-2-001
 of type NRT for shard1
   [junit4]   2> 629163 INFO  (closeThreadPool-2951-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 629163 INFO  (closeThreadPool-2951-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 629163 INFO  (closeThreadPool-2951-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 629176 INFO  (closeThreadPool-2951-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 629176 INFO  (closeThreadPool-2951-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 629176 INFO  (closeThreadPool-2951-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 629182 INFO  (closeThreadPool-2951-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@48ee749{/hq_eie/wh,null,AVAILABLE}
   [junit4]   2> 629184 INFO  (closeThreadPool-2951-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@1c664e4b{SSL, (ssl, 
http/1.1)}{127.0.0.1:43113}
   [junit4]   2> 629184 INFO  (closeThreadPool-2951-thread-2) [     ] 
o.e.j.s.Server Started @629213ms
   [junit4]   2> 629184 INFO  (closeThreadPool-2951-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/hq_eie/wh, hostPort=43113, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/shard-2-001/cores}
   [junit4]   2> 629184 ERROR (closeThreadPool-2951-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 629184 INFO  (closeThreadPool-2951-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 629184 INFO  (closeThreadPool-2951-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 629184 INFO  (closeThreadPool-2951-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 629184 INFO  (closeThreadPool-2951-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 629184 INFO  (closeThreadPool-2951-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-20T14:15:50.296Z
   [junit4]   2> 629186 INFO  (closeThreadPool-2951-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 629189 INFO  (zkConnectionManagerCallback-2955-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629189 INFO  (closeThreadPool-2951-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 629196 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 629196 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/shard-1-001/solr.xml
   [junit4]   2> 629200 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 629200 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 629202 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cc1071a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 629202 WARN  
(closeThreadPool-2951-thread-2-SendThread(127.0.0.1:40949)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1019ceff6bc0009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1019ceff6bc0009, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x1019ceff6bc0009, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 629267 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/shard-3-001
 of type NRT for shard2
   [junit4]   2> 629272 INFO  (closeThreadPool-2951-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 629272 INFO  (closeThreadPool-2951-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 629272 INFO  (closeThreadPool-2951-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 629303 INFO  (closeThreadPool-2951-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 629303 INFO  (closeThreadPool-2951-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/shard-2-001/solr.xml
   [junit4]   2> 629306 INFO  (closeThreadPool-2951-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 629306 INFO  (closeThreadPool-2951-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 629309 INFO  (closeThreadPool-2951-thread-2) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cc1071a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 629321 INFO  (closeThreadPool-2951-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 629321 INFO  (closeThreadPool-2951-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 629321 INFO  (closeThreadPool-2951-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 629328 INFO  (closeThreadPool-2951-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@253fdd3e{/hq_eie/wh,null,AVAILABLE}
   [junit4]   2> 629329 INFO  (closeThreadPool-2951-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@57a4b56{SSL, (ssl, 
http/1.1)}{127.0.0.1:37911}
   [junit4]   2> 629329 INFO  (closeThreadPool-2951-thread-3) [     ] 
o.e.j.s.Server Started @629359ms
   [junit4]   2> 629329 INFO  (closeThreadPool-2951-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/hq_eie/wh, hostPort=37911, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/shard-3-001/cores}
   [junit4]   2> 629329 ERROR (closeThreadPool-2951-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 629329 INFO  (closeThreadPool-2951-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 629330 INFO  (closeThreadPool-2951-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 629330 INFO  (closeThreadPool-2951-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 629330 INFO  (closeThreadPool-2951-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 629330 INFO  (closeThreadPool-2951-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-20T14:15:50.442Z
   [junit4]   2> 629340 INFO  (closeThreadPool-2951-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 629351 INFO  (zkConnectionManagerCallback-2963-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629351 INFO  (closeThreadPool-2951-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 629383 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/shard-4-001
 of type NRT for shard1
   [junit4]   2> 629395 INFO  (closeThreadPool-2951-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 629395 INFO  (closeThreadPool-2951-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 629395 INFO  (closeThreadPool-2951-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 629451 INFO  (closeThreadPool-2951-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 629451 INFO  (closeThreadPool-2951-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 629451 INFO  (closeThreadPool-2951-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 629458 INFO  (closeThreadPool-2951-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 629458 INFO  (closeThreadPool-2951-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/shard-3-001/solr.xml
   [junit4]   2> 629458 INFO  (closeThreadPool-2951-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@53ad16a1{/hq_eie/wh,null,AVAILABLE}
   [junit4]   2> 629459 INFO  (closeThreadPool-2951-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@30660c84{SSL, (ssl, 
http/1.1)}{127.0.0.1:40957}
   [junit4]   2> 629459 INFO  (closeThreadPool-2951-thread-4) [     ] 
o.e.j.s.Server Started @629489ms
   [junit4]   2> 629459 INFO  (closeThreadPool-2951-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/tempDir-001/jetty4,
 solrconfig=solrconfig.xml, hostContext=/hq_eie/wh, hostPort=40957, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/shard-4-001/cores}
   [junit4]   2> 629460 ERROR (closeThreadPool-2951-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 629460 INFO  (closeThreadPool-2951-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 629460 INFO  (closeThreadPool-2951-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 629460 INFO  (closeThreadPool-2951-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 629460 INFO  (closeThreadPool-2951-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 629460 INFO  (closeThreadPool-2951-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-20T14:15:50.572Z
   [junit4]   2> 629462 INFO  (closeThreadPool-2951-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 629462 INFO  (closeThreadPool-2951-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 629464 INFO  (closeThreadPool-2951-thread-3) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cc1071a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 629487 INFO  (closeThreadPool-2951-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 629498 INFO  (zkConnectionManagerCallback-2965-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629498 INFO  (closeThreadPool-2951-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 629511 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/shard-5-001
 of type NRT for shard2
   [junit4]   2> 629527 INFO  (closeThreadPool-2951-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 629527 INFO  (closeThreadPool-2951-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 629527 INFO  (closeThreadPool-2951-thread-5) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 629612 INFO  (closeThreadPool-2951-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 629612 INFO  (closeThreadPool-2951-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/shard-4-001/solr.xml
   [junit4]   2> 629615 INFO  (closeThreadPool-2951-thread-5) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 629615 INFO  (closeThreadPool-2951-thread-5) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 629615 INFO  (closeThreadPool-2951-thread-5) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 629615 INFO  (closeThreadPool-2951-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 629615 INFO  (closeThreadPool-2951-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 629617 INFO  (closeThreadPool-2951-thread-5) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@9778547{/hq_eie/wh,null,AVAILABLE}
   [junit4]   2> 629626 INFO  (closeThreadPool-2951-thread-5) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7fdf511c{SSL, (ssl, 
http/1.1)}{127.0.0.1:35079}
   [junit4]   2> 629626 INFO  (closeThreadPool-2951-thread-5) [     ] 
o.e.j.s.Server Started @629656ms
   [junit4]   2> 629626 INFO  (closeThreadPool-2951-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/tempDir-001/jetty5,
 solrconfig=solrconfig.xml, hostContext=/hq_eie/wh, hostPort=35079, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/shard-5-001/cores}
   [junit4]   2> 629626 ERROR (closeThreadPool-2951-thread-5) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 629626 INFO  (closeThreadPool-2951-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 629628 INFO  (closeThreadPool-2951-thread-4) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cc1071a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 629631 INFO  (closeThreadPool-2951-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 629631 INFO  (closeThreadPool-2951-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 629631 INFO  (closeThreadPool-2951-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 629631 INFO  (closeThreadPool-2951-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-20T14:15:50.743Z
   [junit4]   2> 629647 INFO  (closeThreadPool-2951-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 629654 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/shard-6-001
 of type NRT for shard1
   [junit4]   2> 629663 INFO  (zkConnectionManagerCallback-2973-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629663 INFO  (closeThreadPool-2951-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 629683 INFO  (closeThreadPool-2951-thread-6) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 629683 INFO  (closeThreadPool-2951-thread-6) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 629683 INFO  (closeThreadPool-2951-thread-6) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 629692 WARN  
(closeThreadPool-2951-thread-5-SendThread(127.0.0.1:40949)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1019ceff6bc000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1019ceff6bc000c, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x1019ceff6bc000c, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 629770 INFO  (closeThreadPool-2951-thread-6) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 629770 INFO  (closeThreadPool-2951-thread-6) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 629770 INFO  (closeThreadPool-2951-thread-6) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 629785 INFO  (closeThreadPool-2951-thread-6) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2ec85921{/hq_eie/wh,null,AVAILABLE}
   [junit4]   2> 629786 INFO  (closeThreadPool-2951-thread-6) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@3790db25{SSL, (ssl, 
http/1.1)}{127.0.0.1:37327}
   [junit4]   2> 629786 INFO  (closeThreadPool-2951-thread-6) [     ] 
o.e.j.s.Server Started @629816ms
   [junit4]   2> 629786 INFO  (closeThreadPool-2951-thread-6) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/tempDir-001/jetty6,
 solrconfig=solrconfig.xml, hostContext=/hq_eie/wh, hostPort=37327, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/shard-6-001/cores}
   [junit4]   2> 629786 ERROR (closeThreadPool-2951-thread-6) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 629786 INFO  (closeThreadPool-2951-thread-6) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 629786 INFO  (closeThreadPool-2951-thread-6) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 629787 INFO  (closeThreadPool-2951-thread-6) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 629787 INFO  (closeThreadPool-2951-thread-6) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 629787 INFO  (closeThreadPool-2951-thread-6) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-20T14:15:50.899Z
   [junit4]   2> 629802 INFO  (closeThreadPool-2951-thread-6) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 629802 INFO  (closeThreadPool-2951-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 629802 INFO  (closeThreadPool-2951-thread-5) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/shard-5-001/solr.xml
   [junit4]   2> 629806 INFO  (closeThreadPool-2951-thread-5) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 629806 INFO  (closeThreadPool-2951-thread-5) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 629807 INFO  (closeThreadPool-2951-thread-5) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cc1071a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 629814 INFO  (zkConnectionManagerCallback-2975-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629814 INFO  (closeThreadPool-2951-thread-6) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 629815 WARN  
(closeThreadPool-2951-thread-6-SendThread(127.0.0.1:40949)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1019ceff6bc000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1019ceff6bc000d, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x1019ceff6bc000d, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 629847 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 7 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/shard-7-001
 of type NRT for shard2
   [junit4]   2> 629865 INFO  (closeThreadPool-2951-thread-7) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 629865 INFO  (closeThreadPool-2951-thread-7) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 629865 INFO  (closeThreadPool-2951-thread-7) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 629941 INFO  (closeThreadPool-2951-thread-7) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 629941 INFO  (closeThreadPool-2951-thread-7) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 629941 INFO  (closeThreadPool-2951-thread-7) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 629951 INFO  (closeThreadPool-2951-thread-7) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7765c962{/hq_eie/wh,null,AVAILABLE}
   [junit4]   2> 629952 INFO  (closeThreadPool-2951-thread-6) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 629952 INFO  (closeThreadPool-2951-thread-6) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/shard-6-001/solr.xml
   [junit4]   2> 629956 INFO  (closeThreadPool-2951-thread-6) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 629956 INFO  (closeThreadPool-2951-thread-6) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 629958 INFO  (closeThreadPool-2951-thread-6) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3cc1071a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 629959 INFO  (closeThreadPool-2951-thread-7) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@c9e8558{SSL, (ssl, 
http/1.1)}{127.0.0.1:46125}
   [junit4]   2> 629959 INFO  (closeThreadPool-2951-thread-7) [     ] 
o.e.j.s.Server Started @629988ms
   [junit4]   2> 629959 INFO  (closeThreadPool-2951-thread-7) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/tempDir-001/jetty7,
 solrconfig=solrconfig.xml, hostContext=/hq_eie/wh, hostPort=46125, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/shard-7-001/cores}
   [junit4]   2> 629959 ERROR (closeThreadPool-2951-thread-7) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 629959 INFO  (closeThreadPool-2951-thread-7) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 629959 INFO  (closeThreadPool-2951-thread-7) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.8.0
   [junit4]   2> 629959 INFO  (closeThreadPool-2951-thread-7) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 629959 INFO  (closeThreadPool-2951-thread-7) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 629959 INFO  (closeThreadPool-2951-thread-7) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-11-20T14:15:51.071Z
   [junit4]   2> 629982 INFO  (closeThreadPool-2951-thread-7) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 629992 INFO  (zkConnectionManagerCallback-2980-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629996 INFO  (closeThreadPool-2951-thread-7) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 630036 INFO  
(TEST-RollingRestartTest.test-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 8 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J3/temp/solr.cloud.RollingRestartTest_E44D835319BD3B4F-001/shard-8-001
 of type NRT for shard1
   [junit4]   2> 630037 INFO  (closeThreadPool-2951-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 630038 WARN  (closeThreadPool-2951-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 630058 INFO  (closeThreadPool-2951-thread-8) [   

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

 been closed
   [junit4]   2> 2890668 INFO  
(recoveryExecutor-13417-thread-1-processing-n:127.0.0.1:42379_solr 
x:testAddReplica_xyz_shard1_replica_n3 c:testAddReplica_xyz s:shard1 
r:core_node4) [n:127.0.0.1:42379_solr c:testAddReplica_xyz s:shard1 
r:core_node4 x:testAddReplica_xyz_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy 
Finished recovery process, successful=[false]
   [junit4]   2> 2890668 INFO  
(recoveryExecutor-13417-thread-1-processing-n:127.0.0.1:42379_solr 
x:testAddReplica_xyz_shard1_replica_n3 c:testAddReplica_xyz s:shard1 
r:core_node4) [n:127.0.0.1:42379_solr     ] o.a.s.c.SolrCore 
[testAddReplica_xyz_shard1_replica_n3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3a87e417
   [junit4]   2> 2890668 INFO  
(recoveryExecutor-13417-thread-1-processing-n:127.0.0.1:42379_solr 
x:testAddReplica_xyz_shard1_replica_n3 c:testAddReplica_xyz s:shard1 
r:core_node4) [n:127.0.0.1:42379_solr     ] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.testAddReplica_xyz.shard1.replica_n3 
tag=SolrCore@3a87e417
   [junit4]   2> 2890668 INFO  
(recoveryExecutor-13417-thread-1-processing-n:127.0.0.1:42379_solr 
x:testAddReplica_xyz_shard1_replica_n3 c:testAddReplica_xyz s:shard1 
r:core_node4) [n:127.0.0.1:42379_solr     ] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3b6b560f: rootName 
= solr_42379, domain = solr.core.testAddReplica_xyz.shard1.replica_n3, service 
url = null, agent id = null] for registry 
solr.core.testAddReplica_xyz.shard1.replica_n3/com.codahale.metrics.MetricRegistry@7fbedb1a
   [junit4]   2> 2890687 INFO  
(recoveryExecutor-13417-thread-1-processing-n:127.0.0.1:42379_solr 
x:testAddReplica_xyz_shard1_replica_n3 c:testAddReplica_xyz s:shard1 
r:core_node4) [n:127.0.0.1:42379_solr     ] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.collection.testAddReplica_xyz.shard1.leader 
tag=SolrCore@3a87e417
   [junit4]   2> 2890688 WARN  
(recoveryExecutor-13417-thread-1-processing-n:127.0.0.1:42379_solr 
x:testAddReplica_xyz_shard1_replica_n3 c:testAddReplica_xyz s:shard1 
r:core_node4) [n:127.0.0.1:42379_solr     ] o.a.s.c.RecoveryStrategy Stopping 
recovery for core=[testAddReplica_xyz_shard1_replica_n3] 
coreNodeName=[core_node4]
   [junit4]   2> 2890688 INFO  
(recoveryExecutor-13417-thread-1-processing-n:127.0.0.1:42379_solr 
x:testAddReplica_xyz_shard1_replica_n3 c:testAddReplica_xyz s:shard1 
r:core_node4) [n:127.0.0.1:42379_solr     ] o.a.s.u.DirectUpdateHandler2 
Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 2890692 INFO  (jetty-closer-13483-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@60cc10c8{SSL, (ssl, 
http/1.1)}{127.0.0.1:0}
   [junit4]   2> 2890692 INFO  (jetty-closer-13483-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@51bbf6f4{/solr,null,STOPPED}
   [junit4]   2> 2890692 INFO  (jetty-closer-13483-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2890693 INFO  
(TEST-TestWithCollection.testAddReplicaSimple-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2890694 WARN  
(TEST-TestWithCollection.testAddReplicaSimple-seed#[E44D835319BD3B4F]-SendThread(127.0.0.1:40249))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1019d126fef0000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1019d126fef0000, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x1019d126fef0000, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 2890897 WARN  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       
/solr/collections/testAddReplica_abc/terms/shard1
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        3       
/solr/collections/testAddReplica_xyz/terms/shard1
   [junit4]   2>        2       /solr/packages.json
   [junit4]   2>        2       
/solr/collections/testAddReplica_abc/collectionprops.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2>        2       
/solr/configs/testAddReplica_abc.AUTOCREATED/managed-schema
   [junit4]   2>        2       
/solr/configs/testAddReplica_xyz.AUTOCREATED/managed-schema
   [junit4]   2>        2       /solr/configs/testAddReplica_abc.AUTOCREATED
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        27      /solr/collections/testAddReplica_abc/state.json
   [junit4]   2>        21      /solr/collections/testAddReplica_xyz/state.json
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       /solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        41      /solr/overseer/queue
   [junit4]   2>        11      /solr/overseer/collection-queue-work
   [junit4]   2>        9       /solr/collections
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 2890902 INFO  
(TEST-TestWithCollection.testAddReplicaSimple-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:40249
   [junit4]   2> 2890902 INFO  
(TEST-TestWithCollection.testAddReplicaSimple-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40249
   [junit4]   2> 2890902 INFO  
(TEST-TestWithCollection.testAddReplicaSimple-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 40249
   [junit4]   2> 2890903 INFO  
(TEST-TestWithCollection.testAddReplicaSimple-seed#[E44D835319BD3B4F]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testAddReplicaSimple
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_E44D835319BD3B4F-001
   [junit4]   2> Nov 20, 2020 2:53:32 PM 
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(Lucene87): {}, 
docValues:{}, maxPointsInLeafNode=1840, maxMBSortInHeap=5.450383512069646, 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=de-CH, 
timezone=Brazil/Acre
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 
1.8.0_252 (64-bit)/cpus=4,threads=1,free=123319080,total=525336576
   [junit4]   2> NOTE: All tests run in this JVM: [TestDocSet, 
PeerSyncWithBufferUpdatesTest, NumberUtilsTest, TestHdfsUpdateLog, 
TestValueSourceCache, RecoveryZkTest, SolrRequestParserTest, 
AddBlockUpdateTest, TestHashPartitioner, RegexBoostProcessorTest, 
ResponseLogComponentTest, TestJettySolrRunner, TestSchemaVersionResource, 
OverseerTest, DistribCursorPagingTest, SolrCLIZkUtilsTest, ExplicitHLLTest, 
TestFieldSortValues, TestManagedSynonymFilterFactory, TestRawResponseWriter, 
URLClassifyProcessorTest, TestDocTermOrds, HdfsRecoverLeaseTest, 
TestFuzzyAnalyzedSuggestions, SolrTestCaseJ4Test, TestSolrJ, 
TestBooleanSimilarityFactory, TestDynamicFieldResource, TestLFUCache, 
TestOverriddenPrefixQueryForCustomFieldType, JWTAuthPluginTest, 
ScheduledMaintenanceTriggerTest, TestZkChroot, MBeansHandlerTest, 
DistributedExpandComponentTest, BasicAuthIntegrationTest, ZkNodePropsTest, 
TestSolrCloudWithHadoopAuthPlugin, PathHierarchyTokenizerFactoryTest, 
TriggerEventQueueTest, TestManagedSchemaAPI, BlockJoinFacetSimpleTest, 
DateMathParserTest, TestPKIAuthenticationPlugin, DistanceFunctionTest, 
TestTextField, TestFastOutputStream, StressHdfsTest, RootFieldTest, 
TestNestedDocsSort, TestExactStatsCache, TestMinHashQParser, 
TestSimComputePlanAction, CloneFieldUpdateProcessorFactoryTest, 
TestInfoStreamLogging, SearchRateTriggerTest, TestSafeXMLParsing, 
CdcrVersionReplicationTest, RouteFieldTest, TestRebalanceLeaders, 
IndexSchemaTest, MetricsHistoryIntegrationTest, TestConfigSetsAPIZkFailure, 
RequestLoggingTest, SolrLogPostToolTest, 
CategoryRoutedAliasUpdateProcessorTest, PrimitiveFieldTypeTest, SyncSliceTest, 
ZookeeperReadAPITest, TestChildDocTransformer, TestRecoveryHdfs, 
HttpTriggerListenerTest, TermVectorComponentTest, DateFieldTest, 
JavaBinAtomicUpdateMultivalueTest, SchemaVersionSpecificBehaviorTest, 
TestBackupRepositoryFactory, TestCollectionAPIs, TestFunctionQuery, 
AsyncCallRequestStatusResponseTest, CollectionsAPIDistributedZkTest, 
StatsComponentTest, HttpSolrCallGetCoreTest, DirectoryFactoriesTest, 
TestMiniSolrCloudClusterSSL, MultiThreadedOCPTest, AliasIntegrationTest, 
TestTestInjection, QueryEqualityTest, MoreLikeThisComponentTest, 
DistributedFacetPivotSmallAdvancedTest, TestBinaryField, 
TestLuceneMatchVersion, TestDistributedMap, HdfsBasicDistributedZkTest, 
TestCoreContainer, TestNonDefinedSimilarityFactory, 
ByteBuffersDirectoryFactoryTest, TestStressLucene, 
TestComplexPhraseLeadingWildcard, AddSchemaFieldsUpdateProcessorFactoryTest, 
TestClusterProperties, VMParamsZkACLAndCredentialsProvidersTest, 
TestFieldCacheSort, HdfsThreadLeakTest, MetricsDisabledCloudTest, TaggerTest, 
DocExpirationUpdateProcessorFactoryTest, BasicZkTest, AutoScalingHandlerTest, 
UninvertDocValuesMergePolicyTest, TestJsonRequest, IndexBasedSpellCheckerTest, 
TestDistributedMissingSort, TestWithCollection]
   [junit4] Completed [563/921 (3!)] on J0 in 90.46s, 9 tests, 1 failure <<< 
FAILURES!

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

Reply via email to