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

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

Error Message:
Timeout occurred while waiting response from server at: 
http://127.0.0.1:39471/btbk

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:39471/btbk
        at 
__randomizedtesting.SeedInfo.seed([6537596EC6089843:ED6366B468F4F5BB]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1127)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:896)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:828)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
        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:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.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 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java: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:564)
        ... 52 more




Build Log:
[...truncated 15204 lines...]
   [junit4] Suite: org.apache.solr.cloud.RollingRestartTest
   [junit4]   2> 2482849 INFO  
(SUITE-RollingRestartTest-seed#[6537596EC6089843]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2482849 INFO  
(SUITE-RollingRestartTest-seed#[6537596EC6089843]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/data-dir-168-001
   [junit4]   2> 2482849 WARN  
(SUITE-RollingRestartTest-seed#[6537596EC6089843]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=100 numCloses=100
   [junit4]   2> 2482850 INFO  
(SUITE-RollingRestartTest-seed#[6537596EC6089843]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2482851 INFO  
(SUITE-RollingRestartTest-seed#[6537596EC6089843]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2482851 INFO  
(SUITE-RollingRestartTest-seed#[6537596EC6089843]-worker) [     ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /btbk/
   [junit4]   2> 2482854 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2482855 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2482855 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2482955 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.ZkTestServer start zk server on port:34263
   [junit4]   2> 2482955 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:34263
   [junit4]   2> 2482955 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34263
   [junit4]   2> 2482955 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 34263
   [junit4]   2> 2482956 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2482959 INFO  (zkConnectionManagerCallback-12049-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2482959 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2482961 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2482962 INFO  (zkConnectionManagerCallback-12051-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2482962 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2482963 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2482964 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2482965 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/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> 2482966 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2482967 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2482968 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2482968 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2482969 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/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> 2482970 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/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> 2482970 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/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> 2482971 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2482972 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 2483088 WARN  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2483088 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2483088 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2483088 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] o.e.j.s.Server 
jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2483089 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 2483089 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] o.e.j.s.session 
No SessionScavenger set, using defaults
   [junit4]   2> 2483089 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] o.e.j.s.session 
node0 Scavenging every 600000ms
   [junit4]   2> 2483090 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@72e17981{/btbk,null,AVAILABLE}
   [junit4]   2> 2483090 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@24fb553c{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:38955}
   [junit4]   2> 2483090 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] o.e.j.s.Server 
Started @2483119ms
   [junit4]   2> 2483090 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/btbk, hostPort=38955, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/control-001/cores}
   [junit4]   2> 2483090 ERROR 
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2483090 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2483091 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 2483091 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2483091 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2483091 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-02T15:29:16.355Z
   [junit4]   2> 2483092 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2483092 INFO  (zkConnectionManagerCallback-12053-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2483092 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2483193 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2483193 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/control-001/solr.xml
   [junit4]   2> 2483196 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2483196 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2483197 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b3715f0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2483241 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2483241 WARN  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2b15da98[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2483241 WARN  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2b15da98[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2483244 WARN  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6b28638a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2483244 WARN  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6b28638a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2483245 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34263/solr
   [junit4]   2> 2483246 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2483246 INFO  (zkConnectionManagerCallback-12060-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2483246 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2483348 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [n:127.0.0.1:38955_btbk  
   ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2483349 INFO  (zkConnectionManagerCallback-12062-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2483349 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [n:127.0.0.1:38955_btbk  
   ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2483404 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [n:127.0.0.1:38955_btbk  
   ] o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:38955_btbk
   [junit4]   2> 2483404 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [n:127.0.0.1:38955_btbk  
   ] o.a.s.c.Overseer Overseer 
(id=72825816818712580-127.0.0.1:38955_btbk-n_0000000000) starting
   [junit4]   2> 2483408 INFO  
(OverseerStateUpdate-72825816818712580-127.0.0.1:38955_btbk-n_0000000000) 
[n:127.0.0.1:38955_btbk     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:38955_btbk
   [junit4]   2> 2483409 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [n:127.0.0.1:38955_btbk  
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38955_btbk
   [junit4]   2> 2483409 INFO  
(OverseerStateUpdate-72825816818712580-127.0.0.1:38955_btbk-n_0000000000) 
[n:127.0.0.1:38955_btbk     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2483427 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [n:127.0.0.1:38955_btbk  
   ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 2483439 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [n:127.0.0.1:38955_btbk  
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b3715f0
   [junit4]   2> 2483445 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [n:127.0.0.1:38955_btbk  
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b3715f0
   [junit4]   2> 2483445 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [n:127.0.0.1:38955_btbk  
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2b3715f0
   [junit4]   2> 2483446 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [n:127.0.0.1:38955_btbk  
   ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2483447 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [n:127.0.0.1:38955_btbk  
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/control-001/cores
   [junit4]   2> 2483460 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2483461 INFO  (zkConnectionManagerCallback-12071-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2483461 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2483462 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2483462 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34263/solr ready
   [junit4]   2> 2483463 INFO  (qtp774187871-55536) [n:127.0.0.1:38955_btbk     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:38955_btbk&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2483466 INFO  
(OverseerThreadFactory-11430-thread-1-processing-n:127.0.0.1:38955_btbk) 
[n:127.0.0.1:38955_btbk     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 2483570 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk    
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> 2483570 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk    
x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 2484581 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.0
   [junit4]   2> 2484595 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 2484690 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
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> 2484703 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 2484703 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
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@2b3715f0
   [junit4]   2> 2484703 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
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-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2484705 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
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=22, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7255663729025847]
   [junit4]   2> 2484713 WARN  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
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> 2484745 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
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> 2484745 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
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> 2484746 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2484746 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2484747 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@66124f3c
   [junit4]   2> 2484747 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@28456653[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2484748 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2484748 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
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> 2484748 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2484748 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
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 1651822357917990912
   [junit4]   2> 2484751 INFO  
(searcherExecutor-11435-thread-1-processing-n:127.0.0.1:38955_btbk 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:38955_btbk c:control_collection s:shard1  
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@28456653[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2484752 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
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> 2484752 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
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> 2484754 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2484754 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
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> 2484754 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38955/btbk/control_collection_shard1_replica_n1/
   [junit4]   2> 2484754 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
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> 2484754 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:38955/btbk/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 2484754 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
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/72825816818712580-core_node2-n_0000000000
   [junit4]   2> 2484755 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38955/btbk/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2484856 INFO  (zkCallback-12061-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> 2484856 INFO  (zkCallback-12061-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> 2484857 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
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> 2484858 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1288
   [junit4]   2> 2484860 INFO  (qtp774187871-55536) [n:127.0.0.1:38955_btbk     
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 2484964 INFO  (zkCallback-12061-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> 2484964 INFO  (zkCallback-12061-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> 2484964 INFO  (zkCallback-12061-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> 2484964 INFO  (qtp774187871-55536) [n:127.0.0.1:38955_btbk     
] 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:38955_btbk&wt=javabin&version=2}
 status=0 QTime=1500
   [junit4]   2> 2484964 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in 
collection: control_collection
   [junit4]   2> 2485071 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2485072 INFO  (zkConnectionManagerCallback-12077-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2485072 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2485073 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2485073 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34263/solr ready
   [junit4]   2> 2485073 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 2485074 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2485076 INFO  
(OverseerCollectionConfigSetProcessor-72825816818712580-127.0.0.1:38955_btbk-n_0000000000)
 [n:127.0.0.1:38955_btbk     ] 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> 2485076 INFO  
(OverseerThreadFactory-11430-thread-2-processing-n:127.0.0.1:38955_btbk) 
[n:127.0.0.1:38955_btbk     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 2485278 WARN  
(OverseerThreadFactory-11430-thread-2-processing-n:127.0.0.1:38955_btbk) 
[n:127.0.0.1:38955_btbk     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 2485279 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk     
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 2485279 INFO  (qtp774187871-55537) [n:127.0.0.1:38955_btbk     
] 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=1&wt=javabin&version=2}
 status=0 QTime=205
   [junit4]   2> 2485280 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 2485280 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2485280 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 2485280 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2485280 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
   [junit4]   2> 2485280 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2485280 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=16
   [junit4]   2> 2485396 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-1-001
 of type NRT
   [junit4]   2> 2485397 WARN  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2485397 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2485397 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2485397 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2485398 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2485398 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2485398 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2485398 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@662811{/btbk,null,AVAILABLE}
   [junit4]   2> 2485398 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@f350b9d{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:34419}
   [junit4]   2> 2485398 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.s.Server Started @2485427ms
   [junit4]   2> 2485398 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/btbk, hostPort=34419, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-1-001/cores}
   [junit4]   2> 2485398 ERROR (closeThreadPool-12078-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2485398 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2485398 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 2485398 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2485398 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2485399 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-02T15:29:18.662Z
   [junit4]   2> 2485403 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2485404 INFO  (zkConnectionManagerCallback-12080-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2485404 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2485505 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2485505 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-1-001/solr.xml
   [junit4]   2> 2485508 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2485508 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2485509 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b3715f0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2485511 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-2-001
 of type NRT
   [junit4]   2> 2485512 WARN  (closeThreadPool-12078-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2485512 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2485512 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2485512 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2485515 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2485515 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2485515 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2485516 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4d4d628f{/btbk,null,AVAILABLE}
   [junit4]   2> 2485516 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@3dc8bb82{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:43371}
   [junit4]   2> 2485516 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.e.j.s.Server Started @2485545ms
   [junit4]   2> 2485516 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/btbk, hostPort=43371, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-2-001/cores}
   [junit4]   2> 2485516 ERROR (closeThreadPool-12078-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2485516 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2485516 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 2485516 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2485516 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2485516 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-02T15:29:18.780Z
   [junit4]   2> 2485517 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2485518 INFO  (zkConnectionManagerCallback-12083-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2485518 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2485618 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2485618 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-2-001/solr.xml
   [junit4]   2> 2485622 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2485622 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2485623 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b3715f0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2485627 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-3-001
 of type NRT
   [junit4]   2> 2485643 WARN  (closeThreadPool-12078-thread-3) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2485643 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2485643 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2485643 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2485658 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2485663 WARN  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4a027a50[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2485663 WARN  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4a027a50[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2485665 WARN  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7d67b480[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2485665 WARN  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7d67b480[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2485666 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34263/solr
   [junit4]   2> 2485674 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2485674 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2485674 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2485674 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2485674 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@573c15e0{/btbk,null,AVAILABLE}
   [junit4]   2> 2485678 INFO  (zkConnectionManagerCallback-12090-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2485678 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2485678 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@6046da9b{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:43051}
   [junit4]   2> 2485678 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.e.j.s.Server Started @2485707ms
   [junit4]   2> 2485678 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/btbk, hostPort=43051, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-3-001/cores}
   [junit4]   2> 2485678 ERROR (closeThreadPool-12078-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2485678 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2485678 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 2485678 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2485678 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2485678 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-02T15:29:18.942Z
   [junit4]   2> 2485679 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2485679 INFO  (zkConnectionManagerCallback-12092-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2485679 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2485754 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-4-001
 of type NRT
   [junit4]   2> 2485754 WARN  (closeThreadPool-12078-thread-4) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2485754 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2485754 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2485754 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2485755 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2485755 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2485755 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2485755 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3da642ac{/btbk,null,AVAILABLE}
   [junit4]   2> 2485755 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@5d41eaa8{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:39471}
   [junit4]   2> 2485755 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.e.j.s.Server Started @2485784ms
   [junit4]   2> 2485755 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/tempDir-001/jetty4,
 solrconfig=solrconfig.xml, hostContext=/btbk, hostPort=39471, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-4-001/cores}
   [junit4]   2> 2485756 ERROR (closeThreadPool-12078-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2485756 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2485756 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 2485756 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2485756 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2485756 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-02T15:29:19.020Z
   [junit4]   2> 2485759 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2485759 INFO  (zkConnectionManagerCallback-12094-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2485759 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2485766 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2485766 WARN  (closeThreadPool-12078-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4d85b65[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2485766 WARN  (closeThreadPool-12078-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4d85b65[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2485769 WARN  (closeThreadPool-12078-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5bd40494[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2485769 WARN  (closeThreadPool-12078-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5bd40494[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2485770 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34263/solr
   [junit4]   2> 2485770 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2485771 INFO  (zkConnectionManagerCallback-12100-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2485771 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2485779 INFO  (closeThreadPool-12078-thread-1) 
[n:127.0.0.1:34419_btbk     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2485780 INFO  (zkConnectionManagerCallback-12102-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2485780 INFO  (closeThreadPool-12078-thread-1) 
[n:127.0.0.1:34419_btbk     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2485784 INFO  (closeThreadPool-12078-thread-1) 
[n:127.0.0.1:34419_btbk     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2485786 INFO  (closeThreadPool-12078-thread-1) 
[n:127.0.0.1:34419_btbk     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:34419_btbk as DOWN
   [junit4]   2> 2485786 INFO  (closeThreadPool-12078-thread-1) 
[n:127.0.0.1:34419_btbk     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 2485786 INFO  (closeThreadPool-12078-thread-1) 
[n:127.0.0.1:34419_btbk     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34419_btbk
   [junit4]   2> 2485787 INFO  (zkCallback-12061-thread-3) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2485787 INFO  (zkCallback-12076-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2485791 INFO  (zkCallback-12101-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2485799 INFO  (closeThreadPool-12078-thread-1) 
[n:127.0.0.1:34419_btbk     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2485811 INFO  (closeThreadPool-12078-thread-1) 
[n:127.0.0.1:34419_btbk     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b3715f0
   [junit4]   2> 2485817 INFO  (closeThreadPool-12078-thread-1) 
[n:127.0.0.1:34419_btbk     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b3715f0
   [junit4]   2> 2485817 INFO  (closeThreadPool-12078-thread-1) 
[n:127.0.0.1:34419_btbk     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b3715f0
   [junit4]   2> 2485818 INFO  (closeThreadPool-12078-thread-1) 
[n:127.0.0.1:34419_btbk     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2485819 INFO  (closeThreadPool-12078-thread-1) 
[n:127.0.0.1:34419_btbk     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-1-001/cores
   [junit4]   2> 2485851 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:34419_btbk
   [junit4]   2> 2485879 INFO  (closeThreadPool-12078-thread-2) 
[n:127.0.0.1:43371_btbk     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2485880 INFO  (zkConnectionManagerCallback-12108-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2485880 INFO  (closeThreadPool-12078-thread-2) 
[n:127.0.0.1:43371_btbk     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 2485883 INFO  (closeThreadPool-12078-thread-2) 
[n:127.0.0.1:43371_btbk     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2485885 INFO  (closeThreadPool-12078-thread-2) 
[n:127.0.0.1:43371_btbk     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:43371_btbk as DOWN
   [junit4]   2> 2485886 INFO  (closeThreadPool-12078-thread-2) 
[n:127.0.0.1:43371_btbk     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 2485886 INFO  (closeThreadPool-12078-thread-2) 
[n:127.0.0.1:43371_btbk     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43371_btbk
   [junit4]   2> 2485886 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-5-001
 of type NRT
   [junit4]   2> 2485886 WARN  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2485886 INFO  (zkCallback-12061-thread-3) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2485886 INFO  (zkCallback-12101-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2485886 INFO  (zkCallback-12076-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2485887 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2485887 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2485887 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2485891 INFO  (zkCallback-12107-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2485894 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2485894 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2485894 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2485895 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@603e009c{/btbk,null,AVAILABLE}
   [junit4]   2> 2485895 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@50ae4d21{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:43669}
   [junit4]   2> 2485895 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.s.Server Started @2485924ms
   [junit4]   2> 2485895 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/tempDir-001/jetty5,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/btbk, hostPort=43669, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-5-001/cores}
   [junit4]   2> 2485895 ERROR (closeThreadPool-12078-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2485896 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2485896 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 2485896 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2485896 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2485896 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-02T15:29:19.160Z
   [junit4]   2> 2485899 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2485899 INFO  (zkConnectionManagerCallback-12113-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2485899 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2485903 INFO  (closeThreadPool-12078-thread-2) 
[n:127.0.0.1:43371_btbk     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2485914 INFO  (closeThreadPool-12078-thread-2) 
[n:127.0.0.1:43371_btbk     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b3715f0
   [junit4]   2> 2485921 INFO  (closeThreadPool-12078-thread-2) 
[n:127.0.0.1:43371_btbk     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b3715f0
   [junit4]   2> 2485921 INFO  (closeThreadPool-12078-thread-2) 
[n:127.0.0.1:43371_btbk     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b3715f0
   [junit4]   2> 2485979 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2485979 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-4-001/solr.xml
   [junit4]   2> 2485982 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2485982 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2485983 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b3715f0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2486003 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-6-001
 of type NRT
   [junit4]   2> 2486004 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2486004 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-5-001/solr.xml
   [junit4]   2> 2486004 WARN  (closeThreadPool-12078-thread-5) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2486004 INFO  (closeThreadPool-12078-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2486004 INFO  (closeThreadPool-12078-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2486004 INFO  (closeThreadPool-12078-thread-5) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2486007 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2486007 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2486007 INFO  (closeThreadPool-12078-thread-2) 
[n:127.0.0.1:43371_btbk     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 2486008 INFO  (closeThreadPool-12078-thread-2) 
[n:127.0.0.1:43371_btbk     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-2-001/cores
   [junit4]   2> 2486009 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b3715f0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2486015 INFO  (closeThreadPool-12078-thread-5) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2486015 INFO  (closeThreadPool-12078-thread-5) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2486015 INFO  (closeThreadPool-12078-thread-5) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2486016 INFO  (closeThreadPool-12078-thread-5) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@113125f{/btbk,null,AVAILABLE}
   [junit4]   2> 2486017 INFO  (closeThreadPool-12078-thread-5) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@14d3ec53{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:41409}
   [junit4]   2> 2486017 INFO  (closeThreadPool-12078-thread-5) [     ] 
o.e.j.s.Server Started @2486046ms
   [junit4]   2> 2486017 INFO  (closeThreadPool-12078-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/tempDir-001/jetty6,
 solrconfig=solrconfig.xml, hostContext=/btbk, hostPort=41409, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-6-001/cores}
   [junit4]   2> 2486017 ERROR (closeThreadPool-12078-thread-5) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2486017 INFO  (closeThreadPool-12078-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2486017 INFO  (closeThreadPool-12078-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 2486017 INFO  (closeThreadPool-12078-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2486017 INFO  (closeThreadPool-12078-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2486017 INFO  (closeThreadPool-12078-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-02T15:29:19.281Z
   [junit4]   2> 2486031 INFO  (closeThreadPool-12078-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2486034 INFO  (zkConnectionManagerCallback-12118-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2486034 INFO  (closeThreadPool-12078-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2486044 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:43371_btbk
   [junit4]   2> 2486067 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2486068 WARN  (closeThreadPool-12078-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@535a807a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2486068 WARN  (closeThreadPool-12078-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@535a807a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2486079 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2486079 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-3-001/solr.xml
   [junit4]   2> 2486082 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2486082 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2486083 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b3715f0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2486087 WARN  (closeThreadPool-12078-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5c233cd4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2486087 WARN  (closeThreadPool-12078-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5c233cd4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2486088 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34263/solr
   [junit4]   2> 2486102 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2486112 INFO  (zkConnectionManagerCallback-12125-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2486112 INFO  (closeThreadPool-12078-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2486134 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 7 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-7-001
 of type NRT
   [junit4]   2> 2486134 WARN  (closeThreadPool-12078-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2486134 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2486134 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2486134 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2486145 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2486145 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2486145 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2486146 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@24cb770{/btbk,null,AVAILABLE}
   [junit4]   2> 2486146 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@5b1cf802{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:45499}
   [junit4]   2> 2486146 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.e.j.s.Server Started @2486175ms
   [junit4]   2> 2486146 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/tempDir-001/jetty7,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/btbk, hostPort=45499, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-7-001/cores}
   [junit4]   2> 2486146 ERROR (closeThreadPool-12078-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2486146 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2486146 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 2486146 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2486146 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2486146 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-02T15:29:19.410Z
   [junit4]   2> 2486147 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2486148 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2486148 INFO  (zkConnectionManagerCallback-12127-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2486148 INFO  (closeThreadPool-12078-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2486149 WARN  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@34326e84[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2486149 WARN  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@34326e84[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2486156 WARN  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@346416aa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2486156 WARN  (closeThreadPool-12078-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@346416aa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2486157 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34263/solr
   [junit4]   2> 2486159 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2486163 INFO  (zkConnectionManagerCallback-12133-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2486163 INFO  (closeThreadPool-12078-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2486179 INFO  (closeThreadPool-12078-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2486179 INFO  (closeThreadPool-12078-thread-5) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-6-001/solr.xml
   [junit4]   2> 2486195 INFO  (closeThreadPool-12078-thread-5) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2486195 INFO  (closeThreadPool-12078-thread-5) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2486196 INFO  (closeThreadPool-12078-thread-5) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2b3715f0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2486200 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2486200 WARN  (closeThreadPool-12078-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@d2651e6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2486200 WARN  (closeThreadPool-12078-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@d2651e6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2486202 WARN  (closeThreadPool-12078-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@ca964e3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2486202 WARN  (closeThreadPool-12078-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@ca964e3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2486203 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34263/solr
   [junit4]   2> 2486204 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2486204 INFO  (zkConnectionManagerCallback-12140-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2486204 INFO  (closeThreadPool-12078-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2486272 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 8 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-8-001
 of type NRT
   [junit4]   2> 2486272 WARN  (closeThreadPool-12078-thread-6) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2486272 INFO  (closeThreadPool-12078-thread-6) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2486272 INFO  (closeThreadPool-12078-thread-6) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2486273 INFO  (closeThreadPool-12078-thread-6) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 2486273 INFO  (closeThreadPool-12078-thread-6) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2486273 INFO  (closeThreadPool-12078-thread-6) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2486273 INFO  (closeThreadPool-12078-thread-6) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2486273 INFO  (closeThreadPool-12078-thread-6) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1b04fa37{/btbk,null,AVAILABLE}
   [junit4]   2> 2486274 INFO  (closeThreadPool-12078-thread-6) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@30c86acd{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:33467}
   [junit4]   2> 2486274 INFO  (closeThreadPool-12078-thread-6) [     ] 
o.e.j.s.Server Started @2486303ms
   [junit4]   2> 2486274 INFO  (closeThreadPool-12078-thread-6) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/tempDir-001/jetty8,
 solrconfig=solrconfig.xml, hostContext=/btbk, hostPort=33467, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001/shard-8-001/cores}
   [junit4]   2> 2486274 ERROR (closeThreadPool-12

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

ST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34263
   [junit4]   2> 2626413 INFO  
(TEST-RollingRestartTest.test-seed#[6537596EC6089843]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 34263
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RollingRestartTest 
-Dtests.method=test -Dtests.seed=6537596EC6089843 -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=sq -Dtests.timezone=Atlantic/Madeira -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    144s J2 | RollingRestartTest.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:39471/btbk
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6537596EC6089843:ED6366B468F4F5BB]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1127)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:896)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:828)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
   [junit4]    >        at 
org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:74)
   [junit4]    >        at 
org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:53)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    >        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    >        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
   [junit4]    >        ... 52 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_6537596EC6089843-001
   [junit4]   2> NOTE: test params are: codec=SimpleText, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5d18a65e),
 locale=sq, timezone=Atlantic/Madeira
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=235940872,total=533725184
   [junit4]   2> NOTE: All tests run in this JVM: [TestFacetMethods, RulesTest, 
TestRandomFlRTGCloud, TestTolerantSearch, TestSimPolicyCloud, 
TestDynamicLoadingUrl, TestCoreBackup, TestSnapshotCloudManager, 
TestEmbeddedSolrServerConstructors, SystemInfoHandlerTest, TestExportTool, 
DaemonStreamApiTest, ResourceLoaderTest, TestQueryTypes, TestUtilizeNode, 
MergeStrategyTest, TestFieldCollectionResource, TestFieldCache, SyncSliceTest, 
TestSolrCloudSnapshots, SecurityConfHandlerTest, SolrIndexSplitterTest, 
TestDynamicFieldNamesIndexCorrectly, ShardsWhitelistTest, TestCaffeineCache, 
HdfsChaosMonkeyNothingIsSafeTest, TestSolrCLIRunExample, 
TriggerIntegrationTest, FileUtilsTest, SolrCoreMetricManagerTest, 
TestCloudPhrasesIdentificationComponent, TestSolrCloudWithDelegationTokens, 
TestExactStatsCache, HttpSolrCallGetCoreTest, UtilsToolTest, 
SolrShardReporterTest, TestMinMaxOnMultiValuedField, SolrCloudExampleTest, 
TestCopyFieldCollectionResource, TestRealTimeGet, 
TestSimpleTrackingShardHandler, TestLogWatcher, TestPushWriter, 
TestJsonFacetRefinement, FileBasedSpellCheckerTest, 
FullSolrCloudDistribCmdsTest, TestMaxScoreQueryParser, CloudMLTQParserTest, 
TestManagedSynonymGraphFilterFactory, CdcrRequestHandlerTest, 
TestCollectionsAPIViaSolrCloudCluster, PingRequestHandlerTest, 
TestZkAclsWithHadoopAuth, BigEndianAscendingWordDeserializerTest, 
TestCSVResponseWriter, TestMultiWordSynonyms, TestFileDictionaryLookup, 
CoreAdminOperationTest, HdfsLockFactoryTest, TestSolrQueryParser, 
ZkControllerTest, HdfsSyncSliceTest, BasicDistributedZkTest, NumericFieldsTest, 
DocValuesNotIndexedTest, TestTlogReplica, 
ClassificationUpdateProcessorIntegrationTest, TestClusterStateMutator, 
TestPullReplica, TestBinaryField, TestSolrXml, 
DocExpirationUpdateProcessorFactoryTest, TestCustomStream, 
CollectionStateFormat2Test, TestRandomCollapseQParserPlugin, 
HdfsUnloadDistributedZkTest, TestCloudConsistency, 
IgnoreLargeDocumentProcessorFactoryTest, TestDefaultStatsCache, 
SuggesterTSTTest, TestStressUserVersions, QueryResultKeyTest, TestLazyCores, 
TestBlobHandler, ConvertedLegacyTest, HLLUtilTest, EnumFieldTest, 
TestInfoStreamLogging, PKIAuthenticationIntegrationTest, 
DefaultValueUpdateProcessorTest, TestUniqueKeyFieldResource, 
NodeLostTriggerTest, CdcrBootstrapTest, TestQuerySenderListener, 
ConfigureRecoveryStrategyTest, HDFSCollectionsAPITest, TermVectorComponentTest, 
TestLegacyFieldCache, CustomCollectionTest, TestSlowCompositeReaderWrapper, 
TestScoreJoinQPScore, TestConfigSetsAPIZkFailure, TestSimLargeCluster, 
HdfsRecoverLeaseTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
SearchRateTriggerIntegrationTest, ExitableDirectoryReaderTest, 
XmlUpdateRequestHandlerTest, TestDocBasedVersionConstraints, TestRestoreCore, 
TestCloudSchemaless, TestJoin, SolrCoreTest, AliasIntegrationTest, 
ParsingFieldUpdateProcessorsTest, MetricUtilsTest, TestSchemaField, 
TestComplexPhraseQParserPlugin, ReindexCollectionTest, 
TestHalfAndHalfDocValues, PeerSyncWithLeaderTest, TestSchemaSimilarityResource, 
IndexSchemaTest, LeaderFailureAfterFreshStartTest, 
DistributedFacetPivotSmallAdvancedTest, TestReload, RequiredFieldsTest, 
OverseerModifyCollectionTest, CurrencyRangeFacetCloudTest, 
SharedFSAutoReplicaFailoverTest, CollectionsAPIAsyncDistributedZkTest, 
TokenizerChainTest, TestHdfsUpdateLog, DistributedIntervalFacetingTest, 
TestExpandComponent, TestSolrConfigHandlerCloud, TestSimComputePlanAction, 
TestLFUCache, BasicAuthStandaloneTest, UUIDUpdateProcessorFallbackTest, 
TestDocumentBuilder, TestTrackingShardHandlerFactory, CurrencyFieldTypeTest, 
PeerSyncWithBufferUpdatesTest, TestLeaderElectionWithEmptyReplica, 
ClusterStateTest, ClusterStateUpdateTest, CollectionPropsTest, 
ConfigSetsAPITest, CreateRoutedAliasTest, DeleteStatusTest, ForceLeaderTest, 
HttpPartitionTest, LeaderElectionContextKeyTest, LeaderElectionIntegrationTest, 
LeaderFailoverAfterPartitionTest, LegacyCloudClusterPropTest, 
MigrateRouteKeyTest, MultiSolrCloudTestCaseTest, MultiThreadedOCPTest, 
NestedShardedAtomicUpdateTest, OverseerStatusTest, OverseerTaskQueueTest, 
PackageManagerCLITest, RecoveryAfterSoftCommitTest, RecoveryZkTest, 
RemoteQueryErrorTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, 
ReplicationFactorTest, RollingRestartTest]
   [junit4] Completed [444/887 (1!)] on J2 in 143.76s, 1 test, 1 error <<< 
FAILURES!

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

Reply via email to