Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-master-Linux/212/
Java: 64bit/jdk-11.0.2 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitShardWithRule

Error Message:
Error from server at http://127.0.0.1:46109: Underlying core creation failed 
while creating collection: shardSplitWithRule_rewrite

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:46109: Underlying core creation failed while 
creating collection: shardSplitWithRule_rewrite
        at 
__randomizedtesting.SeedInfo.seed([FD1671EC8051F3A8:7C18A05E1DA3A883]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:649)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1068)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:837)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:769)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.cloud.api.collections.ShardSplitTest.doSplitShardWithRule(ShardSplitTest.java:650)
        at 
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitShardWithRule(ShardSplitTest.java:628)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 13517 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.ShardSplitTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/init-core-data-001
   [junit4]   2> 734897 WARN  
(SUITE-ShardSplitTest-seed#[FD1671EC8051F3A8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 734897 INFO  
(SUITE-ShardSplitTest-seed#[FD1671EC8051F3A8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 734898 INFO  
(SUITE-ShardSplitTest-seed#[FD1671EC8051F3A8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776";)
   [junit4]   2> 734898 INFO  
(SUITE-ShardSplitTest-seed#[FD1671EC8051F3A8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 734898 INFO  
(SUITE-ShardSplitTest-seed#[FD1671EC8051F3A8]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4] IGNOR/A 0.00s J2 | ShardSplitTest.test
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> 734902 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 734904 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 734904 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 735004 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.ZkTestServer start zk server on port:46613
   [junit4]   2> 735004 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46613
   [junit4]   2> 735004 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46613
   [junit4]   2> 735007 INFO  (zkConnectionManagerCallback-6086-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 735008 INFO  (zkConnectionManagerCallback-6088-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 735009 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 735010 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 735011 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 735011 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 735012 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 735012 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 735013 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 735013 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 735014 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 735014 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 735015 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 735015 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless 
explicitly asked otherwise
   [junit4]   2> 735101 WARN  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 735102 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 735102 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 
1 ...
   [junit4]   2> 735102 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 735102 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 735102 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 735102 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 735102 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@63e7df0c{/,null,AVAILABLE}
   [junit4]   2> 735103 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.e.j.s.AbstractConnector Started 
ServerConnector@80d0653{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42405}
   [junit4]   2> 735103 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.e.j.s.Server Started @735146ms
   [junit4]   2> 735103 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/tempDir-001/control/data,
 hostPort=42405, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/control-001/cores}
   [junit4]   2> 735103 ERROR 
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 735103 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 735103 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 9.0.0
   [junit4]   2> 735103 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 735103 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 735103 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-28T04:36:39.194544Z
   [junit4]   2> 735104 INFO  (zkConnectionManagerCallback-6090-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 735105 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 735105 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/control-001/solr.xml
   [junit4]   2> 735108 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 735108 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 735109 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4ab9ecc0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 735232 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 735233 WARN  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@6e93d176[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 735235 WARN  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@90f04ed[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 735236 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46613/solr
   [junit4]   2> 735237 INFO  (zkConnectionManagerCallback-6097-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 735238 INFO  (zkConnectionManagerCallback-6099-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 735277 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:42405_
   [junit4]   2> 735277 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [n:127.0.0.1:42405_    ] o.a.s.c.Overseer Overseer 
(id=72327178619977732-127.0.0.1:42405_-n_0000000000) starting
   [junit4]   2> 735280 INFO  (zkConnectionManagerCallback-6106-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 735281 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [n:127.0.0.1:42405_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:46613/solr ready
   [junit4]   2> 735281 DEBUG 
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor Process current queue 
of overseer operations
   [junit4]   2> 735281 INFO  
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.Overseer Starting to work on the main queue : 
127.0.0.1:42405_
   [junit4]   2> 735282 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [n:127.0.0.1:42405_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42405_
   [junit4]   2> 735282 DEBUG 
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. 
#Running tasks: 0 #Completed tasks: 0
   [junit4]   2> 735282 DEBUG 
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 735282 DEBUG 
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 735282 DEBUG 
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 735282 INFO  
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 735283 INFO  (zkCallback-6098-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 735283 INFO  (zkCallback-6105-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 735293 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [n:127.0.0.1:42405_    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 735310 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [n:127.0.0.1:42405_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4ab9ecc0
   [junit4]   2> 735321 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [n:127.0.0.1:42405_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4ab9ecc0
   [junit4]   2> 735321 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [n:127.0.0.1:42405_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4ab9ecc0
   [junit4]   2> 735322 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [n:127.0.0.1:42405_    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/control-001/cores
   [junit4]   2> 735334 INFO  (zkConnectionManagerCallback-6112-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 735335 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 735335 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:46613/solr ready
   [junit4]   2> 735337 INFO  (qtp1374223514-17640) [n:127.0.0.1:42405_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:42405_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 735338 DEBUG 
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from 
work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 735338 DEBUG 
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor Marked task 
[/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 735338 DEBUG 
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor Overseer Collection 
Message Handler: Get the message 
id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:42405_",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 735338 DEBUG 
(OverseerThreadFactory-5232-thread-1-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor Runner processing 
/overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 735338 DEBUG 
(OverseerThreadFactory-5232-thread-1-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:42405_",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 735338 DEBUG 
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. 
#Running tasks: 1 #Completed tasks: 0
   [junit4]   2> 735338 DEBUG 
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor RunningTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 735338 DEBUG 
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 735338 DEBUG 
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 735338 INFO  
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 735338 INFO  
(OverseerThreadFactory-5232-thread-1-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 735339 DEBUG 
(OverseerThreadFactory-5232-thread-1-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating 
collections conf node /collections/control_collection 
   [junit4]   2> 735339 DEBUG 
(OverseerThreadFactory-5232-thread-1-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.a.c.CreateCollectionCmd Check for collection 
zkNode:control_collection
   [junit4]   2> 735339 DEBUG 
(OverseerThreadFactory-5232-thread-1-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode 
exists
   [junit4]   2> 735340 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:42405_",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 735340 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
control_collection
   [junit4]   2> 735340 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/control_collection/state.json
   [junit4]   2> 735440 DEBUG 
(OverseerThreadFactory-5232-thread-1-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.a.c.CreateCollectionCmd Creating SolrCores for 
new collection control_collection, shardNames [shard1] , message : {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:42405_",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 735441 DEBUG 
(OverseerThreadFactory-5232-thread-1-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.a.c.CreateCollectionCmd Creating core 
control_collection_shard1_replica_n1 as part of shard shard1 of collection 
control_collection on 127.0.0.1:42405_
   [junit4]   2> 735442 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_    
x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 735442 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_    
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 735443 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:42405";,
   [junit4]   2>   "node_name":"127.0.0.1:42405_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 735443 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:42405";,
   [junit4]   2>   "node_name":"127.0.0.1:42405_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 735444 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: core_node2:{
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "base_url":"http://127.0.0.1:42405";,
   [junit4]   2>   "node_name":"127.0.0.1:42405_",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT"}
   [junit4]   2> 735444 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(control_collection//collections/control_collection/state.json/0)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"control_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:42405";,
   [junit4]   2>           "node_name":"127.0.0.1:42405_",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 735544 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/control_collection/state.json version: 0
   [junit4]   2> 736492 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 736541 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 736599 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 736609 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 736610 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4ab9ecc0
   [junit4]   2> 736610 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 736613 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=82.3564453125, 
floorSegmentMB=2.1572265625, forceMergeDeletesPctAllowed=7.151162661522097, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8644168971011288, deletesPctAllowed=26.53697689332914
   [junit4]   2> 736631 WARN  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 736704 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 736704 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 736706 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 736706 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 736707 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 736707 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1e9be77c[control_collection_shard1_replica_n1] main]
   [junit4]   2> 736716 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 736717 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 736717 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 736717 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1634749068930449408
   [junit4]   2> 736728 INFO  
(searcherExecutor-5237-thread-1-processing-n:127.0.0.1:42405_ 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:42405_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@1e9be77c[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 736769 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 736769 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/control_collection/leaders/shard1
   [junit4]   2> 736792 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 736792 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 736792 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:42405/control_collection_shard1_replica_n1/
   [junit4]   2> 736793 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 736793 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:42405/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 736793 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/control_collection/leaders/shard1/leader after winning as 
/collections/control_collection/leader_elect/shard1/election/72327178619977732-core_node2-n_0000000000
   [junit4]   2> 736799 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42405/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 736799 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:42405";,
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 736900 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/control_collection/state.json version: 1
   [junit4]   2> 736900 INFO  (zkCallback-6098-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 736901 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 736901 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:42405";,
   [junit4]   2>   "node_name":"127.0.0.1:42405_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 736902 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:42405";,
   [junit4]   2>   "node_name":"127.0.0.1:42405_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 736902 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: core_node2:{
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "base_url":"http://127.0.0.1:42405";,
   [junit4]   2>   "node_name":"127.0.0.1:42405_",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "leader":"true"}
   [junit4]   2> 736902 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(control_collection//collections/control_collection/state.json/2)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"control_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:42405";,
   [junit4]   2>           "node_name":"127.0.0.1:42405_",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "leader":"true"}}}}}
   [junit4]   2> 736902 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1460
   [junit4]   2> 736902 DEBUG 
(OverseerThreadFactory-5232-thread-1-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.a.c.CreateCollectionCmd Finished create 
command on all shards for collection: control_collection
   [junit4]   2> 736903 DEBUG 
(OverseerThreadFactory-5232-thread-1-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor Completed 
task:[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 736903 DEBUG 
(OverseerThreadFactory-5232-thread-1-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor Marked task 
[/overseer/collection-queue-work/qn-0000000000] as completed.
   [junit4]   2> 736903 DEBUG 
(OverseerThreadFactory-5232-thread-1-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 736903 DEBUG 
(OverseerThreadFactory-5232-thread-1-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 736903 DEBUG 
(OverseerThreadFactory-5232-thread-1-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 736903 INFO  
(OverseerThreadFactory-5232-thread-1-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: 
[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 736903 DEBUG 
(OverseerThreadFactory-5232-thread-1-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor Overseer Collection 
Message Handler: Message id:/overseer/collection-queue-work/qn-0000000000 
complete, 
response:{success={127.0.0.1:42405_={responseHeader={status=0,QTime=1460},core=control_collection_shard1_replica_n1}}}
   [junit4]   2> 736905 INFO  (qtp1374223514-17640) [n:127.0.0.1:42405_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 737002 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/control_collection/state.json version: 2
   [junit4]   2> 737002 INFO  (zkCallback-6098-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 737002 INFO  (zkCallback-6098-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 737003 INFO  (qtp1374223514-17640) [n:127.0.0.1:42405_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:42405_&wt=javabin&version=2}
 status=0 QTime=1666
   [junit4]   2> 737008 INFO  (zkConnectionManagerCallback-6118-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 737009 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 737009 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:46613/solr ready
   [junit4]   2> 737009 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause 
connection loss:false
   [junit4]   2> 737010 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 737012 DEBUG 
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from 
work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ed1]]
   [junit4]   2> 737012 DEBUG 
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor Marked task 
[/overseer/collection-queue-work/qn-0000000002] as running
   [junit4]   2> 737012 DEBUG 
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor Overseer Collection 
Message Handler: Get the message 
id:/overseer/collection-queue-work/qn-0000000002 message:{
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "createNodeSet":"",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 737016 DEBUG 
(OverseerThreadFactory-5232-thread-2-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor Runner processing 
/overseer/collection-queue-work/qn-0000000002
   [junit4]   2> 737016 DEBUG 
(OverseerThreadFactory-5232-thread-2-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "createNodeSet":"",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 737017 DEBUG 
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. 
#Running tasks: 1 #Completed tasks: 1
   [junit4]   2> 737017 INFO  
(OverseerThreadFactory-5232-thread-2-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 737017 INFO  
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] 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> 737017 DEBUG 
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor RunningTasks: 
[/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 737017 DEBUG 
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 737017 DEBUG 
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 737017 INFO  
(OverseerCollectionConfigSetProcessor-72327178619977732-127.0.0.1:42405_-n_0000000000)
 [n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: 
[/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 737017 DEBUG 
(OverseerThreadFactory-5232-thread-2-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating 
collections conf node /collections/collection1 
   [junit4]   2> 737018 DEBUG 
(OverseerThreadFactory-5232-thread-2-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.a.c.CreateCollectionCmd Check for collection 
zkNode:collection1
   [junit4]   2> 737018 DEBUG 
(OverseerThreadFactory-5232-thread-2-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode 
exists
   [junit4]   2> 737019 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "createNodeSet":"",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 737019 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
collection1
   [junit4]   2> 737120 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/collection1/state.json
   [junit4]   2> 737220 WARN  
(OverseerThreadFactory-5232-thread-2-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 737220 DEBUG 
(OverseerThreadFactory-5232-thread-2-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.a.c.CreateCollectionCmd Finished create 
command for collection: collection1
   [junit4]   2> 737220 DEBUG 
(OverseerThreadFactory-5232-thread-2-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor Completed 
task:[/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 737220 DEBUG 
(OverseerThreadFactory-5232-thread-2-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor Marked task 
[/overseer/collection-queue-work/qn-0000000002] as completed.
   [junit4]   2> 737220 DEBUG 
(OverseerThreadFactory-5232-thread-2-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 737220 DEBUG 
(OverseerThreadFactory-5232-thread-2-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 737220 DEBUG 
(OverseerThreadFactory-5232-thread-2-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: 
[/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 737220 INFO  
(OverseerThreadFactory-5232-thread-2-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: 
[/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 737220 DEBUG 
(OverseerThreadFactory-5232-thread-2-processing-n:127.0.0.1:42405_) 
[n:127.0.0.1:42405_    ] o.a.s.c.OverseerTaskProcessor Overseer Collection 
Message Handler: Message id:/overseer/collection-queue-work/qn-0000000002 
complete, response:{}
   [junit4]   2> 737221 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 737225 INFO  (qtp1374223514-17639) [n:127.0.0.1:42405_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=214
   [junit4]   2> 737237 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=4
   [junit4]   2> 737353 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/shard-1-001
 of type NRT
   [junit4]   2> 737354 WARN  (closeThreadPool-6119-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 737354 INFO  (closeThreadPool-6119-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 737354 INFO  (closeThreadPool-6119-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 737354 INFO  (closeThreadPool-6119-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 737366 INFO  (closeThreadPool-6119-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 737366 INFO  (closeThreadPool-6119-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 737366 INFO  (closeThreadPool-6119-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 737366 INFO  (closeThreadPool-6119-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@441415f3{/,null,AVAILABLE}
   [junit4]   2> 737374 INFO  (closeThreadPool-6119-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@7f49c375{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:36013}
   [junit4]   2> 737374 INFO  (closeThreadPool-6119-thread-1) [    ] 
o.e.j.s.Server Started @737417ms
   [junit4]   2> 737374 INFO  (closeThreadPool-6119-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/tempDir-001/jetty1,
 hostPort=36013, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/shard-1-001/cores,
 replicaType=NRT}
   [junit4]   2> 737374 ERROR (closeThreadPool-6119-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 737374 INFO  (closeThreadPool-6119-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 737374 INFO  (closeThreadPool-6119-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 737374 INFO  (closeThreadPool-6119-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 737374 INFO  (closeThreadPool-6119-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 737374 INFO  (closeThreadPool-6119-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-28T04:36:41.465794Z
   [junit4]   2> 737417 INFO  (zkConnectionManagerCallback-6121-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 737418 INFO  (closeThreadPool-6119-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 737418 INFO  (closeThreadPool-6119-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/shard-1-001/solr.xml
   [junit4]   2> 737419 INFO  (closeThreadPool-6119-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 737420 INFO  (closeThreadPool-6119-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 737420 INFO  (closeThreadPool-6119-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4ab9ecc0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 737471 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/shard-2-001
 of type NRT
   [junit4]   2> 737511 WARN  (closeThreadPool-6119-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 737512 INFO  (closeThreadPool-6119-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 737512 INFO  (closeThreadPool-6119-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 737512 INFO  (closeThreadPool-6119-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 737559 INFO  (closeThreadPool-6119-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 737559 INFO  (closeThreadPool-6119-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 737559 INFO  (closeThreadPool-6119-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 737572 INFO  (closeThreadPool-6119-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@380b56fe{/,null,AVAILABLE}
   [junit4]   2> 737573 INFO  (closeThreadPool-6119-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@767d49df{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:42237}
   [junit4]   2> 737573 INFO  (closeThreadPool-6119-thread-2) [    ] 
o.e.j.s.Server Started @737616ms
   [junit4]   2> 737573 INFO  (closeThreadPool-6119-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/tempDir-001/jetty2,
 hostPort=42237, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/shard-2-001/cores,
 replicaType=NRT}
   [junit4]   2> 737573 ERROR (closeThreadPool-6119-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 737573 INFO  (closeThreadPool-6119-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 737573 INFO  (closeThreadPool-6119-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 737573 INFO  (closeThreadPool-6119-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 737573 INFO  (closeThreadPool-6119-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 737573 INFO  (closeThreadPool-6119-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-28T04:36:41.664520Z
   [junit4]   2> 737577 INFO  (zkConnectionManagerCallback-6124-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 737578 INFO  (closeThreadPool-6119-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 737578 INFO  (closeThreadPool-6119-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/shard-2-001/solr.xml
   [junit4]   2> 737581 INFO  (closeThreadPool-6119-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 737581 INFO  (closeThreadPool-6119-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 737582 INFO  (closeThreadPool-6119-thread-2) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4ab9ecc0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 737619 INFO  (closeThreadPool-6119-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 737621 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/shard-3-001
 of type NRT
   [junit4]   2> 737631 WARN  (closeThreadPool-6119-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@689a8ab7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 737645 WARN  (closeThreadPool-6119-thread-3) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 737645 INFO  (closeThreadPool-6119-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 737645 INFO  (closeThreadPool-6119-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 737645 INFO  (closeThreadPool-6119-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 737693 WARN  (closeThreadPool-6119-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@aa16c02[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 737694 INFO  (closeThreadPool-6119-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46613/solr
   [junit4]   2> 737709 INFO  (closeThreadPool-6119-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 737712 INFO  (closeThreadPool-6119-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 737712 INFO  (closeThreadPool-6119-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 737712 INFO  (closeThreadPool-6119-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 737713 INFO  (closeThreadPool-6119-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7838abea{/,null,AVAILABLE}
   [junit4]   2> 737713 INFO  (closeThreadPool-6119-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@602cd322{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:36367}
   [junit4]   2> 737713 INFO  (closeThreadPool-6119-thread-3) [    ] 
o.e.j.s.Server Started @737757ms
   [junit4]   2> 737713 INFO  (closeThreadPool-6119-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/tempDir-001/jetty3,
 hostPort=36367, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/shard-3-001/cores,
 replicaType=NRT}
   [junit4]   2> 737713 ERROR (closeThreadPool-6119-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 737713 INFO  (closeThreadPool-6119-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 737714 INFO  (closeThreadPool-6119-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 737714 INFO  (closeThreadPool-6119-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 737714 INFO  (closeThreadPool-6119-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 737714 INFO  (closeThreadPool-6119-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-28T04:36:41.805042Z
   [junit4]   2> 737717 WARN  (closeThreadPool-6119-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@139eb666[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 737726 INFO  (zkConnectionManagerCallback-6134-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 737727 INFO  (closeThreadPool-6119-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 737727 INFO  (closeThreadPool-6119-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/shard-3-001/solr.xml
   [junit4]   2> 737729 INFO  (closeThreadPool-6119-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 737729 INFO  (closeThreadPool-6119-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 737730 INFO  (closeThreadPool-6119-thread-3) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4ab9ecc0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 737742 WARN  (closeThreadPool-6119-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@12be7684[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 737743 INFO  (closeThreadPool-6119-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46613/solr
   [junit4]   2> 737747 INFO  (zkConnectionManagerCallback-6131-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 737752 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x100f52f8d40000a, likely client has closed socket
   [junit4]   2> 737780 INFO  
(TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[FD1671EC8051F3A8])
 [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/shard-4-001
 of type NRT
   [junit4]   2> 737781 WARN  (closeThreadPool-6119-thread-4) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 737781 INFO  (closeThreadPool-6119-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 737781 INFO  (closeThreadPool-6119-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 737781 INFO  (closeThreadPool-6119-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 737781 INFO  (zkConnectionManagerCallback-6140-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 737784 INFO  (zkConnectionManagerCallback-6142-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 737793 INFO  (closeThreadPool-6119-thread-1) 
[n:127.0.0.1:36013_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 737806 INFO  (closeThreadPool-6119-thread-1) 
[n:127.0.0.1:36013_    ] o.a.s.c.ZkController Publish node=127.0.0.1:36013_ as 
DOWN
   [junit4]   2> 737807 INFO  (closeThreadPool-6119-thread-1) 
[n:127.0.0.1:36013_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 737807 INFO  (closeThreadPool-6119-thread-1) 
[n:127.0.0.1:36013_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36013_
   [junit4]   2> 737807 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36013_"} current state version: 0
   [junit4]   2> 737807 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 
127.0.0.1:36013_
   [junit4]   2> 737807 INFO  (zkCallback-6105-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 737807 INFO  (zkCallback-6098-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 737825 INFO  (zkCallback-6141-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 737828 INFO  (zkConnectionManagerCallback-6144-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 737831 INFO  (closeThreadPool-6119-thread-2) 
[n:127.0.0.1:42237_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 737833 INFO  (closeThreadPool-6119-thread-2) 
[n:127.0.0.1:42237_    ] o.a.s.c.ZkController Publish node=127.0.0.1:42237_ as 
DOWN
   [junit4]   2> 737833 INFO  (closeThreadPool-6119-thread-2) 
[n:127.0.0.1:42237_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 737833 INFO  (closeThreadPool-6119-thread-2) 
[n:127.0.0.1:42237_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42237_
   [junit4]   2> 737834 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.Overseer processMessage: queueSize: 2, message 
= {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:42237_"} current state version: 0
   [junit4]   2> 737834 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 
127.0.0.1:42237_
   [junit4]   2> 737834 INFO  (zkCallback-6098-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 737834 INFO  (zkCallback-6105-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 737835 INFO  (zkCallback-6141-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 737836 INFO  (zkConnectionManagerCallback-6151-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 737837 INFO  (zkCallback-6117-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 737839 INFO  (closeThreadPool-6119-thread-1) 
[n:127.0.0.1:36013_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 737840 INFO  (closeThreadPool-6119-thread-1) 
[n:127.0.0.1:36013_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:46613/solr ready
   [junit4]   2> 737857 INFO  (zkCallback-6143-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 737864 INFO  (zkConnectionManagerCallback-6158-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 737865 INFO  (closeThreadPool-6119-thread-2) 
[n:127.0.0.1:42237_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 737866 INFO  (closeThreadPool-6119-thread-2) 
[n:127.0.0.1:42237_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:46613/solr ready
   [junit4]   2> 737870 INFO  (closeThreadPool-6119-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 737872 INFO  (closeThreadPool-6119-thread-1) 
[n:127.0.0.1:36013_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 737883 WARN  (closeThreadPool-6119-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1823755[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 737888 INFO  (closeThreadPool-6119-thread-1) 
[n:127.0.0.1:36013_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4ab9ecc0
   [junit4]   2> 737895 INFO  (closeThreadPool-6119-thread-1) 
[n:127.0.0.1:36013_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4ab9ecc0
   [junit4]   2> 737895 INFO  (closeThreadPool-6119-thread-1) 
[n:127.0.0.1:36013_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4ab9ecc0
   [junit4]   2> 737896 INFO  (closeThreadPool-6119-thread-1) 
[n:127.0.0.1:36013_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/shard-1-001/cores
   [junit4]   2> 737908 INFO  (closeThreadPool-6119-thread-2) 
[n:127.0.0.1:42237_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 737920 INFO  (closeThreadPool-6119-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 737920 INFO  (closeThreadPool-6119-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 737920 INFO  (closeThreadPool-6119-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 737928 INFO  (closeThreadPool-6119-thread-2) 
[n:127.0.0.1:42237_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4ab9ecc0
   [junit4]   2> 737933 WARN  (closeThreadPool-6119-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@77a01dc2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 737934 INFO  (closeThreadPool-6119-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46613/solr
   [junit4]   2> 737941 INFO  (closeThreadPool-6119-thread-2) 
[n:127.0.0.1:42237_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4ab9ecc0
   [junit4]   2> 737941 INFO  (closeThreadPool-6119-thread-2) 
[n:127.0.0.1:42237_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4ab9ecc0
   [junit4]   2> 737942 INFO  (closeThreadPool-6119-thread-2) 
[n:127.0.0.1:42237_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/shard-2-001/cores
   [junit4]   2> 737948 INFO  (closeThreadPool-6119-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5b2936c4{/,null,AVAILABLE}
   [junit4]   2> 737949 INFO  (closeThreadPool-6119-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@22b9e548{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:44711}
   [junit4]   2> 737949 INFO  (closeThreadPool-6119-thread-4) [    ] 
o.e.j.s.Server Started @737992ms
   [junit4]   2> 737949 INFO  (closeThreadPool-6119-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/tempDir-001/jetty4,
 hostPort=44711, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/shard-4-001/cores,
 replicaType=NRT}
   [junit4]   2> 737949 ERROR (closeThreadPool-6119-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 737949 INFO  (closeThreadPool-6119-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 737949 INFO  (closeThreadPool-6119-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 737949 INFO  (closeThreadPool-6119-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 737949 INFO  (closeThreadPool-6119-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 737949 INFO  (closeThreadPool-6119-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-28T04:36:42.040573Z
   [junit4]   2> 737952 INFO  (zkConnectionManagerCallback-6166-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 737952 INFO  (zkConnectionManagerCallback-6168-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 737952 INFO  (closeThreadPool-6119-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 737952 INFO  (closeThreadPool-6119-thread-4) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/shard-4-001/solr.xml
   [junit4]   2> 737955 INFO  (closeThreadPool-6119-thread-4) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 737955 INFO  (closeThreadPool-6119-thread-4) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 737956 INFO  (closeThreadPool-6119-thread-4) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4ab9ecc0, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 737984 INFO  (zkConnectionManagerCallback-6170-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 738012 INFO  (closeThreadPool-6119-thread-3) 
[n:127.0.0.1:36367_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 738031 INFO  (closeThreadPool-6119-thread-3) 
[n:127.0.0.1:36367_    ] o.a.s.c.ZkController Publish node=127.0.0.1:36367_ as 
DOWN
   [junit4]   2> 738034 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36367_"} current state version: 0
   [junit4]   2> 738034 DEBUG 
(OverseerStateUpdate-72327178619977732-127.0.0.1:42405_-n_0000000000) 
[n:127.0.0.1:42405_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 
127.0.0.1:36367_
   [junit4]   2> 738035 INFO  (closeThreadPool-6119-thread-3) 
[n:127.0.0.1:36367_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 738035 INFO  (closeThreadPool-6119-thread-3) 
[n:127.0.0.1:36367_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36367_
   [junit4]   2> 738038 INFO  (zkCallback-6141-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 738038 INFO  (zkCallback-6143-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 738038 INFO  (zkCallback-6117-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 738038 INFO  (zkCallback-6105-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 738038 INFO  (zkCallback-6098-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 738048 INFO  (closeThreadPool-6119-thread-4) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 738048 INFO  (zkCallback-6150-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 738069 INFO  (zkCallback-6157-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 738070 WARN  (closeThreadPool-6119-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7f3d8afb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 738073 INFO  (zkConnectionManagerCallback-6178-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 738075 INFO  (closeThreadPool-6119-thread-3) 
[n:127.0.0.1:36367_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 738077 INFO  (closeThreadPool-6119-thread-3) 
[n:127.0.0.1:36367_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:46613/solr ready
   [junit4]   2> 738080 INFO  (zkCallback-6169-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 738092 INFO  (closeThreadPool-6119-thread-3) 
[n:127.0.0.1:36367_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 738092 WARN  (closeThreadPool-6119-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2f5d007f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 738093 INFO  (closeThreadPool-6119-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46613/solr
   [junit4]   2> 738100 INFO  (zkConnectionManagerCallback-6185-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 738110 INFO  (closeThreadPool-6119-thread-3) 
[n:127.0.0.1:36367_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4ab9ecc0
   [junit4]   2> 738122 INFO  (closeThreadPool-6119-thread-3) 
[n:127.0.0.1:36367_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4ab9ecc0
   [junit4]   2> 738122 INFO  (closeThreadPool-6119-thread-3) 
[n:127.0.0.1:36367_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@4ab9ecc0
   [junit4]   2> 738123 INFO  (closeThreadPool-6119-thread-3) 
[n:127.0.0.1:36367_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_FD1671EC8051F3A8-001/shard-3-001/cores
   [junit4]   2> 738125 I

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

  [junit4] Completed [1/5] on J1 in 175.14s, 11 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.api.collections.ShardSplitTest
   [junit4] IGNOR/A 0.02s J0 | ShardSplitTest.test
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] OK      37.3s J0 | 
ShardSplitTest.testSplitStaticIndexReplicationLink
   [junit4] IGNOR/A 0.00s J0 | ShardSplitTest.testSplitWithChaosMonkey
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] OK      15.8s J0 | ShardSplitTest.testSplitShardWithRule
   [junit4] OK      21.4s J0 | ShardSplitTest.testSplitMixedReplicaTypes
   [junit4] OK      27.2s J0 | ShardSplitTest.testSplitStaticIndexReplication
   [junit4] OK      20.6s J0 | ShardSplitTest.testSplitAfterFailedSplit
   [junit4] OK      15.5s J0 | ShardSplitTest.testSplitShardWithRuleLink
   [junit4] OK      18.3s J0 | ShardSplitTest.testSplitLocking
   [junit4] IGNOR/A 0.00s J0 | ShardSplitTest.testSplitAfterFailedSplit2
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] OK      24.0s J0 | ShardSplitTest.testSplitMixedReplicaTypesLink
   [junit4] Completed [2/5] on J0 in 183.73s, 11 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.api.collections.ShardSplitTest
   [junit4] IGNOR/A 0.01s J2 | ShardSplitTest.test
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] OK      34.4s J2 | 
ShardSplitTest.testSplitStaticIndexReplicationLink
   [junit4] IGNOR/A 0.00s J2 | ShardSplitTest.testSplitWithChaosMonkey
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] OK      16.1s J2 | ShardSplitTest.testSplitShardWithRule
   [junit4] OK      23.0s J2 | ShardSplitTest.testSplitMixedReplicaTypes
   [junit4] OK      28.3s J2 | ShardSplitTest.testSplitStaticIndexReplication
   [junit4] OK      20.5s J2 | ShardSplitTest.testSplitAfterFailedSplit
   [junit4] OK      15.5s J2 | ShardSplitTest.testSplitShardWithRuleLink
   [junit4] OK      18.4s J2 | ShardSplitTest.testSplitLocking
   [junit4] IGNOR/A 0.00s J2 | ShardSplitTest.testSplitAfterFailedSplit2
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] OK      24.9s J2 | ShardSplitTest.testSplitMixedReplicaTypesLink
   [junit4] Completed [3/5] on J2 in 184.85s, 11 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.api.collections.ShardSplitTest
   [junit4] IGNOR/A 0.00s J1 | ShardSplitTest.test
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] OK      37.6s J1 | 
ShardSplitTest.testSplitStaticIndexReplicationLink
   [junit4] IGNOR/A 0.00s J1 | ShardSplitTest.testSplitWithChaosMonkey
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] OK      18.4s J1 | ShardSplitTest.testSplitShardWithRule
   [junit4] OK      20.6s J1 | ShardSplitTest.testSplitMixedReplicaTypes
   [junit4] OK      29.4s J1 | ShardSplitTest.testSplitStaticIndexReplication
   [junit4] OK      20.2s J1 | ShardSplitTest.testSplitAfterFailedSplit
   [junit4] OK      14.9s J1 | ShardSplitTest.testSplitShardWithRuleLink
   [junit4] OK      17.9s J1 | ShardSplitTest.testSplitLocking
   [junit4] IGNOR/A 0.00s J1 | ShardSplitTest.testSplitAfterFailedSplit2
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] OK      20.4s J1 | ShardSplitTest.testSplitMixedReplicaTypesLink
   [junit4] Completed [4/5] on J1 in 180.34s, 11 tests, 3 skipped
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.api.collections.ShardSplitTest
   [junit4] IGNOR/A 0.00s J0 | ShardSplitTest.test
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] OK      39.7s J0 | 
ShardSplitTest.testSplitStaticIndexReplicationLink
   [junit4] IGNOR/A 0.00s J0 | ShardSplitTest.testSplitWithChaosMonkey
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] OK      17.9s J0 | ShardSplitTest.testSplitShardWithRule
   [junit4] OK      21.0s J0 | ShardSplitTest.testSplitMixedReplicaTypes
   [junit4] OK      29.4s J0 | ShardSplitTest.testSplitStaticIndexReplication
   [junit4] OK      20.1s J0 | ShardSplitTest.testSplitAfterFailedSplit
   [junit4] OK      15.1s J0 | ShardSplitTest.testSplitShardWithRuleLink
   [junit4] OK      17.9s J0 | ShardSplitTest.testSplitLocking
   [junit4] IGNOR/A 0.00s J0 | ShardSplitTest.testSplitAfterFailedSplit2
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] OK      20.1s J0 | ShardSplitTest.testSplitMixedReplicaTypesLink
   [junit4] Completed [5/5] on J0 in 182.34s, 11 tests, 3 skipped
   [junit4] 
   [junit4] JVM J0:     0.78 ..   368.11 =   367.33s
   [junit4] JVM J1:     0.79 ..   357.62 =   356.83s
   [junit4] JVM J2:     0.76 ..   186.50 =   185.74s
   [junit4] Execution time total: 6 minutes 8 seconds
   [junit4] Tests summary: 5 suites, 55 tests, 15 ignored (15 assumptions)
   [junit4] Could not remove temporary path: 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0
 (java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J0/temp])
   [junit4] Could not remove temporary path: 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1
 (java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp])
   [junit4] Could not remove temporary path: 
/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2
 (java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J2/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 180.57s | org.apache.solr.cloud.api.collections.ShardSplitTest
[junit4:tophints] 116.80s | org.apache.solr.update.SoftAutoCommitTest
[junit4:tophints] 112.07s | org.apache.solr.update.TestInPlaceUpdatesStandalone
[junit4:tophints]  98.07s | org.apache.solr.cloud.HttpPartitionTest
[junit4:tophints]  81.88s | 
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest

-check-totals:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.codehaus.groovy.reflection.CachedClass 
(file:/home/jenkins/.ivy2/cache/org.codehaus.groovy/groovy-all/jars/groovy-all-2.4.16.jar)
 to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of 
org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release

test-nocompile:

BUILD SUCCESSFUL
Total time: 6 minutes 10 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.api.collections.ShardSplitTest
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2805)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2684)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2665)
        at hudson.FilePath.act(FilePath.java:1078)
        at hudson.FilePath.act(FilePath.java:1061)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2663)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:248)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1843)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=6ac31c6db3152727e415c702da6afcda8d95d524, 
workspace=/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux
[WARNINGS] Computing warning deltas based on reference build #211
Recording test results
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to