Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24185/
Java: 64bit/jdk-13-ea+shipilev-fastdebug -XX:-UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.cloud.HttpPartitionTest.test

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:46415
        at 
__randomizedtesting.SeedInfo.seed([83D2B9D046CF53CD:B86860AE8333E35]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:667)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
        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:1068)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:837)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:769)
        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.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1080)
        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 
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.base/java.lang.Thread.run(Thread.java:830)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.base/java.net.SocketInputStream.socketRead0(Native Method)
        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
        at java.base/java.net.Socket$SocketInputStream.read(Socket.java:972)
        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:555)
        ... 42 more


FAILED:  org.apache.solr.cloud.HttpPartitionTest.test

Error Message:
max version bucket seed not updated after recovery!

Stack Trace:
java.lang.AssertionError: max version bucket seed not updated after recovery!
        at 
__randomizedtesting.SeedInfo.seed([83D2B9D046CF53CD:B86860AE8333E35]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:301)
        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:135)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        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 
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.base/java.lang.Thread.run(Thread.java:830)




Build Log:
[...truncated 14110 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/init-core-data-001
   [junit4]   2> 2408710 WARN  
(SUITE-HttpPartitionTest-seed#[83D2B9D046CF53CD]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=17 numCloses=17
   [junit4]   2> 2408710 INFO  
(SUITE-HttpPartitionTest-seed#[83D2B9D046CF53CD]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2408711 INFO  
(SUITE-HttpPartitionTest-seed#[83D2B9D046CF53CD]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776";)
   [junit4]   2> 2408711 INFO  
(SUITE-HttpPartitionTest-seed#[83D2B9D046CF53CD]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2408820 INFO  
(SUITE-HttpPartitionTest-seed#[83D2B9D046CF53CD]-worker) [     ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2408825 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2408825 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2408825 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2408925 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.ZkTestServer start zk server on port:42645
   [junit4]   2> 2408926 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42645
   [junit4]   2> 2408926 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 42645
   [junit4]   2> 2408928 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2408930 INFO  (zkConnectionManagerCallback-7416-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2408930 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2408934 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2408935 INFO  (zkConnectionManagerCallback-7418-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2408935 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2408942 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2408944 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2408946 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2408947 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2408948 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2408949 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2408950 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2408951 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2408952 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2408953 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2408953 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2408954 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 2409067 WARN  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2409067 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2409067 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2409067 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] o.e.j.s.Server 
jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 
13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318
   [junit4]   2> 2409068 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 2409068 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] o.e.j.s.session 
No SessionScavenger set, using defaults
   [junit4]   2> 2409068 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] o.e.j.s.session 
node0 Scavenging every 600000ms
   [junit4]   2> 2409068 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6b359f74{/,null,AVAILABLE}
   [junit4]   2> 2409069 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@40169538{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:٤١٩٧٩}
   [junit4]   2> 2409069 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] o.e.j.s.Server 
Started @٢٤٠٩٥٤٥ms
   [junit4]   2> 2409069 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/tempDir-001/control/data,
 hostPort=40379, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/control-001/cores,
 replicaType=NRT}
   [junit4]   2> 2409069 ERROR 
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2409069 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2409069 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 2409069 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2409069 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2409069 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-04T23:11:44.614919Z
   [junit4]   2> 2409071 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2409072 INFO  (zkConnectionManagerCallback-7420-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2409072 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2409173 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2409173 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/control-001/solr.xml
   [junit4]   2> 2409176 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2409176 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2409177 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@77e626df, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2409327 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2409328 WARN  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@c1d840a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2409331 WARN  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@10e86acc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2409332 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42645/solr
   [junit4]   2> 2409333 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2409334 INFO  (zkConnectionManagerCallback-7427-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2409334 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2409436 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [n:127.0.0.1:40379_     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2409437 INFO  (zkConnectionManagerCallback-7429-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2409437 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [n:127.0.0.1:40379_     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2409495 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [n:127.0.0.1:40379_     ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40379_
   [junit4]   2> 2409496 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [n:127.0.0.1:40379_     ] 
o.a.s.c.Overseer Overseer (id=72371199503499268-127.0.0.1:40379_-n_0000000000) 
starting
   [junit4]   2> 2409500 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [n:127.0.0.1:40379_     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2409501 INFO  (zkConnectionManagerCallback-7436-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2409501 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [n:127.0.0.1:40379_     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2409502 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [n:127.0.0.1:40379_     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42645/solr ready
   [junit4]   2> 2409503 INFO  
(OverseerStateUpdate-72371199503499268-127.0.0.1:40379_-n_0000000000) 
[n:127.0.0.1:40379_     ] o.a.s.c.Overseer Starting to work on the main queue : 
127.0.0.1:40379_
   [junit4]   2> 2409504 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [n:127.0.0.1:40379_     ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40379_
   [junit4]   2> 2409507 INFO  (zkCallback-7428-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2409507 INFO  (zkCallback-7435-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2409523 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [n:127.0.0.1:40379_     ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2409549 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [n:127.0.0.1:40379_     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77e626df
   [junit4]   2> 2409571 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [n:127.0.0.1:40379_     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77e626df
   [junit4]   2> 2409571 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [n:127.0.0.1:40379_     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@77e626df
   [junit4]   2> 2409573 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [n:127.0.0.1:40379_     ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/control-001/cores
   [junit4]   2> 2409601 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2409602 INFO  (zkConnectionManagerCallback-7442-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2409602 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2409604 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2409604 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42645/solr ready
   [junit4]   2> 2409605 INFO  (SocketProxy-Acceptor-40379) [     ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=52050,localport=40379], receiveBufferSize:531000
   [junit4]   2> 2409605 INFO  (SocketProxy-Acceptor-40379) [     ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=41979,localport=46396], receiveBufferSize=530904
   [junit4]   2> 2409606 INFO  (qtp1676885642-21998) [n:127.0.0.1:40379_     ] 
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:40379_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2409608 INFO  
(OverseerThreadFactory-7414-thread-1-processing-n:127.0.0.1:40379_) 
[n:127.0.0.1:40379_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 2409713 INFO  (SocketProxy-Acceptor-40379) [     ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=52062,localport=40379], receiveBufferSize:531000
   [junit4]   2> 2409713 INFO  (SocketProxy-Acceptor-40379) [     ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=41979,localport=46408], receiveBufferSize=530904
   [junit4]   2> 2409714 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_    
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> 2409714 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_    
x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 2410757 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2410776 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
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> 2411210 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
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> 2411230 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
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> 2411230 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
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@77e626df
   [junit4]   2> 2411230 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
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/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2411234 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3956156535096783]
   [junit4]   2> 2411236 WARN  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
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> 2411306 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
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> 2411306 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
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> 2411308 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2411308 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2411310 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=44.2333984375, 
floorSegmentMB=0.9853515625, forceMergeDeletesPctAllowed=14.604930269640727, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2868492483727796, deletesPctAllowed=30.5082991701223
   [junit4]   2> 2411310 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@19e744ca[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2411311 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2411311 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
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> 2411312 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2411312 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
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 1635453403772485632
   [junit4]   2> 2411317 INFO  
(searcherExecutor-7419-thread-1-processing-n:127.0.0.1:40379_ 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:40379_ 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@19e744ca[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2411319 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
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> 2411319 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
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> 2411321 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2411321 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
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> 2411321 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:40379/control_collection_shard1_replica_n1/
   [junit4]   2> 2411322 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
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> 2411328 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:40379/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2411328 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
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/72371199503499268-core_node2-n_0000000000
   [junit4]   2> 2411330 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
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:40379/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2411431 INFO  (zkCallback-7428-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> 2411431 INFO  (zkCallback-7428-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> 2411432 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
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> 2411433 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_ 
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=1719
   [junit4]   2> 2411436 INFO  (qtp1676885642-21998) [n:127.0.0.1:40379_     ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 2411534 INFO  (zkCallback-7428-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> 2411534 INFO  (zkCallback-7428-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> 2411535 INFO  (zkCallback-7428-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> 2411535 INFO  (qtp1676885642-21998) [n:127.0.0.1:40379_     ] 
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:40379_&wt=javabin&version=2}
 status=0 QTime=1928
   [junit4]   2> 2411610 INFO  
(OverseerCollectionConfigSetProcessor-72371199503499268-127.0.0.1:40379_-n_0000000000)
 [n:127.0.0.1:40379_     ] 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> 2411644 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2411652 INFO  (zkConnectionManagerCallback-7448-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2411652 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2411653 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2411654 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42645/solr ready
   [junit4]   2> 2411654 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 2411655 INFO  (SocketProxy-Acceptor-40379) [     ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=52074,localport=40379], receiveBufferSize:531000
   [junit4]   2> 2411659 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_     ] 
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=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2411664 INFO  (SocketProxy-Acceptor-40379) [     ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=41979,localport=46420], receiveBufferSize=530904
   [junit4]   2> 2411671 INFO  
(OverseerThreadFactory-7414-thread-2-processing-n:127.0.0.1:40379_) 
[n:127.0.0.1:40379_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 2411876 WARN  
(OverseerThreadFactory-7414-thread-2-processing-n:127.0.0.1:40379_) 
[n:127.0.0.1:40379_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 2411877 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_     ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 2411878 INFO  (qtp1676885642-21997) [n:127.0.0.1:40379_     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=219
   [junit4]   2> 2411879 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 2412166 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/shard-1-001
 of type NRT
   [junit4]   2> 2412166 WARN  (closeThreadPool-7449-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2412167 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2412167 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2412167 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 
13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318
   [junit4]   2> 2412168 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2412168 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2412168 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2412168 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@244c929b{/,null,AVAILABLE}
   [junit4]   2> 2412168 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@4d03628c{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:٤١٣٢١}
   [junit4]   2> 2412168 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.e.j.s.Server Started @٢٤١٢٦٤٤ms
   [junit4]   2> 2412168 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/tempDir-001/jetty1,
 hostPort=44523, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/shard-1-001/cores}
   [junit4]   2> 2412169 ERROR (closeThreadPool-7449-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2412169 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2412169 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 2412169 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2412169 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2412169 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-04T23:11:47.714231Z
   [junit4]   2> 2412175 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2412175 INFO  (zkConnectionManagerCallback-7451-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2412175 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2412277 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2412277 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/shard-1-001/solr.xml
   [junit4]   2> 2412281 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2412281 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2412283 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@77e626df, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2412460 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/shard-2-001
 of type NRT
   [junit4]   2> 2412460 WARN  (closeThreadPool-7449-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2412461 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2412461 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2412461 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 
13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318
   [junit4]   2> 2412461 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2412461 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2412461 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2412462 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@37748b1f{/,null,AVAILABLE}
   [junit4]   2> 2412462 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7dd6cdff{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:٣٩١٧٧}
   [junit4]   2> 2412462 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.e.j.s.Server Started @٢٤١٢٩٣٨ms
   [junit4]   2> 2412462 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/tempDir-001/jetty2,
 hostPort=35651, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/shard-2-001/cores}
   [junit4]   2> 2412462 ERROR (closeThreadPool-7449-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2412462 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2412462 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 2412463 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2412463 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2412463 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-04T23:11:48.008042Z
   [junit4]   2> 2412466 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2412470 INFO  (zkConnectionManagerCallback-7454-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2412470 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2412478 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2412479 WARN  (closeThreadPool-7449-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@c87812f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2412484 WARN  (closeThreadPool-7449-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@57296942[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2412485 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42645/solr
   [junit4]   2> 2412490 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2412494 INFO  (zkConnectionManagerCallback-7460-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2412494 INFO  (closeThreadPool-7449-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2412571 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2412571 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/shard-2-001/solr.xml
   [junit4]   2> 2412574 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2412574 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2412576 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@77e626df, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2412595 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/shard-3-001
 of type NRT
   [junit4]   2> 2412596 WARN  (closeThreadPool-7449-thread-3) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2412597 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2412597 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2412597 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 
13-testing+0-builds.shipilev.net-openjdk-jdk-b845-20190430-jdk-1318
   [junit4]   2> 2412604 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2412604 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2412604 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2412606 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7c93b0c{/,null,AVAILABLE}
   [junit4]   2> 2412607 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@19e20188{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:٣٩٢٢٧}
   [junit4]   2> 2412607 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.e.j.s.Server Started @٢٤١٣٠٨٣ms
   [junit4]   2> 2412607 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/tempDir-001/jetty3,
 hostPort=45999, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/shard-3-001/cores}
   [junit4]   2> 2412607 ERROR (closeThreadPool-7449-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2412607 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2412607 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 2412607 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2412607 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2412607 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-06-04T23:11:48.152936Z
   [junit4]   2> 2412617 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2412617 INFO  (zkConnectionManagerCallback-7463-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2412617 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2412636 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2412637 WARN  (closeThreadPool-7449-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7d7b593[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2412641 WARN  (closeThreadPool-7449-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@55b622bb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2412642 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42645/solr
   [junit4]   2> 2412644 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2412645 INFO  (zkConnectionManagerCallback-7469-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2412645 INFO  (closeThreadPool-7449-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2412673 INFO  (closeThreadPool-7449-thread-1) 
[n:127.0.0.1:44523_     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2412674 INFO  (zkConnectionManagerCallback-7471-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2412674 INFO  (closeThreadPool-7449-thread-1) 
[n:127.0.0.1:44523_     ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2412719 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2412719 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/shard-3-001/solr.xml
   [junit4]   2> 2412721 INFO  (closeThreadPool-7449-thread-1) 
[n:127.0.0.1:44523_     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2412722 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2412722 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2412723 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@77e626df, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2412724 INFO  (closeThreadPool-7449-thread-1) 
[n:127.0.0.1:44523_     ] o.a.s.c.ZkController Publish node=127.0.0.1:44523_ as 
DOWN
   [junit4]   2> 2412724 INFO  (closeThreadPool-7449-thread-1) 
[n:127.0.0.1:44523_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 2412724 INFO  (closeThreadPool-7449-thread-1) 
[n:127.0.0.1:44523_     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44523_
   [junit4]   2> 2412725 INFO  (zkCallback-7428-thread-3) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2412725 INFO  (zkCallback-7435-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2412725 INFO  (zkCallback-7447-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2412725 INFO  (zkCallback-7470-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2412730 INFO  (closeThreadPool-7449-thread-1) 
[n:127.0.0.1:44523_     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2412731 INFO  (zkConnectionManagerCallback-7479-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2412731 INFO  (closeThreadPool-7449-thread-1) 
[n:127.0.0.1:44523_     ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2412732 INFO  (closeThreadPool-7449-thread-1) 
[n:127.0.0.1:44523_     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2412733 INFO  (closeThreadPool-7449-thread-1) 
[n:127.0.0.1:44523_     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:42645/solr ready
   [junit4]   2> 2412854 INFO  (closeThreadPool-7449-thread-2) 
[n:127.0.0.1:35651_     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2412855 INFO  (zkConnectionManagerCallback-7481-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2412855 INFO  (closeThreadPool-7449-thread-2) 
[n:127.0.0.1:35651_     ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2412857 INFO  (closeThreadPool-7449-thread-2) 
[n:127.0.0.1:35651_     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2412859 INFO  (closeThreadPool-7449-thread-2) 
[n:127.0.0.1:35651_     ] o.a.s.c.ZkController Publish node=127.0.0.1:35651_ as 
DOWN
   [junit4]   2> 2412859 INFO  (closeThreadPool-7449-thread-2) 
[n:127.0.0.1:35651_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 2412859 INFO  (closeThreadPool-7449-thread-2) 
[n:127.0.0.1:35651_     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35651_
   [junit4]   2> 2412860 INFO  (zkCallback-7428-thread-3) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2412860 INFO  (zkCallback-7447-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2412860 INFO  (zkCallback-7435-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2412860 INFO  (zkCallback-7470-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2412862 INFO  (zkCallback-7478-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2412862 INFO  (zkCallback-7480-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2412866 INFO  (closeThreadPool-7449-thread-2) 
[n:127.0.0.1:35651_     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2412866 INFO  (zkConnectionManagerCallback-7488-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2412866 INFO  (closeThreadPool-7449-thread-2) 
[n:127.0.0.1:35651_     ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2412866 INFO  (closeThreadPool-7449-thread-1) 
[n:127.0.0.1:44523_     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2412867 INFO  (closeThreadPool-7449-thread-2) 
[n:127.0.0.1:35651_     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2412867 INFO  (closeThreadPool-7449-thread-2) 
[n:127.0.0.1:35651_     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:42645/solr ready
   [junit4]   2> 2412881 INFO  (closeThreadPool-7449-thread-2) 
[n:127.0.0.1:35651_     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2412892 INFO  (closeThreadPool-7449-thread-1) 
[n:127.0.0.1:44523_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@77e626df
   [junit4]   2> 2412912 INFO  (closeThreadPool-7449-thread-1) 
[n:127.0.0.1:44523_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@77e626df
   [junit4]   2> 2412913 INFO  (closeThreadPool-7449-thread-1) 
[n:127.0.0.1:44523_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@77e626df
   [junit4]   2> 2412914 INFO  (closeThreadPool-7449-thread-2) 
[n:127.0.0.1:35651_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@77e626df
   [junit4]   2> 2412914 INFO  (closeThreadPool-7449-thread-1) 
[n:127.0.0.1:44523_     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/shard-1-001/cores
   [junit4]   2> 2412943 INFO  (closeThreadPool-7449-thread-2) 
[n:127.0.0.1:35651_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@77e626df
   [junit4]   2> 2412943 INFO  (closeThreadPool-7449-thread-2) 
[n:127.0.0.1:35651_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@77e626df
   [junit4]   2> 2412946 INFO  (closeThreadPool-7449-thread-2) 
[n:127.0.0.1:35651_     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/shard-2-001/cores
   [junit4]   2> 2413045 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2413046 WARN  (closeThreadPool-7449-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@278469db[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2413049 WARN  (closeThreadPool-7449-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@33133a46[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2413050 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42645/solr
   [junit4]   2> 2413052 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2413059 INFO  (zkConnectionManagerCallback-7496-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2413059 INFO  (closeThreadPool-7449-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2413162 INFO  (closeThreadPool-7449-thread-3) 
[n:127.0.0.1:45999_     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2413163 INFO  (zkConnectionManagerCallback-7498-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2413163 INFO  (closeThreadPool-7449-thread-3) 
[n:127.0.0.1:45999_     ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2413166 INFO  (closeThreadPool-7449-thread-3) 
[n:127.0.0.1:45999_     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2413169 INFO  (closeThreadPool-7449-thread-3) 
[n:127.0.0.1:45999_     ] o.a.s.c.ZkController Publish node=127.0.0.1:45999_ as 
DOWN
   [junit4]   2> 2413170 INFO  (closeThreadPool-7449-thread-3) 
[n:127.0.0.1:45999_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 2413170 INFO  (closeThreadPool-7449-thread-3) 
[n:127.0.0.1:45999_     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45999_
   [junit4]   2> 2413171 INFO  (zkCallback-7435-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2413171 INFO  (zkCallback-7470-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2413171 INFO  (zkCallback-7428-thread-3) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2413173 INFO  (zkCallback-7478-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2413173 INFO  (zkCallback-7447-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2413173 INFO  (zkCallback-7480-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2413173 INFO  (zkCallback-7487-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2413173 INFO  (zkCallback-7497-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2413175 INFO  (closeThreadPool-7449-thread-3) 
[n:127.0.0.1:45999_     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 2413176 INFO  (zkConnectionManagerCallback-7505-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2413176 INFO  (closeThreadPool-7449-thread-3) 
[n:127.0.0.1:45999_     ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 2413177 INFO  (closeThreadPool-7449-thread-3) 
[n:127.0.0.1:45999_     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 2413178 INFO  (closeThreadPool-7449-thread-3) 
[n:127.0.0.1:45999_     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:42645/solr ready
   [junit4]   2> 2413194 INFO  (closeThreadPool-7449-thread-3) 
[n:127.0.0.1:45999_     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2413362 INFO  (closeThreadPool-7449-thread-3) 
[n:127.0.0.1:45999_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@77e626df
   [junit4]   2> 2413379 INFO  (closeThreadPool-7449-thread-3) 
[n:127.0.0.1:45999_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@77e626df
   [junit4]   2> 2413379 INFO  (closeThreadPool-7449-thread-3) 
[n:127.0.0.1:45999_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@77e626df
   [junit4]   2> 2413381 INFO  (closeThreadPool-7449-thread-3) 
[n:127.0.0.1:45999_     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/shard-3-001/cores
   [junit4]   2> 2413444 INFO  (SocketProxy-Acceptor-35651) [     ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58168,localport=35651], receiveBufferSize:531000
   [junit4]   2> 2413444 INFO  (SocketProxy-Acceptor-35651) [     ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=39177,localport=42374], receiveBufferSize=530904
   [junit4]   2> 2413444 INFO  (SocketProxy-Acceptor-35651) [     ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58170,localport=35651], receiveBufferSize:531000
   [junit4]   2> 2413444 INFO  (SocketProxy-Acceptor-35651) [     ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=39177,localport=42376], receiveBufferSize=530904
   [junit4]   2> 2413444 INFO  (SocketProxy-Acceptor-35651) [     ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58172,localport=35651], receiveBufferSize:531000
   [junit4]   2> 2413445 INFO  (qtp203405088-22078) [n:127.0.0.1:35651_     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:44523_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2413445 INFO  (qtp203405088-22077) [n:127.0.0.1:35651_     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:35651_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2413445 INFO  (SocketProxy-Acceptor-35651) [     ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=39177,localport=42378], receiveBufferSize=530904
   [junit4]   2> 2413445 INFO  (qtp203405088-22079) [n:127.0.0.1:35651_     ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:45999_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2413446 INFO  
(OverseerCollectionConfigSetProcessor-72371199503499268-127.0.0.1:40379_-n_0000000000)
 [n:127.0.0.1:40379_     ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2413447 INFO  
(OverseerThreadFactory-7414-thread-3-processing-n:127.0.0.1:40379_) 
[n:127.0.0.1:40379_ c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd Node 
Identified 127.0.0.1:44523_ for creating new replica of shard shard2 for 
collection collection1
   [junit4]   2> 2413447 INFO  
(OverseerThreadFactory-7414-thread-4-processing-n:127.0.0.1:40379_) 
[n:127.0.0.1:40379_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node 
Identified 127.0.0.1:35651_ for creating new replica of shard shard1 for 
collection collection1
   [junit4]   2> 2413448 INFO  
(OverseerThreadFactory-7414-thread-3-processing-n:127.0.0.1:40379_) 
[n:127.0.0.1:40379_ c:collection1 s:shard2   ] o.a.s.c.a.c.AddReplicaCmd 
Returning CreateReplica command.
   [junit4]   2> 2413448 INFO  
(OverseerThreadFactory-7414-thread-4-processing-n:127.0.0.1:40379_) 
[n:127.0.0.1:40379_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd 
Returning CreateReplica command.
   [junit4]   2> 2413449 INFO  (SocketProxy-Acceptor-44523) [     ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=59810,localport=44523], receiveBufferSize:531000
   [junit4]   2> 2413449 INFO  (SocketProxy-Acceptor-35651) [     ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58184,localport=35651], receiveBufferSize:531000
   [junit4]   2> 2413449 INFO  (SocketProxy-Acceptor-44523) [     ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=41321,localport=37402], receiveBufferSize=530904
   [junit4]   2> 2413450 INFO  (SocketProxy-Acceptor-35651) [     ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=39177,localport=42386], receiveBufferSize=530904
   [junit4]   2> 2413451 INFO  (qtp203405088-22172) [n:127.0.0.1:35651_    
x:collection1_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n2&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2413491 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_    
x:collection1_shard2_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2414508 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2414509 INFO  (qtp203405088-22172) [n:127.0.0.1:35651_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2414525 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n1] Schema name=test
   [junit4]   2> 2414525 INFO  (qtp203405088-22172) [n:127.0.0.1:35651_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n2] Schema name=test
   [junit4]   2> 2415128 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2415135 INFO  (qtp203405088-22172) [n:127.0.0.1:35651_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2415143 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 2415144 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n1' (registry 
'solr.core.collection1.shard2.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@77e626df
   [junit4]   2> 2415144 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/shard-1-001/cores/collection1_shard2_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/shard-1-001/cores/collection1_shard2_replica_n1/data/]
   [junit4]   2> 2415148 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3956156535096783]
   [junit4]   2> 2415150 WARN  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_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> 2415151 INFO  (qtp203405088-22172) [n:127.0.0.1:35651_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n2' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 2415152 INFO  (qtp203405088-22172) [n:127.0.0.1:35651_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n2' (registry 
'solr.core.collection1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@77e626df
   [junit4]   2> 2415152 INFO  (qtp203405088-22172) [n:127.0.0.1:35651_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/shard-2-001/cores/collection1_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001/shard-2-001/cores/collection1_shard1_replica_n2/data/]
   [junit4]   2> 2415157 INFO  (qtp203405088-22172) [n:127.0.0.1:35651_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3956156535096783]
   [junit4]   2> 2415159 WARN  (qtp203405088-22172) [n:127.0.0.1:35651_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] 
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> 2415224 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2415224 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2415226 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2415226 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2415229 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=44.2333984375, 
floorSegmentMB=0.9853515625, forceMergeDeletesPctAllowed=14.604930269640727, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2868492483727796, deletesPctAllowed=30.5082991701223
   [junit4]   2> 2415229 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@18272d4d[collection1_shard2_replica_n1] main]
   [junit4]   2> 2415229 INFO  (qtp203405088-22172) [n:127.0.0.1:35651_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2415229 INFO  (qtp203405088-22172) [n:127.0.0.1:35651_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2415230 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2415230 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2415231 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2415231 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1635453407881854976
   [junit4]   2> 2415231 INFO  (qtp203405088-22172) [n:127.0.0.1:35651_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2415231 INFO  (qtp203405088-22172) [n:127.0.0.1:35651_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2415233 INFO  (qtp203405088-22172) [n:127.0.0.1:35651_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=44.2333984375, 
floorSegmentMB=0.9853515625, forceMergeDeletesPctAllowed=14.604930269640727, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2868492483727796, deletesPctAllowed=30.5082991701223
   [junit4]   2> 2415233 INFO  (qtp203405088-22172) [n:127.0.0.1:35651_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5d98dd14[collection1_shard1_replica_n2] main]
   [junit4]   2> 2415235 INFO  (qtp203405088-22172) [n:127.0.0.1:35651_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2415235 INFO  (qtp203405088-22172) [n:127.0.0.1:35651_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2415235 INFO  
(searcherExecutor-7451-thread-1-processing-n:127.0.0.1:44523_ 
x:collection1_shard2_replica_n1 c:collection1 s:shard2) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SolrCore 
[collection1_shard2_replica_n1] Registered new searcher 
Searcher@18272d4d[collection1_shard2_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2415235 INFO  (qtp203405088-22172) [n:127.0.0.1:35651_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2415236 INFO  (qtp203405088-22172) [n:127.0.0.1:35651_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1635453407887097856
   [junit4]   2> 2415238 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard2 to 
Terms{values={core_node4=0}, version=0}
   [junit4]   2> 2415238 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/collection1/leaders/shard2
   [junit4]   2> 2415239 INFO  
(searcherExecutor-7452-thread-1-processing-n:127.0.0.1:35651_ 
x:collection1_shard1_replica_n2 c:collection1 s:shard1) [n:127.0.0.1:35651_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n2 ] o.a.s.c.SolrCore 
[collection1_shard1_replica_n2] Registered new searcher 
Searcher@5d98dd14[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2415240 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2415240 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2415240 INFO  (qtp2103786877-22066) [n:127.0.0.1:44523_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n1 ] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:44523/collection1_shard2_replica_n1/
   [junit4]   2> 2415241 INFO  (qtp

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

nit4]   2>      at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:502)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]   2> 
   [junit4]   2> 47673 WARN  (closeThreadPool-32-thread-2) [     ] 
o.a.s.c.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:35931/, 
target: http://127.0.0.1:44425/
   [junit4]   2> 47673 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 47899 WARN  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/overseer/queue
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 47903 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34465
   [junit4]   2> 47903 INFO  
(TEST-HttpPartitionTest.test-seed#[83D2B9D046CF53CD]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 34465
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest 
-Dtests.method=test -Dtests.seed=83D2B9D046CF53CD -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ar-YE 
-Dtests.timezone=America/Mexico_City -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   38.6s J2 | HttpPartitionTest.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:35931
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([83D2B9D046CF53CD:B86860AE8333E35]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:667)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:262)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
   [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:1068)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:837)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:769)
   [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.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1080)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:830)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at 
java.base/java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
   [junit4]    >        at 
java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
   [junit4]    >        at 
java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
   [junit4]    >        at 
java.base/java.net.Socket$SocketInputStream.read(Socket.java:972)
   [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:555)
   [junit4]    >        ... 42 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_83D2B9D046CF53CD-001
   [junit4]   2> Jun 05, 2019 12:11:04 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, 
docValues:{}, maxPointsInLeafNode=45, maxMBSortInHeap=6.355429978317296, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5e0384a5),
 locale=ar-YE, timezone=America/Mexico_City
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Aleksey Shipilev 
13-testing (64-bit)/cpus=8,threads=2,free=439769800,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [HttpPartitionTest]
   [junit4] Completed [3/5 (3!)] on J2 in 46.11s, 1 test, 1 error <<< FAILURES!

[...truncated 21 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1492: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1019: 
There were test failures: 5 suites, 5 tests, 3 errors [seed: 83D2B9D046CF53CD]

Total time: 1 minute 59 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   3/5 failed: org.apache.solr.cloud.HttpPartitionTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=92cf9d8758285352a6bd3a959988f9b72ecdf8f0, 
workspace=/home/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #24184
Recording test results
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to