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

1 tests failed.
FAILED:  org.apache.solr.cloud.SplitShardTest.testSplitFuzz

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:43641/solr
        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.SplitShardTest.testSplitFuzz(SplitShardTest.java:131)
        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:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java: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:368)
        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)
        ... 48 more




Build Log:
[...truncated 14371 lines...]
   [junit4] Suite: org.apache.solr.cloud.SplitShardTest
   [junit4]   2> 1387279 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SplitShardTest_4428A6A1DA230F4C-001/data-dir-117-001
   [junit4]   2> 1387280 WARN  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=24 numCloses=24
   [junit4]   2> 1387280 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1387280 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-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> 1387280 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1387280 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SplitShardTest_4428A6A1DA230F4C-001/tempDir-001
   [junit4]   2> 1387281 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1387281 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1387281 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1387381 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port:36079
   [junit4]   2> 1387381 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:36079
   [junit4]   2> 1387381 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36079
   [junit4]   2> 1387381 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 36079
   [junit4]   2> 1387383 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1387384 INFO  (zkConnectionManagerCallback-8131-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1387384 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1387386 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1387387 INFO  (zkConnectionManagerCallback-8133-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1387387 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1387387 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1387388 INFO  (zkConnectionManagerCallback-8135-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1387388 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1387496 WARN  (jetty-launcher-8136-thread-1) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 1387496 INFO  (jetty-launcher-8136-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1387496 INFO  (jetty-launcher-8136-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1387496 INFO  (jetty-launcher-8136-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> 1387497 INFO  (jetty-launcher-8136-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1387497 INFO  (jetty-launcher-8136-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1387497 INFO  (jetty-launcher-8136-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1387497 INFO  (jetty-launcher-8136-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4723fdad{/solr,null,AVAILABLE}
   [junit4]   2> 1387497 INFO  (jetty-launcher-8136-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@3bffbfcd{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:43641}
   [junit4]   2> 1387497 INFO  (jetty-launcher-8136-thread-1) [     ] 
o.e.j.s.Server Started @1387531ms
   [junit4]   2> 1387497 INFO  (jetty-launcher-8136-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43641}
   [junit4]   2> 1387497 ERROR (jetty-launcher-8136-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1387497 INFO  (jetty-launcher-8136-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1387498 INFO  (jetty-launcher-8136-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 1387498 INFO  (jetty-launcher-8136-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1387498 INFO  (jetty-launcher-8136-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1387498 INFO  (jetty-launcher-8136-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-24T02:59:36.802053Z
   [junit4]   2> 1387498 INFO  (jetty-launcher-8136-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1387499 INFO  (zkConnectionManagerCallback-8138-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1387499 INFO  (jetty-launcher-8136-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1387500 INFO  (jetty-launcher-8136-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1387659 INFO  (jetty-launcher-8136-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1387659 WARN  (jetty-launcher-8136-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@209308c1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1387659 WARN  (jetty-launcher-8136-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@209308c1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1387662 WARN  (jetty-launcher-8136-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2c14d0e0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1387662 WARN  (jetty-launcher-8136-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2c14d0e0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1387663 INFO  (jetty-launcher-8136-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36079/solr
   [junit4]   2> 1387664 INFO  (jetty-launcher-8136-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1387665 INFO  (zkConnectionManagerCallback-8145-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1387665 INFO  (jetty-launcher-8136-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1387766 INFO  (jetty-launcher-8136-thread-1) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1387767 INFO  (zkConnectionManagerCallback-8147-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1387767 INFO  (jetty-launcher-8136-thread-1) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1387825 INFO  (jetty-launcher-8136-thread-1) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:43641_solr
   [junit4]   2> 1387825 INFO  (jetty-launcher-8136-thread-1) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.Overseer Overseer 
(id=72947439868772357-127.0.0.1:43641_solr-n_0000000000) starting
   [junit4]   2> 1387829 INFO  
(OverseerStateUpdate-72947439868772357-127.0.0.1:43641_solr-n_0000000000) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:43641_solr
   [junit4]   2> 1387829 INFO  (jetty-launcher-8136-thread-1) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43641_solr
   [junit4]   2> 1387830 INFO  (zkCallback-8146-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1387831 WARN  (jetty-launcher-8136-thread-1) 
[n:127.0.0.1:43641_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> 1387843 INFO  (jetty-launcher-8136-thread-1) 
[n:127.0.0.1:43641_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1387858 INFO  (jetty-launcher-8136-thread-1) 
[n:127.0.0.1:43641_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43641.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@507a5d51
   [junit4]   2> 1387863 INFO  (jetty-launcher-8136-thread-1) 
[n:127.0.0.1:43641_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43641.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@507a5d51
   [junit4]   2> 1387863 INFO  (jetty-launcher-8136-thread-1) 
[n:127.0.0.1:43641_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_43641.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@507a5d51
   [junit4]   2> 1387864 INFO  (jetty-launcher-8136-thread-1) 
[n:127.0.0.1:43641_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1387865 INFO  (jetty-launcher-8136-thread-1) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SplitShardTest_4428A6A1DA230F4C-001/tempDir-001/node1/.
   [junit4]   2> 1387875 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 1387875 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1387876 INFO  (zkConnectionManagerCallback-8156-thread-1) [    
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1387876 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1387877 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1387878 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36079/solr ready
   [junit4]   2> 1387887 INFO  
(TEST-SplitShardTest.testSplitFuzz-seed#[4428A6A1DA230F4C]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testSplitFuzz
   [junit4]   2> 1387889 INFO  (qtp892880666-25804) [n:127.0.0.1:43641_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&maxShardsPerNode=100&name=splitFuzzCollection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1387891 INFO  
(OverseerThreadFactory-8734-thread-1-processing-n:127.0.0.1:43641_solr) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
splitFuzzCollection
   [junit4]   2> 1388001 INFO  
(OverseerStateUpdate-72947439868772357-127.0.0.1:43641_solr-n_0000000000) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"splitFuzzCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"splitFuzzCollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43641/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1388002 INFO  
(OverseerStateUpdate-72947439868772357-127.0.0.1:43641_solr-n_0000000000) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"splitFuzzCollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"splitFuzzCollection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43641/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1388205 INFO  (qtp892880666-25803) [n:127.0.0.1:43641_solr    
x:splitFuzzCollection_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=splitFuzzCollection_shard2_replica_n2&action=CREATE&numShards=2&collection=splitFuzzCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1388205 INFO  (qtp892880666-25807) [n:127.0.0.1:43641_solr    
x:splitFuzzCollection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=splitFuzzCollection_shard1_replica_n1&action=CREATE&numShards=2&collection=splitFuzzCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1388206 INFO  (qtp892880666-25807) [n:127.0.0.1:43641_solr    
x:splitFuzzCollection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1447849 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_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=4
   [junit4]   2> 1477976 INFO  
(TEST-SplitShardTest.testSplitFuzz-seed#[4428A6A1DA230F4C]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testSplitFuzz
   [junit4]   2> 1477977 INFO  
(TEST-SplitShardTest.testSplitFuzz-seed#[4428A6A1DA230F4C]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1477979 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=splitFuzzCollection&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 1507854 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_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> 1508267 ERROR 
(OverseerThreadFactory-8734-thread-1-processing-n:127.0.0.1:43641_solr) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Error from shard: http://127.0.0.1:43641/solr
   [junit4]   2>           => org.apache.solr.client.solrj.SolrServerException: 
Timeout occurred while waiting response from server at: 
http://127.0.0.1:43641/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:43641/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> 1508303 ERROR 
(OverseerThreadFactory-8734-thread-1-processing-n:127.0.0.1:43641_solr) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Error from shard: http://127.0.0.1:43641/solr
   [junit4]   2>           => org.apache.solr.client.solrj.SolrServerException: 
Timeout occurred while waiting response from server at: 
http://127.0.0.1:43641/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:43641/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> 1508303 ERROR 
(OverseerThreadFactory-8734-thread-1-processing-n:127.0.0.1:43641_solr) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Cleaning up collection [splitFuzzCollection].
   [junit4]   2> 1508304 INFO  
(OverseerThreadFactory-8734-thread-1-processing-n:127.0.0.1:43641_solr) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Executing Collection 
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
 asyncId=null
   [junit4]   2> 1508306 INFO  (zkCallback-8146-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/splitFuzzCollection/state.json] for collection 
[splitFuzzCollection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1508307 INFO  
(OverseerThreadFactory-8734-thread-1-processing-n:127.0.0.1:43641_solr) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.a.c.CreateCollectionCmd Cleaned up 
artifacts for failed create collection for [splitFuzzCollection]
   [junit4]   2> 1508307 ERROR 
(OverseerThreadFactory-8734-thread-1-processing-n:127.0.0.1:43641_solr) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Collection: splitFuzzCollection operation: create 
failed:org.apache.solr.common.SolrException: Underlying core creation failed 
while creating collection: splitFuzzCollection
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:303)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:263)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:504)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 
   [junit4]   2> 1508309 INFO  (qtp892880666-25804) [n:127.0.0.1:43641_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&maxShardsPerNode=100&name=splitFuzzCollection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=400 QTime=120419
   [junit4]   2> 1509994 INFO  
(OverseerCollectionConfigSetProcessor-72947439868772357-127.0.0.1:43641_solr-n_0000000000)
 [n:127.0.0.1:43641_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1509995 INFO  
(OverseerThreadFactory-8734-thread-2-processing-n:127.0.0.1:43641_solr) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Executing Collection 
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true,
 asyncId=null
   [junit4]   2> 1509995 ERROR 
(OverseerThreadFactory-8734-thread-2-processing-n:127.0.0.1:43641_solr) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Collection: splitFuzzCollection operation: delete 
failed:org.apache.solr.common.SolrException: Could not find collection : 
splitFuzzCollection
   [junit4]   2>        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:116)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.collectionCmd(OverseerCollectionMessageHandler.java:760)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.DeleteCollectionCmd.call(DeleteCollectionCmd.java:135)
   [junit4]   2>        at 
org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:263)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:504)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2>        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 
   [junit4]   2> 1509996 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=splitFuzzCollection&action=DELETE&wt=javabin&version=2} status=400 
QTime=32016
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SplitShardTest 
-Dtests.method=testSplitFuzz -Dtests.seed=4428A6A1DA230F4C -Dtests.multiplier=2 
-Dtests.slow=true -Dtests.badapples=true -Dtests.locale=az-Cyrl 
-Dtests.timezone=America/Lima -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    122s J0 | SplitShardTest.testSplitFuzz <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:43641/solr
   [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.SplitShardTest.testSplitFuzz(SplitShardTest.java:131)
   [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]    >        ... 48 moreThrowable #2: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:43641/solr: Could not find collection : 
splitFuzzCollection
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:665)
   [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.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:549)
   [junit4]    >        at 
org.apache.solr.cloud.SplitShardTest.tearDown(SplitShardTest.java:72)
   [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]   2> 1510007 INFO  
(TEST-SplitShardTest.multipleOptionsSplitTest-seed#[4428A6A1DA230F4C]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting multipleOptionsSplitTest
   [junit4]   2> 1510008 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :splitshard with 
params 
ranges=0-c,d-7fffffff&action=SPLITSHARD&numSubShards=5&collection=splitshardtest-collection&shard=shard1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1510008 ERROR (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection    ] o.a.s.h.RequestHandlerBase 
org.apache.solr.common.SolrException: numSubShards can not be specified with 
split.key or ranges parameters
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.lambda$static$11(CollectionsHandler.java:761)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.execute(CollectionsHandler.java:1325)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:265)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:253)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:208)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:839)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:805)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:558)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
   [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:767)
   [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> 
   [junit4]   2> 1510008 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection    ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={ranges=0-c,d-7fffffff&action=SPLITSHARD&numSubShards=5&collection=splitshardtest-collection&shard=shard1&wt=javabin&version=2}
 status=400 QTime=0
   [junit4]   2> 1510008 INFO  
(TEST-SplitShardTest.multipleOptionsSplitTest-seed#[4428A6A1DA230F4C]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending multipleOptionsSplitTest
   [junit4]   2> 1510009 INFO  
(TEST-SplitShardTest.multipleOptionsSplitTest-seed#[4428A6A1DA230F4C]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1510019 INFO  
(TEST-SplitShardTest.doTest-seed#[4428A6A1DA230F4C]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting doTest
   [junit4]   2> 1510019 INFO  (qtp892880666-25804) [n:127.0.0.1:43641_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&maxShardsPerNode=100&name=splitshardtest-collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1510028 INFO  
(OverseerThreadFactory-8734-thread-3-processing-n:127.0.0.1:43641_solr) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
splitshardtest-collection
   [junit4]   2> 1510028 INFO  
(OverseerCollectionConfigSetProcessor-72947439868772357-127.0.0.1:43641_solr-n_0000000000)
 [n:127.0.0.1:43641_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1510233 INFO  
(OverseerStateUpdate-72947439868772357-127.0.0.1:43641_solr-n_0000000000) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"splitshardtest-collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"splitshardtest-collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43641/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1510235 INFO  
(OverseerStateUpdate-72947439868772357-127.0.0.1:43641_solr-n_0000000000) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"splitshardtest-collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"splitshardtest-collection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43641/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1510436 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr    
x:splitshardtest-collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation 
core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=splitshardtest-collection_shard1_replica_n1&action=CREATE&numShards=2&collection=splitshardtest-collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1510437 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr    
x:splitshardtest-collection_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation 
core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=splitshardtest-collection_shard2_replica_n2&action=CREATE&numShards=2&collection=splitshardtest-collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1511444 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 9.0.0
   [junit4]   2> 1511444 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 9.0.0
   [junit4]   2> 1511451 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] o.a.s.s.IndexSchema 
[splitshardtest-collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1511451 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] o.a.s.s.IndexSchema 
[splitshardtest-collection_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1511453 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1511453 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating 
SolrCore 'splitshardtest-collection_shard2_replica_n2' using configuration from 
collection splitshardtest-collection, trusted=true
   [junit4]   2> 1511453 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1511453 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating 
SolrCore 'splitshardtest-collection_shard1_replica_n1' using configuration from 
collection splitshardtest-collection, trusted=true
   [junit4]   2> 1511453 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_43641.solr.core.splitshardtest-collection.shard2.replica_n2' (registry 
'solr.core.splitshardtest-collection.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@507a5d51
   [junit4]   2> 1511453 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_43641.solr.core.splitshardtest-collection.shard1.replica_n1' (registry 
'solr.core.splitshardtest-collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@507a5d51
   [junit4]   2> 1511453 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[splitshardtest-collection_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SplitShardTest_4428A6A1DA230F4C-001/tempDir-001/node1/splitshardtest-collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SplitShardTest_4428A6A1DA230F4C-001/tempDir-001/node1/./splitshardtest-collection_shard1_replica_n1/data/]
   [junit4]   2> 1511453 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] o.a.s.c.SolrCore 
[[splitshardtest-collection_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SplitShardTest_4428A6A1DA230F4C-001/tempDir-001/node1/splitshardtest-collection_shard2_replica_n2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SplitShardTest_4428A6A1DA230F4C-001/tempDir-001/node1/./splitshardtest-collection_shard2_replica_n2/data/]
   [junit4]   2> 1511509 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1511509 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1511510 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1511510 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1511511 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@4f7bc85[splitshardtest-collection_shard2_replica_n2] main]
   [junit4]   2> 1511512 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1511512 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1511513 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 1511513 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1653768455000686592
   [junit4]   2> 1511515 INFO  
(searcherExecutor-8739-thread-1-processing-n:127.0.0.1:43641_solr 
x:splitshardtest-collection_shard2_replica_n2 c:splitshardtest-collection 
s:shard2 r:core_node4) [n:127.0.0.1:43641_solr c:splitshardtest-collection 
s:shard2 r:core_node4 x:splitshardtest-collection_shard2_replica_n2 ] 
o.a.s.c.SolrCore [splitshardtest-collection_shard2_replica_n2] Registered new 
searcher Searcher@4f7bc85[splitshardtest-collection_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1511517 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/splitshardtest-collection/terms/shard2 to 
Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1511517 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/splitshardtest-collection/leaders/shard2
   [junit4]   2> 1511518 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1511518 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1511519 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1511519 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1511519 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync 
replicas to 
http://127.0.0.1:43641/solr/splitshardtest-collection_shard2_replica_n2/
   [junit4]   2> 1511519 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 1511519 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] o.a.s.c.SyncStrategy 
http://127.0.0.1:43641/solr/splitshardtest-collection_shard2_replica_n2/ has no 
replicas
   [junit4]   2> 1511519 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/splitshardtest-collection/leaders/shard2/leader after winning as 
/collections/splitshardtest-collection/leader_elect/shard2/election/72947439868772357-core_node4-n_0000000000
   [junit4]   2> 1511520 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:43641/solr/splitshardtest-collection_shard2_replica_n2/ shard2
   [junit4]   2> 1511521 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1511521 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1511522 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@133a1b4b[splitshardtest-collection_shard1_replica_n1] main]
   [junit4]   2> 1511523 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1511523 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1511523 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 1511524 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1653768455012220928
   [junit4]   2> 1511525 INFO  
(searcherExecutor-8740-thread-1-processing-n:127.0.0.1:43641_solr 
x:splitshardtest-collection_shard1_replica_n1 c:splitshardtest-collection 
s:shard1 r:core_node3) [n:127.0.0.1:43641_solr c:splitshardtest-collection 
s:shard1 r:core_node3 x:splitshardtest-collection_shard1_replica_n1 ] 
o.a.s.c.SolrCore [splitshardtest-collection_shard1_replica_n1] Registered new 
searcher Searcher@133a1b4b[splitshardtest-collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1511530 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/splitshardtest-collection/terms/shard1 to 
Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1511530 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/splitshardtest-collection/leaders/shard1
   [junit4]   2> 1511532 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1511532 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1511532 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync 
replicas to 
http://127.0.0.1:43641/solr/splitshardtest-collection_shard1_replica_n1/
   [junit4]   2> 1511532 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 1511532 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy 
http://127.0.0.1:43641/solr/splitshardtest-collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 1511532 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/splitshardtest-collection/leaders/shard1/leader after winning as 
/collections/splitshardtest-collection/leader_elect/shard1/election/72947439868772357-core_node3-n_0000000000
   [junit4]   2> 1511533 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:43641/solr/splitshardtest-collection_shard1_replica_n1/ shard1
   [junit4]   2> 1511635 INFO  (zkCallback-8146-thread-4) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/splitshardtest-collection/state.json] for collection 
[splitshardtest-collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1511635 INFO  (zkCallback-8146-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/splitshardtest-collection/state.json] for collection 
[splitshardtest-collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1511635 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 1511635 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 1511637 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1 r:core_node3 
x:splitshardtest-collection_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=splitshardtest-collection_shard1_replica_n1&action=CREATE&numShards=2&collection=splitshardtest-collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1201
   [junit4]   2> 1511637 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard2 r:core_node4 
x:splitshardtest-collection_shard2_replica_n2 ] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=splitshardtest-collection_shard2_replica_n2&action=CREATE&numShards=2&collection=splitshardtest-collection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1200
   [junit4]   2> 1511639 INFO  (qtp892880666-25804) [n:127.0.0.1:43641_solr     
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 1511739 INFO  (zkCallback-8146-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/splitshardtest-collection/state.json] for collection 
[splitshardtest-collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1511739 INFO  (zkCallback-8146-thread-4) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/splitshardtest-collection/state.json] for collection 
[splitshardtest-collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1511739 INFO  (zkCallback-8146-thread-5) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/splitshardtest-collection/state.json] for collection 
[splitshardtest-collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1511740 INFO  (qtp892880666-25804) [n:127.0.0.1:43641_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&maxShardsPerNode=100&name=splitshardtest-collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=1720
   [junit4]   2> 1511740 INFO  
(TEST-SplitShardTest.doTest-seed#[4428A6A1DA230F4C]) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: splitshardtest-collection
   [junit4]   2> 1511742 INFO  (qtp892880666-25805) [n:127.0.0.1:43641_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :splitshard with 
params 
action=SPLITSHARD&numSubShards=5&collection=splitshardtest-collection&shard=shard1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1511746 INFO  
(OverseerCollectionConfigSetProcessor-72947439868772357-127.0.0.1:43641_solr-n_0000000000)
 [n:127.0.0.1:43641_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1511747 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace&wt=javabin&version=2&group=solr.node} 
status=0 QTime=0
   [junit4]   2> 1511748 INFO  (qtp892880666-25804) [n:127.0.0.1:43641_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.splitshardtest-collection.shard2.replica_n2:INDEX.sizeInBytes&key=solr.core.splitshardtest-collection.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 1511749 INFO  
(OverseerThreadFactory-8734-thread-4-processing-n:127.0.0.1:43641_solr) 
[n:127.0.0.1:43641_solr c:splitshardtest-collection s:shard1   ] 
o.a.s.c.a.c.SplitShardCmd numSubShards set at: 5
   [junit4]   2> 1511857 INFO  (zkCallback-8146-thread-6) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/splitshardtest-collection/state.json] for collection 
[splitshardtest-collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1511857 INFO  (zkCallback-8146-thread-5) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/splitshardtest-collection/state.json] for collection 
[splitshardtest-collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1511857 INFO  (zkCallback-8146-thread-4) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/splitshardtest-collection/state.json] for collection 
[splitshardtest-collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1512753 INFO  
(OverseerThreadFactory-8734-thread-4-processing-n:127.0.0.1:43641_solr) 
[n:127.0.0.1:43641_solr c:splitshardtest-collection s:shard1   ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:43641_solr for creating new 
replica of shard shard1_0 for collection splitshardtest-collection
   [junit4]   2> 1512753 INFO  
(OverseerThreadFactory-8734-thread-4-processing-n:127.0.0.1:43641_solr) 
[n:127.0.0.1:43641_solr c:splitshardtest-collection s:shard1   ] 
o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1512754 INFO  
(OverseerStateUpdate-72947439868772357-127.0.0.1:43641_solr-n_0000000000) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"splitshardtest-collection",
   [junit4]   2>   "shard":"shard1_0",
   [junit4]   2>   "core":"splitshardtest-collection_shard1_0_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43641/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:43641_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1512856 INFO  (zkCallback-8146-thread-4) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/splitshardtest-collection/state.json] for collection 
[splitshardtest-collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1512856 INFO  (zkCallback-8146-thread-6) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/splitshardtest-collection/state.json] for collection 
[splitshardtest-collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1512856 INFO  (zkCallback-8146-thread-5) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/splitshardtest-collection/state.json] for collection 
[splitshardtest-collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1512957 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr    
x:splitshardtest-collection_shard1_0_replica_n5 ] o.a.s.h.a.CoreAdminOperation 
core create command 
qt=/admin/cores&coreNodeName=core_node10&collection.configName=conf&name=splitshardtest-collection_shard1_0_replica_n5&action=CREATE&collection=splitshardtest-collection&shard=shard1_0&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1512963 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 9.0.0
   [junit4]   2> 1512970 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] o.a.s.s.IndexSchema 
[splitshardtest-collection_shard1_0_replica_n5] Schema name=minimal
   [junit4]   2> 1512972 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1512972 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] o.a.s.c.CoreContainer 
Creating SolrCore 'splitshardtest-collection_shard1_0_replica_n5' using 
configuration from collection splitshardtest-collection, trusted=true
   [junit4]   2> 1512972 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_43641.solr.core.splitshardtest-collection.shard1_0.replica_n5' (registry 
'solr.core.splitshardtest-collection.shard1_0.replica_n5') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@507a5d51
   [junit4]   2> 1512972 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] o.a.s.c.SolrCore 
[[splitshardtest-collection_shard1_0_replica_n5] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SplitShardTest_4428A6A1DA230F4C-001/tempDir-001/node1/splitshardtest-collection_shard1_0_replica_n5],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SplitShardTest_4428A6A1DA230F4C-001/tempDir-001/node1/./splitshardtest-collection_shard1_0_replica_n5/data/]
   [junit4]   2> 1513013 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1513013 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1513014 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1513014 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1513015 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@3361fdce[splitshardtest-collection_shard1_0_replica_n5] main]
   [junit4]   2> 1513017 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1513017 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1513017 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 1513017 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1653768456577744896
   [junit4]   2> 1513018 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] o.a.s.u.UpdateLog Starting to 
buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1513019 INFO  
(searcherExecutor-8749-thread-1-processing-n:127.0.0.1:43641_solr 
x:splitshardtest-collection_shard1_0_replica_n5 c:splitshardtest-collection 
s:shard1_0 r:core_node10) [n:127.0.0.1:43641_solr c:splitshardtest-collection 
s:shard1_0 r:core_node10 x:splitshardtest-collection_shard1_0_replica_n5 ] 
o.a.s.c.SolrCore [splitshardtest-collection_shard1_0_replica_n5] Registered new 
searcher Searcher@3361fdce[splitshardtest-collection_shard1_0_replica_n5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1513020 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/splitshardtest-collection/terms/shard1_0 to 
Terms{values={core_node10=0}, version=0}
   [junit4]   2> 1513021 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/splitshardtest-collection/leaders/shard1_0
   [junit4]   2> 1513023 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1513023 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1513023 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] o.a.s.c.SyncStrategy Sync 
replicas to 
http://127.0.0.1:43641/solr/splitshardtest-collection_shard1_0_replica_n5/
   [junit4]   2> 1513023 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 1513023 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] o.a.s.c.SyncStrategy 
http://127.0.0.1:43641/solr/splitshardtest-collection_shard1_0_replica_n5/ has 
no replicas
   [junit4]   2> 1513023 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/splitshardtest-collection/leaders/shard1_0/leader after winning as 
/collections/splitshardtest-collection/leader_elect/shard1_0/election/72947439868772357-core_node10-n_0000000000
   [junit4]   2> 1513024 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:43641/solr/splitshardtest-collection_shard1_0_replica_n5/ 
shard1_0
   [junit4]   2> 1513125 INFO  (zkCallback-8146-thread-5) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/splitshardtest-collection/state.json] for collection 
[splitshardtest-collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1513125 INFO  (zkCallback-8146-thread-4) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/splitshardtest-collection/state.json] for collection 
[splitshardtest-collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1513125 INFO  (zkCallback-8146-thread-6) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/splitshardtest-collection/state.json] for collection 
[splitshardtest-collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1513126 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 1513127 INFO  (qtp892880666-25806) [n:127.0.0.1:43641_solr 
c:splitshardtest-collection s:shard1_0 r:core_node10 
x:splitshardtest-collection_shard1_0_replica_n5 ] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node10&collection.configName=conf&name=splitshardtest-collection_shard1_0_replica_n5&action=CREATE&collection=splitshardtest-collection&shard=shard1_0&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=170
   [junit4]   2> 1513230 INFO  (zkCallback-8146-thread-6) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/splitshardtest-collection/state.json] for collection 
[splitshardtest-collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1513230 INFO  (zkCallback-8146-thread-4) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/splitshardtest-collection/state.json] for collection 
[splitshardtest-collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1513230 INFO  (zkCallback-8146-thread-5) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/splitshardtest-collection/state.json] for collection 
[splitshardtest-collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1514129 INFO  
(OverseerThreadFactory-8734-thread-4-processing-n:127.0.0.1:43641_solr) 
[n:127.0.0.1:43641_solr c:splitshardtest-collection s:shard1   ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:43641_solr for creating new 
replica of shard shard1_1 for collection splitshardtest-collection
   [junit4]   2> 1514129 INFO  
(OverseerThreadFactory-8734-thread-4-processing-n:127.0.0.1:43641_solr) 
[n:127.0.0.1:43641_solr c:splitshardtest-collection s:shard1   ] 
o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1514130 INFO  
(OverseerStateUpdate-72947439868772357-127.0.0.1:43641_solr-n_0000000000) 
[n:127.0.0.1:43641_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"splitshardtest-collection",
   [junit4]   2>   "shard":"shard1_1",
   [junit4]   2>   "core":"splitshardtest-collection_shard1_1_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:43641/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:43641_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4] 

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

andler.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> Caused by: org.apache.solr.common.SolrException: Unable to 
create core [splitFuzzCollection_shard1_replica_n1]
   [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: splitFuzzCollection_shard1_replica_n1
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.waitForShardId(ZkController.java:1749)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.doGetShardIdAndNodeNameProcess(ZkController.java:1689)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.preRegister(ZkController.java:1804)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1272)
   [junit4]   2>        ... 40 more
   [junit4]   2> 
   [junit4]   2> 1541442 INFO  (qtp892880666-25807) [n:127.0.0.1:43641_solr 
c:splitFuzzCollection s:shard1 r:core_node3 
x:splitFuzzCollection_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=splitFuzzCollection_shard1_replica_n1&action=CREATE&numShards=2&collection=splitFuzzCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=400 QTime=153236
   [junit4]   2> 1541442 INFO  (qtp892880666-25803) [n:127.0.0.1:43641_solr 
c:splitFuzzCollection s:shard2 r:core_node4 
x:splitFuzzCollection_shard2_replica_n2 ] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=splitFuzzCollection_shard2_replica_n2&action=CREATE&numShards=2&collection=splitFuzzCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=400 QTime=153236
   [junit4]   2> 1541442 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1541645 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>        6       /solr/aliases.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        4       
/solr/collections/splitshardtest-collection/terms/shard1_0
   [junit4]   2>        4       
/solr/collections/splitshardtest-collection/terms/shard1_1
   [junit4]   2>        4       
/solr/collections/splitshardtest-collection/terms/shard1_2
   [junit4]   2>        4       
/solr/collections/splitshardtest-collection/terms/shard1_3
   [junit4]   2>        4       
/solr/collections/splitshardtest-collection/terms/shard1_4
   [junit4]   2>        4       /solr/collections/livesplit1/terms/shard1_0
   [junit4]   2>        4       /solr/collections/livesplit1/terms/shard1_1
   [junit4]   2>        3       
/solr/collections/splitshardtest-collection/state.json
   [junit4]   2>        3       /solr/collections/livesplit1/state.json
   [junit4]   2>        3       
/solr/collections/splitshardtest-collection/terms/shard1
   [junit4]   2>        3       /solr/collections/livesplit1/terms/shard1
   [junit4]   2>        3       
/solr/collections/splitshardtest-collection/terms/shard2
   [junit4]   2>        2       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        64      
/solr/collections/splitshardtest-collection/state.json
   [junit4]   2>        42      /solr/collections/livesplit1/state.json
   [junit4]   2>        18      /solr/aliases.json
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        3       /solr/collections/splitFuzzCollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        106     /solr/overseer/queue
   [junit4]   2>        36      /solr/overseer/collection-queue-work
   [junit4]   2>        21      /solr/collections
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1541647 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:36079
   [junit4]   2> 1541647 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36079
   [junit4]   2> 1541647 INFO  
(SUITE-SplitShardTest-seed#[4428A6A1DA230F4C]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 36079
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.SplitShardTest_4428A6A1DA230F4C-001
   [junit4]   2> Dec 24, 2019 3:02:11 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): 
{_version_=PostingsFormat(name=LuceneVarGapFixedInterval), 
_root_=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84))}, 
docValues:{_version_=DocValuesFormat(name=Lucene80), 
_root_=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Asserting)}, 
maxPointsInLeafNode=1640, maxMBSortInHeap=5.478351223245171, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@ce7b310),
 locale=az-Cyrl, timezone=America/Lima
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.4 
(64-bit)/cpus=4,threads=1,free=209474400,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: 
[NodeAddedTriggerIntegrationTest, TestFieldCollectionResource, 
TestRemoteStreaming, TestSolrCLIRunExample, TestTrackingShardHandlerFactory, 
SynonymTokenizerTest, TestInPlaceUpdatesRequiredField, TestHashPartitioner, 
EmbeddedSolrNoSerializeTest, TimeRoutedAliasUpdateProcessorTest, 
ConcurrentDeleteAndCreateCollectionTest, SolrIndexSplitterTest, 
TestUniqueKeyFieldResource, TestLegacyFieldCache, 
PeerSyncWithBufferUpdatesTest, OverriddenZkACLAndCredentialsProvidersTest, 
TestAuthenticationFramework, TestSolrCoreProperties, 
MissingSegmentRecoveryTest, TestGraphMLResponseWriter, ResponseBuilderTest, 
TestMiniSolrCloudClusterSSL, SolrMetricsIntegrationTest, TestCloudPivotFacet, 
TestHighFrequencyDictionaryFactory, TestCodecSupport, 
SpellCheckCollatorWithCollapseTest, FuzzySearchTest, TestInitQParser, 
TestDefaultStatsCache, TestInfoStreamLogging, DebugComponentTest, 
TestPullReplica, TestRangeQuery, TestQuerySenderListener, LeaderElectionTest, 
TestHdfsUpdateLog, TestManagedSynonymGraphFilterFactory, TestSolrXml, 
BinaryUpdateRequestHandlerTest, AddSchemaFieldsUpdateProcessorFactoryTest, 
XmlUpdateRequestHandlerTest, XCJFQueryTest, TestLegacyNumericUtils, 
ParsingFieldUpdateProcessorsTest, TestTlogReplica, 
TestExactSharedStatsCacheCloud, DistributedMLTComponentTest, TestQueryUtils, 
ConfigureRecoveryStrategyTest, UtilsToolTest, TestConfigSetImmutable, 
PrimUtilsTest, CdcrRequestHandlerTest, TestSolrConfigHandlerCloud, 
TestCollectionAPI, HdfsSyncSliceTest, BigEndianAscendingWordDeserializerTest, 
TestPushWriter, TriggerIntegrationTest, DocValuesMissingTest, 
DefaultValueUpdateProcessorTest, TestPKIAuthenticationPlugin, 
TestSchemaSimilarityResource, RequiredFieldsTest, TestManagedSchemaAPI, 
ComputePlanActionTest, TestOrdValues, TestJsonFacets, TestStressVersions, 
DistributedQueueTest, TestCustomStream, SearchRateTriggerIntegrationTest, 
SolrShardReporterTest, TestCoreContainer, TestSlowCompositeReaderWrapper, 
HdfsUnloadDistributedZkTest, TestFilteredDocIdSet, TestShardHandlerFactory, 
FileBasedSpellCheckerTest, RecoveryZkTest, 
DistributedFacetSimpleRefinementLongTailTest, TestExactStatsCache, 
ShardSplitTest, ScheduledMaintenanceTriggerTest, ZkControllerTest, 
AuditLoggerPluginTest, ShardsWhitelistTest, SolrCoreTest, 
DistributedQueryElevationComponentTest, TestSolr4Spatial2, TaggerTest, 
UpdateLogTest, TestCloudManagedSchema, DaemonStreamApiTest, 
TestValueSourceCache, SystemInfoHandlerTest, IndexSizeTriggerTest, 
SolrJmxReporterTest, TestSystemCollAutoCreate, RestartWhileUpdatingTest, 
PreAnalyzedFieldManagedSchemaCloudTest, ExplicitHLLTest, 
AnalysisAfterCoreReloadTest, SecurityConfHandlerTest, 
TestReplicationHandlerBackup, TestRetrieveFieldsOptimizer, 
IgnoreLargeDocumentProcessorFactoryTest, CheckHdfsIndexTest, 
TestChildDocTransformerHierarchy, TestCloudJSONFacetJoinDomain, 
TestFieldCacheSortRandom, TestCrossCoreJoin, TestLuceneIndexBackCompat, 
SplitShardTest]
   [junit4] Completed [458/894 (1!)] on J0 in 155.29s, 4 tests, 1 error <<< 
FAILURES!

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

Reply via email to