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

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:40563/solr
        at 
__randomizedtesting.SeedInfo.seed([87A4D97D186B0E7F:BF17FD833F98DAAE]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:91)
        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:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        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:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        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:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:834)
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 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
        ... 49 more




Build Log:
[...truncated 12748 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest
   [junit4]   2> 297791 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[87A4D97D186B0E7F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_87A4D97D186B0E7F-001/data-dir-23-001
   [junit4]   2> 297791 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[87A4D97D186B0E7F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 297792 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[87A4D97D186B0E7F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 297792 INFO  
(SUITE-AutoAddReplicasPlanActionTest-seed#[87A4D97D186B0E7F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 297794 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testSimple
   [junit4]   2> 297794 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_87A4D97D186B0E7F-001/tempDir-001
   [junit4]   2> 297794 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 297795 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 297795 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 297895 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.c.ZkTestServer start zk server on port:37615
   [junit4]   2> 297895 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:37615
   [junit4]   2> 297895 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37615
   [junit4]   2> 297895 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 37615
   [junit4]   2> 297896 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 297902 INFO  (zkConnectionManagerCallback-2364-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 297902 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 297909 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 297910 INFO  (zkConnectionManagerCallback-2366-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 297910 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 297912 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 297912 INFO  (zkConnectionManagerCallback-2368-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 297912 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 298017 WARN  (jetty-launcher-2369-thread-1) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 298018 INFO  (jetty-launcher-2369-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 298018 INFO  (jetty-launcher-2369-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 298018 WARN  (jetty-launcher-2369-thread-2) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 298018 INFO  (jetty-launcher-2369-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 298018 INFO  (jetty-launcher-2369-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS
   [junit4]   2> 298018 INFO  (jetty-launcher-2369-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 298018 INFO  (jetty-launcher-2369-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS
   [junit4]   2> 298018 WARN  (jetty-launcher-2369-thread-3) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 298019 INFO  (jetty-launcher-2369-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 298019 INFO  (jetty-launcher-2369-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 298019 INFO  (jetty-launcher-2369-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 11.0.4+10-LTS
   [junit4]   2> 298024 INFO  (jetty-launcher-2369-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 298024 INFO  (jetty-launcher-2369-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 298024 INFO  (jetty-launcher-2369-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 298024 INFO  (jetty-launcher-2369-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3db81333{/solr,null,AVAILABLE}
   [junit4]   2> 298025 INFO  (jetty-launcher-2369-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@14067dfb{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:46493}
   [junit4]   2> 298025 INFO  (jetty-launcher-2369-thread-2) [     ] 
o.e.j.s.Server Started @298110ms
   [junit4]   2> 298025 INFO  (jetty-launcher-2369-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46493}
   [junit4]   2> 298025 ERROR (jetty-launcher-2369-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 298025 INFO  (jetty-launcher-2369-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 298025 INFO  (jetty-launcher-2369-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 298025 INFO  (jetty-launcher-2369-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 298025 INFO  (jetty-launcher-2369-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 298025 INFO  (jetty-launcher-2369-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-02-02T12:02:56.620714Z
   [junit4]   2> 298026 INFO  (jetty-launcher-2369-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 298031 INFO  (zkConnectionManagerCallback-2371-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 298031 INFO  (jetty-launcher-2369-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 298032 INFO  (jetty-launcher-2369-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 298032 INFO  (jetty-launcher-2369-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 298032 INFO  (jetty-launcher-2369-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 298032 INFO  (jetty-launcher-2369-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 298036 INFO  (jetty-launcher-2369-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@b2415a6{/solr,null,AVAILABLE}
   [junit4]   2> 298036 INFO  (jetty-launcher-2369-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@127c69b1{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:42095}
   [junit4]   2> 298036 INFO  (jetty-launcher-2369-thread-1) [     ] 
o.e.j.s.Server Started @298121ms
   [junit4]   2> 298036 INFO  (jetty-launcher-2369-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42095}
   [junit4]   2> 298037 ERROR (jetty-launcher-2369-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 298037 INFO  (jetty-launcher-2369-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 298037 INFO  (jetty-launcher-2369-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 298037 INFO  (jetty-launcher-2369-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 298037 INFO  (jetty-launcher-2369-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 298037 INFO  (jetty-launcher-2369-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-02-02T12:02:56.632183Z
   [junit4]   2> 298038 INFO  (jetty-launcher-2369-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 298039 INFO  (zkConnectionManagerCallback-2373-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 298039 INFO  (jetty-launcher-2369-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 298039 INFO  (jetty-launcher-2369-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 298039 INFO  (jetty-launcher-2369-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 298039 INFO  (jetty-launcher-2369-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 298039 INFO  (jetty-launcher-2369-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 298039 INFO  (jetty-launcher-2369-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5cce685f{/solr,null,AVAILABLE}
   [junit4]   2> 298039 INFO  (jetty-launcher-2369-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@720d5f06{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:40563}
   [junit4]   2> 298039 INFO  (jetty-launcher-2369-thread-3) [     ] 
o.e.j.s.Server Started @298124ms
   [junit4]   2> 298039 INFO  (jetty-launcher-2369-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40563}
   [junit4]   2> 298040 ERROR (jetty-launcher-2369-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 298040 INFO  (jetty-launcher-2369-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 298040 INFO  (jetty-launcher-2369-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 298040 INFO  (jetty-launcher-2369-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 298040 INFO  (jetty-launcher-2369-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr
   [junit4]   2> 298040 INFO  (jetty-launcher-2369-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-02-02T12:02:56.635831Z
   [junit4]   2> 298048 INFO  (jetty-launcher-2369-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 298048 INFO  (zkConnectionManagerCallback-2375-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 298048 INFO  (jetty-launcher-2369-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 298049 INFO  (jetty-launcher-2369-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 298387 INFO  (jetty-launcher-2369-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 298388 WARN  (jetty-launcher-2369-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@43142c39[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298388 WARN  (jetty-launcher-2369-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@43142c39[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298390 WARN  (jetty-launcher-2369-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@126451a6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298390 WARN  (jetty-launcher-2369-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@126451a6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298391 INFO  (jetty-launcher-2369-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37615/solr
   [junit4]   2> 298393 INFO  (jetty-launcher-2369-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 298393 INFO  (zkConnectionManagerCallback-2384-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 298393 INFO  (jetty-launcher-2369-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 298496 INFO  (jetty-launcher-2369-thread-3) 
[n:127.0.0.1:40563_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 298496 INFO  (zkConnectionManagerCallback-2386-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 298496 INFO  (jetty-launcher-2369-thread-3) 
[n:127.0.0.1:40563_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 298549 INFO  (jetty-launcher-2369-thread-3) 
[n:127.0.0.1:40563_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:40563_solr
   [junit4]   2> 298549 INFO  (jetty-launcher-2369-thread-3) 
[n:127.0.0.1:40563_solr     ] o.a.s.c.Overseer Overseer 
(id=73176068745592839-127.0.0.1:40563_solr-n_0000000000) starting
   [junit4]   2> 298556 INFO  
(OverseerStateUpdate-73176068745592839-127.0.0.1:40563_solr-n_0000000000) 
[n:127.0.0.1:40563_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:40563_solr
   [junit4]   2> 298567 INFO  (jetty-launcher-2369-thread-3) 
[n:127.0.0.1:40563_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40563_solr
   [junit4]   2> 298568 INFO  (jetty-launcher-2369-thread-3) 
[n:127.0.0.1:40563_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 298568 WARN  (jetty-launcher-2369-thread-3) 
[n:127.0.0.1:40563_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 298579 INFO  (zkCallback-2385-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 298589 INFO  (jetty-launcher-2369-thread-3) 
[n:127.0.0.1:40563_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 298609 INFO  (jetty-launcher-2369-thread-3) 
[n:127.0.0.1:40563_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40563.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43dc3c39
   [junit4]   2> 298616 INFO  (jetty-launcher-2369-thread-3) 
[n:127.0.0.1:40563_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40563.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43dc3c39
   [junit4]   2> 298616 INFO  (jetty-launcher-2369-thread-3) 
[n:127.0.0.1:40563_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40563.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43dc3c39
   [junit4]   2> 298617 INFO  (jetty-launcher-2369-thread-3) 
[n:127.0.0.1:40563_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_87A4D97D186B0E7F-001/tempDir-001/node3/.
   [junit4]   2> 298784 INFO  (jetty-launcher-2369-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 298785 WARN  (jetty-launcher-2369-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@e251b5d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298785 WARN  (jetty-launcher-2369-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@e251b5d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298788 WARN  (jetty-launcher-2369-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1d5fa4a4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298788 WARN  (jetty-launcher-2369-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1d5fa4a4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 298789 INFO  (jetty-launcher-2369-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37615/solr
   [junit4]   2> 298792 INFO  (jetty-launcher-2369-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 298796 INFO  (zkConnectionManagerCallback-2396-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 298796 INFO  (jetty-launcher-2369-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 298904 INFO  (jetty-launcher-2369-thread-2) 
[n:127.0.0.1:46493_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 298905 INFO  (zkConnectionManagerCallback-2398-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 298905 INFO  (jetty-launcher-2369-thread-2) 
[n:127.0.0.1:46493_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 298908 INFO  (jetty-launcher-2369-thread-2) 
[n:127.0.0.1:46493_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 298911 INFO  (jetty-launcher-2369-thread-2) 
[n:127.0.0.1:46493_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:46493_solr as DOWN
   [junit4]   2> 298911 INFO  (jetty-launcher-2369-thread-2) 
[n:127.0.0.1:46493_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 298911 INFO  (jetty-launcher-2369-thread-2) 
[n:127.0.0.1:46493_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46493_solr
   [junit4]   2> 298912 INFO  (zkCallback-2385-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 298913 INFO  (jetty-launcher-2369-thread-2) 
[n:127.0.0.1:46493_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 298913 WARN  (jetty-launcher-2369-thread-2) 
[n:127.0.0.1:46493_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 298916 INFO  (zkCallback-2397-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 298929 INFO  (jetty-launcher-2369-thread-2) 
[n:127.0.0.1:46493_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 298946 INFO  (jetty-launcher-2369-thread-2) 
[n:127.0.0.1:46493_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46493.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43dc3c39
   [junit4]   2> 298954 INFO  (jetty-launcher-2369-thread-2) 
[n:127.0.0.1:46493_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46493.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43dc3c39
   [junit4]   2> 298954 INFO  (jetty-launcher-2369-thread-2) 
[n:127.0.0.1:46493_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46493.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43dc3c39
   [junit4]   2> 298955 INFO  (jetty-launcher-2369-thread-2) 
[n:127.0.0.1:46493_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_87A4D97D186B0E7F-001/tempDir-001/node2/.
   [junit4]   2> 299169 INFO  (jetty-launcher-2369-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 299170 WARN  (jetty-launcher-2369-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@443ce5ae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 299170 WARN  (jetty-launcher-2369-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@443ce5ae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 299173 WARN  (jetty-launcher-2369-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2ba07d1b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 299173 WARN  (jetty-launcher-2369-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2ba07d1b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 299174 INFO  (jetty-launcher-2369-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37615/solr
   [junit4]   2> 299175 INFO  (jetty-launcher-2369-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 299176 INFO  (zkConnectionManagerCallback-2408-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299176 INFO  (jetty-launcher-2369-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 299278 INFO  (jetty-launcher-2369-thread-1) 
[n:127.0.0.1:42095_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 299279 INFO  (zkConnectionManagerCallback-2410-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299279 INFO  (jetty-launcher-2369-thread-1) 
[n:127.0.0.1:42095_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 299283 INFO  (jetty-launcher-2369-thread-1) 
[n:127.0.0.1:42095_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 299285 INFO  (jetty-launcher-2369-thread-1) 
[n:127.0.0.1:42095_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:42095_solr as DOWN
   [junit4]   2> 299286 INFO  (jetty-launcher-2369-thread-1) 
[n:127.0.0.1:42095_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 299286 INFO  (jetty-launcher-2369-thread-1) 
[n:127.0.0.1:42095_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42095_solr
   [junit4]   2> 299287 INFO  (zkCallback-2397-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 299287 INFO  (zkCallback-2385-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 299287 INFO  (zkCallback-2409-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 299288 INFO  (jetty-launcher-2369-thread-1) 
[n:127.0.0.1:42095_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 299288 WARN  (jetty-launcher-2369-thread-1) 
[n:127.0.0.1:42095_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 299302 INFO  (jetty-launcher-2369-thread-1) 
[n:127.0.0.1:42095_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 299318 INFO  (jetty-launcher-2369-thread-1) 
[n:127.0.0.1:42095_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42095.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43dc3c39
   [junit4]   2> 299326 INFO  (jetty-launcher-2369-thread-1) 
[n:127.0.0.1:42095_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42095.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43dc3c39
   [junit4]   2> 299326 INFO  (jetty-launcher-2369-thread-1) 
[n:127.0.0.1:42095_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42095.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43dc3c39
   [junit4]   2> 299327 INFO  (jetty-launcher-2369-thread-1) 
[n:127.0.0.1:42095_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_87A4D97D186B0E7F-001/tempDir-001/node1/.
   [junit4]   2> 299367 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
   [junit4]   2> 299367 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 299368 INFO  (zkConnectionManagerCallback-2419-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299368 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 299370 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 299370 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37615/solr ready
   [junit4]   2> 299379 INFO  (qtp2093657839-6442) [n:127.0.0.1:40563_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster 
params={wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 299380 INFO  (qtp2093657839-6442) [n:127.0.0.1:40563_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:40563_solr,127.0.0.1:46493_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 299383 INFO  
(OverseerThreadFactory-1731-thread-1-processing-n:127.0.0.1:40563_solr) 
[n:127.0.0.1:40563_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testSimple1
   [junit4]   2> 299488 INFO  
(OverseerStateUpdate-73176068745592839-127.0.0.1:40563_solr-n_0000000000) 
[n:127.0.0.1:40563_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46493/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 299495 INFO  
(OverseerStateUpdate-73176068745592839-127.0.0.1:40563_solr-n_0000000000) 
[n:127.0.0.1:40563_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testSimple1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40563/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 299496 INFO  
(OverseerStateUpdate-73176068745592839-127.0.0.1:40563_solr-n_0000000000) 
[n:127.0.0.1:40563_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46493/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 299498 INFO  
(OverseerStateUpdate-73176068745592839-127.0.0.1:40563_solr-n_0000000000) 
[n:127.0.0.1:40563_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testSimple1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testSimple1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40563/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 299701 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr    
x:testSimple1_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 299701 INFO  (qtp2093657839-6446) [n:127.0.0.1:40563_solr    
x:testSimple1_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 299701 INFO  (qtp2093657839-6446) [n:127.0.0.1:40563_solr    
x:testSimple1_shard1_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 299701 INFO  (qtp2093657839-6439) [n:127.0.0.1:40563_solr    
x:testSimple1_shard2_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 299701 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr    
x:testSimple1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 300713 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 300717 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 300721 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 300723 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 300723 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using 
configuration from configset conf, trusted=true
   [junit4]   2> 300724 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46493.solr.core.testSimple1.shard2.replica_n4' (registry 
'solr.core.testSimple1.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43dc3c39
   [junit4]   2> 300724 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_87A4D97D186B0E7F-001/tempDir-001/node2/testSimple1_shard2_replica_n4],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_87A4D97D186B0E7F-001/tempDir-001/node2/./testSimple1_shard2_replica_n4/data/]
   [junit4]   2> 300725 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 300727 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 300727 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using 
configuration from configset conf, trusted=true
   [junit4]   2> 300727 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46493.solr.core.testSimple1.shard1.replica_n1' (registry 
'solr.core.testSimple1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@43dc3c39
   [junit4]   2> 300727 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_87A4D97D186B0E7F-001/tempDir-001/node2/testSimple1_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_87A4D97D186B0E7F-001/tempDir-001/node2/./testSimple1_shard1_replica_n1/data/]
   [junit4]   2> 300774 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 300774 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 300776 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 300776 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 300777 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@184d65a8[testSimple1_shard2_replica_n4] main]
   [junit4]   2> 300779 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 300779 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 300780 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 300780 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1657426389893120000
   [junit4]   2> 300781 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 300781 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 300782 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 300782 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 300783 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2a5ae98d[testSimple1_shard1_replica_n1] main]
   [junit4]   2> 300784 INFO  
(searcherExecutor-1750-thread-1-processing-n:127.0.0.1:46493_solr 
x:testSimple1_shard2_replica_n4 c:testSimple1 s:shard2 r:core_node7) 
[n:127.0.0.1:46493_solr c:testSimple1 s:shard2 r:core_node7 
x:testSimple1_shard2_replica_n4 ] o.a.s.c.SolrCore 
[testSimple1_shard2_replica_n4] Registered new searcher 
Searcher@184d65a8[testSimple1_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 300784 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 300785 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 300785 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 300785 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1657426389898362880
   [junit4]   2> 300788 INFO  
(searcherExecutor-1751-thread-1-processing-n:127.0.0.1:46493_solr 
x:testSimple1_shard1_replica_n1 c:testSimple1 s:shard1 r:core_node3) 
[n:127.0.0.1:46493_solr c:testSimple1 s:shard1 r:core_node3 
x:testSimple1_shard1_replica_n1 ] o.a.s.c.SolrCore 
[testSimple1_shard1_replica_n1] Registered new searcher 
Searcher@2a5ae98d[testSimple1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 300788 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/testSimple1/terms/shard2 to Terms{values={core_node7=0}, version=0}
   [junit4]   2> 300790 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/testSimple1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 300790 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/testSimple1/leaders/shard1
   [junit4]   2> 300790 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/testSimple1/leaders/shard2
   [junit4]   2> 300793 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 300794 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 310814 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContext Was waiting for replicas to come up, but 
they are taking too long - assuming they won't come back till later
   [junit4]   2> 310814 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 310814 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:46493/solr/testSimple1_shard2_replica_n4/
   [junit4]   2> 310814 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Was waiting for replicas to come up, but 
they are taking too long - assuming they won't come back till later
   [junit4]   2> 310814 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 310814 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:46493/solr/testSimple1_shard1_replica_n1/
   [junit4]   2> 310815 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4 
url=http://127.0.0.1:46493/solr START 
replicas=[http://127.0.0.1:40563/solr/testSimple1_shard2_replica_n6/] 
nUpdates=100
   [junit4]   2> 310815 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4 
url=http://127.0.0.1:46493/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 310815 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1 
url=http://127.0.0.1:46493/solr START 
replicas=[http://127.0.0.1:40563/solr/testSimple1_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 310815 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1 
url=http://127.0.0.1:46493/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 310817 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 310817 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 310817 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/testSimple1/leaders/shard2/leader after winning as 
/collections/testSimple1/leader_elect/shard2/election/73176068745592841-core_node7-n_0000000000
   [junit4]   2> 310818 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 310818 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 310818 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/testSimple1/leaders/shard1/leader after winning as 
/collections/testSimple1/leader_elect/shard1/election/73176068745592841-core_node3-n_0000000000
   [junit4]   2> 310819 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46493/solr/testSimple1_shard2_replica_n4/ shard2
   [junit4]   2> 310819 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46493/solr/testSimple1_shard1_replica_n1/ shard1
   [junit4]   2> 310820 INFO  (zkCallback-2397-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 310821 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 310822 INFO  (qtp448893139-6425) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=11121
   [junit4]   2> 310922 INFO  (zkCallback-2397-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 310923 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 310926 INFO  (qtp448893139-6432) [n:127.0.0.1:46493_solr 
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=11224
   [junit4]   2> 311026 INFO  (zkCallback-2397-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 358591 INFO  (qtp2093657839-6447) [n:127.0.0.1:40563_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used}
 status=0 QTime=1
   [junit4]   2> 358594 INFO  (qtp448893139-6433) [n:127.0.0.1:46493_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used}
 status=0 QTime=0
   [junit4]   2> 358595 INFO  (qtp482055254-6426) [n:127.0.0.1:42095_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used}
 status=0 QTime=0
   [junit4]   2> 389571 INFO  (jetty-closer-2422-thread-2) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1921145063
   [junit4]   2> 389571 INFO  (jetty-closer-2422-thread-2) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46493_solr
   [junit4]   2> 389571 INFO  (jetty-closer-2422-thread-2) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 389571 INFO  (jetty-closer-2422-thread-2) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:46493_solr as DOWN
   [junit4]   2> 389575 INFO  (jetty-closer-2422-thread-3) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=72149273
   [junit4]   2> 389575 INFO  (jetty-closer-2422-thread-3) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42095_solr
   [junit4]   2> 389575 INFO  (zkCallback-2397-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testSimple1/state.json] for collection [testSimple1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 389576 INFO  (jetty-closer-2422-thread-3) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 389576 INFO  (jetty-closer-2422-thread-3) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:42095_solr as DOWN
   [junit4]   2> 389576 INFO  (coreCloseExecutor-1760-thread-1) 
[n:127.0.0.1:46493_solr c:testSimple1 s:shard2 r:core_node7 
x:testSimple1_shard2_replica_n4 ] o.a.s.c.SolrCore 
[testSimple1_shard2_replica_n4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7df5ea90
   [junit4]   2> 389576 INFO  (coreCloseExecutor-1760-thread-1) 
[n:127.0.0.1:46493_solr c:testSimple1 s:shard2 r:core_node7 
x:testSimple1_shard2_replica_n4 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testSimple1.shard2.replica_n4, 
tag=SolrCore@7df5ea90
   [junit4]   2> 389576 INFO  (coreCloseExecutor-1760-thread-1) 
[n:127.0.0.1:46493_solr c:testSimple1 s:shard2 r:core_node7 
x:testSimple1_shard2_replica_n4 ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3482bc1f: rootName = 
solr_46493, domain = solr.core.testSimple1.shard2.replica_n4, service url = 
null, agent id = null] for registry solr.core.testSimple1.shard2.replica_n4 / 
com.codahale.metrics.MetricRegistry@12338918
   [junit4]   2> 389580 INFO  (coreCloseExecutor-1760-thread-2) 
[n:127.0.0.1:46493_solr c:testSimple1 s:shard1 r:core_node3 
x:testSimple1_shard1_replica_n1 ] o.a.s.c.SolrCore 
[testSimple1_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@14ea0f2c
   [junit4]   2> 389589 INFO  (coreCloseExecutor-1760-thread-1) 
[n:127.0.0.1:46493_solr c:testSimple1 s:shard2 r:core_node7 
x:testSimple1_shard2_replica_n4 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple1.shard2.leader, 
tag=SolrCore@7df5ea90
   [junit4]   2> 389589 INFO  (coreCloseExecutor-1760-thread-2) 
[n:127.0.0.1:46493_solr c:testSimple1 s:shard1 r:core_node3 
x:testSimple1_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.testSimple1.shard1.replica_n1, 
tag=SolrCore@14ea0f2c
   [junit4]   2> 389590 INFO  (coreCloseExecutor-1760-thread-2) 
[n:127.0.0.1:46493_solr c:testSimple1 s:shard1 r:core_node3 
x:testSimple1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@30921a32: rootName = 
solr_46493, domain = solr.core.testSimple1.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.testSimple1.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@7243b691
   [junit4]   2> 389590 INFO  (jetty-closer-2422-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 389590 INFO  (jetty-closer-2422-thread-3) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@79ea5115: rootName = 
solr_42095, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@8ad0cd0
   [junit4]   2> 389592 INFO  (coreCloseExecutor-1760-thread-1) 
[n:127.0.0.1:46493_solr c:testSimple1 s:shard2 r:core_node7 
x:testSimple1_shard2_replica_n4 ] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 389598 INFO  (jetty-closer-2422-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 389598 INFO  (jetty-closer-2422-thread-3) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@624a175: rootName = 
solr_42095, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@691b7b62
   [junit4]   2> 389601 INFO  (jetty-closer-2422-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 389601 INFO  (jetty-closer-2422-thread-3) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5e6b6aee: rootName = 
solr_42095, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@10823db
   [junit4]   2> 389601 INFO  (jetty-closer-2422-thread-3) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 389605 INFO  (zkCallback-2385-thread-3) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 389605 INFO  (zkCallback-2397-thread-3) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 389606 INFO  (coreCloseExecutor-1760-thread-2) 
[n:127.0.0.1:46493_solr c:testSimple1 s:shard1 r:core_node3 
x:testSimple1_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.testSimple1.shard1.leader, 
tag=SolrCore@14ea0f2c
   [junit4]   2> 389607 INFO  (coreCloseExecutor-1760-thread-2) 
[n:127.0.0.1:46493_solr c:testSimple1 s:shard1 r:core_node3 
x:testSimple1_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 389612 INFO  (jetty-closer-2422-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 389612 INFO  (jetty-closer-2422-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4a92732c: rootName = 
solr_46493, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@69ad4a11
   [junit4]   2> 389618 INFO  (jetty-closer-2422-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 389618 INFO  (jetty-closer-2422-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@a74aa85: rootName = 
solr_46493, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@691b7b62
   [junit4]   2> 389621 INFO  (jetty-closer-2422-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 389621 INFO  (jetty-closer-2422-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@59701b81: rootName = 
solr_46493, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@10823db
   [junit4]   2> 389621 INFO  (jetty-closer-2422-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 389623 INFO  (zkCallback-2385-thread-3) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 389706 INFO  (jetty-closer-2422-thread-3) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@127c69b1{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 389707 INFO  (jetty-closer-2422-thread-3) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@b2415a6{/solr,null,UNAVAILABLE}
   [junit4]   2> 389707 INFO  (jetty-closer-2422-thread-3) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 389724 INFO  (jetty-closer-2422-thread-2) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@14067dfb{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 389724 INFO  (jetty-closer-2422-thread-2) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3db81333{/solr,null,UNAVAILABLE}
   [junit4]   2> 389724 INFO  (jetty-closer-2422-thread-2) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 418600 ERROR (qtp2093657839-6447) [n:127.0.0.1:40563_solr     
] o.a.s.s.SolrDispatchFilter Error processing the request. CoreContainer is 
either not initialized or shutting down.
   [junit4]   2> 418601 WARN  (qtp2093657839-6447) [n:127.0.0.1:40563_solr     
] o.e.j.s.HttpChannel /solr/admin/metrics
   [junit4]   2>           => javax.servlet.UnavailableException: Error 
processing the request. CoreContainer is either not initialized or shutting 
down.
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:370)
   [junit4]   2> javax.servlet.UnavailableException: Error processing the 
request. CoreContainer is either not initialized or shutting down.
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:370)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
 ~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) 
~[jetty-servlet-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
 ~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
 ~[jetty-rewrite-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:500) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) 
~[jetty-server-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
 ~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) 
~[jetty-io-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
 ~[jetty-util-9.4.24.v20191120.jar:9.4.24.v20191120]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 418602 WARN  (MetricsHistoryHandler-1734-thread-1) [     ] 
o.a.s.c.s.i.SolrClientNodeStateProvider could not get tags from node 
127.0.0.1:40563_solr
   [junit4]   2>           => 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:40563/solr: Expected mime type 
application/octet-stream but got text/html. <html>
   [junit4]   2> <head>
   [junit4]   2> 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:40563/solr: Expected mime type 
application/octet-stream but got text/html. <html>
   [junit4]   2> <head>
   [junit4]   2> <meta http-equiv="Content-Type" 
content="text/html;charset=utf-8"/>
   [junit4]   2> <title>Error 404 javax.servlet.UnavailableException: Error 
processing the request. CoreContainer is either not initialized or shutting 
down.</title>
   [junit4]   2> </head>
   [junit4]   2> <body><h2>HTTP ERROR 404 javax.servlet.UnavailableException: 
Error processing the request. CoreContainer is either not initialized or 
shutting down.</h2>
   [junit4]   2> <table>
   [junit4]   2> <tr><th>URI:</th><td>/solr/admin/metrics</td></tr>
   [junit4]   2> <tr><th>STATUS:</th><td>404</td></tr>
   [junit4]   2> <tr><th>MESSAGE:</th><td>javax.servlet.UnavailableException: 
Error processing the request. CoreContainer is either not initialized or 
shutting down.</td></tr>
   [junit4]   2> 
<tr><th>SERVLET:</th><td>org.apache.solr.client.solrj.embedded.JettySolrRunner$Servlet404-1aa42862</td></tr>
   [junit4]   2> <tr><th>CAUSED BY:</th><td>javax.servlet.UnavailableException: 
Error processing the request. CoreContainer is either not initialized or 
shutting down.</td></tr>
   [junit4]   2> </table>
   [junit4]   2> <h3>Caused by:</h3><pre>javax.servlet.UnavailableException: 
Error processing the request. CoreContainer is either not initialized or 
shutting down.
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:370)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> </pre>
   [junit4]   2> <hr><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.4.24.v20191120</a><hr/>
   [junit4]   2> 
   [junit4]   2> </body>
   [junit4]   2> </html>
   [junit4]   2> 
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:629)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$ClientSnitchCtx.invoke(SolrClientNodeStateProvider.java:412)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.fetchReplicaMetrics(SolrClientNodeStateProvider.java:201)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$AutoScalingSnitch.getRemoteInfo(SolrClientNodeStateProvider.java:271)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.common.cloud.rule.ImplicitSnitch.getTags(ImplicitSnitch.java:75)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.fetchTagValues(SolrClientNodeStateProvider.java:139)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.getNodeValues(SolrClientNodeStateProvider.java:128)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.admin.MetricsHistoryHandler.collectGlobalMetrics(MetricsHistoryHandler.java:506)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.admin.MetricsHistoryHandler.collectMetrics(MetricsHistoryHandler.java:378)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.admin.MetricsHistoryHandler.lambda$new$0(MetricsHistoryHandler.java:235)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
 ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 
~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 
~[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 419796 ERROR 
(OverseerThreadFactory-1731-thread-1-processing-n:127.0.0.1:40563_solr) 
[n:127.0.0.1:40563_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Error from shard: http://127.0.0.1:40563/solr
   [junit4]   2>           => org.apache.solr.client.solrj.SolrServerException: 
Timeout occurred while waiting response from server at: 
http://127.0.0.1:40563/solr
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Timeout 
occurred while waiting response from server at: http://127.0.0.1:40563/solr
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandlerFactory$1.request(HttpShardHandlerFactory.java:178)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:195)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
 ~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 
~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 
~[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]   2>        at java.net.SocketInputStream.socketRead0(Native 
Method) ~[?:?]
   [junit4]   2>        at 
java.net.SocketInputStream.socketRead(SocketInputStream.java:115) ~[?:?]
   [junit4]   2>        at 
java.net.SocketInputStream.read(SocketInputStream.java:168) ~[?:?]
   [junit4]   2>        at 
java.net.SocketInputStream.read(SocketInputStream.java:140) ~[?:?]
   [junit4]   2>        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
 ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2>        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
 ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2>        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
 ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
 ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
 ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2>        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
 ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2>        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
 ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2>        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157) 
~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2>        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
 ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2>        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
 ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2>        at 
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:122)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) 
~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2>        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) 
~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2>        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) 
~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2>        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) 
~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2>        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
 ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
 ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2>        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
 ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
 ~[java/:?]
   [junit4]   2>        ... 13 more
   [junit4]   2> 419800 ERROR 
(OverseerThreadFactory-1731-thread-1-processing-n:127.0.0.1:40563_solr) 
[n:127.0.0.1:40563_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Error from shard: http://127.0.0.1:40563/solr
   [junit4]   2>           => org.apache.solr.client.solrj.SolrServerException: 
Timeout occurred while waiting response from server at: 
http://127.0.0.1:40563/solr
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Timeout 
occurred while waiting response from server at: http://127.0.0.1:40563/solr
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandlerFactory$1.request(HttpShardHandlerFactory.java:178)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:195)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
 ~[metrics-core-4.1.2.jar:4.1.2]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 
~[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 
~[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]   2>        at java.net.SocketInputStream.socketRead0(Native 
Method) ~[?:?]
   [junit4]   2>        at 
java.net.SocketInputStream.socketRead(SocketInputStream.java:115) ~[?:?]
   [junit4]   2>        at 
java.net.SocketInputStream.read(SocketInputStream.java:168) ~[?:?]
   [junit4]   2>        at 
java.net.SocketInputStream.read(SocketInputStream.java:140) ~[?:?]
   [junit4]   2>        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
 ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2>        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
 ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2>        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
 ~[httpcore-4.4.12.jar:4.4.12]
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
 ~[httpclient-4.5.10.jar:4.5.10]
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHtt

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

va:834)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to 
create core [testSimple1_shard2_replica_n6]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1300)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:1190)
   [junit4]   2>        ... 39 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not get 
shard id for core: testSimple1_shard2_replica_n6
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.waitForShardId(ZkController.java:1750)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.doGetShardIdAndNodeNameProcess(ZkController.java:1690)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.preRegister(ZkController.java:1805)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1272)
   [junit4]   2>        ... 40 more
   [junit4]   2> 
   [junit4]   2> 434964 INFO  (qtp2093657839-6446) [n:127.0.0.1:40563_solr 
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=400 QTime=135264
   [junit4]   2> 434964 INFO  (qtp2093657839-6439) [n:127.0.0.1:40563_solr 
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=400 QTime=135263
   [junit4]   2> 434966 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 435169 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>        4       /solr/aliases.json
   [junit4]   2>        4       /solr/clusterprops.json
   [junit4]   2>        3       /solr/packages.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        2       /solr/collections/testSimple1/terms/shard2
   [junit4]   2>        2       /solr/collections/testSimple1/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/collections/testSimple1/state.json
   [junit4]   2>        4       /solr/clusterstate.json
   [junit4]   2>        4       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        27      /solr/overseer/queue
   [junit4]   2>        13      /solr/live_nodes
   [junit4]   2>        9       /solr/collections
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 435170 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:37615
   [junit4]   2> 435171 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37615
   [junit4]   2> 435171 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 37615
   [junit4]   2> 435171 INFO  
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[87A4D97D186B0E7F]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testSimple
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=AutoAddReplicasPlanActionTest -Dtests.method=testSimple 
-Dtests.seed=87A4D97D186B0E7F -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=en-BW -Dtests.timezone=Asia/Manila -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR    137s J2 | AutoAddReplicasPlanActionTest.testSimple <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:40563/solr
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([87A4D97D186B0E7F:BF17FD833F98DAAE]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
   [junit4]    >        at 
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:91)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [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 
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:280)
   [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:157)
   [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:186)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
   [junit4]    >        ... 49 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_87A4D97D186B0E7F-001
   [junit4]   2> Feb 02, 2020 12:05:13 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, 
docValues:{}, maxPointsInLeafNode=1076, maxMBSortInHeap=5.235787050511462, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7a8cacc7),
 locale=en-BW, timezone=Asia/Manila
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.4 
(64-bit)/cpus=4,threads=1,free=184603632,total=481296384
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedMLTComponentTest, 
TestRealTimeGet, JWTAuthPluginIntegrationTest, TestSolrConfigHandlerCloud, 
TermVectorComponentTest, TestCloudJSONFacetSKG, 
TestCollectionsAPIViaSolrCloudCluster, TestSimScenario, 
JavaBinAtomicUpdateMultivalueTest, TestSolrCloudSnapshots, 
TestPayloadCheckQParserPlugin, RangeFacetCloudTest, SearchRateTriggerTest, 
TestTermsQParserPlugin, TestPhraseSuggestions, XmlUpdateRequestHandlerTest, 
DaemonStreamApiTest, IndexBasedSpellCheckerTest, 
TestCopyFieldCollectionResource, TestStressLucene, 
PreAnalyzedFieldManagedSchemaCloudTest, CoreAdminOperationTest, 
AutoAddReplicasPlanActionTest]
   [junit4] Completed [79/900 (1!)] on J2 in 138.42s, 1 test, 1 error <<< 
FAILURES!

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

Reply via email to