Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20991/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey

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

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




Build Log:
[...truncated 14045 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> 2308032 INFO  
(SUITE-ShardSplitTest-seed#[9164F13EA67C57E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/init-core-data-001
   [junit4]   2> 2308033 INFO  
(SUITE-ShardSplitTest-seed#[9164F13EA67C57E1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2308034 INFO  
(SUITE-ShardSplitTest-seed#[9164F13EA67C57E1]-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> 2308034 INFO  
(SUITE-ShardSplitTest-seed#[9164F13EA67C57E1]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2308038 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.ZkTestServer 
STARTING ZK TEST SERVER
   [junit4]   2> 2308038 INFO  (Thread-7908) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2308038 INFO  (Thread-7908) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2308040 ERROR (Thread-7908) [    ] 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> 2308138 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.ZkTestServer 
start zk server on port:42993
   [junit4]   2> 2308168 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2308173 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2308176 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2308178 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2308181 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2308183 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2308186 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2308188 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2308191 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2308193 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2308195 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2308198 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly 
asked otherwise
   [junit4]   2> 2308302 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 2308303 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@9a6bff{/,null,AVAILABLE}
   [junit4]   2> 2308306 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@15591ad{HTTP/1.1,[http/1.1]}{127.0.0.1:36941}
   [junit4]   2> 2308306 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.Server 
Started @2309255ms
   [junit4]   2> 2308306 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/tempDir-001/control/data,
 hostContext=/, hostPort=36941, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/control-001/cores}
   [junit4]   2> 2308306 ERROR 
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2308306 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 2308306 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2308306 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2308306 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-25T02:28:41.101Z
   [junit4]   2> 2308309 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2308309 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig 
Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/control-001/solr.xml
   [junit4]   2> 2308315 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2308315 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2308317 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig 
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1, but no JMX 
reporters were configured - adding default JMX reporter.
   [junit4]   2> 2308320 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:42993/solr
   [junit4]   2> 2308363 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36941_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2308363 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36941_    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36941_
   [junit4]   2> 2308363 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36941_    ] 
o.a.s.c.Overseer Overseer (id=99062705083777028-127.0.0.1:36941_-n_0000000000) 
starting
   [junit4]   2> 2308367 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36941_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36941_
   [junit4]   2> 2308368 INFO  
(zkCallback-3417-thread-1-processing-n:127.0.0.1:36941_) [n:127.0.0.1:36941_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2308521 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36941_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2308533 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36941_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2308533 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36941_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2308535 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36941_    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/control-001/cores
   [junit4]   2> 2308555 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2308556 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42993/solr ready
   [junit4]   2> 2308558 INFO  (qtp22674560-24994) [n:127.0.0.1:36941_    ] 
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:36941_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2308559 INFO  
(OverseerThreadFactory-8954-thread-1-processing-n:127.0.0.1:36941_) 
[n:127.0.0.1:36941_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 2308669 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_    ] 
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> 2308670 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2308779 INFO  
(zkCallback-3417-thread-1-processing-n:127.0.0.1:36941_) [n:127.0.0.1:36941_    
] 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> 2309722 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2309756 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
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> 2309837 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
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> 2309860 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
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> 2309861 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
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@4f4ca1
   [junit4]   2> 2309861 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2309861 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
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-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2309864 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
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=31, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=78.0791015625, 
floorSegmentMB=0.388671875, forceMergeDeletesPctAllowed=26.417473701714957, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2309878 WARN  (qtp22674560-24996) [n:127.0.0.1:36941_ 
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> 2309917 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
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> 2309917 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
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> 2309919 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2309919 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2309920 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
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=25, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=98.2939453125, 
floorSegmentMB=2.1943359375, forceMergeDeletesPctAllowed=15.243163100608289, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2309921 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@bf53f1[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2309922 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2309922 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
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> 2309923 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2309925 INFO  
(searcherExecutor-8957-thread-1-processing-n:127.0.0.1:36941_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:36941_ 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@bf53f1[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2309925 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
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 1585003283318046720
   [junit4]   2> 2309929 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2309929 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
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> 2309929 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:36941/control_collection_shard1_replica_n1/
   [junit4]   2> 2309930 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
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> 2309930 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:36941/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2309930 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
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> 2309931 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
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:36941/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2310034 INFO  
(zkCallback-3417-thread-1-processing-n:127.0.0.1:36941_) [n:127.0.0.1:36941_    
] 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> 2310082 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
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> 2310096 INFO  (qtp22674560-24996) [n:127.0.0.1:36941_ 
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=1427
   [junit4]   2> 2310105 INFO  (qtp22674560-24994) [n:127.0.0.1:36941_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2310187 INFO  
(zkCallback-3417-thread-1-processing-n:127.0.0.1:36941_) [n:127.0.0.1:36941_    
] 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> 2310563 INFO  
(OverseerCollectionConfigSetProcessor-99062705083777028-127.0.0.1:36941_-n_0000000000)
 [n:127.0.0.1:36941_    ] 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> 2311105 INFO  (qtp22674560-24994) [n:127.0.0.1:36941_    ] 
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:36941_&wt=javabin&version=2}
 status=0 QTime=2547
   [junit4]   2> 2311116 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2311119 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42993/solr ready
   [junit4]   2> 2311119 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.ChaosMonkey 
monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2311122 INFO  (qtp22674560-24994) [n:127.0.0.1:36941_    ] 
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=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2311126 INFO  
(OverseerThreadFactory-8954-thread-2-processing-n:127.0.0.1:36941_) 
[n:127.0.0.1:36941_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 2311127 WARN  
(OverseerThreadFactory-8954-thread-2-processing-n:127.0.0.1:36941_) 
[n:127.0.0.1:36941_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 2311336 INFO  (qtp22674560-24994) [n:127.0.0.1:36941_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2311337 INFO  (qtp22674560-24994) [n:127.0.0.1:36941_    ] 
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=2&wt=javabin&version=2}
 status=0 QTime=215
   [junit4]   2> 2311428 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-1-001
 of type TLOG
   [junit4]   2> 2311429 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 2311430 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@a2517c{/,null,AVAILABLE}
   [junit4]   2> 2311430 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@c93b9{HTTP/1.1,[http/1.1]}{127.0.0.1:46285}
   [junit4]   2> 2311431 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.Server 
Started @2312380ms
   [junit4]   2> 2311431 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/tempDir-001/jetty1,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=46285, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-1-001/cores}
   [junit4]   2> 2311431 ERROR 
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2311431 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 2311431 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2311431 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2311431 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-25T02:28:44.226Z
   [junit4]   2> 2311434 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2311434 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig 
Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-1-001/solr.xml
   [junit4]   2> 2311438 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2311438 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2311439 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig 
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1, but no JMX 
reporters were configured - adding default JMX reporter.
   [junit4]   2> 2311442 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:42993/solr
   [junit4]   2> 2311448 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:46285_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2311449 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:46285_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2311450 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:46285_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46285_
   [junit4]   2> 2311450 INFO  
(zkCallback-3417-thread-1-processing-n:127.0.0.1:36941_) [n:127.0.0.1:36941_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2311450 INFO  (zkCallback-3425-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2311450 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2311547 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:46285_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2311559 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:46285_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2311560 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:46285_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2311561 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:46285_    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-1-001/cores
   [junit4]   2> 2311587 INFO  (qtp22674560-24995) [n:127.0.0.1:36941_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:46285_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2311589 INFO  
(OverseerCollectionConfigSetProcessor-99062705083777028-127.0.0.1:36941_-n_0000000000)
 [n:127.0.0.1:36941_    ] 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> 2311589 INFO  
(OverseerThreadFactory-8954-thread-3-processing-n:127.0.0.1:36941_) 
[n:127.0.0.1:36941_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:46285_ 
for creating new replica
   [junit4]   2> 2311591 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_    ] 
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> 2311591 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2311695 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2312625 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2312649 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 2312720 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
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> 2312733 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
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> 2312734 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
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@4f4ca1
   [junit4]   2> 2312734 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2312734 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
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-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-1-001/cores/collection1_shard2_replica_t41],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
   [junit4]   2> 2312737 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=78.0791015625, 
floorSegmentMB=0.388671875, forceMergeDeletesPctAllowed=26.417473701714957, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2312754 WARN  (qtp23701048-25041) [n:127.0.0.1:46285_ 
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> 2312813 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2312813 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
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> 2312814 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2312814 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2312816 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=98.2939453125, 
floorSegmentMB=2.1943359375, forceMergeDeletesPctAllowed=15.243163100608289, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2312816 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1021bd3[collection1_shard2_replica_t41] main]
   [junit4]   2> 2312818 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2312818 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
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> 2312819 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2312819 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
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 
1585003286352625664
   [junit4]   2> 2312821 INFO  
(searcherExecutor-8968-thread-1-processing-n:127.0.0.1:46285_ 
x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:46285_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore 
[collection1_shard2_replica_t41] Registered new searcher 
Searcher@1021bd3[collection1_shard2_replica_t41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2312823 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2312823 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
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> 2312824 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:46285/collection1_shard2_replica_t41/
   [junit4]   2> 2312824 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 2312824 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy 
http://127.0.0.1:46285/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 2312824 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2312824 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
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> 2312826 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46285/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 2312928 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2312977 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 2312987 INFO  (qtp23701048-25041) [n:127.0.0.1:46285_ 
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=1396
   [junit4]   2> 2312991 INFO  (qtp22674560-24995) [n:127.0.0.1:36941_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:46285_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1404
   [junit4]   2> 2313081 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2313088 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-2-001
 of type TLOG
   [junit4]   2> 2313088 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 2313089 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1814464{/,null,AVAILABLE}
   [junit4]   2> 2313091 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@12aca1f{HTTP/1.1,[http/1.1]}{127.0.0.1:35445}
   [junit4]   2> 2313091 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.Server 
Started @2314040ms
   [junit4]   2> 2313091 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/tempDir-001/jetty2,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=35445, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-2-001/cores}
   [junit4]   2> 2313091 ERROR 
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2313091 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 2313091 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2313091 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2313091 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-25T02:28:45.886Z
   [junit4]   2> 2313094 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2313094 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig 
Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-2-001/solr.xml
   [junit4]   2> 2313097 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2313098 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2313099 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig 
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1, but no JMX 
reporters were configured - adding default JMX reporter.
   [junit4]   2> 2313102 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:42993/solr
   [junit4]   2> 2313111 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:35445_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2313112 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:35445_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2313113 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:35445_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35445_
   [junit4]   2> 2313114 INFO  (zkCallback-3425-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2313114 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2313114 INFO  
(zkCallback-3417-thread-1-processing-n:127.0.0.1:36941_) [n:127.0.0.1:36941_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2313114 INFO  
(zkCallback-3436-thread-1-processing-n:127.0.0.1:35445_) [n:127.0.0.1:35445_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2313312 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:35445_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2313323 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:35445_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2313323 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:35445_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2313324 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:35445_    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-2-001/cores
   [junit4]   2> 2313363 INFO  (qtp17320301-25070) [n:127.0.0.1:35445_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:35445_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2313366 INFO  
(OverseerCollectionConfigSetProcessor-99062705083777028-127.0.0.1:36941_-n_0000000000)
 [n:127.0.0.1:36941_    ] 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> 2313366 INFO  
(OverseerThreadFactory-8954-thread-4-processing-n:127.0.0.1:36941_) 
[n:127.0.0.1:36941_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:35445_ 
for creating new replica
   [junit4]   2> 2313368 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_    ] 
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> 2313369 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2313473 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2313473 INFO  
(zkCallback-3436-thread-1-processing-n:127.0.0.1:35445_) [n:127.0.0.1:35445_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2314408 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2314435 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 2314503 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
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> 2314514 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
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> 2314515 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
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@4f4ca1
   [junit4]   2> 2314515 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2314515 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
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-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-2-001/cores/collection1_shard1_replica_t43],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
   [junit4]   2> 2314518 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=78.0791015625, 
floorSegmentMB=0.388671875, forceMergeDeletesPctAllowed=26.417473701714957, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2314532 WARN  (qtp17320301-25072) [n:127.0.0.1:35445_ 
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> 2314569 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2314569 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
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> 2314570 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2314570 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2314571 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=98.2939453125, 
floorSegmentMB=2.1943359375, forceMergeDeletesPctAllowed=15.243163100608289, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2314571 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6dedd6[collection1_shard1_replica_t43] main]
   [junit4]   2> 2314573 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2314573 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
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> 2314573 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2314574 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
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 
1585003288192876544
   [junit4]   2> 2314575 INFO  
(searcherExecutor-8979-thread-1-processing-n:127.0.0.1:35445_ 
x:collection1_shard1_replica_t43 s:shard1 c:collection1) [n:127.0.0.1:35445_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore 
[collection1_shard1_replica_t43] Registered new searcher 
Searcher@6dedd6[collection1_shard1_replica_t43] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2314577 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2314577 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
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> 2314577 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:35445/collection1_shard1_replica_t43/
   [junit4]   2> 2314577 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 2314577 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy 
http://127.0.0.1:35445/collection1_shard1_replica_t43/ has no replicas
   [junit4]   2> 2314577 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2314577 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
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> 2314579 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35445/collection1_shard1_replica_t43/ shard1
   [junit4]   2> 2314681 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2314681 INFO  
(zkCallback-3436-thread-1-processing-n:127.0.0.1:35445_) [n:127.0.0.1:35445_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2314729 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 2314733 INFO  (qtp17320301-25072) [n:127.0.0.1:35445_ 
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=1364
   [junit4]   2> 2314737 INFO  (qtp17320301-25070) [n:127.0.0.1:35445_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:35445_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1373
   [junit4]   2> 2314826 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-3-001
 of type TLOG
   [junit4]   2> 2314826 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 2314827 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1719ee8{/,null,AVAILABLE}
   [junit4]   2> 2314828 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1674278{HTTP/1.1,[http/1.1]}{127.0.0.1:32785}
   [junit4]   2> 2314828 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.Server 
Started @2315778ms
   [junit4]   2> 2314829 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/tempDir-001/jetty3,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=32785, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-3-001/cores}
   [junit4]   2> 2314829 ERROR 
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2314829 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 2314829 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2314829 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2314829 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-25T02:28:47.624Z
   [junit4]   2> 2314831 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2314831 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig 
Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-3-001/solr.xml
   [junit4]   2> 2314833 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2314833 INFO  
(zkCallback-3436-thread-1-processing-n:127.0.0.1:35445_) [n:127.0.0.1:35445_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2314835 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2314835 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2314837 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig 
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1, but no JMX 
reporters were configured - adding default JMX reporter.
   [junit4]   2> 2314839 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:42993/solr
   [junit4]   2> 2314847 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:32785_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2314848 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:32785_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2314850 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:32785_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32785_
   [junit4]   2> 2314851 INFO  
(zkCallback-3417-thread-1-processing-n:127.0.0.1:36941_) [n:127.0.0.1:36941_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2314851 INFO  (zkCallback-3425-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2314851 INFO  
(zkCallback-3442-thread-1-processing-n:127.0.0.1:32785_) [n:127.0.0.1:32785_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2314851 INFO  
(zkCallback-3436-thread-1-processing-n:127.0.0.1:35445_) [n:127.0.0.1:35445_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2314851 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2314963 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:32785_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2314974 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:32785_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2314974 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:32785_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2314975 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:32785_    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-3-001/cores
   [junit4]   2> 2315024 INFO  (qtp7654627-25099) [n:127.0.0.1:32785_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:32785_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2315026 INFO  
(OverseerCollectionConfigSetProcessor-99062705083777028-127.0.0.1:36941_-n_0000000000)
 [n:127.0.0.1:36941_    ] 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> 2315027 INFO  
(OverseerThreadFactory-8954-thread-5-processing-n:127.0.0.1:36941_) 
[n:127.0.0.1:36941_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:32785_ 
for creating new replica
   [junit4]   2> 2315028 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_    ] 
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> 2315029 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2315133 INFO  
(zkCallback-3442-thread-1-processing-n:127.0.0.1:32785_) [n:127.0.0.1:32785_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2315133 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2315133 INFO  
(zkCallback-3436-thread-1-processing-n:127.0.0.1:35445_) [n:127.0.0.1:35445_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2316069 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2316092 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema 
[collection1_shard2_replica_t45] Schema name=test
   [junit4]   2> 2316159 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ 
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> 2316176 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ 
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> 2316177 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ 
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@4f4ca1
   [junit4]   2> 2316177 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2316177 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ 
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-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-3-001/cores/collection1_shard2_replica_t45],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-3-001/cores/collection1_shard2_replica_t45/data/]
   [junit4]   2> 2316181 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=78.0791015625, 
floorSegmentMB=0.388671875, forceMergeDeletesPctAllowed=26.417473701714957, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2316195 WARN  (qtp7654627-25101) [n:127.0.0.1:32785_ 
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> 2316240 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2316240 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ 
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> 2316241 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2316241 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2316243 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=98.2939453125, 
floorSegmentMB=2.1943359375, forceMergeDeletesPctAllowed=15.243163100608289, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2316243 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@91766c[collection1_shard2_replica_t45] main]
   [junit4]   2> 2316244 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2316245 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ 
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> 2316245 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2316246 INFO  
(searcherExecutor-8990-thread-1-processing-n:127.0.0.1:32785_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:32785_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore 
[collection1_shard2_replica_t45] Registered new searcher 
Searcher@91766c[collection1_shard2_replica_t45] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2316247 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ 
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 
1585003289947144192
   [junit4]   2> 2316250 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ 
c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.ZkController 
Core needs to recover:collection1_shard2_replica_t45
   [junit4]   2> 2316250 INFO  
(updateExecutor-3439-thread-1-processing-n:127.0.0.1:32785_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:32785_ 
c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2316251 INFO  
(recoveryExecutor-3440-thread-1-processing-n:127.0.0.1:32785_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:32785_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 2316251 INFO  
(recoveryExecutor-3440-thread-1-processing-n:127.0.0.1:32785_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:32785_ c:collection1 s:shard2 r:core_node46 
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 2316251 INFO  
(recoveryExecutor-3440-thread-1-processing-n:127.0.0.1:32785_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:32785_ 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> 2316251 INFO  
(recoveryExecutor-3440-thread-1-processing-n:127.0.0.1:32785_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:32785_ 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> 2316251 INFO  
(recoveryExecutor-3440-thread-1-processing-n:127.0.0.1:32785_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:32785_ 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> 2316251 INFO  
(recoveryExecutor-3440-thread-1-processing-n:127.0.0.1:32785_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:32785_ 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:46285/collection1_shard2_replica_t41/] and I am 
[http://127.0.0.1:32785/collection1_shard2_replica_t45/]
   [junit4]   2> 2316251 INFO  (qtp7654627-25101) [n:127.0.0.1:32785_ 
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=1222
   [junit4]   2> 2316253 INFO  (qtp7654627-25099) [n:127.0.0.1:32785_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:32785_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
 status=0 QTime=1228
   [junit4]   2> 2316254 INFO  
(recoveryExecutor-3440-thread-1-processing-n:127.0.0.1:32785_ 
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) 
[n:127.0.0.1:32785_ 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:46285]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard2_replica_t41&nodeName=127.0.0.1:32785_&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2316255 INFO  (qtp23701048-25043) [n:127.0.0.1:46285_    ] 
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> 2316255 INFO  (qtp23701048-25043) [n:127.0.0.1:46285_    ] 
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:32785_, 
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: 
core_node46:{"core":"collection1_shard2_replica_t45","base_url":"http://127.0.0.1:32785","node_name":"127.0.0.1:32785_","state":"down","type":"TLOG"}
   [junit4]   2> 2316315 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-4-001
 of type TLOG
   [junit4]   2> 2316316 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 2316316 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1b4b904{/,null,AVAILABLE}
   [junit4]   2> 2316317 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1a8e327{HTTP/1.1,[http/1.1]}{127.0.0.1:36943}
   [junit4]   2> 2316317 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.e.j.s.Server 
Started @2317267ms
   [junit4]   2> 2316317 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/tempDir-001/jetty4,
 replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=36943, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-4-001/cores}
   [junit4]   2> 2316318 ERROR 
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2316318 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 2316318 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2316318 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2316318 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-25T02:28:49.113Z
   [junit4]   2> 2316320 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2316320 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig 
Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-4-001/solr.xml
   [junit4]   2> 2316323 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2316323 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2316324 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.SolrXmlConfig 
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1, but no JMX 
reporters were configured - adding default JMX reporter.
   [junit4]   2> 2316326 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:42993/solr
   [junit4]   2> 2316332 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36943_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2316333 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36943_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2316333 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36943_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36943_
   [junit4]   2> 2316334 INFO  
(zkCallback-3436-thread-1-processing-n:127.0.0.1:35445_) [n:127.0.0.1:35445_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2316334 INFO  
(zkCallback-3449-thread-1-processing-n:127.0.0.1:36943_) [n:127.0.0.1:36943_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2316334 INFO  
(zkCallback-3442-thread-1-processing-n:127.0.0.1:32785_) [n:127.0.0.1:32785_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2316334 INFO  (zkCallback-3425-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2316334 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2316334 INFO  
(zkCallback-3417-thread-1-processing-n:127.0.0.1:36941_) [n:127.0.0.1:36941_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2316435 INFO  
(zkCallback-3442-thread-1-processing-n:127.0.0.1:32785_) [n:127.0.0.1:32785_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 2316435 INFO  
(zkCallback-3430-thread-1-processing-n:127.0.0.1:46285_) [n:127.0.0.1:46285_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 2316435 INFO  
(zkCallback-3436-thread-1-processing-n:127.0.0.1:35445_) [n:127.0.0.1:35445_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [5])
   [junit4]   2> 2316513 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36943_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2316524 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36943_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2316524 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36943_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4f4ca1
   [junit4]   2> 2316525 INFO  
(TEST-ShardSplitTest.test-seed#[9164F13EA67C57E1]) [n:127.0.0.1:36943_    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001/shard-4-001/cores
   [junit4]   2> 2316574 INFO  (qtp7654627-25100) [n:127.0.0.1:32785_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addrepl

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

SolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:314)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    >        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    >        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]    >        ... 43 more
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_9164F13EA67C57E1-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@19bee9e),
 locale=de, timezone=Europe/Saratov
   [junit4]   2> NOTE: Linux 4.10.0-37-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=1,free=87448544,total=530317312
   [junit4]   2> NOTE: All tests run in this JVM: 
[DistributedFacetPivotSmallAdvancedTest, 
PreAnalyzedFieldManagedSchemaCloudTest, TestClassicSimilarityFactory, 
SpellingQueryConverterTest, MissingSegmentRecoveryTest, DirectoryFactoryTest, 
TestSchemaSimilarityResource, InfoHandlerTest, TestImpersonationWithHadoopAuth, 
TestCustomSort, SolrXmlInZkTest, TestManagedSchemaAPI, TestPseudoReturnFields, 
RulesTest, BinaryUpdateRequestHandlerTest, TestXIncludeConfig, 
TestCoreAdminApis, TestRemoteStreaming, TestPayloadCheckQParserPlugin, 
ZkCLITest, TestDocSet, PKIAuthenticationIntegrationTest, CheckHdfsIndexTest, 
CdcrUpdateLogTest, TestHttpShardHandlerFactory, TestLuceneMatchVersion, 
TestLRUStatsCache, TestStressCloudBlindAtomicUpdates, 
TermVectorComponentDistributedTest, TestStressUserVersions, 
SchemaVersionSpecificBehaviorTest, CachingDirectoryFactoryTest, 
HdfsDirectoryTest, LukeRequestHandlerTest, TestCryptoKeys, 
TestFieldCollectionResource, CloudExitableDirectoryReaderTest, 
TestPerFieldSimilarityWithDefaultOverride, TestCorePropertiesReload, 
TestMaxTokenLenTokenizer, ZkStateWriterTest, TestManagedResourceStorage, 
TestRestoreCore, TestSolrConfigHandlerCloud, 
ChaosMonkeySafeLeaderWithPullReplicasTest, 
DocExpirationUpdateProcessorFactoryTest, TestGraphMLResponseWriter, 
BadIndexSchemaTest, TestCloudPseudoReturnFields, 
LeaderInitiatedRecoveryOnShardRestartTest, TestSlowCompositeReaderWrapper, 
TestCursorMarkWithoutUniqueKey, PreAnalyzedFieldTest, TestTlogReplica, 
TestNumericRangeQuery32, OutputWriterTest, TestCollapseQParserPlugin, 
CircularListTest, SecurityConfHandlerTest, TestRawResponseWriter, 
PreAnalyzedUpdateProcessorTest, SolrRequestParserTest, TestRebalanceLeaders, 
TestLegacyFieldCache, ChaosMonkeySafeLeaderTest, TestSolrCloudSnapshots, 
TestLegacyNumericUtils, AssignTest, MoreLikeThisHandlerTest, 
OverseerTaskQueueTest, TestSimpleQParserPlugin, SubstringBytesRefFilterTest, 
TestSolrQueryParser, UUIDUpdateProcessorFallbackTest, CursorMarkTest, 
TestFieldCacheSortRandom, TestUninvertingReader, TestConfigSetImmutable, 
SolrIndexSplitterTest, TestStreamBody, TestLazyCores, 
OutOfBoxZkACLAndCredentialsProvidersTest, ShowFileRequestHandlerTest, 
CdcrVersionReplicationTest, TestDocumentBuilder, 
DocumentAnalysisRequestHandlerTest, DistributedIntervalFacetingTest, 
MoveReplicaTest, PathHierarchyTokenizerFactoryTest, TestOmitPositions, 
CreateCollectionCleanupTest, TestOnReconnectListenerSupport, 
HdfsNNFailoverTest, TestSimpleTextCodec, TestShortCircuitedRequests, 
QueryEqualityTest, LeaderFailoverAfterPartitionTest, TestSolrCoreParser, 
ChangedSchemaMergeTest, TestConfigSetsAPI, DocValuesMultiTest, 
TestFileDictionaryLookup, QueryResultKeyTest, TestSolrQueryResponse, 
TestRequestStatusCollectionAPI, ClassificationUpdateProcessorIntegrationTest, 
TestHdfsBackupRestoreCore, TestSolrCloudWithDelegationTokens, 
TestHdfsUpdateLog, TestManagedSynonymGraphFilterFactory, ShardRoutingTest, 
DOMUtilTest, DocValuesMissingTest, TestRandomCollapseQParserPlugin, 
SolrCloudReportersTest, TestPerFieldSimilarity, SystemLogListenerTest, 
StressHdfsTest, TestLeaderElectionWithEmptyReplica, TestFaceting, 
RestartWhileUpdatingTest, RemoteQueryErrorTest, BasicDistributedZk2Test, 
OpenCloseCoreStressTest, OverseerTest, ClusterStateUpdateTest, 
TestRandomFaceting, ZkSolrClientTest, ShardRoutingCustomTest, 
TestDistributedGrouping, DistributedSpellCheckComponentTest, ZkControllerTest, 
TestStressReorder, DistributedTermsComponentTest, TestCoreContainer, 
SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, TestGroupingSearch, 
SolrCmdDistributorTest, ConvertedLegacyTest, TestSort, TestBadConfig, 
TestIndexSearcher, DistributedQueryElevationComponentTest, TestCoreDiscovery, 
AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, 
SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, 
TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, SuggesterTest, 
TestStressLucene, PolyFieldTest, NoCacheHeaderTest, TestAtomicUpdateErrorCases, 
SortByFunctionTest, DistanceFunctionTest, DebugComponentTest, 
TestSurroundQueryParser, TestWriterPerf, TestReversedWildcardFilterFactory, 
XmlUpdateRequestHandlerTest, RequestHandlersTest, TestValueSourceCache, 
TestIndexingPerformance, FieldAnalysisRequestHandlerTest, 
FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, 
RegexBoostProcessorTest, SolrPluginUtilsTest, IndexSchemaTest, 
TestJmxIntegration, TestCollationField, ReturnFieldsTest, 
UpdateRequestProcessorFactoryTest, MBeansHandlerTest, TestAnalyzedSuggestions, 
UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, 
PingRequestHandlerTest, HighlighterConfigTest, SOLR749Test, UpdateParamsTest, 
AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, 
SolrIndexConfigTest, TestStressRecovery, TestSolrDeletionPolicy2, SampleTest, 
TestBinaryField, NumericFieldsTest, MinimalSchemaTest, TestConfig, 
TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, 
TestSolrCoreProperties, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, 
TestPhraseSuggestions, TestCharFilters, SynonymTokenizerTest, 
TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, 
TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, 
TestIBSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, 
TimeZoneUtilsTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, 
URLClassifyProcessorTest, TestFastLRUCache, TestSystemIdResolver, 
PrimUtilsTest, TestUtils, SystemInfoHandlerTest, UUIDFieldTest, 
DistributedMLTComponentTest, TestRTGBase, TestSimpleTrackingShardHandler, 
AssignBackwardCompatibilityTest, CollectionReloadTest, 
CollectionStateFormat2Test, CollectionTooManyReplicasTest, 
CollectionsAPISolrJTest, CustomCollectionTest, DeleteReplicaTest, 
DistribJoinFromCollectionTest, DistributedVersionInfoTest, HttpPartitionTest, 
SaslZkACLProviderTest, ShardSplitTest]
   [junit4] Completed [734/751 (1!)] on J1 in 1045.21s, 5 tests, 1 error <<< 
FAILURES!

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

Reply via email to