Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.2-Linux/86/
Java: 64bit/jdk-9.0.1 -XX:-UseCompressedOops -XX:+UseSerialGC

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:45581/grrb
        at 
__randomizedtesting.SeedInfo.seed([567C929E4498721A:DE28AD44EA641FE2]: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 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.base/java.net.SocketInputStream.socketRead0(Native Method)
        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.base/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)
        ... 42 more


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

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([567C929E4498721A:DE28AD44EA641FE2]: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.splitByRouteFieldTest(ShardSplitTest.java:728)
        at org.apache.solr.cloud.ShardSplitTest.test(ShardSplitTest.java:101)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12291 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_567C929E4498721A-001/init-core-data-001
   [junit4]   2> 268653 WARN  
(SUITE-ShardSplitTest-seed#[567C929E4498721A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 268653 INFO  
(SUITE-ShardSplitTest-seed#[567C929E4498721A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 268653 INFO  
(SUITE-ShardSplitTest-seed#[567C929E4498721A]-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> 268653 INFO  
(SUITE-ShardSplitTest-seed#[567C929E4498721A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 268654 INFO  
(SUITE-ShardSplitTest-seed#[567C929E4498721A]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /th/
   [junit4]   2> 268656 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.a.s.c.ZkTestServer 
STARTING ZK TEST SERVER
   [junit4]   2> 268669 INFO  (Thread-669) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 268669 INFO  (Thread-669) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 268695 ERROR (Thread-669) [    ] 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> 268769 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.a.s.c.ZkTestServer 
start zk server on port:43437
   [junit4]   2> 268772 INFO  (zkConnectionManagerCallback-389-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 268791 INFO  (zkConnectionManagerCallback-391-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 268811 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
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> 268812 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
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> 268813 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
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> 268814 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
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> 268814 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
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> 268815 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
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> 268816 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
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> 268816 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
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> 268817 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
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> 268817 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
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> 268818 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
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> 268823 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly 
asked otherwise
   [junit4]   2> 268894 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 268894 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2e83abc{/th,null,AVAILABLE}
   [junit4]   2> 268896 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@49818b3f{HTTP/1.1,[http/1.1]}{127.0.0.1:40341}
   [junit4]   2> 268897 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.e.j.s.Server 
Started @270846ms
   [junit4]   2> 268897 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/th, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_567C929E4498721A-001/tempDir-001/control/data,
 hostPort=40341, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_567C929E4498721A-001/control-001/cores,
 replicaType=NRT}
   [junit4]   2> 268897 ERROR 
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 268897 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 268897 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 268897 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 268897 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-19T15:14:07.450524Z
   [junit4]   2> 268918 INFO  (zkConnectionManagerCallback-393-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 268923 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 268923 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 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_567C929E4498721A-001/control-001/solr.xml
   [junit4]   2> 268925 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 268925 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 268926 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.a.s.c.SolrXmlConfig 
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@68c3c6ac, but no JMX 
reporters were configured - adding default JMX reporter.
   [junit4]   2> 268943 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:43437/solr
   [junit4]   2> 268962 INFO  (zkConnectionManagerCallback-397-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 268976 INFO  
(zkConnectionManagerCallback-399-thread-1-processing-n:127.0.0.1:40341_th) 
[n:127.0.0.1:40341_th    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 269075 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:40341_th    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 269076 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:40341_th    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40341_th
   [junit4]   2> 269077 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:40341_th    ] 
o.a.s.c.Overseer Overseer 
(id=99201610365272068-127.0.0.1:40341_th-n_0000000000) starting
   [junit4]   2> 269112 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:40341_th    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40341_th
   [junit4]   2> 269122 INFO  
(zkCallback-398-thread-1-processing-n:127.0.0.1:40341_th) [n:127.0.0.1:40341_th 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 269166 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:40341_th    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68c3c6ac
   [junit4]   2> 269176 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:40341_th    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68c3c6ac
   [junit4]   2> 269176 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:40341_th    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68c3c6ac
   [junit4]   2> 269178 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:40341_th    ] 
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_567C929E4498721A-001/control-001/cores
   [junit4]   2> 269199 INFO  (zkConnectionManagerCallback-405-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 269200 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 269200 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43437/solr ready
   [junit4]   2> 269205 INFO  (qtp1240099952-2331) [n:127.0.0.1:40341_th    ] 
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:40341_th&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 269207 INFO  
(OverseerThreadFactory-963-thread-1-processing-n:127.0.0.1:40341_th) 
[n:127.0.0.1:40341_th    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 269311 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th    ] 
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> 269312 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 269414 INFO  
(zkCallback-398-thread-1-processing-n:127.0.0.1:40341_th) [n:127.0.0.1:40341_th 
   ] 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> 270341 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 270351 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
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> 270425 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
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> 270446 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
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> 270447 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
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@68c3c6ac
   [junit4]   2> 270447 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 270447 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
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_567C929E4498721A-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_567C929E4498721A-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 270450 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
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=33, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=83.8662109375, 
floorSegmentMB=1.27734375, forceMergeDeletesPctAllowed=23.937032946846667, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.574373493563914
   [junit4]   2> 270470 WARN  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
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> 270510 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
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> 270510 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
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> 270511 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 270511 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 270513 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 270513 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@615b40d0[control_collection_shard1_replica_n1] main]
   [junit4]   2> 270514 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 270514 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
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> 270515 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 270516 INFO  
(searcherExecutor-966-thread-1-processing-n:127.0.0.1:40341_th 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:40341_th 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@615b40d0[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 270516 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
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 1587225767778975744
   [junit4]   2> 270520 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 270520 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
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> 270520 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:40341/th/control_collection_shard1_replica_n1/
   [junit4]   2> 270520 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
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> 270520 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:40341/th/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 270520 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
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> 270522 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
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:40341/th/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 270623 INFO  
(zkCallback-398-thread-2-processing-n:127.0.0.1:40341_th) [n:127.0.0.1:40341_th 
   ] 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> 270673 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
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> 270674 INFO  (qtp1240099952-2333) [n:127.0.0.1:40341_th 
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=1362
   [junit4]   2> 270679 INFO  (qtp1240099952-2331) [n:127.0.0.1:40341_th    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 270776 INFO  
(zkCallback-398-thread-2-processing-n:127.0.0.1:40341_th) [n:127.0.0.1:40341_th 
   ] 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> 271210 INFO  
(OverseerCollectionConfigSetProcessor-99201610365272068-127.0.0.1:40341_th-n_0000000000)
 [n:127.0.0.1:40341_th    ] 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> 271679 INFO  (qtp1240099952-2331) [n:127.0.0.1:40341_th    ] 
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:40341_th&wt=javabin&version=2}
 status=0 QTime=2474
   [junit4]   2> 271684 INFO  (zkConnectionManagerCallback-409-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 271685 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 271685 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43437/solr ready
   [junit4]   2> 271685 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.a.s.c.ChaosMonkey 
monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 271687 INFO  (qtp1240099952-2328) [n:127.0.0.1:40341_th    ] 
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> 271689 INFO  
(OverseerThreadFactory-963-thread-2-processing-n:127.0.0.1:40341_th) 
[n:127.0.0.1:40341_th    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 271690 WARN  
(OverseerThreadFactory-963-thread-2-processing-n:127.0.0.1:40341_th) 
[n:127.0.0.1:40341_th    ] o.a.s.c.CreateCollectionCmd It is unusual to create 
a collection (collection1) without cores.
   [junit4]   2> 271894 INFO  (qtp1240099952-2328) [n:127.0.0.1:40341_th    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 271894 INFO  (qtp1240099952-2328) [n:127.0.0.1:40341_th    ] 
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=206
   [junit4]   2> 271996 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
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_567C929E4498721A-001/shard-1-001
 of type TLOG
   [junit4]   2> 271996 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 271999 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@77a9a12c{/th,null,AVAILABLE}
   [junit4]   2> 271999 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@34e2b864{HTTP/1.1,[http/1.1]}{127.0.0.1:38203}
   [junit4]   2> 271999 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.e.j.s.Server 
Started @273949ms
   [junit4]   2> 271999 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/th, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_567C929E4498721A-001/tempDir-001/jetty1,
 hostPort=38203, 
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_567C929E4498721A-001/shard-1-001/cores,
 replicaType=TLOG}
   [junit4]   2> 272000 ERROR 
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 272000 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 272000 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 272000 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 272000 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-19T15:14:10.553307Z
   [junit4]   2> 272023 INFO  (zkConnectionManagerCallback-411-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 272024 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 272024 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 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_567C929E4498721A-001/shard-1-001/solr.xml
   [junit4]   2> 272026 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 272027 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 272027 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.a.s.c.SolrXmlConfig 
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@68c3c6ac, but no JMX 
reporters were configured - adding default JMX reporter.
   [junit4]   2> 272030 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:43437/solr
   [junit4]   2> 272040 INFO  (zkConnectionManagerCallback-415-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 272045 INFO  
(zkConnectionManagerCallback-417-thread-1-processing-n:127.0.0.1:38203_th) 
[n:127.0.0.1:38203_th    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 272050 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:38203_th    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 272051 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:38203_th    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 272052 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:38203_th    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38203_th
   [junit4]   2> 272053 INFO  (zkCallback-408-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 272053 INFO  
(zkCallback-398-thread-2-processing-n:127.0.0.1:40341_th) [n:127.0.0.1:40341_th 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 272059 INFO  
(zkCallback-416-thread-1-processing-n:127.0.0.1:38203_th) [n:127.0.0.1:38203_th 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 272098 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:38203_th    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68c3c6ac
   [junit4]   2> 272108 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:38203_th    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68c3c6ac
   [junit4]   2> 272108 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:38203_th    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68c3c6ac
   [junit4]   2> 272109 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:38203_th    ] 
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_567C929E4498721A-001/shard-1-001/cores
   [junit4]   2> 272127 INFO  (qtp91769416-2380) [n:127.0.0.1:38203_th    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:38203_th&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 272128 INFO  
(OverseerCollectionConfigSetProcessor-99201610365272068-127.0.0.1:40341_th-n_0000000000)
 [n:127.0.0.1:40341_th    ] 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> 272129 INFO  
(OverseerThreadFactory-963-thread-3-processing-n:127.0.0.1:40341_th) 
[n:127.0.0.1:40341_th    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:38203_th for creating new replica
   [junit4]   2> 272130 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 272131 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 273145 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 273152 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 273225 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 273233 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t41' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 273234 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_t41' (registry 
'solr.core.collection1.shard2.replica_t41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@68c3c6ac
   [junit4]   2> 273234 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 273234 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t41] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_567C929E4498721A-001/shard-1-001/cores/collection1_shard2_replica_t41],
 
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_567C929E4498721A-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
   [junit4]   2> 273236 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=83.8662109375, 
floorSegmentMB=1.27734375, forceMergeDeletesPctAllowed=23.937032946846667, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.574373493563914
   [junit4]   2> 273255 WARN  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
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> 273279 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 273279 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 273279 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 273279 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 273280 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 273281 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@65a28131[collection1_shard2_replica_t41] main]
   [junit4]   2> 273281 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 273281 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 273282 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 273282 INFO  
(searcherExecutor-977-thread-1-processing-n:127.0.0.1:38203_th 
x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[collection1_shard2_replica_t41] Registered new searcher 
Searcher@65a28131[collection1_shard2_replica_t41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 273283 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1587225770680385536
   [junit4]   2> 273285 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 273285 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 273285 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:38203/th/collection1_shard2_replica_t41/
   [junit4]   2> 273285 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 273285 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
http://127.0.0.1:38203/th/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 273285 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 273286 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController 
collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 273287 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38203/th/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 273437 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 273439 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1308
   [junit4]   2> 273440 INFO  (qtp91769416-2380) [n:127.0.0.1:38203_th    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:38203_th&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1313
   [junit4]   2> 273495 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
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_567C929E4498721A-001/shard-2-001
 of type TLOG
   [junit4]   2> 273496 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 273497 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2d2028bf{/th,null,AVAILABLE}
   [junit4]   2> 273497 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@8d2f164{HTTP/1.1,[http/1.1]}{127.0.0.1:46717}
   [junit4]   2> 273497 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.e.j.s.Server 
Started @275447ms
   [junit4]   2> 273497 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/th, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_567C929E4498721A-001/tempDir-001/jetty2,
 hostPort=46717, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_567C929E4498721A-001/shard-2-001/cores,
 replicaType=TLOG}
   [junit4]   2> 273497 ERROR 
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 273498 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 273498 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 273498 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 273498 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-19T15:14:12.051293Z
   [junit4]   2> 273511 INFO  (zkConnectionManagerCallback-420-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 273511 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 273511 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 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_567C929E4498721A-001/shard-2-001/solr.xml
   [junit4]   2> 273513 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 273513 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 273514 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.a.s.c.SolrXmlConfig 
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@68c3c6ac, but no JMX 
reporters were configured - adding default JMX reporter.
   [junit4]   2> 273515 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:43437/solr
   [junit4]   2> 273516 INFO  (zkConnectionManagerCallback-424-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 273518 INFO  
(zkConnectionManagerCallback-426-thread-1-processing-n:127.0.0.1:46717_th) 
[n:127.0.0.1:46717_th    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 273519 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:46717_th    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 273520 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:46717_th    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 273521 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:46717_th    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46717_th
   [junit4]   2> 273521 INFO  
(zkCallback-398-thread-2-processing-n:127.0.0.1:40341_th) [n:127.0.0.1:40341_th 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 273521 INFO  
(zkCallback-416-thread-1-processing-n:127.0.0.1:38203_th) [n:127.0.0.1:38203_th 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 273521 INFO  (zkCallback-408-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 273522 INFO  
(zkCallback-425-thread-1-processing-n:127.0.0.1:46717_th) [n:127.0.0.1:46717_th 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 273552 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:46717_th    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68c3c6ac
   [junit4]   2> 273558 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:46717_th    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68c3c6ac
   [junit4]   2> 273558 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:46717_th    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68c3c6ac
   [junit4]   2> 273559 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:46717_th    ] 
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_567C929E4498721A-001/shard-2-001/cores
   [junit4]   2> 273576 INFO  (qtp91769416-2381) [n:127.0.0.1:38203_th    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:46717_th&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 273585 INFO  
(OverseerCollectionConfigSetProcessor-99201610365272068-127.0.0.1:40341_th-n_0000000000)
 [n:127.0.0.1:40341_th    ] 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> 273585 INFO  
(OverseerThreadFactory-963-thread-4-processing-n:127.0.0.1:40341_th) 
[n:127.0.0.1:40341_th    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:46717_th for creating new replica
   [junit4]   2> 273588 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 273588 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 274607 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 274616 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 274728 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 274764 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_t43' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 274764 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_t43' (registry 
'solr.core.collection1.shard1.replica_t43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@68c3c6ac
   [junit4]   2> 274764 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 274764 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_t43] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_567C929E4498721A-001/shard-2-001/cores/collection1_shard1_replica_t43],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_567C929E4498721A-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
   [junit4]   2> 274776 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=83.8662109375, 
floorSegmentMB=1.27734375, forceMergeDeletesPctAllowed=23.937032946846667, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.574373493563914
   [junit4]   2> 274803 WARN  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
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> 274867 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 274867 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 274868 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 274868 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 274869 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 274870 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@26fa6c2d[collection1_shard1_replica_t43] main]
   [junit4]   2> 274871 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 274871 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 274872 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 274872 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1587225772346572800
   [junit4]   2> 274875 INFO  
(searcherExecutor-988-thread-1-processing-n:127.0.0.1:46717_th 
x:collection1_shard1_replica_t43 s:shard1 c:collection1) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
[collection1_shard1_replica_t43] Registered new searcher 
Searcher@26fa6c2d[collection1_shard1_replica_t43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 274876 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 274876 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 274876 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:46717/th/collection1_shard1_replica_t43/
   [junit4]   2> 274876 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 274876 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
http://127.0.0.1:46717/th/collection1_shard1_replica_t43/ has no replicas
   [junit4]   2> 274876 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 274877 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController 
collection1_shard1_replica_t43 stopping background replication from leader
   [junit4]   2> 274879 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46717/th/collection1_shard1_replica_t43/ shard1
   [junit4]   2> 275030 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 275038 INFO  (qtp361421450-2410) [n:127.0.0.1:46717_th 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1450
   [junit4]   2> 275040 INFO  (qtp91769416-2381) [n:127.0.0.1:38203_th    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:46717_th&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1463
   [junit4]   2> 275104 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
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_567C929E4498721A-001/shard-3-001
 of type TLOG
   [junit4]   2> 275104 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 275105 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@271c23d1{/th,null,AVAILABLE}
   [junit4]   2> 275105 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1e67a846{HTTP/1.1,[http/1.1]}{127.0.0.1:35249}
   [junit4]   2> 275105 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.e.j.s.Server 
Started @277055ms
   [junit4]   2> 275105 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/th, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_567C929E4498721A-001/tempDir-001/jetty3,
 hostPort=35249, 
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_567C929E4498721A-001/shard-3-001/cores,
 replicaType=TLOG}
   [junit4]   2> 275105 ERROR 
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 275106 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 275106 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 275106 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 275106 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-19T15:14:13.659208Z
   [junit4]   2> 275107 INFO  (zkConnectionManagerCallback-429-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 275107 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 275107 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 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_567C929E4498721A-001/shard-3-001/solr.xml
   [junit4]   2> 275125 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 275125 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 275126 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.a.s.c.SolrXmlConfig 
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@68c3c6ac, but no JMX 
reporters were configured - adding default JMX reporter.
   [junit4]   2> 275128 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:43437/solr
   [junit4]   2> 275130 INFO  (zkConnectionManagerCallback-433-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 275133 INFO  
(zkConnectionManagerCallback-435-thread-1-processing-n:127.0.0.1:35249_th) 
[n:127.0.0.1:35249_th    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 275136 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:35249_th    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 275137 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:35249_th    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 275138 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:35249_th    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35249_th
   [junit4]   2> 275138 INFO  (zkCallback-408-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 275138 INFO  
(zkCallback-416-thread-1-processing-n:127.0.0.1:38203_th) [n:127.0.0.1:38203_th 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 275138 INFO  
(zkCallback-398-thread-2-processing-n:127.0.0.1:40341_th) [n:127.0.0.1:40341_th 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 275138 INFO  
(zkCallback-425-thread-1-processing-n:127.0.0.1:46717_th) [n:127.0.0.1:46717_th 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 275143 INFO  
(zkCallback-434-thread-1-processing-n:127.0.0.1:35249_th) [n:127.0.0.1:35249_th 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 275184 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:35249_th    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68c3c6ac
   [junit4]   2> 275193 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:35249_th    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68c3c6ac
   [junit4]   2> 275193 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:35249_th    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@68c3c6ac
   [junit4]   2> 275194 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [n:127.0.0.1:35249_th    ] 
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_567C929E4498721A-001/shard-3-001/cores
   [junit4]   2> 275216 INFO  (qtp335251159-2440) [n:127.0.0.1:35249_th    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:35249_th&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 275217 INFO  
(OverseerCollectionConfigSetProcessor-99201610365272068-127.0.0.1:40341_th-n_0000000000)
 [n:127.0.0.1:40341_th    ] 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> 275217 INFO  
(OverseerThreadFactory-963-thread-5-processing-n:127.0.0.1:40341_th) 
[n:127.0.0.1:40341_th    ] o.a.s.c.AddReplicaCmd Node Identified 
127.0.0.1:35249_th for creating new replica
   [junit4]   2> 275220 INFO  (qtp335251159-2442) [n:127.0.0.1:35249_th    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 275220 INFO  (qtp335251159-2442) [n:127.0.0.1:35249_th    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 276238 INFO  (qtp335251159-2442) [n:127.0.0.1:35249_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 276247 INFO  (qtp335251159-2442) [n:127.0.0.1:35249_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t45] Schema name=test
   [junit4]   2> 276322 INFO  (qtp335251159-2442) [n:127.0.0.1:35249_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema 
Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 276328 INFO  (qtp335251159-2442) [n:127.0.0.1:35249_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard2_replica_t45' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 276328 INFO  (qtp335251159-2442) [n:127.0.0.1:35249_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_t45' (registry 
'solr.core.collection1.shard2.replica_t45') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@68c3c6ac
   [junit4]   2> 276328 INFO  (qtp335251159-2442) [n:127.0.0.1:35249_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 276328 INFO  (qtp335251159-2442) [n:127.0.0.1:35249_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore 
[[collection1_shard2_replica_t45] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_567C929E4498721A-001/shard-3-001/cores/collection1_shard2_replica_t45],
 
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_567C929E4498721A-001/shard-3-001/cores/collection1_shard2_replica_t45/data/]
   [junit4]   2> 276331 INFO  (qtp335251159-2442) [n:127.0.0.1:35249_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=83.8662109375, 
floorSegmentMB=1.27734375, forceMergeDeletesPctAllowed=23.937032946846667, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.574373493563914
   [junit4]   2> 276350 WARN  (qtp335251159-2442) [n:127.0.0.1:35249_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
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> 276379 INFO  (qtp335251159-2442) [n:127.0.0.1:35249_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 276379 INFO  (qtp335251159-2442) [n:127.0.0.1:35249_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 276380 INFO  (qtp335251159-2442) [n:127.0.0.1:35249_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 276380 INFO  (qtp335251159-2442) [n:127.0.0.1:35249_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 276381 INFO  (qtp335251159-2442) [n:127.0.0.1:35249_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 276382 INFO  (qtp335251159-2442) [n:127.0.0.1:35249_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1f8137d9[collection1_shard2_replica_t45] main]
   [junit4]   2> 276382 INFO  (qtp335251159-2442) [n:127.0.0.1:35249_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 276383 INFO  (qtp335251159-2442) [n:127.0.0.1:35249_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 276383 INFO  (qtp335251159-2442) [n:127.0.0.1:35249_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 276384 INFO  
(searcherExecutor-999-thread-1-processing-n:127.0.0.1:35249_th 
x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:35249_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore 
[collection1_shard2_replica_t45] Registered new searcher 
Searcher@1f8137d9[collection1_shard2_replica_t45] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 276384 INFO  (qtp335251159-2442) [n:127.0.0.1:35249_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1587225773932019712
   [junit4]   2> 276387 INFO  (qtp335251159-2442) [n:127.0.0.1:35249_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.ZkController 
Core needs to recover:collection1_shard2_replica_t45
   [junit4]   2> 276387 INFO  
(updateExecutor-430-thread-1-processing-n:127.0.0.1:35249_th 
x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:35249_th 
c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 276387 INFO  
(recoveryExecutor-431-thread-1-processing-n:127.0.0.1:35249_th 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:35249_th c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 276388 INFO  
(recoveryExecutor-431-thread-1-processing-n:127.0.0.1:35249_th 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:35249_th c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 276388 INFO  
(recoveryExecutor-431-thread-1-processing-n:127.0.0.1:35249_th 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:35249_th c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.c.ZkController 
collection1_shard2_replica_t45 stopping background replication from leader
   [junit4]   2> 276388 INFO  
(recoveryExecutor-431-thread-1-processing-n:127.0.0.1:35249_th 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:35249_th c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1_shard2_replica_t45]
   [junit4]   2> 276388 INFO  
(recoveryExecutor-431-thread-1-processing-n:127.0.0.1:35249_th 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:35249_th c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 276388 INFO  
(recoveryExecutor-431-thread-1-processing-n:127.0.0.1:35249_th 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:35249_th c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Publishing state of 
core [collection1_shard2_replica_t45] as recovering, leader is 
[http://127.0.0.1:38203/th/collection1_shard2_replica_t41/] and I am 
[http://127.0.0.1:35249/th/collection1_shard2_replica_t45/]
   [junit4]   2> 276388 INFO  (qtp335251159-2442) [n:127.0.0.1:35249_th 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1168
   [junit4]   2> 276389 INFO  
(recoveryExecutor-431-thread-1-processing-n:127.0.0.1:35249_th 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:35249_th c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [http://127.0.0.1:38203/th]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard2_replica_t41&nodeName=127.0.0.1:35249_th&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 276390 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th    ] 
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> 276391 INFO  (qtp91769416-2382) [n:127.0.0.1:38203_th    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard2, thisCore=collection1_shard2_replica_t41, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:35249_th, 
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: 
core_node46:{"core":"collection1_shard2_replica_t45","base_url":"http://127.0.0.1:35249/th","node_name":"127.0.0.1:35249_th","state":"down","type":"TLOG"}
   [junit4]   2> 276396 INFO  (qtp335251159-2440) [n:127.0.0.1:35249_th    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:35249_th&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1179
   [junit4]   2> 276473 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
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_567C929E4498721A-001/shard-4-001
 of type TLOG
   [junit4]   2> 276473 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 276474 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3e88bd92{/th,null,AVAILABLE}
   [junit4]   2> 276475 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@624683fb{HTTP/1.1,[http/1.1]}{127.0.0.1:43193}
   [junit4]   2> 276475 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.e.j.s.Server 
Started @278424ms
   [junit4]   2> 276475 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/th, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_567C929E4498721A-001/tempDir-001/jetty4,
 hostPort=43193, 
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_567C929E4498721A-001/shard-4-001/cores,
 replicaType=TLOG}
   [junit4]   2> 276475 ERROR 
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 276475 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 276475 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 276475 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 276476 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-19T15:14:15.028970Z
   [junit4]   2> 276478 INFO  (zkConnectionManagerCallback-439-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 276490 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 276490 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] 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_567C929E4498721A-001/shard-4-001/solr.xml
   [junit4]   2> 276492 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 276492 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 276492 INFO  
(TEST-ShardSplitTest.test-seed#[567C929E4498721A]) [    ] o.a.s.c.SolrXmlConfig 
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@68c3c6ac, but no JMX 
reporters were configured - adding default JMX reporter.
   [junit4]   2> 

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

s J1 | ChaosMonkeyNothingIsSafeWithPullReplicasTest.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:45581/grrb
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([567C929E4498721A:DE28AD44EA641FE2]: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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at 
java.base/java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    >        at 
java.base/java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    >        at 
java.base/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]    >        ... 42 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest_567C929E4498721A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=false): {}, locale=my, timezone=IET
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 9.0.1 
(64-bit)/cpus=8,threads=1,free=135333328,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [CursorMarkTest, 
ChangedSchemaMergeTest, TestXmlQParserPlugin, TestCopyFieldCollectionResource, 
RollingRestartTest, TestReplicaProperties, TestRuleBasedAuthorizationPlugin, 
TestLRUStatsCache, DistribDocExpirationUpdateProcessorTest, 
TestBulkSchemaConcurrent, TestAuthenticationFramework, 
TestSchemaSimilarityResource, ClassificationUpdateProcessorIntegrationTest, 
SampleTest, HdfsAutoAddReplicasIntegrationTest, TestMaxTokenLenTokenizer, 
PreAnalyzedUpdateProcessorTest, TestDocSet, TestNumericRangeQuery32, 
TestCollationFieldDocValues, ShardSplitTest, TestStressRecovery, 
TestUniqueKeyFieldResource, TestStressUserVersions, ConvertedLegacyTest, 
TestFieldCollectionResource, TestUninvertingReader, TestStressLucene, 
ShufflingReplicaListTransformerTest, TestLeaderElectionZkExpiry, 
TestSubQueryTransformerCrossCore, TestDistribIDF, TestBlobHandler, 
TestLuceneMatchVersion, AutoScalingHandlerTest, SolrCoreMetricManagerTest, 
NotRequiredUniqueKeyTest, OpenCloseCoreStressTest, TestXIncludeConfig, 
RankQueryTest, TestMultiWordSynonyms, TestSSLRandomization, TestApiFramework, 
TestFieldCacheSortRandom, TestRemoteStreaming, 
DocumentAnalysisRequestHandlerTest, UpdateLogTest, DebugComponentTest, 
SpellCheckCollatorWithCollapseTest, TestLockTree, SolrIndexSplitterTest, 
TlogReplayBufferedWhileIndexingTest, SpellingQueryConverterTest, 
SolrIndexConfigTest, TestFastLRUCache, TestManagedSchemaAPI, 
SolrMetricsIntegrationTest, TestHdfsUpdateLog, MultiThreadedOCPTest, 
TestSlowCompositeReaderWrapper, LeaderFailureAfterFreshStartTest, 
BitVectorTest, TestBM25SimilarityFactory, MoveReplicaHDFSFailoverTest, 
TestPseudoReturnFields, TestSimpleQParserPlugin, TestStreamBody, 
TestSolrCLIRunExample, BadIndexSchemaTest, SolrJmxReporterCloudTest, 
TestSolrQueryResponse, LegacyCloudClusterPropTest, 
TestMinMaxOnMultiValuedField, TestStressReorder, SuggestComponentTest, 
CoreAdminCreateDiscoverTest, CheckHdfsIndexTest, 
AtomicUpdateProcessorFactoryTest, TestNamedUpdateProcessors, TestSchemaManager, 
HdfsUnloadDistributedZkTest, QueryEqualityTest, 
OverriddenZkACLAndCredentialsProvidersTest, CircularListTest, 
TestBackupRepositoryFactory, PingRequestHandlerTest, 
OpenExchangeRatesOrgProviderTest, HdfsBasicDistributedZk2Test, PrimUtilsTest, 
ExitableDirectoryReaderTest, UUIDUpdateProcessorFallbackTest, 
CreateCollectionCleanupTest, BinaryUpdateRequestHandlerTest, SuggesterTSTTest, 
ConfigureRecoveryStrategyTest, TestRawResponseWriter, 
ChaosMonkeySafeLeaderTest, TestSolrCloudWithKerberosAlt, 
TestSimpleTrackingShardHandler, ImplicitSnitchTest, DistributedVersionInfoTest, 
TestRangeQuery, TestSolr4Spatial, TestClusterStateMutator, 
SubstringBytesRefFilterTest, HLLSerializationTest, TestGraphMLResponseWriter, 
DeleteLastCustomShardedReplicaTest, TestRandomFlRTGCloud, BlockCacheTest, 
TestFieldTypeResource, SignatureUpdateProcessorFactoryTest, TestCustomStream, 
TestCoreAdminApis, ShardRoutingTest, HttpPartitionTest, 
TestImpersonationWithHadoopAuth, DistributedIntervalFacetingTest, 
TestSolrCoreParser, CdcrBidirectionalTest, V2ApiIntegrationTest, 
ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, 
SimplePostToolTest, TestCoreDiscovery, SpellCheckCollatorTest, 
SuggesterFSTTest, SolrRequestParserTest, DocValuesTest, TestTrie, 
TestCSVLoader, PolyFieldTest, SchemaVersionSpecificBehaviorTest, 
SolrCoreCheckLockOnStartupTest, TestAtomicUpdateErrorCases, 
TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, 
StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest, 
TestSolrDeletionPolicy1, SolrInfoBeanTest, XsltUpdateRequestHandlerTest, 
CacheHeaderTest, TestSurroundQueryParser, LukeRequestHandlerTest, 
TestQueryUtils, TestWriterPerf, DirectSolrSpellCheckerTest, 
TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, TestOmitPositions, 
RequestHandlersTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, 
TestIndexingPerformance, MoreLikeThisHandlerTest, 
FieldAnalysisRequestHandlerTest, TestSolrQueryParser, 
IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, TestJmxIntegration, 
TestCollationField, MBeansHandlerTest, TestAnalyzedSuggestions, JsonLoaderTest, 
TestPartialUpdateDeduplication, CSVRequestHandlerTest, TestComponentsName, 
SearchHandlerTest, TestSolrDeletionPolicy2, NumericFieldsTest, TestConfig, 
SpellPossibilityIteratorTest, TestCodecSupport, TestPerFieldSimilarity, 
TestIBSimilarityFactory, TestFastOutputStream, PluginInfoTest, 
PreAnalyzedFieldTest, TestSystemIdResolver, TestSuggestSpellingConverter, 
DateFieldTest, DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, 
TestLRUCache, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, 
UUIDFieldTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, 
SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, 
TestDistributedMissingSort, TestHighlightDedupGrouping, 
TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerSchemaAPI, 
TestJettySolrRunner, ActionThrottleTest, AddReplicaTest, AliasIntegrationTest, 
AssignBackwardCompatibilityTest, AssignTest, 
AsyncCallRequestStatusResponseTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest]
   [junit4] Completed [549/751 (2!)] on J1 in 631.23s, 1 test, 1 error <<< 
FAILURES!

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

Reply via email to