You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/11/23 00:11:45 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_144) - Build # 20975 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20975/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseG1GC

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:33939
	at __randomizedtesting.SeedInfo.seed([856CA2DB80F6E731:D389D012E0A8AC9]: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 13775 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> 2467743 INFO  (SUITE-ShardSplitTest-seed#[856CA2DB80F6E731]-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_856CA2DB80F6E731-001/init-core-data-001
   [junit4]   2> 2467744 WARN  (SUITE-ShardSplitTest-seed#[856CA2DB80F6E731]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
   [junit4]   2> 2467744 INFO  (SUITE-ShardSplitTest-seed#[856CA2DB80F6E731]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2467745 INFO  (SUITE-ShardSplitTest-seed#[856CA2DB80F6E731]-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> 2467745 INFO  (SUITE-ShardSplitTest-seed#[856CA2DB80F6E731]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2467748 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2467748 INFO  (Thread-3478) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2467748 INFO  (Thread-3478) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2467749 ERROR (Thread-3478) [    ] 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> 2467848 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.ZkTestServer start zk server on port:39483
   [junit4]   2> 2467854 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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> 2467855 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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> 2467855 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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> 2467856 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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> 2467856 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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> 2467856 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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> 2467857 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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> 2467857 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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> 2467857 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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> 2467858 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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> 2467858 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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> 2467859 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 2467938 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2467939 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@71424c1c{/,null,AVAILABLE}
   [junit4]   2> 2467941 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@52558abd{HTTP/1.1,[http/1.1]}{127.0.0.1:39657}
   [junit4]   2> 2467941 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.e.j.s.Server Started @2470426ms
   [junit4]   2> 2467941 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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_856CA2DB80F6E731-001/tempDir-001/control/data, replicaType=NRT, hostContext=/, hostPort=39657, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_856CA2DB80F6E731-001/control-001/cores}
   [junit4]   2> 2467941 ERROR (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2467941 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2467941 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2467941 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2467941 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-22T23:37:20.300Z
   [junit4]   2> 2467947 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2467947 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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_856CA2DB80F6E731-001/control-001/solr.xml
   [junit4]   2> 2467949 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2467950 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2467950 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@250a52e4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2467955 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39483/solr
   [junit4]   2> 2467995 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:39657_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2467995 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:39657_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39657_
   [junit4]   2> 2467995 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:39657_    ] o.a.s.c.Overseer Overseer (id=99050706705252356-127.0.0.1:39657_-n_0000000000) starting
   [junit4]   2> 2467999 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:39657_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39657_
   [junit4]   2> 2468000 INFO  (OverseerStateUpdate-99050706705252356-127.0.0.1:39657_-n_0000000000) [n:127.0.0.1:39657_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2468078 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:39657_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250a52e4
   [junit4]   2> 2468088 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:39657_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250a52e4
   [junit4]   2> 2468088 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:39657_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250a52e4
   [junit4]   2> 2468089 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:39657_    ] 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_856CA2DB80F6E731-001/control-001/cores
   [junit4]   2> 2468108 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2468108 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39483/solr ready
   [junit4]   2> 2468109 INFO  (qtp918317261-19279) [n:127.0.0.1:39657_    ] 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:39657_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2468111 INFO  (OverseerThreadFactory-6870-thread-1-processing-n:127.0.0.1:39657_) [n:127.0.0.1:39657_    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2468214 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_    ] 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> 2468214 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2468316 INFO  (zkCallback-4550-thread-1-processing-n:127.0.0.1:39657_) [n:127.0.0.1:39657_    ] 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> 2469230 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2469238 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ 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> 2469291 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ 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> 2469297 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ 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> 2469297 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ 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@250a52e4
   [junit4]   2> 2469297 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2469297 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ 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_856CA2DB80F6E731-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_856CA2DB80F6E731-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2469299 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ 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=21, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=98.5908203125, floorSegmentMB=1.8076171875, forceMergeDeletesPctAllowed=15.919762691566552, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.46391142144451303
   [junit4]   2> 2469312 WARN  (qtp918317261-19275) [n:127.0.0.1:39657_ 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> 2469334 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ 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> 2469334 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ 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> 2469336 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2469336 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2469336 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ 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=49, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=64.5478515625, floorSegmentMB=0.353515625, forceMergeDeletesPctAllowed=23.674117432674823, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2982194011602015
   [junit4]   2> 2469337 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@274140bf[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2469337 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2469337 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ 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> 2469338 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2469339 INFO  (searcherExecutor-6873-thread-1-processing-n:127.0.0.1:39657_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:39657_ 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@274140bf[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2469339 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ 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 1584811308952322048
   [junit4]   2> 2469341 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2469341 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ 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> 2469341 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39657/control_collection_shard1_replica_n1/
   [junit4]   2> 2469342 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ 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> 2469342 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:39657/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2469342 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ 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> 2469343 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ 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:39657/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2469445 INFO  (zkCallback-4550-thread-2-processing-n:127.0.0.1:39657_) [n:127.0.0.1:39657_    ] 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> 2469493 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ 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> 2469494 INFO  (qtp918317261-19275) [n:127.0.0.1:39657_ 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=1280
   [junit4]   2> 2469496 INFO  (qtp918317261-19279) [n:127.0.0.1:39657_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2469595 INFO  (zkCallback-4550-thread-2-processing-n:127.0.0.1:39657_) [n:127.0.0.1:39657_    ] 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> 2470112 INFO  (OverseerCollectionConfigSetProcessor-99050706705252356-127.0.0.1:39657_-n_0000000000) [n:127.0.0.1:39657_    ] 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> 2470496 INFO  (qtp918317261-19279) [n:127.0.0.1:39657_    ] 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:39657_&wt=javabin&version=2} status=0 QTime=2387
   [junit4]   2> 2470499 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2470500 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39483/solr ready
   [junit4]   2> 2470500 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2470500 INFO  (qtp918317261-19279) [n:127.0.0.1:39657_    ] 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> 2470501 INFO  (OverseerThreadFactory-6870-thread-2-processing-n:127.0.0.1:39657_) [n:127.0.0.1:39657_    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2470501 WARN  (OverseerThreadFactory-6870-thread-2-processing-n:127.0.0.1:39657_) [n:127.0.0.1:39657_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 2470704 INFO  (qtp918317261-19279) [n:127.0.0.1:39657_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2470704 INFO  (qtp918317261-19279) [n:127.0.0.1:39657_    ] 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=203
   [junit4]   2> 2470803 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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_856CA2DB80F6E731-001/shard-1-001 of type NRT
   [junit4]   2> 2470803 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2470804 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@54357bf6{/,null,AVAILABLE}
   [junit4]   2> 2470806 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@655a6d82{HTTP/1.1,[http/1.1]}{127.0.0.1:41699}
   [junit4]   2> 2470806 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.e.j.s.Server Started @2473292ms
   [junit4]   2> 2470806 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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_856CA2DB80F6E731-001/tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=41699, 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_856CA2DB80F6E731-001/shard-1-001/cores}
   [junit4]   2> 2470807 ERROR (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2470807 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2470807 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2470807 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2470807 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-22T23:37:23.166Z
   [junit4]   2> 2470810 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2470810 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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_856CA2DB80F6E731-001/shard-1-001/solr.xml
   [junit4]   2> 2470812 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2470812 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2470813 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@250a52e4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2470815 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39483/solr
   [junit4]   2> 2470819 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:41699_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2470820 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:41699_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2470821 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:41699_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41699_
   [junit4]   2> 2470821 INFO  (zkCallback-4550-thread-2-processing-n:127.0.0.1:39657_) [n:127.0.0.1:39657_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2470822 INFO  (zkCallback-4558-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2470823 INFO  (zkCallback-4563-thread-1-processing-n:127.0.0.1:41699_) [n:127.0.0.1:41699_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2470882 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:41699_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250a52e4
   [junit4]   2> 2470889 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:41699_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250a52e4
   [junit4]   2> 2470889 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:41699_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250a52e4
   [junit4]   2> 2470890 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:41699_    ] 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_856CA2DB80F6E731-001/shard-1-001/cores
   [junit4]   2> 2470907 INFO  (qtp918317261-19280) [n:127.0.0.1:39657_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:41699_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2470908 INFO  (OverseerCollectionConfigSetProcessor-99050706705252356-127.0.0.1:39657_-n_0000000000) [n:127.0.0.1:39657_    ] 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> 2470908 INFO  (OverseerThreadFactory-6870-thread-3-processing-n:127.0.0.1:39657_) [n:127.0.0.1:39657_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:41699_ for creating new replica
   [junit4]   2> 2470910 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2470910 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2471015 INFO  (zkCallback-4563-thread-1-processing-n:127.0.0.1:41699_) [n:127.0.0.1:41699_    ] 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> 2471926 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2471933 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema [collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 2471994 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2472000 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n41' using configuration from collection collection1, trusted=true
   [junit4]   2> 2472001 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n41' (registry 'solr.core.collection1.shard2.replica_n41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250a52e4
   [junit4]   2> 2472001 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2472001 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [[collection1_shard2_replica_n41] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_856CA2DB80F6E731-001/shard-1-001/cores/collection1_shard2_replica_n41], 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_856CA2DB80F6E731-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 2472003 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=98.5908203125, floorSegmentMB=1.8076171875, forceMergeDeletesPctAllowed=15.919762691566552, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.46391142144451303
   [junit4]   2> 2472024 WARN  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2472126 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2472126 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2472128 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2472128 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2472130 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=64.5478515625, floorSegmentMB=0.353515625, forceMergeDeletesPctAllowed=23.674117432674823, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2982194011602015
   [junit4]   2> 2472130 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.SolrIndexSearcher Opening [Searcher@6df085e2[collection1_shard2_replica_n41] main]
   [junit4]   2> 2472131 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2472131 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2472132 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2472133 INFO  (searcherExecutor-6884-thread-1-processing-n:127.0.0.1:41699_ x:collection1_shard2_replica_n41 s:shard2 c:collection1) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [collection1_shard2_replica_n41] Registered new searcher Searcher@6df085e2[collection1_shard2_replica_n41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2472133 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584811311882043392
   [junit4]   2> 2472136 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2472136 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2472136 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41699/collection1_shard2_replica_n41/
   [junit4]   2> 2472136 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2472136 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy http://127.0.0.1:41699/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 2472136 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2472138 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41699/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 2472239 INFO  (zkCallback-4563-thread-1-processing-n:127.0.0.1:41699_) [n:127.0.0.1:41699_    ] 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> 2472288 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2472296 INFO  (qtp169175792-19326) [n:127.0.0.1:41699_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1386
   [junit4]   2> 2472298 INFO  (qtp918317261-19280) [n:127.0.0.1:39657_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:41699_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1390
   [junit4]   2> 2472351 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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_856CA2DB80F6E731-001/shard-2-001 of type NRT
   [junit4]   2> 2472352 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2472352 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b717128{/,null,AVAILABLE}
   [junit4]   2> 2472353 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@eff05f2{HTTP/1.1,[http/1.1]}{127.0.0.1:34277}
   [junit4]   2> 2472353 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.e.j.s.Server Started @2474839ms
   [junit4]   2> 2472353 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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_856CA2DB80F6E731-001/tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=34277, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_856CA2DB80F6E731-001/shard-2-001/cores}
   [junit4]   2> 2472354 ERROR (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2472354 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2472354 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2472354 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2472354 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-22T23:37:24.713Z
   [junit4]   2> 2472356 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2472356 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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_856CA2DB80F6E731-001/shard-2-001/solr.xml
   [junit4]   2> 2472358 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2472358 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2472359 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@250a52e4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2472361 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39483/solr
   [junit4]   2> 2472364 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:34277_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2472365 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:34277_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2472365 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:34277_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34277_
   [junit4]   2> 2472366 INFO  (zkCallback-4563-thread-1-processing-n:127.0.0.1:41699_) [n:127.0.0.1:41699_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2472366 INFO  (zkCallback-4558-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2472367 INFO  (zkCallback-4569-thread-1-processing-n:127.0.0.1:34277_) [n:127.0.0.1:34277_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2472367 INFO  (zkCallback-4550-thread-2-processing-n:127.0.0.1:39657_) [n:127.0.0.1:39657_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2472466 INFO  (zkCallback-4563-thread-1-processing-n:127.0.0.1:41699_) [n:127.0.0.1:41699_    ] 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> 2472480 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:34277_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250a52e4
   [junit4]   2> 2472486 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:34277_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250a52e4
   [junit4]   2> 2472486 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:34277_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250a52e4
   [junit4]   2> 2472487 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:34277_    ] 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_856CA2DB80F6E731-001/shard-2-001/cores
   [junit4]   2> 2472565 INFO  (qtp506401801-19355) [n:127.0.0.1:34277_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:34277_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2472566 INFO  (OverseerCollectionConfigSetProcessor-99050706705252356-127.0.0.1:39657_-n_0000000000) [n:127.0.0.1:39657_    ] 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> 2472566 INFO  (OverseerThreadFactory-6870-thread-4-processing-n:127.0.0.1:39657_) [n:127.0.0.1:39657_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:34277_ for creating new replica
   [junit4]   2> 2472567 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2472567 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2472669 INFO  (zkCallback-4563-thread-1-processing-n:127.0.0.1:41699_) [n:127.0.0.1:41699_    ] 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> 2472669 INFO  (zkCallback-4569-thread-1-processing-n:127.0.0.1:34277_) [n:127.0.0.1:34277_    ] 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> 2473577 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2473586 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema [collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 2473671 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2473679 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n43' using configuration from collection collection1, trusted=true
   [junit4]   2> 2473679 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n43' (registry 'solr.core.collection1.shard1.replica_n43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250a52e4
   [junit4]   2> 2473679 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2473679 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [[collection1_shard1_replica_n43] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_856CA2DB80F6E731-001/shard-2-001/cores/collection1_shard1_replica_n43], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_856CA2DB80F6E731-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 2473682 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=98.5908203125, floorSegmentMB=1.8076171875, forceMergeDeletesPctAllowed=15.919762691566552, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.46391142144451303
   [junit4]   2> 2473700 WARN  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2473737 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2473737 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2473738 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2473738 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2473739 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=64.5478515625, floorSegmentMB=0.353515625, forceMergeDeletesPctAllowed=23.674117432674823, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2982194011602015
   [junit4]   2> 2473740 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.SolrIndexSearcher Opening [Searcher@5c112798[collection1_shard1_replica_n43] main]
   [junit4]   2> 2473740 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2473740 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2473741 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2473742 INFO  (searcherExecutor-6895-thread-1-processing-n:127.0.0.1:34277_ x:collection1_shard1_replica_n43 s:shard1 c:collection1) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [collection1_shard1_replica_n43] Registered new searcher Searcher@5c112798[collection1_shard1_replica_n43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2473742 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584811313569202176
   [junit4]   2> 2473744 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2473744 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2473744 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34277/collection1_shard1_replica_n43/
   [junit4]   2> 2473744 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2473744 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy http://127.0.0.1:34277/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 2473744 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2473745 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34277/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 2473847 INFO  (zkCallback-4563-thread-1-processing-n:127.0.0.1:41699_) [n:127.0.0.1:41699_    ] 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> 2473847 INFO  (zkCallback-4569-thread-1-processing-n:127.0.0.1:34277_) [n:127.0.0.1:34277_    ] 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> 2473896 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2473897 INFO  (qtp506401801-19357) [n:127.0.0.1:34277_ c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1330
   [junit4]   2> 2473898 INFO  (qtp506401801-19355) [n:127.0.0.1:34277_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:34277_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1333
   [junit4]   2> 2473956 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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_856CA2DB80F6E731-001/shard-3-001 of type NRT
   [junit4]   2> 2473956 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2473957 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@41b96cd4{/,null,AVAILABLE}
   [junit4]   2> 2473958 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@f95f96c{HTTP/1.1,[http/1.1]}{127.0.0.1:33869}
   [junit4]   2> 2473958 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.e.j.s.Server Started @2476443ms
   [junit4]   2> 2473958 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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_856CA2DB80F6E731-001/tempDir-001/jetty3, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=33869, 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_856CA2DB80F6E731-001/shard-3-001/cores}
   [junit4]   2> 2473958 ERROR (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2473959 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2473959 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2473959 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2473959 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-22T23:37:26.318Z
   [junit4]   2> 2473960 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15fe617cbeb000d, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2473960 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2473960 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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_856CA2DB80F6E731-001/shard-3-001/solr.xml
   [junit4]   2> 2473963 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2473963 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2473963 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@250a52e4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2473965 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39483/solr
   [junit4]   2> 2473966 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15fe617cbeb000e, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2473970 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:33869_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2473970 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:33869_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2473971 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:33869_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33869_
   [junit4]   2> 2473972 INFO  (zkCallback-4575-thread-1-processing-n:127.0.0.1:33869_) [n:127.0.0.1:33869_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2473972 INFO  (zkCallback-4550-thread-2-processing-n:127.0.0.1:39657_) [n:127.0.0.1:39657_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2473972 INFO  (zkCallback-4569-thread-1-processing-n:127.0.0.1:34277_) [n:127.0.0.1:34277_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2473972 INFO  (zkCallback-4558-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2473972 INFO  (zkCallback-4563-thread-1-processing-n:127.0.0.1:41699_) [n:127.0.0.1:41699_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2474045 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:33869_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250a52e4
   [junit4]   2> 2474052 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:33869_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250a52e4
   [junit4]   2> 2474052 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:33869_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250a52e4
   [junit4]   2> 2474053 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:33869_    ] 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_856CA2DB80F6E731-001/shard-3-001/cores
   [junit4]   2> 2474072 INFO  (zkCallback-4563-thread-1-processing-n:127.0.0.1:41699_) [n:127.0.0.1:41699_    ] 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> 2474072 INFO  (zkCallback-4569-thread-1-processing-n:127.0.0.1:34277_) [n:127.0.0.1:34277_    ] 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> 2474079 INFO  (qtp1797514096-19384) [n:127.0.0.1:33869_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:33869_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2474082 INFO  (OverseerCollectionConfigSetProcessor-99050706705252356-127.0.0.1:39657_-n_0000000000) [n:127.0.0.1:39657_    ] 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> 2474082 INFO  (OverseerThreadFactory-6870-thread-5-processing-n:127.0.0.1:39657_) [n:127.0.0.1:39657_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:33869_ for creating new replica
   [junit4]   2> 2474083 INFO  (qtp1797514096-19380) [n:127.0.0.1:33869_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2474084 INFO  (qtp1797514096-19380) [n:127.0.0.1:33869_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2474187 INFO  (zkCallback-4575-thread-1-processing-n:127.0.0.1:33869_) [n:127.0.0.1:33869_    ] 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> 2474187 INFO  (zkCallback-4563-thread-1-processing-n:127.0.0.1:41699_) [n:127.0.0.1:41699_    ] 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> 2474187 INFO  (zkCallback-4569-thread-1-processing-n:127.0.0.1:34277_) [n:127.0.0.1:34277_    ] 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> 2475100 INFO  (qtp1797514096-19380) [n:127.0.0.1:33869_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2475107 INFO  (qtp1797514096-19380) [n:127.0.0.1:33869_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema [collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 2475173 INFO  (qtp1797514096-19380) [n:127.0.0.1:33869_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2475179 INFO  (qtp1797514096-19380) [n:127.0.0.1:33869_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n45' using configuration from collection collection1, trusted=true
   [junit4]   2> 2475180 INFO  (qtp1797514096-19380) [n:127.0.0.1:33869_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n45' (registry 'solr.core.collection1.shard2.replica_n45') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@250a52e4
   [junit4]   2> 2475180 INFO  (qtp1797514096-19380) [n:127.0.0.1:33869_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2475180 INFO  (qtp1797514096-19380) [n:127.0.0.1:33869_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore [[collection1_shard2_replica_n45] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_856CA2DB80F6E731-001/shard-3-001/cores/collection1_shard2_replica_n45], 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_856CA2DB80F6E731-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
   [junit4]   2> 2475182 INFO  (qtp1797514096-19380) [n:127.0.0.1:33869_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=98.5908203125, floorSegmentMB=1.8076171875, forceMergeDeletesPctAllowed=15.919762691566552, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.46391142144451303
   [junit4]   2> 2475197 WARN  (qtp1797514096-19380) [n:127.0.0.1:33869_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2475219 INFO  (qtp1797514096-19380) [n:127.0.0.1:33869_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2475219 INFO  (qtp1797514096-19380) [n:127.0.0.1:33869_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2475221 INFO  (qtp1797514096-19380) [n:127.0.0.1:33869_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2475221 INFO  (qtp1797514096-19380) [n:127.0.0.1:33869_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2475222 INFO  (qtp1797514096-19380) [n:127.0.0.1:33869_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=64.5478515625, floorSegmentMB=0.353515625, forceMergeDeletesPctAllowed=23.674117432674823, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2982194011602015
   [junit4]   2> 2475222 INFO  (qtp1797514096-19380) [n:127.0.0.1:33869_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.SolrIndexSearcher Opening [Searcher@15d783a7[collection1_shard2_replica_n45] main]
   [junit4]   2> 2475222 INFO  (qtp1797514096-19380) [n:127.0.0.1:33869_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2475222 INFO  (qtp1797514096-19380) [n:127.0.0.1:33869_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2475223 INFO  (qtp1797514096-19380) [n:127.0.0.1:33869_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2475224 INFO  (searcherExecutor-6906-thread-1-processing-n:127.0.0.1:33869_ x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:33869_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore [collection1_shard2_replica_n45] Registered new searcher Searcher@15d783a7[collection1_shard2_replica_n45] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2475224 INFO  (qtp1797514096-19380) [n:127.0.0.1:33869_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584811315123191808
   [junit4]   2> 2475226 INFO  (qtp1797514096-19380) [n:127.0.0.1:33869_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.ZkController Core needs to recover:collection1_shard2_replica_n45
   [junit4]   2> 2475226 INFO  (updateExecutor-4572-thread-1-processing-n:127.0.0.1:33869_ x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:33869_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2475226 INFO  (recoveryExecutor-4573-thread-1-processing-n:127.0.0.1:33869_ x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:33869_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2475227 INFO  (recoveryExecutor-4573-thread-1-processing-n:127.0.0.1:33869_ x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:33869_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 2475227 INFO  (recoveryExecutor-4573-thread-1-processing-n:127.0.0.1:33869_ x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:33869_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard2_replica_n45]
   [junit4]   2> 2475227 INFO  (recoveryExecutor-4573-thread-1-processing-n:127.0.0.1:33869_ x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:33869_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2475227 INFO  (recoveryExecutor-4573-thread-1-processing-n:127.0.0.1:33869_ x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:33869_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard2_replica_n45] as recovering, leader is [http://127.0.0.1:41699/collection1_shard2_replica_n41/] and I am [http://127.0.0.1:33869/collection1_shard2_replica_n45/]
   [junit4]   2> 2475227 INFO  (qtp1797514096-19380) [n:127.0.0.1:33869_ c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1143
   [junit4]   2> 2475228 INFO  (qtp1797514096-19384) [n:127.0.0.1:33869_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:33869_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1148
   [junit4]   2> 2475228 INFO  (recoveryExecutor-4573-thread-1-processing-n:127.0.0.1:33869_ x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:33869_ c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:41699]; [WaitForState: action=PREPRECOVERY&core=collection1_shard2_replica_n41&nodeName=127.0.0.1:33869_&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2475228 INFO  (qtp169175792-19328) [n:127.0.0.1:41699_    ] 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> 2475229 INFO  (qtp169175792-19328) [n:127.0.0.1:41699_    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1_shard2_replica_n41, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:33869_, coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:33869","node_name":"127.0.0.1:33869_","state":"down","type":"NRT"}
   [junit4]   2> 2475296 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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_856CA2DB80F6E731-001/shard-4-001 of type NRT
   [junit4]   2> 2475296 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2475297 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5d805b7d{/,null,AVAILABLE}
   [junit4]   2> 2475297 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1be024b2{HTTP/1.1,[http/1.1]}{127.0.0.1:34743}
   [junit4]   2> 2475298 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.e.j.s.Server Started @2477783ms
   [junit4]   2> 2475298 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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_856CA2DB80F6E731-001/tempDir-001/jetty4, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=34743, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_856CA2DB80F6E731-001/shard-4-001/cores}
   [junit4]   2> 2475298 ERROR (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2475298 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2475298 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2475298 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2475298 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-22T23:37:27.657Z
   [junit4]   2> 2475300 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2475300 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] 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_856CA2DB80F6E731-001/shard-4-001/solr.xml
   [junit4]   2> 2475302 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2475303 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2475303 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@250a52e4, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2475305 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39483/solr
   [junit4]   2> 2475309 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:34743_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2475309 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:34743_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2475310 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[856CA2DB80F6E731]) [n:127.0.0.1:34743_    ] o.a.s.c.ZkController Register node as live in ZooK

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

leAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 3354731 INFO  (qtp523258273-20807) [n:127.0.0.1:44527_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:45323_&onlyIfLeaderActive=true&core=collection1_shard1_replica_n47&coreNodeName=core_node44&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=400 QTime=4001
   [junit4]   2> 3354732 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 44053
   [junit4]   2> 3354732 ERROR (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[856CA2DB80F6E731]) [    ] 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> 3354732 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[856CA2DB80F6E731]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34555 34555
   [junit4]   2> 3359868 INFO  (Thread-3668) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34555 34555
   [junit4]   2> 3359868 WARN  (Thread-3668) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/aliases.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 	6	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	9	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/collections/collection1/state.json
   [junit4]   2> 	4	/solr/collections/testSplitStaticIndexReplication/state.json
   [junit4]   2> 	4	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99050762623909897-127.0.0.1:34993_-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/live_nodes
   [junit4]   2> 	9	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	4	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/overseer/queue-work
   [junit4]   2> 
   [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_856CA2DB80F6E731-001
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=393, maxDocsPerChunk=341, blockSize=2), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=393, blockSize=2)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4f7cb5d7), locale=sl, timezone=America/Dawson
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=212411488,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestRangeQuery, OverseerModifyCollectionTest, ConfigureRecoveryStrategyTest, RequestHandlersTest, TestLazyCores, DistributedIntervalFacetingTest, HdfsChaosMonkeySafeLeaderTest, TestNumericRangeQuery64, BlockJoinFacetDistribTest, TestFastWriter, TestDocSet, OpenCloseCoreStressTest, TestClusterProperties, TestReloadDeadlock, TestExactSharedStatsCache, TestSubQueryTransformerDistrib, ZkSolrClientTest, TestPseudoReturnFields, LargeFieldTest, CdcrBidirectionalTest, BigEndianAscendingWordDeserializerTest, TestReloadAndDeleteDocs, TestMacroExpander, TestPivotHelperCode, LeaderFailoverAfterPartitionTest, HdfsRecoverLeaseTest, TestStressLucene, InfixSuggestersTest, TestManagedStopFilterFactory, TestLuceneMatchVersion, ConcurrentDeleteAndCreateCollectionTest, AssignTest, TestSolrFieldCacheBean, V2StandaloneTest, HighlighterMaxOffsetTest, TestQuerySenderNoQuery, TestSQLHandler, SolrCmdDistributorTest, CloudExitableDirectoryReaderTest, TestRestManager, TestSolrCloudWithDelegationTokens, TestSolr4Spatial, DistributedFacetPivotSmallTest, TimePartitionedUpdateProcessorTest, TestExportWriter, ShowFileRequestHandlerTest, ShardRoutingCustomTest, SolrIndexSplitterTest, ExplicitHLLTest, NotRequiredUniqueKeyTest, TestSimpleTrackingShardHandler, TestReplicationHandlerBackup, TestDocBasedVersionConstraints, BlockDirectoryTest, TestSolrCoreSnapshots, DistributedTermsComponentTest, TestRemoteStreaming, AtomicUpdatesTest, SolrGangliaReporterTest, DeleteLastCustomShardedReplicaTest, TestOmitPositions, CoreAdminRequestStatusTest, TestOrdValues, DirectUpdateHandlerTest, ZkCLITest, CurrencyFieldTypeTest, MoveReplicaTest, ZkFailoverTest, ShardRoutingTest, HighlighterConfigTest, TestFieldSortValues, SolrIndexConfigTest, TestDFISimilarityFactory, TestStressCloudBlindAtomicUpdates, TestSolrQueryParser, TestHashQParserPlugin, TestDynamicFieldCollectionResource, TestCloudInspectUtil, DebugComponentTest, PathHierarchyTokenizerFactoryTest, CreateCollectionCleanupTest, SampleTest, TestRTGBase, TestSurroundQueryParser, TestStressReorder, CollectionTooManyReplicasTest, HdfsBasicDistributedZk2Test, TestObjectReleaseTracker, TestMaxScoreQueryParser, SolrJmxReporterTest, TestFieldResource, ChaosMonkeySafeLeaderTest, CloudMLTQParserTest, TestSolrConfigHandler, TestScoreJoinQPNoScore, HdfsUnloadDistributedZkTest, SchemaVersionSpecificBehaviorTest, HdfsAutoAddReplicasIntegrationTest, RemoteQueryErrorTest, TestAtomicUpdateErrorCases, DOMUtilTest, TestTrieFacet, TestSchemalessBufferedUpdates, TestLocalFSCloudBackupRestore, TlogReplayBufferedWhileIndexingTest, TestHalfAndHalfDocValues, TestRebalanceLeaders, SmileWriterTest, TestCustomStream, SimpleCollectionCreateDeleteTest, TestXIncludeConfig, GraphQueryTest, SolrMetricManagerTest, AutoScalingHandlerTest, DistanceUnitsTest, BlobRepositoryCloudTest, BadCopyFieldTest, TestWriterPerf, LukeRequestHandlerTest, TestTlogReplica, AnalyticsMergeStrategyTest, ConvertedLegacyTest, BasicDistributedZk2Test, SyncSliceTest, BasicZkTest, RecoveryZkTest, ClusterStateUpdateTest, LeaderElectionTest, TestFaceting, TestHashPartitioner, TermVectorComponentDistributedTest, ZkControllerTest, SolrCoreTest, QueryElevationComponentTest, BadIndexSchemaTest, BasicFunctionalityTest, SoftAutoCommitTest, MultiTermTest, NumericFieldsTest, OutputWriterTest, TestSolrCoreProperties, TestPhraseSuggestions, SynonymTokenizerTest, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestBM25SimilarityFactory, ResourceLoaderTest, ScriptEngineTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, ChaosMonkeySafeLeaderWithPullReplicasTest, ConfigSetsAPITest, CustomCollectionTest, DeleteNodeTest, DeleteShardTest, DeleteStatusTest, DistribJoinFromCollectionTest, DistributedQueueTest, ForceLeaderTest, LeaderFailureAfterFreshStartTest, LeaderInitiatedRecoveryOnShardRestartTest, LegacyCloudClusterPropTest, MissingSegmentRecoveryTest, MultiThreadedOCPTest, PeerSyncReplicationTest, ReplaceNodeTest, ShardSplitTest]
   [junit4] Completed [645/750 (1!)] on J1 in 892.14s, 5 tests, 1 error <<< FAILURES!

[...truncated 47573 lines...]