Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.2-Linux/90/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseSerialGC

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

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:37979

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:37979
        at 
__randomizedtesting.SeedInfo.seed([3A560DF81E770F18:B2023222B08B62E0]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
        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.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:314)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
        ... 43 more


FAILED:  org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey

Error Message:
There are still nodes recoverying - waited for 330 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330 
seconds
        at 
__randomizedtesting.SeedInfo.seed([3A560DF81E770F18:B171DE295F71A49C]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:907)
        at 
org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:428)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12701 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> 791953 INFO  
(SUITE-ShardSplitTest-seed#[3A560DF81E770F18]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/init-core-data-001
   [junit4]   2> 791953 INFO  
(SUITE-ShardSplitTest-seed#[3A560DF81E770F18]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 791954 INFO  
(SUITE-ShardSplitTest-seed#[3A560DF81E770F18]-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> 791954 INFO  
(SUITE-ShardSplitTest-seed#[3A560DF81E770F18]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 791958 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 791958 INFO  (Thread-5423) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 791959 INFO  (Thread-5423) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 791961 ERROR (Thread-5423) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 792058 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:37863
   [junit4]   2> 792062 INFO  (zkConnectionManagerCallback-1946-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 792065 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x16073a023e30000, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 792068 INFO  (zkConnectionManagerCallback-1948-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 792072 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 792073 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 792074 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 792075 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 792075 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 792076 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 792077 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 792078 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 792079 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 792080 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 792081 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 792082 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 792160 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 792161 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@140b7f0{/,null,AVAILABLE}
   [junit4]   2> 792163 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3ea7e9{HTTP/1.1,[http/1.1]}{127.0.0.1:33725}
   [junit4]   2> 792163 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.e.j.s.Server Started @793323ms
   [junit4]   2> 792163 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/tempDir-001/control/data,
 hostContext=/, hostPort=33725, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/control-001/cores}
   [junit4]   2> 792164 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 792164 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 792164 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 792164 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 792164 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-20T11:12:43.183Z
   [junit4]   2> 792166 INFO  (zkConnectionManagerCallback-1950-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 792167 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 792167 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/control-001/solr.xml
   [junit4]   2> 792172 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 792172 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 792173 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1756ad7, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 792176 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37863/solr
   [junit4]   2> 792178 INFO  (zkConnectionManagerCallback-1954-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 792180 INFO  
(zkConnectionManagerCallback-1956-thread-1-processing-n:127.0.0.1:33725_) 
[n:127.0.0.1:33725_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 792223 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:33725_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 792224 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:33725_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:33725_
   [junit4]   2> 792224 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:33725_    ] o.a.s.c.Overseer Overseer 
(id=99206323436191748-127.0.0.1:33725_-n_0000000000) starting
   [junit4]   2> 792230 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:33725_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33725_
   [junit4]   2> 792231 INFO  
(zkCallback-1955-thread-1-processing-n:127.0.0.1:33725_) [n:127.0.0.1:33725_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 792361 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:33725_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1756ad7
   [junit4]   2> 792370 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:33725_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1756ad7
   [junit4]   2> 792371 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:33725_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1756ad7
   [junit4]   2> 792372 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:33725_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/control-001/cores
   [junit4]   2> 792390 INFO  (zkConnectionManagerCallback-1962-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 792391 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 792392 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37863/solr ready
   [junit4]   2> 792394 INFO  (qtp16015306-12413) [n:127.0.0.1:33725_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33725_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 792397 INFO  
(OverseerThreadFactory-2786-thread-1-processing-n:127.0.0.1:33725_) 
[n:127.0.0.1:33725_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 792502 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_    ] 
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> 792503 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 792607 INFO  
(zkCallback-1955-thread-1-processing-n:127.0.0.1:33725_) [n:127.0.0.1:33725_    
] 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> 793530 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 793543 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
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> 793628 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
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> 793647 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
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> 793648 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
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@1756ad7
   [junit4]   2> 793652 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 793652 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
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-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 793657 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
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=22, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=58.26953125, 
floorSegmentMB=1.330078125, forceMergeDeletesPctAllowed=24.798831390099657, 
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 793677 WARN  (qtp16015306-12415) [n:127.0.0.1:33725_ 
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> 793720 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
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> 793720 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
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> 793721 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 793721 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 793722 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
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=32, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=2.3955078125, 
floorSegmentMB=2.1865234375, forceMergeDeletesPctAllowed=28.172315938468223, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 793723 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@91f5f3[control_collection_shard1_replica_n1] main]
   [junit4]   2> 793724 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 793724 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
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> 793725 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 793727 INFO  
(searcherExecutor-2789-thread-1-processing-n:127.0.0.1:33725_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:33725_ 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@91f5f3[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 793727 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
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 1587301176831901696
   [junit4]   2> 793730 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 793731 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
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> 793731 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:33725/control_collection_shard1_replica_n1/
   [junit4]   2> 793731 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
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> 793731 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:33725/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 793731 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 793733 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
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:33725/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 793834 INFO  
(zkCallback-1955-thread-1-processing-n:127.0.0.1:33725_) [n:127.0.0.1:33725_    
] 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> 793884 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
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> 793893 INFO  (qtp16015306-12415) [n:127.0.0.1:33725_ 
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=1391
   [junit4]   2> 793897 INFO  (qtp16015306-12413) [n:127.0.0.1:33725_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 793986 INFO  
(zkCallback-1955-thread-1-processing-n:127.0.0.1:33725_) [n:127.0.0.1:33725_    
] 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> 794398 INFO  
(OverseerCollectionConfigSetProcessor-99206323436191748-127.0.0.1:33725_-n_0000000000)
 [n:127.0.0.1:33725_    ] 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> 794897 INFO  (qtp16015306-12413) [n:127.0.0.1:33725_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33725_&wt=javabin&version=2}
 status=0 QTime=2502
   [junit4]   2> 794902 INFO  (zkConnectionManagerCallback-1966-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 794904 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 794904 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37863/solr ready
   [junit4]   2> 794904 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 794906 INFO  (qtp16015306-12413) [n:127.0.0.1:33725_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 794907 INFO  
(OverseerThreadFactory-2786-thread-2-processing-n:127.0.0.1:33725_) 
[n:127.0.0.1:33725_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 794908 WARN  
(OverseerThreadFactory-2786-thread-2-processing-n:127.0.0.1:33725_) 
[n:127.0.0.1:33725_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 795114 INFO  (qtp16015306-12413) [n:127.0.0.1:33725_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 795114 INFO  (qtp16015306-12413) [n:127.0.0.1:33725_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=208
   [junit4]   2> 795235 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/shard-1-001
 of type NRT
   [junit4]   2> 795235 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 795237 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1b4c924{/,null,AVAILABLE}
   [junit4]   2> 795237 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1867d7c{HTTP/1.1,[http/1.1]}{127.0.0.1:33157}
   [junit4]   2> 795238 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.e.j.s.Server Started @796398ms
   [junit4]   2> 795238 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=33157, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/shard-1-001/cores}
   [junit4]   2> 795239 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 795239 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 795239 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 795239 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 795239 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-20T11:12:46.258Z
   [junit4]   2> 795240 INFO  (zkConnectionManagerCallback-1968-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 795243 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 795243 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/shard-1-001/solr.xml
   [junit4]   2> 795249 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 795249 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 795251 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1756ad7, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 795255 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37863/solr
   [junit4]   2> 795256 INFO  (zkConnectionManagerCallback-1972-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 795259 INFO  
(zkConnectionManagerCallback-1974-thread-1-processing-n:127.0.0.1:33157_) 
[n:127.0.0.1:33157_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 795267 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:33157_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 795268 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:33157_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 795270 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:33157_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33157_
   [junit4]   2> 795271 INFO  (zkCallback-1965-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 795272 INFO  
(zkCallback-1955-thread-1-processing-n:127.0.0.1:33725_) [n:127.0.0.1:33725_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 795274 INFO  
(zkCallback-1973-thread-1-processing-n:127.0.0.1:33157_) [n:127.0.0.1:33157_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 795408 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:33157_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1756ad7
   [junit4]   2> 795437 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:33157_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1756ad7
   [junit4]   2> 795438 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:33157_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1756ad7
   [junit4]   2> 795441 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:33157_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/shard-1-001/cores
   [junit4]   2> 795472 INFO  (qtp1347238-12462) [n:127.0.0.1:33157_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:33157_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 795474 INFO  
(OverseerCollectionConfigSetProcessor-99206323436191748-127.0.0.1:33725_-n_0000000000)
 [n:127.0.0.1:33725_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 795474 INFO  
(OverseerThreadFactory-2786-thread-3-processing-n:127.0.0.1:33725_) 
[n:127.0.0.1:33725_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:33157_ 
for creating new replica
   [junit4]   2> 795477 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 795477 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 796502 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 796514 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 796595 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 796609 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 796610 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n41' (registry 
'solr.core.collection1.shard2.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1756ad7
   [junit4]   2> 796610 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 796610 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 796624 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=58.26953125, 
floorSegmentMB=1.330078125, forceMergeDeletesPctAllowed=24.798831390099657, 
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 796644 WARN  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
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> 796690 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 796690 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 796691 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 796691 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 796692 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=2.3955078125, 
floorSegmentMB=2.1865234375, forceMergeDeletesPctAllowed=28.172315938468223, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 796693 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@caa0b8[collection1_shard2_replica_n41] main]
   [junit4]   2> 796694 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 796695 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 796695 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 796697 INFO  
(searcherExecutor-2800-thread-1-processing-n:127.0.0.1:33157_ 
x:collection1_shard2_replica_n41 s:shard2 c:collection1) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[collection1_shard2_replica_n41] Registered new searcher 
Searcher@caa0b8[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 796697 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1587301179946172416
   [junit4]   2> 796701 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 796701 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 796701 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:33157/collection1_shard2_replica_n41/
   [junit4]   2> 796701 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 796701 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
http://127.0.0.1:33157/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 796701 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 796703 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33157/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 796854 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 796862 INFO  (qtp1347238-12464) [n:127.0.0.1:33157_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1385
   [junit4]   2> 796865 INFO  (qtp1347238-12462) [n:127.0.0.1:33157_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:33157_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1393
   [junit4]   2> 796939 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/shard-2-001
 of type NRT
   [junit4]   2> 796939 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 796940 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@64208{/,null,AVAILABLE}
   [junit4]   2> 796942 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1bf3891{HTTP/1.1,[http/1.1]}{127.0.0.1:35633}
   [junit4]   2> 796942 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.e.j.s.Server Started @798102ms
   [junit4]   2> 796942 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=35633, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/shard-2-001/cores}
   [junit4]   2> 796942 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 796943 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 796943 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 796943 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 796943 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-20T11:12:47.962Z
   [junit4]   2> 796944 INFO  (zkConnectionManagerCallback-1977-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 796945 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 796945 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/shard-2-001/solr.xml
   [junit4]   2> 796950 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 796950 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 796951 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1756ad7, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 796954 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37863/solr
   [junit4]   2> 796955 INFO  (zkConnectionManagerCallback-1981-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 796960 INFO  
(zkConnectionManagerCallback-1983-thread-1-processing-n:127.0.0.1:35633_) 
[n:127.0.0.1:35633_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 796964 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:35633_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 796965 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:35633_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 796967 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:35633_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35633_
   [junit4]   2> 796968 INFO  (zkCallback-1965-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 796968 INFO  
(zkCallback-1973-thread-1-processing-n:127.0.0.1:33157_) [n:127.0.0.1:33157_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 796968 INFO  
(zkCallback-1955-thread-1-processing-n:127.0.0.1:33725_) [n:127.0.0.1:33725_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 796968 INFO  
(zkCallback-1982-thread-1-processing-n:127.0.0.1:35633_) [n:127.0.0.1:35633_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 797066 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:35633_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1756ad7
   [junit4]   2> 797083 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:35633_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1756ad7
   [junit4]   2> 797083 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:35633_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1756ad7
   [junit4]   2> 797085 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:35633_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/shard-2-001/cores
   [junit4]   2> 797142 INFO  (qtp1347238-12463) [n:127.0.0.1:33157_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:35633_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 797144 INFO  
(OverseerCollectionConfigSetProcessor-99206323436191748-127.0.0.1:33725_-n_0000000000)
 [n:127.0.0.1:33725_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 797144 INFO  
(OverseerThreadFactory-2786-thread-4-processing-n:127.0.0.1:33725_) 
[n:127.0.0.1:33725_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:35633_ 
for creating new replica
   [junit4]   2> 797146 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 797147 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 798169 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 798182 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 798284 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 798298 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 798299 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n43' (registry 
'solr.core.collection1.shard1.replica_n43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1756ad7
   [junit4]   2> 798299 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 798299 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n43] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 798302 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=58.26953125, 
floorSegmentMB=1.330078125, forceMergeDeletesPctAllowed=24.798831390099657, 
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 798324 WARN  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
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> 798406 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 798406 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 798408 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 798408 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 798410 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=2.3955078125, 
floorSegmentMB=2.1865234375, forceMergeDeletesPctAllowed=28.172315938468223, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 798411 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@d16065[collection1_shard1_replica_n43] main]
   [junit4]   2> 798413 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 798413 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 798414 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 798415 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1587301181747625984
   [junit4]   2> 798416 INFO  
(searcherExecutor-2811-thread-1-processing-n:127.0.0.1:35633_ 
x:collection1_shard1_replica_n43 s:shard1 c:collection1) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[collection1_shard1_replica_n43] Registered new searcher 
Searcher@d16065[collection1_shard1_replica_n43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 798419 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 798419 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 798419 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:35633/collection1_shard1_replica_n43/
   [junit4]   2> 798419 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 798419 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy 
http://127.0.0.1:35633/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 798419 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 798421 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35633/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 798572 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 798580 INFO  (qtp20500648-12492) [n:127.0.0.1:35633_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1434
   [junit4]   2> 798582 INFO  (qtp1347238-12463) [n:127.0.0.1:33157_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:35633_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1440
   [junit4]   2> 798663 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/shard-3-001
 of type NRT
   [junit4]   2> 798663 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 798664 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@16a7ec9{/,null,AVAILABLE}
   [junit4]   2> 798665 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@85512a{HTTP/1.1,[http/1.1]}{127.0.0.1:44411}
   [junit4]   2> 798666 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.e.j.s.Server Started @799826ms
   [junit4]   2> 798666 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/tempDir-001/jetty3,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=44411, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/shard-3-001/cores}
   [junit4]   2> 798666 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 798667 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 798667 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 798667 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 798667 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-20T11:12:49.686Z
   [junit4]   2> 798671 INFO  (zkConnectionManagerCallback-1986-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 798672 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 798672 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/shard-3-001/solr.xml
   [junit4]   2> 798677 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 798677 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 798678 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1756ad7, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 798681 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37863/solr
   [junit4]   2> 798682 INFO  (zkConnectionManagerCallback-1990-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 798685 INFO  
(zkConnectionManagerCallback-1992-thread-1-processing-n:127.0.0.1:44411_) 
[n:127.0.0.1:44411_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 798689 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:44411_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 798690 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:44411_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 798691 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:44411_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44411_
   [junit4]   2> 798692 INFO  
(zkCallback-1973-thread-1-processing-n:127.0.0.1:33157_) [n:127.0.0.1:33157_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 798692 INFO  
(zkCallback-1955-thread-1-processing-n:127.0.0.1:33725_) [n:127.0.0.1:33725_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 798692 INFO  
(zkCallback-1982-thread-1-processing-n:127.0.0.1:35633_) [n:127.0.0.1:35633_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 798693 INFO  
(zkCallback-1991-thread-1-processing-n:127.0.0.1:44411_) [n:127.0.0.1:44411_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 798693 INFO  (zkCallback-1965-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 798892 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:44411_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1756ad7
   [junit4]   2> 798903 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:44411_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1756ad7
   [junit4]   2> 798903 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:44411_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1756ad7
   [junit4]   2> 798905 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) 
[n:127.0.0.1:44411_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/shard-3-001/cores
   [junit4]   2> 798974 INFO  (qtp1347238-12458) [n:127.0.0.1:33157_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:44411_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 798976 INFO  
(OverseerCollectionConfigSetProcessor-99206323436191748-127.0.0.1:33725_-n_0000000000)
 [n:127.0.0.1:33725_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 798976 INFO  
(OverseerThreadFactory-2786-thread-5-processing-n:127.0.0.1:33725_) 
[n:127.0.0.1:33725_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:44411_ 
for creating new replica
   [junit4]   2> 798978 INFO  (qtp4964960-12522) [n:127.0.0.1:44411_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 798979 INFO  (qtp4964960-12522) [n:127.0.0.1:44411_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 799999 INFO  (qtp4964960-12522) [n:127.0.0.1:44411_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 800011 INFO  (qtp4964960-12522) [n:127.0.0.1:44411_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 800108 INFO  (qtp4964960-12522) [n:127.0.0.1:44411_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 800120 INFO  (qtp4964960-12522) [n:127.0.0.1:44411_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_n45' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 800121 INFO  (qtp4964960-12522) [n:127.0.0.1:44411_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n45' (registry 
'solr.core.collection1.shard2.replica_n45') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1756ad7
   [junit4]   2> 800121 INFO  (qtp4964960-12522) [n:127.0.0.1:44411_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 800121 INFO  (qtp4964960-12522) [n:127.0.0.1:44411_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n45] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/shard-3-001/cores/collection1_shard2_replica_n45],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
   [junit4]   2> 800125 INFO  (qtp4964960-12522) [n:127.0.0.1:44411_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=58.26953125, 
floorSegmentMB=1.330078125, forceMergeDeletesPctAllowed=24.798831390099657, 
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 800144 WARN  (qtp4964960-12522) [n:127.0.0.1:44411_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
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> 800194 INFO  (qtp4964960-12522) [n:127.0.0.1:44411_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 800194 INFO  (qtp4964960-12522) [n:127.0.0.1:44411_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 800195 INFO  (qtp4964960-12522) [n:127.0.0.1:44411_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 800195 INFO  (qtp4964960-12522) [n:127.0.0.1:44411_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 800197 INFO  (qtp4964960-12522) [n:127.0.0.1:44411_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=2.3955078125, 
floorSegmentMB=2.1865234375, forceMergeDeletesPctAllowed=28.172315938468223, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 800197 INFO  (qtp4964960-12522) [n:127.0.0.1:44411_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@42fec1[collection1_shard2_replica_n45] main]
   [junit4]   2> 800200 INFO  (qtp4964960-12522) [n:127.0.0.1:44411_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 800201 INFO  (qtp4964960-12522) [n:127.0.0.1:44411_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 800201 INFO  (qtp4964960-12522) [n:127.0.0.1:44411_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 800204 INFO  
(searcherExecutor-2822-thread-1-processing-n:127.0.0.1:44411_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:44411_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore 
[collection1_shard2_replica_n45] Registered new searcher 
Searcher@42fec1[collection1_shard2_replica_n45] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 800204 INFO  (qtp4964960-12522) [n:127.0.0.1:44411_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1587301183623528448
   [junit4]   2> 800207 INFO  (qtp4964960-12522) [n:127.0.0.1:44411_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.ZkController 
Core needs to recover:collection1_shard2_replica_n45
   [junit4]   2> 800207 INFO  
(updateExecutor-1987-thread-1-processing-n:127.0.0.1:44411_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:44411_ 
c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 800208 INFO  
(recoveryExecutor-1988-thread-1-processing-n:127.0.0.1:44411_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:44411_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 800209 INFO  
(recoveryExecutor-1988-thread-1-processing-n:127.0.0.1:44411_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:44411_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 800209 INFO  
(recoveryExecutor-1988-thread-1-processing-n:127.0.0.1:44411_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:44411_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1_shard2_replica_n45]
   [junit4]   2> 800209 INFO  
(recoveryExecutor-1988-thread-1-processing-n:127.0.0.1:44411_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:44411_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 800209 INFO  
(recoveryExecutor-1988-thread-1-processing-n:127.0.0.1:44411_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:44411_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Publishing state of 
core [collection1_shard2_replica_n45] as recovering, leader is 
[http://127.0.0.1:33157/collection1_shard2_replica_n41/] and I am 
[http://127.0.0.1:44411/collection1_shard2_replica_n45/]
   [junit4]   2> 800209 INFO  (qtp4964960-12522) [n:127.0.0.1:44411_ 
c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1231
   [junit4]   2> 800214 INFO  (qtp1347238-12458) [n:127.0.0.1:33157_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:44411_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1239
   [junit4]   2> 800216 INFO  
(recoveryExecutor-1988-thread-1-processing-n:127.0.0.1:44411_ 
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:44411_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [http://127.0.0.1:33157]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard2_replica_n41&nodeName=127.0.0.1:44411_&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 800218 INFO  (qtp1347238-12462) [n:127.0.0.1:33157_    ] 
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node46, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, 
maxTime: 183 s
   [junit4]   2> 800218 INFO  (qtp1347238-12462) [n:127.0.0.1:33157_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1_shard2_replica_n41, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:44411_, 
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: 
core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:44411","node_name":"127.0.0.1:44411_","state":"down","type":"NRT"}
   [junit4]   2> 800291 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/shard-4-001
 of type NRT
   [junit4]   2> 800291 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 800293 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@165e182{/,null,AVAILABLE}
   [junit4]   2> 800294 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@11e43fc{HTTP/1.1,[http/1.1]}{127.0.0.1:39071}
   [junit4]   2> 800294 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.e.j.s.Server Started @801454ms
   [junit4]   2> 800294 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/tempDir-001/jetty4,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=39071, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_3A560DF81E770F18-001/shard-4-001/cores}
   [junit4]   2> 800295 ERROR 
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 800296 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 800297 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[3A560DF81E770F18]) [    ] 
o.a.s.s.SolrDispatchFilter / 

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

.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:737)
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2>        ... 41 more
   [junit4]   2> 
   [junit4]   2> 1775887 INFO  (qtp16687598-8735) [n:127.0.0.1:37979_ 
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=630161
   [junit4]   2> 1775887 ERROR 
(TEST-BasicDistributedZkTest.test-seed#[3A560DF81E770F18]) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1775887 INFO  
(TEST-BasicDistributedZkTest.test-seed#[3A560DF81E770F18]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:45841 45841
   [junit4]   2> 1781753 INFO  (Thread-2230) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:45841 45841
   [junit4]   2> 1781754 WARN  (Thread-2230) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/clusterstate.json
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/live_nodes
   [junit4]   2>        2       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=BasicDistributedZkTest -Dtests.method=test 
-Dtests.seed=3A560DF81E770F18 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=sk-SK -Dtests.timezone=America/Dominica -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR    637s J0 | BasicDistributedZkTest.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:37979
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3A560DF81E770F18:B2023222B08B62E0]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:314)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    >        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    >        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]    >        ... 43 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_3A560DF81E770F18-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=false): {}, locale=sk-SK, 
timezone=America/Dominica
   [junit4]   2> NOTE: Linux 4.10.0-40-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=137742080,total=345468928
   [junit4]   2> NOTE: All tests run in this JVM: [SolrSlf4jReporterTest, 
RestartWhileUpdatingTest, TestIndexingPerformance, TestXmlQParser, 
TermVectorComponentTest, TestCrossCoreJoin, TestInPlaceUpdatesStandalone, 
DistributedExpandComponentTest, RegexBytesRefFilterTest, TestInitQParser, 
TestLocalFSCloudBackupRestore, TestEmbeddedSolrServerSchemaAPI, StressHdfsTest, 
ParsingFieldUpdateProcessorsTest, TestNonDefinedSimilarityFactory, 
AnalysisErrorHandlingTest, TestWordDelimiterFilterFactory, 
TemplateUpdateProcessorTest, TestGeoJSONResponseWriter, TestMacros, 
BigEndianAscendingWordSerializerTest, TestCloudSchemaless, 
TestReRankQParserPlugin, TestPHPSerializedResponseWriter, 
CloneFieldUpdateProcessorFactoryTest, ConnectionManagerTest, 
SaslZkACLProviderTest, SolrXmlInZkTest, SpatialRPTFieldTypeTest, 
TestPhraseSuggestions, SyncSliceTest, BlockJoinFacetRandomTest, 
ClassificationUpdateProcessorFactoryTest, TestTlogReplica, 
HdfsChaosMonkeyNothingIsSafeTest, PropertiesRequestHandlerTest, 
TestPKIAuthenticationPlugin, TestHighFrequencyDictionaryFactory, 
TestScoreJoinQPScore, LeaderElectionIntegrationTest, TestSolrDeletionPolicy1, 
CursorPagingTest, SimpleFacetsTest, ZkStateWriterTest, 
PeerSyncWithIndexFingerprintCachingTest, TestReversedWildcardFilterFactory, 
TestCSVLoader, TestCloudInspectUtil, TestJsonFacets, 
TestPostingsSolrHighlighter, TolerantUpdateProcessorTest, NoCacheHeaderTest, 
TestSolr4Spatial2, SimpleCollectionCreateDeleteTest, ExecutePlanActionTest, 
AnalyticsQueryTest, JsonLoaderTest, TestPointFields, DateRangeFieldTest, 
IndexSchemaRuntimeFieldTest, TestOnReconnectListenerSupport, 
DirectoryFactoryTest, NodeAddedTriggerTest, TestJoin, 
TestManagedSynonymFilterFactory, SolrMetricReporterTest, 
TestSuggestSpellingConverter, TestImplicitCoreProperties, 
SpellCheckComponentTest, TermsComponentTest, TestDownShardTolerantSearch, 
TestAddFieldRealTimeGet, TestBinaryField, 
HdfsTlogReplayBufferedWhileIndexingTest, TestConfigSetImmutable, 
SolrInfoBeanTest, ExternalFileFieldSortTest, TestManagedResource, 
SuggestComponentContextFilterQueryTest, LeaderFailoverAfterPartitionTest, 
TestNumericTokenStream, TestPullReplicaErrorHandling, SolrCoreTest, 
SparseHLLTest, SearchHandlerTest, RemoteQueryErrorTest, TestUpdate, 
MergeStrategyTest, TestComplexPhraseQParserPlugin, 
UpdateRequestProcessorFactoryTest, ZkControllerTest, TestExceedMaxTermLength, 
QueryParsingTest, SolrGraphiteReporterTest, TestMissingGroups, BasicZkTest, 
CollectionsAPISolrJTest, TestFoldingMultitermQuery, TestCoreBackup, 
TestZkAclsWithHadoopAuth, TestBlendedInfixSuggestions, 
StatelessScriptUpdateProcessorFactoryTest, DocumentBuilderTest, 
TestBinaryResponseWriter, ActionThrottleTest, TestMultiValuedNumericRangeQuery, 
TestIntervalFaceting, TestDynamicFieldResource, TestNRTOpen, 
TestRebalanceLeaders, DistributedSuggestComponentTest, UpdateParamsTest, 
TestBadConfig, TestRetrieveFieldsOptimizer, TestSerializedLuceneMatchVersion, 
TestCorePropertiesReload, HdfsNNFailoverTest, UtilsToolTest, 
RAMDirectoryFactoryTest, SearchHandlerTest, FastVectorHighlighterTest, 
TestNumericTerms64, TestCloudNestedDocsSort, TestExpandComponent, FullHLLTest, 
BasicDistributedZkTest]
   [junit4] Completed [348/751 (2!)] on J0 in 636.81s, 1 test, 1 error <<< 
FAILURES!

[...truncated 44553 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to