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/12/26 13:51:50 UTC

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-10-ea+32) - Build # 21147 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21147/
Java: 64bit/jdk-10-ea+32 -XX:+UseCompressedOops -XX:+UseParallelGC

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:46109/yob

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:46109/yob
	at __randomizedtesting.SeedInfo.seed([361A6CC9EC0BA1E3:BE4E531342F7CC1B]: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:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	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:315)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 42 more




Build Log:
[...truncated 14066 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> 1827448 INFO  (SUITE-ShardSplitTest-seed#[361A6CC9EC0BA1E3]-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/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/init-core-data-001
   [junit4]   2> 1827448 INFO  (SUITE-ShardSplitTest-seed#[361A6CC9EC0BA1E3]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1827449 INFO  (SUITE-ShardSplitTest-seed#[361A6CC9EC0BA1E3]-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> 1827449 INFO  (SUITE-ShardSplitTest-seed#[361A6CC9EC0BA1E3]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /yob/
   [junit4]   2> 1827450 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1827450 INFO  (Thread-7528) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1827450 INFO  (Thread-7528) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1827451 ERROR (Thread-7528) [    ] 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> 1827550 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.ZkTestServer start zk server on port:38359
   [junit4]   2> 1827551 INFO  (zkConnectionManagerCallback-8865-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1827553 INFO  (zkConnectionManagerCallback-8867-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1827555 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] 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> 1827555 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] 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> 1827556 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] 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> 1827556 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] 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> 1827557 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] 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> 1827557 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] 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> 1827558 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] 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> 1827558 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] 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> 1827559 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] 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> 1827559 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] 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> 1827560 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] 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> 1827560 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1827625 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1827626 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3c83acf3{/yob,null,AVAILABLE}
   [junit4]   2> 1827627 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6fb50c20{HTTP/1.1,[http/1.1]}{127.0.0.1:32769}
   [junit4]   2> 1827627 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.e.j.s.Server Started @1830226ms
   [junit4]   2> 1827627 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/yob, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/tempDir-001/control/data, hostPort=32769, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/control-001/cores}
   [junit4]   2> 1827627 ERROR (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1827627 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1827627 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1827627 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1827627 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-26T13:27:01.225720Z
   [junit4]   2> 1827628 INFO  (zkConnectionManagerCallback-8869-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1827629 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1827629 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/control-001/solr.xml
   [junit4]   2> 1827630 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1827630 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1827630 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@57358427, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1827633 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38359/solr
   [junit4]   2> 1827634 INFO  (zkConnectionManagerCallback-8873-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1827635 INFO  (zkConnectionManagerCallback-8875-thread-1-processing-n:127.0.0.1:32769_yob) [n:127.0.0.1:32769_yob    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1827672 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:32769_yob    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1827672 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:32769_yob    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:32769_yob
   [junit4]   2> 1827672 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:32769_yob    ] o.a.s.c.Overseer Overseer (id=99240825392267268-127.0.0.1:32769_yob-n_0000000000) starting
   [junit4]   2> 1827675 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:32769_yob    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32769_yob
   [junit4]   2> 1827675 INFO  (zkCallback-8874-thread-1-processing-n:127.0.0.1:32769_yob) [n:127.0.0.1:32769_yob    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1827711 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:32769_yob    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57358427
   [junit4]   2> 1827721 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:32769_yob    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57358427
   [junit4]   2> 1827721 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:32769_yob    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57358427
   [junit4]   2> 1827722 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:32769_yob    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/control-001/cores
   [junit4]   2> 1827737 INFO  (zkConnectionManagerCallback-8881-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1827737 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1827738 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38359/solr ready
   [junit4]   2> 1827739 INFO  (qtp395406728-28680) [n:127.0.0.1:32769_yob    ] 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:32769_yob&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1827740 INFO  (OverseerThreadFactory-6792-thread-1-processing-n:127.0.0.1:32769_yob) [n:127.0.0.1:32769_yob    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1827842 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob    ] 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> 1827843 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1827946 INFO  (zkCallback-8874-thread-1-processing-n:127.0.0.1:32769_yob) [n:127.0.0.1:32769_yob    ] 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> 1829113 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1829122 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob 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> 1829164 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob 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> 1829169 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob 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> 1829170 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob 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@57358427
   [junit4]   2> 1829170 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1829170 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob 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/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1829172 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob 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=35, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=36.111328125, floorSegmentMB=1.125, forceMergeDeletesPctAllowed=21.8261258191252, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10966280327194378
   [junit4]   2> 1829390 WARN  (qtp395406728-28682) [n:127.0.0.1:32769_yob 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> 1829414 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob 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> 1829414 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob 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> 1829415 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1829415 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1829416 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1829416 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ac15e96[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1829416 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1829417 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob 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> 1829417 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1829418 INFO  (searcherExecutor-6795-thread-1-processing-n:127.0.0.1:32769_yob x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:32769_yob 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@1ac15e96[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1829418 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob 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 1587853208338825216
   [junit4]   2> 1829420 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1829421 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob 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> 1829421 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:32769/yob/control_collection_shard1_replica_n1/
   [junit4]   2> 1829421 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob 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> 1829421 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:32769/yob/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1829421 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob 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> 1829422 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob 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:32769/yob/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1829523 INFO  (zkCallback-8874-thread-2-processing-n:127.0.0.1:32769_yob) [n:127.0.0.1:32769_yob    ] 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> 1829572 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob 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> 1829573 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob 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=1731
   [junit4]   2> 1829575 INFO  (qtp395406728-28680) [n:127.0.0.1:32769_yob    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1829674 INFO  (zkCallback-8874-thread-2-processing-n:127.0.0.1:32769_yob) [n:127.0.0.1:32769_yob    ] 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> 1829741 INFO  (OverseerCollectionConfigSetProcessor-99240825392267268-127.0.0.1:32769_yob-n_0000000000) [n:127.0.0.1:32769_yob    ] 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> 1830576 INFO  (qtp395406728-28680) [n:127.0.0.1:32769_yob    ] 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:32769_yob&wt=javabin&version=2} status=0 QTime=2836
   [junit4]   2> 1830587 INFO  (zkConnectionManagerCallback-8885-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1830588 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1830588 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38359/solr ready
   [junit4]   2> 1830588 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1830588 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob    ] 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> 1830589 INFO  (OverseerThreadFactory-6792-thread-2-processing-n:127.0.0.1:32769_yob) [n:127.0.0.1:32769_yob    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1830590 WARN  (OverseerThreadFactory-6792-thread-2-processing-n:127.0.0.1:32769_yob) [n:127.0.0.1:32769_yob    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1830792 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1830792 INFO  (qtp395406728-28682) [n:127.0.0.1:32769_yob    ] 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> 1830853 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/shard-1-001 of type NRT
   [junit4]   2> 1830854 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1830854 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@43d189c6{/yob,null,AVAILABLE}
   [junit4]   2> 1830855 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@162a62d8{HTTP/1.1,[http/1.1]}{127.0.0.1:36049}
   [junit4]   2> 1830855 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.e.j.s.Server Started @1833454ms
   [junit4]   2> 1830855 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/yob, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/tempDir-001/jetty1, hostPort=36049, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/shard-1-001/cores}
   [junit4]   2> 1830855 ERROR (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1830855 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1830855 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1830855 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1830855 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-26T13:27:04.453639Z
   [junit4]   2> 1830856 INFO  (zkConnectionManagerCallback-8887-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1830856 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1830857 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/shard-1-001/solr.xml
   [junit4]   2> 1830858 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1830858 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1830858 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@57358427, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1830860 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38359/solr
   [junit4]   2> 1830861 INFO  (zkConnectionManagerCallback-8891-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1830862 INFO  (zkConnectionManagerCallback-8893-thread-1-processing-n:127.0.0.1:36049_yob) [n:127.0.0.1:36049_yob    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1830864 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:36049_yob    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1830865 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:36049_yob    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1830866 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:36049_yob    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36049_yob
   [junit4]   2> 1830870 INFO  (zkCallback-8874-thread-2-processing-n:127.0.0.1:32769_yob) [n:127.0.0.1:32769_yob    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1830870 INFO  (zkCallback-8892-thread-1-processing-n:127.0.0.1:36049_yob) [n:127.0.0.1:36049_yob    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1830870 INFO  (zkCallback-8884-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1830899 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:36049_yob    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57358427
   [junit4]   2> 1830905 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:36049_yob    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57358427
   [junit4]   2> 1830906 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:36049_yob    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57358427
   [junit4]   2> 1830907 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:36049_yob    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/shard-1-001/cores
   [junit4]   2> 1830922 INFO  (qtp395406728-28680) [n:127.0.0.1:32769_yob    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:36049_yob&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1830923 INFO  (OverseerCollectionConfigSetProcessor-99240825392267268-127.0.0.1:32769_yob-n_0000000000) [n:127.0.0.1:32769_yob    ] 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> 1830923 INFO  (OverseerThreadFactory-6792-thread-3-processing-n:127.0.0.1:32769_yob) [n:127.0.0.1:32769_yob    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:36049_yob for creating new replica
   [junit4]   2> 1830924 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob    ] 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> 1830924 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1831026 INFO  (zkCallback-8892-thread-1-processing-n:127.0.0.1:36049_yob) [n:127.0.0.1:36049_yob    ] 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> 1831946 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1831955 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema [collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 1832010 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob 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> 1832017 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob 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> 1832017 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob 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@57358427
   [junit4]   2> 1832017 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1832017 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob 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/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/shard-1-001/cores/collection1_shard2_replica_n41], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 1832020 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=36.111328125, floorSegmentMB=1.125, forceMergeDeletesPctAllowed=21.8261258191252, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10966280327194378
   [junit4]   2> 1832039 WARN  (qtp89799475-28728) [n:127.0.0.1:36049_yob 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> 1832090 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1832090 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob 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> 1832091 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1832091 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1832092 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1832092 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.SolrIndexSearcher Opening [Searcher@292fbe0f[collection1_shard2_replica_n41] main]
   [junit4]   2> 1832092 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1832093 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob 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> 1832093 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1832093 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob 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 1587853211143766016
   [junit4]   2> 1832094 INFO  (searcherExecutor-6806-thread-1-processing-n:127.0.0.1:36049_yob x:collection1_shard2_replica_n41 s:shard2 c:collection1) [n:127.0.0.1:36049_yob c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [collection1_shard2_replica_n41] Registered new searcher Searcher@292fbe0f[collection1_shard2_replica_n41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1832095 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1832095 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob 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> 1832096 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36049/yob/collection1_shard2_replica_n41/
   [junit4]   2> 1832096 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1832096 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy http://127.0.0.1:36049/yob/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 1832096 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1832097 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36049/yob/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 1832198 INFO  (zkCallback-8892-thread-1-processing-n:127.0.0.1:36049_yob) [n:127.0.0.1:36049_yob    ] 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> 1832247 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1832256 INFO  (qtp89799475-28728) [n:127.0.0.1:36049_yob 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=1332
   [junit4]   2> 1832258 INFO  (qtp395406728-28680) [n:127.0.0.1:32769_yob    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:36049_yob&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1336
   [junit4]   2> 1832308 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/shard-2-001 of type NRT
   [junit4]   2> 1832308 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1832309 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4f097224{/yob,null,AVAILABLE}
   [junit4]   2> 1832309 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@23bd2db8{HTTP/1.1,[http/1.1]}{127.0.0.1:38173}
   [junit4]   2> 1832309 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.e.j.s.Server Started @1834909ms
   [junit4]   2> 1832309 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/yob, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/tempDir-001/jetty2, hostPort=38173, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/shard-2-001/cores, replicaType=NRT}
   [junit4]   2> 1832309 ERROR (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1832309 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1832309 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1832309 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1832309 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-26T13:27:05.907699Z
   [junit4]   2> 1832310 INFO  (zkConnectionManagerCallback-8897-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1832311 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1832311 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/shard-2-001/solr.xml
   [junit4]   2> 1832312 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1832312 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1832312 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@57358427, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1832314 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38359/solr
   [junit4]   2> 1832315 INFO  (zkConnectionManagerCallback-8901-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1832316 INFO  (zkConnectionManagerCallback-8903-thread-1-processing-n:127.0.0.1:38173_yob) [n:127.0.0.1:38173_yob    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1832317 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:38173_yob    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1832318 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:38173_yob    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1832319 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:38173_yob    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38173_yob
   [junit4]   2> 1832319 INFO  (zkCallback-8874-thread-2-processing-n:127.0.0.1:32769_yob) [n:127.0.0.1:32769_yob    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1832319 INFO  (zkCallback-8892-thread-1-processing-n:127.0.0.1:36049_yob) [n:127.0.0.1:36049_yob    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1832319 INFO  (zkCallback-8884-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1832319 INFO  (zkCallback-8902-thread-1-processing-n:127.0.0.1:38173_yob) [n:127.0.0.1:38173_yob    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1832366 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:38173_yob    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57358427
   [junit4]   2> 1832372 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:38173_yob    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57358427
   [junit4]   2> 1832373 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:38173_yob    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57358427
   [junit4]   2> 1832373 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:38173_yob    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/shard-2-001/cores
   [junit4]   2> 1832395 INFO  (qtp395406728-28676) [n:127.0.0.1:32769_yob    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:38173_yob&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1832396 INFO  (OverseerCollectionConfigSetProcessor-99240825392267268-127.0.0.1:32769_yob-n_0000000000) [n:127.0.0.1:32769_yob    ] 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> 1832396 INFO  (OverseerThreadFactory-6792-thread-4-processing-n:127.0.0.1:32769_yob) [n:127.0.0.1:32769_yob    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:38173_yob for creating new replica
   [junit4]   2> 1832397 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob    ] 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> 1832398 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1832500 INFO  (zkCallback-8892-thread-1-processing-n:127.0.0.1:36049_yob) [n:127.0.0.1:36049_yob    ] 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> 1832500 INFO  (zkCallback-8902-thread-1-processing-n:127.0.0.1:38173_yob) [n:127.0.0.1:38173_yob    ] 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> 1833412 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1833430 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema [collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 1833476 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob 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> 1833485 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob 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> 1833485 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob 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@57358427
   [junit4]   2> 1833485 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1833485 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob 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/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/shard-2-001/cores/collection1_shard1_replica_n43], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 1833488 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=36.111328125, floorSegmentMB=1.125, forceMergeDeletesPctAllowed=21.8261258191252, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10966280327194378
   [junit4]   2> 1833507 WARN  (qtp576262174-28760) [n:127.0.0.1:38173_yob 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> 1833544 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1833545 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob 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> 1833545 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1833545 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1833546 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1833547 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.SolrIndexSearcher Opening [Searcher@5362e1b5[collection1_shard1_replica_n43] main]
   [junit4]   2> 1833547 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1833548 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob 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> 1833548 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1833549 INFO  (searcherExecutor-6817-thread-1-processing-n:127.0.0.1:38173_yob x:collection1_shard1_replica_n43 s:shard1 c:collection1) [n:127.0.0.1:38173_yob c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [collection1_shard1_replica_n43] Registered new searcher Searcher@5362e1b5[collection1_shard1_replica_n43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1833549 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob 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 1587853212670492672
   [junit4]   2> 1833565 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1833565 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob 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> 1833565 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:38173/yob/collection1_shard1_replica_n43/
   [junit4]   2> 1833565 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1833565 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy http://127.0.0.1:38173/yob/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 1833565 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1833566 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:38173/yob/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 1833667 INFO  (zkCallback-8902-thread-1-processing-n:127.0.0.1:38173_yob) [n:127.0.0.1:38173_yob    ] 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> 1833667 INFO  (zkCallback-8892-thread-1-processing-n:127.0.0.1:36049_yob) [n:127.0.0.1:36049_yob    ] 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> 1833718 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1833719 INFO  (qtp576262174-28760) [n:127.0.0.1:38173_yob 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=1321
   [junit4]   2> 1833720 INFO  (qtp395406728-28676) [n:127.0.0.1:32769_yob    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:38173_yob&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1325
   [junit4]   2> 1833819 INFO  (zkCallback-8902-thread-1-processing-n:127.0.0.1:38173_yob) [n:127.0.0.1:38173_yob    ] 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> 1833820 INFO  (zkCallback-8892-thread-1-processing-n:127.0.0.1:36049_yob) [n:127.0.0.1:36049_yob    ] 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> 1833839 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/shard-3-001 of type NRT
   [junit4]   2> 1833839 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1833840 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@720d3dff{/yob,null,AVAILABLE}
   [junit4]   2> 1833840 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7e709736{HTTP/1.1,[http/1.1]}{127.0.0.1:45185}
   [junit4]   2> 1833840 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.e.j.s.Server Started @1836440ms
   [junit4]   2> 1833840 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/yob, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/tempDir-001/jetty3, hostPort=45185, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/shard-3-001/cores, replicaType=NRT}
   [junit4]   2> 1833840 ERROR (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1833841 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1833841 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1833841 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1833841 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-26T13:27:07.439179Z
   [junit4]   2> 1833842 INFO  (zkConnectionManagerCallback-8907-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1833842 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1833842 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/shard-3-001/solr.xml
   [junit4]   2> 1833844 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1833844 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1833845 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@57358427, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1833847 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38359/solr
   [junit4]   2> 1833854 INFO  (zkConnectionManagerCallback-8911-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1833855 INFO  (zkConnectionManagerCallback-8913-thread-1-processing-n:127.0.0.1:45185_yob) [n:127.0.0.1:45185_yob    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1833858 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:45185_yob    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1833859 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:45185_yob    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1833860 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:45185_yob    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45185_yob
   [junit4]   2> 1833861 INFO  (zkCallback-8902-thread-1-processing-n:127.0.0.1:38173_yob) [n:127.0.0.1:38173_yob    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1833861 INFO  (zkCallback-8874-thread-2-processing-n:127.0.0.1:32769_yob) [n:127.0.0.1:32769_yob    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1833862 INFO  (zkCallback-8892-thread-1-processing-n:127.0.0.1:36049_yob) [n:127.0.0.1:36049_yob    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1833862 INFO  (zkCallback-8884-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1833862 INFO  (zkCallback-8912-thread-1-processing-n:127.0.0.1:45185_yob) [n:127.0.0.1:45185_yob    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1833904 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:45185_yob    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57358427
   [junit4]   2> 1833913 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:45185_yob    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57358427
   [junit4]   2> 1833914 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:45185_yob    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57358427
   [junit4]   2> 1833915 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [n:127.0.0.1:45185_yob    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/shard-3-001/cores
   [junit4]   2> 1833954 INFO  (qtp395406728-28677) [n:127.0.0.1:32769_yob    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:45185_yob&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1833956 INFO  (OverseerCollectionConfigSetProcessor-99240825392267268-127.0.0.1:32769_yob-n_0000000000) [n:127.0.0.1:32769_yob    ] 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> 1833956 INFO  (OverseerThreadFactory-6792-thread-5-processing-n:127.0.0.1:32769_yob) [n:127.0.0.1:32769_yob    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:45185_yob for creating new replica
   [junit4]   2> 1833966 INFO  (qtp1761468677-28791) [n:127.0.0.1:45185_yob    ] 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> 1833966 INFO  (qtp1761468677-28791) [n:127.0.0.1:45185_yob    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1834068 INFO  (zkCallback-8892-thread-1-processing-n:127.0.0.1:36049_yob) [n:127.0.0.1:36049_yob    ] 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> 1834068 INFO  (zkCallback-8912-thread-1-processing-n:127.0.0.1:45185_yob) [n:127.0.0.1:45185_yob    ] 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> 1834068 INFO  (zkCallback-8902-thread-1-processing-n:127.0.0.1:38173_yob) [n:127.0.0.1:38173_yob    ] 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> 1834981 INFO  (qtp1761468677-28791) [n:127.0.0.1:45185_yob c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1834987 INFO  (qtp1761468677-28791) [n:127.0.0.1:45185_yob c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema [collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 1835050 INFO  (qtp1761468677-28791) [n:127.0.0.1:45185_yob 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> 1835060 INFO  (qtp1761468677-28791) [n:127.0.0.1:45185_yob 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> 1835060 INFO  (qtp1761468677-28791) [n:127.0.0.1:45185_yob 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@57358427
   [junit4]   2> 1835060 INFO  (qtp1761468677-28791) [n:127.0.0.1:45185_yob c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1835060 INFO  (qtp1761468677-28791) [n:127.0.0.1:45185_yob 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/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/shard-3-001/cores/collection1_shard2_replica_n45], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
   [junit4]   2> 1835064 INFO  (qtp1761468677-28791) [n:127.0.0.1:45185_yob c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=36.111328125, floorSegmentMB=1.125, forceMergeDeletesPctAllowed=21.8261258191252, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.10966280327194378
   [junit4]   2> 1835081 WARN  (qtp1761468677-28791) [n:127.0.0.1:45185_yob 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> 1835123 INFO  (qtp1761468677-28791) [n:127.0.0.1:45185_yob c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1835123 INFO  (qtp1761468677-28791) [n:127.0.0.1:45185_yob 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> 1835124 INFO  (qtp1761468677-28791) [n:127.0.0.1:45185_yob c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1835124 INFO  (qtp1761468677-28791) [n:127.0.0.1:45185_yob c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1835125 INFO  (qtp1761468677-28791) [n:127.0.0.1:45185_yob c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1835125 INFO  (qtp1761468677-28791) [n:127.0.0.1:45185_yob c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.SolrIndexSearcher Opening [Searcher@560310c6[collection1_shard2_replica_n45] main]
   [junit4]   2> 1835126 INFO  (qtp1761468677-28791) [n:127.0.0.1:45185_yob c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1835126 INFO  (qtp1761468677-28791) [n:127.0.0.1:45185_yob 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> 1835127 INFO  (qtp1761468677-28791) [n:127.0.0.1:45185_yob c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1835128 INFO  (searcherExecutor-6828-thread-1-processing-n:127.0.0.1:45185_yob x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:45185_yob c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore [collection1_shard2_replica_n45] Registered new searcher Searcher@560310c6[collection1_shard2_replica_n45] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1835128 INFO  (qtp1761468677-28791) [n:127.0.0.1:45185_yob 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 1587853214326194176
   [junit4]   2> 1835130 INFO  (qtp1761468677-28791) [n:127.0.0.1:45185_yob c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.ZkController Core needs to recover:collection1_shard2_replica_n45
   [junit4]   2> 1835130 INFO  (updateExecutor-8908-thread-1-processing-n:127.0.0.1:45185_yob x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:45185_yob c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1835130 INFO  (recoveryExecutor-8909-thread-1-processing-n:127.0.0.1:45185_yob x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45185_yob c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1835131 INFO  (recoveryExecutor-8909-thread-1-processing-n:127.0.0.1:45185_yob x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45185_yob c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1835131 INFO  (recoveryExecutor-8909-thread-1-processing-n:127.0.0.1:45185_yob x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45185_yob 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> 1835131 INFO  (qtp1761468677-28791) [n:127.0.0.1:45185_yob 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=1165
   [junit4]   2> 1835131 INFO  (recoveryExecutor-8909-thread-1-processing-n:127.0.0.1:45185_yob x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45185_yob 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> 1835131 INFO  (recoveryExecutor-8909-thread-1-processing-n:127.0.0.1:45185_yob x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45185_yob 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:36049/yob/collection1_shard2_replica_n41/] and I am [http://127.0.0.1:45185/yob/collection1_shard2_replica_n45/]
   [junit4]   2> 1835132 INFO  (qtp395406728-28677) [n:127.0.0.1:32769_yob    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:45185_yob&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1177
   [junit4]   2> 1835132 INFO  (recoveryExecutor-8909-thread-1-processing-n:127.0.0.1:45185_yob x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:45185_yob 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:36049/yob]; [WaitForState: action=PREPRECOVERY&core=collection1_shard2_replica_n41&nodeName=127.0.0.1:45185_yob&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1835133 INFO  (qtp89799475-28730) [n:127.0.0.1:36049_yob    ] 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> 1835133 INFO  (qtp89799475-28730) [n:127.0.0.1:36049_yob    ] 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:45185_yob, coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:45185/yob","node_name":"127.0.0.1:45185_yob","state":"down","type":"NRT"}
   [junit4]   2> 1835214 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/shard-4-001 of type NRT
   [junit4]   2> 1835215 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1835215 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@65e08aba{/yob,null,AVAILABLE}
   [junit4]   2> 1835215 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@59caf3b0{HTTP/1.1,[http/1.1]}{127.0.0.1:35755}
   [junit4]   2> 1835215 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.e.j.s.Server Started @1837815ms
   [junit4]   2> 1835215 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/yob, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/tempDir-001/jetty4, hostPort=35755, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/shard-4-001/cores, replicaType=NRT}
   [junit4]   2> 1835216 ERROR (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1835216 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1835216 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1835216 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1835216 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-26T13:27:08.814280Z
   [junit4]   2> 1835217 INFO  (zkConnectionManagerCallback-8918-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1835217 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1835217 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001/shard-4-001/solr.xml
   [junit4]   2> 1835218 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[361A6CC9EC0BA1E3]) [

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

coreCloseExecutor-7302-thread-1) [n:127.0.0.1:41719_yob c:collection1 s:shard1 r:core_node48 x:collection1_shard1_replica_t47] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_t47, tag=1854878716
   [junit4]   2> 2648207 INFO  (coreCloseExecutor-7302-thread-1) [n:127.0.0.1:41719_yob c:collection1 s:shard1 r:core_node48 x:collection1_shard1_replica_t47] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@288d66da: rootName = null, domain = solr.core.collection1.shard1.replica_t47, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_t47 / com.codahale.metrics.MetricRegistry@2a3f003c
   [junit4]   2> 2648211 INFO  (coreCloseExecutor-7302-thread-1) [n:127.0.0.1:41719_yob c:collection1 s:shard1 r:core_node48 x:collection1_shard1_replica_t47] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=1854878716
   [junit4]   2> 2648212 INFO  (TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.Overseer Overseer (id=99240874334486546-127.0.0.1:41719_yob-n_0000000004) closing
   [junit4]   2> 2648212 INFO  (OverseerStateUpdate-99240874334486546-127.0.0.1:41719_yob-n_0000000004) [n:127.0.0.1:41719_yob    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41719_yob
   [junit4]   2> 2648212 WARN  (OverseerAutoScalingTriggerThread-99240874334486546-127.0.0.1:41719_yob-n_0000000004) [n:127.0.0.1:41719_yob    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2648242 WARN  (zkCallback-9153-thread-2-processing-n:127.0.0.1:41719_yob) [n:127.0.0.1:41719_yob c:collection1 s:shard1_1 r:core_node54 x:collection1_shard1_1_replica0] o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 2648242 INFO  (zkCallback-9153-thread-2-processing-n:127.0.0.1:41719_yob) [n:127.0.0.1:41719_yob c:collection1 s:shard1_1 r:core_node54 x:collection1_shard1_1_replica0] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2648242 INFO  (zkCallback-9153-thread-2-processing-n:127.0.0.1:41719_yob) [n:127.0.0.1:41719_yob c:collection1 s:shard1_1 r:core_node54 x:collection1_shard1_1_replica0] o.a.s.c.SolrCore [collection1_shard1_1_replica0]  CLOSING SolrCore org.apache.solr.core.SolrCore@549954e0
   [junit4]   2> 2648242 INFO  (zkCallback-9153-thread-2-processing-n:127.0.0.1:41719_yob) [n:127.0.0.1:41719_yob c:collection1 s:shard1_1 r:core_node54 x:collection1_shard1_1_replica0] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1_1.replica0, tag=1419334880
   [junit4]   2> 2648242 INFO  (zkCallback-9153-thread-2-processing-n:127.0.0.1:41719_yob) [n:127.0.0.1:41719_yob c:collection1 s:shard1_1 r:core_node54 x:collection1_shard1_1_replica0] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@648628d1: rootName = null, domain = solr.core.collection1.shard1_1.replica0, service url = null, agent id = null] for registry solr.core.collection1.shard1_1.replica0 / com.codahale.metrics.MetricRegistry@1661ce22
   [junit4]   2> 2648248 INFO  (zkCallback-9153-thread-2-processing-n:127.0.0.1:41719_yob) [n:127.0.0.1:41719_yob c:collection1 s:shard1_1 r:core_node54 x:collection1_shard1_1_replica0] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1_1.leader, tag=1419334880
   [junit4]   2> 2648249 INFO  (TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[361A6CC9EC0BA1E3]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4dda5b50{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2648249 INFO  (TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[361A6CC9EC0BA1E3]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@73ece891{/yob,null,UNAVAILABLE}
   [junit4]   2> 2648252 INFO  (TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 34659
   [junit4]   2> 2648252 ERROR (TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[361A6CC9EC0BA1E3]) [    ] 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> 2648254 INFO  (TEST-ShardSplitTest.testSplitWithChaosMonkey-seed#[361A6CC9EC0BA1E3]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:32919 32919
   [junit4]   2> 2653449 INFO  (Thread-7713) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:32919 32919
   [junit4]   2> 2653450 WARN  (Thread-7713) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	7	/solr/collections/collection1/state.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> 	8	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99240874334486537-127.0.0.1:38107_yob-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/live_nodes
   [junit4]   2> 	8	/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/J0/temp/solr.cloud.ShardSplitTest_361A6CC9EC0BA1E3-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {rnd_b=PostingsFormat(name=Memory), a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=PostingsFormat(name=Memory)}, docValues:{rnd_b=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Direct), a_t=DocValuesFormat(name=Direct), a_i=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=333, maxMBSortInHeap=5.036235512269789, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@23a56dc8), locale=so-ET, timezone=Europe/Saratov
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 10-ea (64-bit)/cpus=8,threads=1,free=289375216,total=527433728
   [junit4]   2> NOTE: All tests run in this JVM: [TestMiniSolrCloudClusterSSL, TestHdfsCloudBackupRestore, TestSQLHandler, TestChildDocTransformer, SyncSliceTest, TestRequestForwarding, LeaderElectionContextKeyTest, ZkControllerTest, TestFileDictionaryLookup, TestInitParams, DistribCursorPagingTest, AnalyticsMergeStrategyTest, TestComplexPhraseLeadingWildcard, LeaderInitiatedRecoveryOnCommitTest, TestLeaderInitiatedRecoveryThread, ReplicationFactorTest, StatelessScriptUpdateProcessorFactoryTest, MetricsHandlerTest, OverseerCollectionConfigSetProcessorTest, TestIBSimilarityFactory, SolrGangliaReporterTest, AutoAddReplicasIntegrationTest, DistributedDebugComponentTest, CollectionStateFormat2Test, TestConfigSets, SolrCloudExampleTest, TestStressLiveNodes, TestCollectionAPIs, TestReversedWildcardFilterFactory, MetricUtilsTest, UUIDUpdateProcessorFallbackTest, TestManagedSchemaThreadSafety, SliceStateTest, TestFoldingMultitermQuery, DistributedQueryComponentOptimizationTest, TestEmbeddedSolrServerSchemaAPI, TestSchemaNameResource, TestLRUStatsCache, BitVectorTest, TermsComponentTest, TestCloudPivotFacet, HdfsRecoveryZkTest, TestMinMaxOnMultiValuedField, TestHdfsUpdateLog, TestRuleBasedAuthorizationPlugin, CdcrUpdateLogTest, LeaderElectionIntegrationTest, SolrShardReporterTest, HdfsDirectoryTest, TestCloudSearcherWarming, NodeLostTriggerTest, InfixSuggestersTest, TestNodeLostTrigger, NoCacheHeaderTest, HdfsDirectoryFactoryTest, CoreAdminRequestStatusTest, TestQueryUtils, DateMathParserTest, IndexSchemaRuntimeFieldTest, PrimitiveFieldTypeTest, SortSpecParsingTest, ForceLeaderTest, CurrencyFieldTypeTest, TestMergePolicyConfig, MinimalSchemaTest, TestImpersonationWithHadoopAuth, ComputePlanActionTest, SpatialHeatmapFacetsTest, TestJsonRequest, CollectionsAPISolrJTest, MultiTermTest, TestUtils, SoftAutoCommitTest, TriLevelCompositeIdRoutingTest, BadCopyFieldTest, TestCloudDeleteByQuery, TestSweetSpotSimilarityFactory, TestTriggerIntegration, TestSolrXml, TermVectorComponentTest, TestBadConfig, TestSolrConfigHandlerConcurrent, TestHalfAndHalfDocValues, DistributedQueryElevationComponentTest, PeerSyncTest, BlockCacheTest, SolrMetricManagerTest, TestSolrDeletionPolicy1, TestReplicationHandler, TestComponentsName, TestTrieFacet, TestHighlightDedupGrouping, TestDFRSimilarityFactory, MoveReplicaHDFSTest, DistributedQueueTest, NodeMutatorTest, HttpTriggerListenerTest, TestPolicyCloud, CoreSorterTest, TestFastOutputStream, ClassificationUpdateProcessorIntegrationTest, TestConfig, TestConfigSetsAPIZkFailure, BlockJoinFacetSimpleTest, TestNoOpRegenerator, DistributedMLTComponentTest, SmileWriterTest, TestUninvertingReader, TestSolrIndexConfig, TestRestManager, TestDynamicFieldCollectionResource, DocumentBuilderTest, TestFieldCacheSortRandom, TestSolrCLIRunExample, CleanupOldIndexTest, HttpSolrCallGetCoreTest, CdcrBootstrapTest, TestCloudManagedSchema, AnalysisAfterCoreReloadTest, TestDistribIDF, SolrInfoBeanTest, SimpleFacetsTest, TestLegacyTerms, TestPullReplica, JvmMetricsTest, EnumFieldTest, OverseerTaskQueueTest, RecoveryAfterSoftCommitTest, RestartWhileUpdatingTest, SSLMigrationTest, SaslZkACLProviderTest, ShardSplitTest]
   [junit4] Completed [710/765 (1!)] on J0 in 826.02s, 5 tests, 1 error <<< FAILURES!

[...truncated 40967 lines...]

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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21148/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseConcMarkSweepGC

5 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation:     1) Thread[id=24870, name=jetty-launcher-4892-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   1) Thread[id=24870, name=jetty-launcher-4892-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
	at __randomizedtesting.SeedInfo.seed([CBEBA6F3A44483A9]:0)


FAILED:  org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateWithDefaultConfigSet

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([CBEBA6F3A44483A9:854007B4FBFBF95A]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateWithDefaultConfigSet(CollectionsAPISolrJTest.java:70)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at 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)


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

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:39297/kwb/b

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:39297/kwb/b
	at __randomizedtesting.SeedInfo.seed([CBEBA6F3A44483A9:43BF99290AB8EE51]: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.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1666)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1680)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1604)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:64)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
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)
	... 49 more


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

Error Message:
Task 1 did not complete, final state: FAILED expected same:<COMPLETED> was not:<FAILED>

Stack Trace:
java.lang.AssertionError: Task 1 did not complete, final state: FAILED expected same:<COMPLETED> was not:<FAILED>
	at __randomizedtesting.SeedInfo.seed([CBEBA6F3A44483A9:43BF99290AB8EE51]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotSame(Assert.java:641)
	at org.junit.Assert.assertSame(Assert.java:580)
	at org.apache.solr.cloud.MultiThreadedOCPTest.testParallelCollectionAPICalls(MultiThreadedOCPTest.java:146)
	at org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:63)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:41627

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:41627
	at __randomizedtesting.SeedInfo.seed([CBEBA6F3A44483A9:43BF99290AB8EE51]: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:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	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:315)
	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 sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:940)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	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 11864 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPISolrJTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/init-core-data-001
   [junit4]   2> 292322 INFO  (SUITE-CollectionsAPISolrJTest-seed#[CBEBA6F3A44483A9]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 292323 INFO  (SUITE-CollectionsAPISolrJTest-seed#[CBEBA6F3A44483A9]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 292324 INFO  (SUITE-CollectionsAPISolrJTest-seed#[CBEBA6F3A44483A9]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 292324 INFO  (SUITE-CollectionsAPISolrJTest-seed#[CBEBA6F3A44483A9]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/tempDir-001
   [junit4]   2> 292324 INFO  (SUITE-CollectionsAPISolrJTest-seed#[CBEBA6F3A44483A9]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 292325 INFO  (Thread-1607) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 292325 INFO  (Thread-1607) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 292327 ERROR (Thread-1607) [    ] 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> 292425 INFO  (SUITE-CollectionsAPISolrJTest-seed#[CBEBA6F3A44483A9]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:37889
   [junit4]   2> 292427 INFO  (zkConnectionManagerCallback-480-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 292432 INFO  (jetty-launcher-477-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 292432 INFO  (jetty-launcher-477-thread-4) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 292433 INFO  (jetty-launcher-477-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 292433 INFO  (jetty-launcher-477-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 292434 INFO  (jetty-launcher-477-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@11e1a0f{/solr,null,AVAILABLE}
   [junit4]   2> 292438 INFO  (jetty-launcher-477-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@ca0e03{/solr,null,AVAILABLE}
   [junit4]   2> 292438 INFO  (jetty-launcher-477-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@da4e83{/solr,null,AVAILABLE}
   [junit4]   2> 292438 INFO  (jetty-launcher-477-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@baf687{/solr,null,AVAILABLE}
   [junit4]   2> 292442 INFO  (jetty-launcher-477-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@c0264f{HTTP/1.1,[http/1.1]}{127.0.0.1:44839}
   [junit4]   2> 292442 INFO  (jetty-launcher-477-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1d1752d{HTTP/1.1,[http/1.1]}{127.0.0.1:37083}
   [junit4]   2> 292442 INFO  (jetty-launcher-477-thread-1) [    ] o.e.j.s.Server Started @293862ms
   [junit4]   2> 292442 INFO  (jetty-launcher-477-thread-2) [    ] o.e.j.s.Server Started @293862ms
   [junit4]   2> 292442 INFO  (jetty-launcher-477-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@11f6bce{HTTP/1.1,[http/1.1]}{127.0.0.1:35467}
   [junit4]   2> 292442 INFO  (jetty-launcher-477-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37083}
   [junit4]   2> 292442 INFO  (jetty-launcher-477-thread-3) [    ] o.e.j.s.Server Started @293862ms
   [junit4]   2> 292442 INFO  (jetty-launcher-477-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44839}
   [junit4]   2> 292442 INFO  (jetty-launcher-477-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35467}
   [junit4]   2> 292443 ERROR (jetty-launcher-477-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 292443 ERROR (jetty-launcher-477-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 292443 INFO  (jetty-launcher-477-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 292443 INFO  (jetty-launcher-477-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5134b3{HTTP/1.1,[http/1.1]}{127.0.0.1:38867}
   [junit4]   2> 292443 INFO  (jetty-launcher-477-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 292443 INFO  (jetty-launcher-477-thread-4) [    ] o.e.j.s.Server Started @293863ms
   [junit4]   2> 292443 INFO  (jetty-launcher-477-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 292443 INFO  (jetty-launcher-477-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38867}
   [junit4]   2> 292443 INFO  (jetty-launcher-477-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 292443 ERROR (jetty-launcher-477-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 292443 INFO  (jetty-launcher-477-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 292443 INFO  (jetty-launcher-477-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 292443 INFO  (jetty-launcher-477-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 292443 INFO  (jetty-launcher-477-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 292443 INFO  (jetty-launcher-477-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-26T16:09:08.429Z
   [junit4]   2> 292443 INFO  (jetty-launcher-477-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 292443 INFO  (jetty-launcher-477-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-26T16:09:08.429Z
   [junit4]   2> 292443 INFO  (jetty-launcher-477-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-26T16:09:08.429Z
   [junit4]   2> 292443 ERROR (jetty-launcher-477-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 292443 INFO  (jetty-launcher-477-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 292443 INFO  (jetty-launcher-477-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 292443 INFO  (jetty-launcher-477-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 292443 INFO  (jetty-launcher-477-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-26T16:09:08.429Z
   [junit4]   2> 292449 INFO  (zkConnectionManagerCallback-484-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 292449 INFO  (zkConnectionManagerCallback-483-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 292449 INFO  (zkConnectionManagerCallback-486-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 292449 INFO  (zkConnectionManagerCallback-488-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 292449 INFO  (jetty-launcher-477-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 292449 INFO  (jetty-launcher-477-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 292449 INFO  (jetty-launcher-477-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 292450 INFO  (jetty-launcher-477-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 292468 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 0x1609395add70001, 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> 292469 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 0x1609395add70002, 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> 292470 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 0x1609395add70003, 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> 292470 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 0x1609395add70004, 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> 292474 INFO  (jetty-launcher-477-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37889/solr
   [junit4]   2> 292475 INFO  (jetty-launcher-477-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37889/solr
   [junit4]   2> 292475 INFO  (jetty-launcher-477-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37889/solr
   [junit4]   2> 292478 INFO  (jetty-launcher-477-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37889/solr
   [junit4]   2> 292479 INFO  (zkConnectionManagerCallback-494-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 292482 INFO  (zkConnectionManagerCallback-499-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 292482 INFO  (zkConnectionManagerCallback-501-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 292483 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 0x1609395add70007, 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> 292483 INFO  (zkConnectionManagerCallback-504-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 292484 INFO  (zkConnectionManagerCallback-506-thread-1-processing-n:127.0.0.1:44839_solr) [n:127.0.0.1:44839_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 292485 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 0x1609395add70008, 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> 292485 INFO  (zkConnectionManagerCallback-508-thread-1-processing-n:127.0.0.1:38867_solr) [n:127.0.0.1:38867_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 292487 INFO  (zkConnectionManagerCallback-512-thread-1-processing-n:127.0.0.1:37083_solr) [n:127.0.0.1:37083_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 292490 INFO  (zkConnectionManagerCallback-510-thread-1-processing-n:127.0.0.1:35467_solr) [n:127.0.0.1:35467_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 292517 INFO  (jetty-launcher-477-thread-2) [n:127.0.0.1:37083_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 292517 INFO  (jetty-launcher-477-thread-2) [n:127.0.0.1:37083_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37083_solr
   [junit4]   2> 292518 INFO  (jetty-launcher-477-thread-2) [n:127.0.0.1:37083_solr    ] o.a.s.c.Overseer Overseer (id=99241462878109707-127.0.0.1:37083_solr-n_0000000000) starting
   [junit4]   2> 292542 INFO  (jetty-launcher-477-thread-2) [n:127.0.0.1:37083_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37083_solr
   [junit4]   2> 292543 INFO  (OverseerStateUpdate-99241462878109707-127.0.0.1:37083_solr-n_0000000000) [n:127.0.0.1:37083_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 292595 INFO  (jetty-launcher-477-thread-3) [n:127.0.0.1:35467_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 292598 INFO  (jetty-launcher-477-thread-3) [n:127.0.0.1:35467_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 292601 INFO  (jetty-launcher-477-thread-1) [n:127.0.0.1:44839_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 292601 INFO  (jetty-launcher-477-thread-3) [n:127.0.0.1:35467_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35467_solr
   [junit4]   2> 292604 INFO  (jetty-launcher-477-thread-1) [n:127.0.0.1:44839_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 292608 INFO  (zkCallback-511-thread-1-processing-n:127.0.0.1:37083_solr) [n:127.0.0.1:37083_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 292610 INFO  (zkCallback-505-thread-1-processing-n:127.0.0.1:44839_solr) [n:127.0.0.1:44839_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 292614 INFO  (zkCallback-509-thread-1-processing-n:127.0.0.1:35467_solr) [n:127.0.0.1:35467_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 292617 INFO  (jetty-launcher-477-thread-1) [n:127.0.0.1:44839_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44839_solr
   [junit4]   2> 292617 INFO  (jetty-launcher-477-thread-4) [n:127.0.0.1:38867_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 292622 INFO  (zkCallback-511-thread-1-processing-n:127.0.0.1:37083_solr) [n:127.0.0.1:37083_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 292629 INFO  (zkCallback-509-thread-1-processing-n:127.0.0.1:35467_solr) [n:127.0.0.1:35467_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 292630 INFO  (zkCallback-505-thread-1-processing-n:127.0.0.1:44839_solr) [n:127.0.0.1:44839_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 292630 INFO  (zkCallback-507-thread-1-processing-n:127.0.0.1:38867_solr) [n:127.0.0.1:38867_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 292630 INFO  (jetty-launcher-477-thread-4) [n:127.0.0.1:38867_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 292632 INFO  (jetty-launcher-477-thread-4) [n:127.0.0.1:38867_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38867_solr
   [junit4]   2> 292633 INFO  (zkCallback-511-thread-1-processing-n:127.0.0.1:37083_solr) [n:127.0.0.1:37083_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 292633 INFO  (zkCallback-505-thread-1-processing-n:127.0.0.1:44839_solr) [n:127.0.0.1:44839_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 292633 INFO  (zkCallback-507-thread-1-processing-n:127.0.0.1:38867_solr) [n:127.0.0.1:38867_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 292644 INFO  (zkCallback-509-thread-1-processing-n:127.0.0.1:35467_solr) [n:127.0.0.1:35467_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 292781 INFO  (jetty-launcher-477-thread-4) [n:127.0.0.1:38867_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38867.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b868ec
   [junit4]   2> 292781 INFO  (jetty-launcher-477-thread-2) [n:127.0.0.1:37083_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37083.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b868ec
   [junit4]   2> 292783 INFO  (jetty-launcher-477-thread-3) [n:127.0.0.1:35467_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35467.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b868ec
   [junit4]   2> 292796 INFO  (jetty-launcher-477-thread-3) [n:127.0.0.1:35467_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35467.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b868ec
   [junit4]   2> 292796 INFO  (jetty-launcher-477-thread-3) [n:127.0.0.1:35467_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35467.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b868ec
   [junit4]   2> 292799 INFO  (jetty-launcher-477-thread-3) [n:127.0.0.1:35467_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/tempDir-001/node3/.
   [junit4]   2> 292799 INFO  (jetty-launcher-477-thread-2) [n:127.0.0.1:37083_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37083.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b868ec
   [junit4]   2> 292799 INFO  (jetty-launcher-477-thread-2) [n:127.0.0.1:37083_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37083.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b868ec
   [junit4]   2> 292801 INFO  (jetty-launcher-477-thread-2) [n:127.0.0.1:37083_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/tempDir-001/node2/.
   [junit4]   2> 292804 INFO  (jetty-launcher-477-thread-4) [n:127.0.0.1:38867_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38867.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b868ec
   [junit4]   2> 292804 INFO  (jetty-launcher-477-thread-4) [n:127.0.0.1:38867_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38867.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b868ec
   [junit4]   2> 292806 INFO  (jetty-launcher-477-thread-4) [n:127.0.0.1:38867_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/tempDir-001/node4/.
   [junit4]   2> 293004 INFO  (jetty-launcher-477-thread-1) [n:127.0.0.1:44839_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44839.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b868ec
   [junit4]   2> 293021 INFO  (jetty-launcher-477-thread-1) [n:127.0.0.1:44839_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44839.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b868ec
   [junit4]   2> 293021 INFO  (jetty-launcher-477-thread-1) [n:127.0.0.1:44839_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44839.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b868ec
   [junit4]   2> 293022 INFO  (jetty-launcher-477-thread-1) [n:127.0.0.1:44839_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/tempDir-001/node1/.
   [junit4]   2> 293067 INFO  (zkConnectionManagerCallback-522-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 293069 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 0x1609395add7000d, 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> 293071 INFO  (zkConnectionManagerCallback-526-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 293072 INFO  (SUITE-CollectionsAPISolrJTest-seed#[CBEBA6F3A44483A9]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 293073 INFO  (SUITE-CollectionsAPISolrJTest-seed#[CBEBA6F3A44483A9]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37889/solr ready
   [junit4]   2> 293092 INFO  (TEST-CollectionsAPISolrJTest.testOverseerStatus-seed#[CBEBA6F3A44483A9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testOverseerStatus
   [junit4]   2> 293096 INFO  (qtp10831219-3692) [n:127.0.0.1:38867_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 293104 INFO  (qtp10831219-3692) [n:127.0.0.1:38867_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 293106 INFO  (TEST-CollectionsAPISolrJTest.testOverseerStatus-seed#[CBEBA6F3A44483A9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testOverseerStatus
   [junit4]   2> 293121 INFO  (TEST-CollectionsAPISolrJTest.testCreateCollectionWithPropertyParam-seed#[CBEBA6F3A44483A9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateCollectionWithPropertyParam
   [junit4]   2> 293122 INFO  (qtp10831219-3694) [n:127.0.0.1:38867_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&property.ulogDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/testPropertyParamsForCreate-001/ulogDir-j&property.dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/testPropertyParamsForCreate-001/dataDir-yxx&collection.configName=conf&name=solrj_test_core_props&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 293124 INFO  (OverseerThreadFactory-1250-thread-2-processing-n:127.0.0.1:37083_solr) [n:127.0.0.1:37083_solr    ] o.a.s.c.CreateCollectionCmd Create collection solrj_test_core_props
   [junit4]   2> 293124 INFO  (OverseerCollectionConfigSetProcessor-99241462878109707-127.0.0.1:37083_solr-n_0000000000) [n:127.0.0.1:37083_solr    ] 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> 293230 INFO  (OverseerStateUpdate-99241462878109707-127.0.0.1:37083_solr-n_0000000000) [n:127.0.0.1:37083_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_test_core_props",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"solrj_test_core_props_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37083/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 293434 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&property.dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/testPropertyParamsForCreate-001/dataDir-yxx&collection.configName=conf&newCollection=true&collection=solrj_test_core_props&version=2&replicaType=NRT&property.ulogDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/testPropertyParamsForCreate-001/ulogDir-j&coreNodeName=core_node2&name=solrj_test_core_props_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 293434 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 293537 INFO  (zkCallback-511-thread-1-processing-n:127.0.0.1:37083_solr) [n:127.0.0.1:37083_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_test_core_props/state.json] for collection [solrj_test_core_props] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 293537 INFO  (zkCallback-511-thread-2-processing-n:127.0.0.1:37083_solr) [n:127.0.0.1:37083_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_test_core_props/state.json] for collection [solrj_test_core_props] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 294450 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 294459 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.s.IndexSchema [solrj_test_core_props_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 294462 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 294463 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'solrj_test_core_props_shard1_replica_n1' using configuration from collection solrj_test_core_props, trusted=true
   [junit4]   2> 294463 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37083.solr.core.solrj_test_core_props.shard1.replica_n1' (registry 'solr.core.solrj_test_core_props.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b868ec
   [junit4]   2> 294463 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 294464 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.SolrCore [[solrj_test_core_props_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/tempDir-001/node2/solrj_test_core_props_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/testPropertyParamsForCreate-001/dataDir-yxx/]
   [junit4]   2> 294518 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 294518 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 294520 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 294520 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 294522 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3f7433[solrj_test_core_props_shard1_replica_n1] main]
   [junit4]   2> 294523 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 294523 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 294524 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 294534 INFO  (searcherExecutor-1259-thread-1-processing-n:127.0.0.1:37083_solr x:solrj_test_core_props_shard1_replica_n1 s:shard1 c:solrj_test_core_props r:core_node2) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.SolrCore [solrj_test_core_props_shard1_replica_n1] Registered new searcher Searcher@3f7433[solrj_test_core_props_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 294534 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1587863408366059520
   [junit4]   2> 294537 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 294537 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 294537 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37083/solr/solrj_test_core_props_shard1_replica_n1/
   [junit4]   2> 294537 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 294537 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:37083/solr/solrj_test_core_props_shard1_replica_n1/ has no replicas
   [junit4]   2> 294538 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 294540 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37083/solr/solrj_test_core_props_shard1_replica_n1/ shard1
   [junit4]   2> 294641 INFO  (zkCallback-511-thread-1-processing-n:127.0.0.1:37083_solr) [n:127.0.0.1:37083_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_test_core_props/state.json] for collection [solrj_test_core_props] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 294641 INFO  (zkCallback-511-thread-2-processing-n:127.0.0.1:37083_solr) [n:127.0.0.1:37083_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_test_core_props/state.json] for collection [solrj_test_core_props] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 294690 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 294692 INFO  (qtp8791037-3698) [n:127.0.0.1:37083_solr c:solrj_test_core_props s:shard1 r:core_node2 x:solrj_test_core_props_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&property.dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/testPropertyParamsForCreate-001/dataDir-yxx&collection.configName=conf&newCollection=true&collection=solrj_test_core_props&version=2&replicaType=NRT&property.ulogDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/testPropertyParamsForCreate-001/ulogDir-j&coreNodeName=core_node2&name=solrj_test_core_props_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin} status=0 QTime=1258
   [junit4]   2> 294694 INFO  (qtp10831219-3694) [n:127.0.0.1:38867_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 294792 INFO  (zkCallback-511-thread-2-processing-n:127.0.0.1:37083_solr) [n:127.0.0.1:37083_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_test_core_props/state.json] for collection [solrj_test_core_props] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 294792 INFO  (zkCallback-511-thread-1-processing-n:127.0.0.1:37083_solr) [n:127.0.0.1:37083_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_test_core_props/state.json] for collection [solrj_test_core_props] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 295127 INFO  (OverseerCollectionConfigSetProcessor-99241462878109707-127.0.0.1:37083_solr-n_0000000000) [n:127.0.0.1:37083_solr    ] 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> 295697 INFO  (qtp10831219-3694) [n:127.0.0.1:38867_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&property.ulogDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/testPropertyParamsForCreate-001/ulogDir-j&property.dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/testPropertyParamsForCreate-001/dataDir-yxx&collection.configName=conf&name=solrj_test_core_props&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2574
   [junit4]   2> 295703 INFO  (qtp8791037-3705) [n:127.0.0.1:37083_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 295704 INFO  (TEST-CollectionsAPISolrJTest.testCreateCollectionWithPropertyParam-seed#[CBEBA6F3A44483A9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreateCollectionWithPropertyParam
   [junit4]   2> 295738 INFO  (TEST-CollectionsAPISolrJTest.testCreateAndDeleteShard-seed#[CBEBA6F3A44483A9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateAndDeleteShard
   [junit4]   2> 295739 INFO  (qtp10831219-3696) [n:127.0.0.1:38867_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=1&shards=shardA,shardB&replicationFactor=1&collection.configName=conf&maxShardsPerNode=3&name=solrj_implicit&router.name=implicit&nrtReplicas=1&action=CREATE&tlogReplicas=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 295743 INFO  (OverseerThreadFactory-1250-thread-3-processing-n:127.0.0.1:37083_solr) [n:127.0.0.1:37083_solr    ] o.a.s.c.CreateCollectionCmd Create collection solrj_implicit
   [junit4]   2> 295953 INFO  (OverseerStateUpdate-99241462878109707-127.0.0.1:37083_solr-n_0000000000) [n:127.0.0.1:37083_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_implicit",
   [junit4]   2>   "shard":"shardA",
   [junit4]   2>   "core":"solrj_implicit_shardA_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38867/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 295955 INFO  (OverseerStateUpdate-99241462878109707-127.0.0.1:37083_solr-n_0000000000) [n:127.0.0.1:37083_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_implicit",
   [junit4]   2>   "shard":"shardA",
   [junit4]   2>   "core":"solrj_implicit_shardA_replica_t2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37083/solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 295958 INFO  (OverseerStateUpdate-99241462878109707-127.0.0.1:37083_solr-n_0000000000) [n:127.0.0.1:37083_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_implicit",
   [junit4]   2>   "shard":"shardA",
   [junit4]   2>   "core":"solrj_implicit_shardA_replica_p4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44839/solr",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 295960 INFO  (OverseerStateUpdate-99241462878109707-127.0.0.1:37083_solr-n_0000000000) [n:127.0.0.1:37083_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_implicit",
   [junit4]   2>   "shard":"shardB",
   [junit4]   2>   "core":"solrj_implicit_shardB_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35467/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 295963 INFO  (OverseerStateUpdate-99241462878109707-127.0.0.1:37083_solr-n_0000000000) [n:127.0.0.1:37083_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_implicit",
   [junit4]   2>   "shard":"shardB",
   [junit4]   2>   "core":"solrj_implicit_shardB_replica_t8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38867/solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 295966 INFO  (OverseerStateUpdate-99241462878109707-127.0.0.1:37083_solr-n_0000000000) [n:127.0.0.1:37083_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"solrj_implicit",
   [junit4]   2>   "shard":"shardB",
   [junit4]   2>   "core":"solrj_implicit_shardB_replica_p10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37083/solr",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 296168 INFO  (qtp10831219-3692) [n:127.0.0.1:38867_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=solrj_implicit_shardA_replica_n1&action=CREATE&numShards=2&collection=solrj_implicit&shard=shardA&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 296169 INFO  (qtp10831219-3692) [n:127.0.0.1:38867_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 296172 INFO  (qtp8791037-3703) [n:127.0.0.1:37083_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=solrj_implicit_shardA_replica_t2&action=CREATE&numShards=2&collection=solrj_implicit&shard=shardA&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 296173 INFO  (qtp14335670-3671) [n:127.0.0.1:44839_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=solrj_implicit_shardA_replica_p4&action=CREATE&numShards=2&collection=solrj_implicit&shard=shardA&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 296173 INFO  (qtp14335670-3671) [n:127.0.0.1:44839_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 296174 INFO  (qtp10831219-3685) [n:127.0.0.1:38867_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf&newCollection=true&name=solrj_implicit_shardB_replica_t8&action=CREATE&numShards=2&collection=solrj_implicit&shard=shardB&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 296174 INFO  (qtp8791037-3688) [n:127.0.0.1:37083_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf&newCollection=true&name=solrj_implicit_shardB_replica_p10&action=CREATE&numShards=2&collection=solrj_implicit&shard=shardB&wt=javabin&version=2&replicaType=PULL
   [junit4]   2> 296178 INFO  (qtp20299406-3699) [n:127.0.0.1:35467_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf&newCollection=true&name=solrj_implicit_shardB_replica_n6&action=CREATE&numShards=2&collection=solrj_implicit&shard=shardB&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 296179 INFO  (qtp20299406-3699) [n:127.0.0.1:35467_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 296288 INFO  (zkCallback-511-thread-2-processing-n:127.0.0.1:37083_solr) [n:127.0.0.1:37083_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 296288 INFO  (zkCallback-507-thread-1-processing-n:127.0.0.1:38867_solr) [n:127.0.0.1:38867_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 296289 INFO  (zkCallback-511-thread-3-processing-n:127.0.0.1:37083_solr) [n:127.0.0.1:37083_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 296289 INFO  (zkCallback-511-thread-1-processing-n:127.0.0.1:37083_solr) [n:127.0.0.1:37083_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 296289 INFO  (zkCallback-509-thread-2-processing-n:127.0.0.1:35467_solr) [n:127.0.0.1:35467_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 296289 INFO  (zkCallback-509-thread-1-processing-n:127.0.0.1:35467_solr) [n:127.0.0.1:35467_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 296289 INFO  (zkCallback-505-thread-1-processing-n:127.0.0.1:44839_solr) [n:127.0.0.1:44839_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 296290 INFO  (zkCallback-505-thread-2-processing-n:127.0.0.1:44839_solr) [n:127.0.0.1:44839_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 296294 INFO  (zkCallback-507-thread-2-processing-n:127.0.0.1:38867_solr) [n:127.0.0.1:38867_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/solrj_implicit/state.json] for collection [solrj_implicit] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 297195 INFO  (qtp10831219-3685) [n:127.0.0.1:38867_solr c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 297196 INFO  (qtp8791037-3703) [n:127.0.0.1:37083_solr c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 297196 INFO  (qtp10831219-3692) [n:127.0.0.1:38867_solr c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 297215 INFO  (qtp8791037-3688) [n:127.0.0.1:37083_solr c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 297230 INFO  (qtp14335670-3671) [n:127.0.0.1:44839_solr c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 297232 INFO  (qtp20299406-3699) [n:127.0.0.1:35467_solr c:solrj_implicit s:shardB r:core_node9 x:solrj_implicit_shardB_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 297233 INFO  (qtp10831219-3692) [n:127.0.0.1:38867_solr c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] o.a.s.s.IndexSchema [solrj_implicit_shardA_replica_n1] Schema name=minimal
   [junit4]   2> 297247 INFO  (qtp10831219-3685) [n:127.0.0.1:38867_solr c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] o.a.s.s.IndexSchema [solrj_implicit_shardB_replica_t8] Schema name=minimal
   [junit4]   2> 297248 INFO  (qtp10831219-3692) [n:127.0.0.1:38867_solr c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 297248 INFO  (qtp10831219-3692) [n:127.0.0.1:38867_solr c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'solrj_implicit_shardA_replica_n1' using configuration from collection solrj_implicit, trusted=true
   [junit4]   2> 297250 INFO  (qtp10831219-3692) [n:127.0.0.1:38867_solr c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38867.solr.core.solrj_implicit.shardA.replica_n1' (registry 'solr.core.solrj_implicit.shardA.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b868ec
   [junit4]   2> 297250 INFO  (qtp10831219-3692) [n:127.0.0.1:38867_solr c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 297250 INFO  (qtp10831219-3692) [n:127.0.0.1:38867_solr c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] o.a.s.c.SolrCore [[solrj_implicit_shardA_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/tempDir-001/node4/solrj_implicit_shardA_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/tempDir-001/node4/./solrj_implicit_shardA_replica_n1/data/]
   [junit4]   2> 297251 INFO  (qtp8791037-3688) [n:127.0.0.1:37083_solr c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] o.a.s.s.IndexSchema [solrj_implicit_shardB_replica_p10] Schema name=minimal
   [junit4]   2> 297252 INFO  (qtp8791037-3703) [n:127.0.0.1:37083_solr c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] o.a.s.s.IndexSchema [solrj_implicit_shardA_replica_t2] Schema name=minimal
   [junit4]   2> 297253 INFO  (qtp10831219-3685) [n:127.0.0.1:38867_solr c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 297253 INFO  (qtp10831219-3685) [n:127.0.0.1:38867_solr c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] o.a.s.c.CoreContainer Creating SolrCore 'solrj_implicit_shardB_replica_t8' using configuration from collection solrj_implicit, trusted=true
   [junit4]   2> 297254 INFO  (qtp10831219-3685) [n:127.0.0.1:38867_solr c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38867.solr.core.solrj_implicit.shardB.replica_t8' (registry 'solr.core.solrj_implicit.shardB.replica_t8') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b868ec
   [junit4]   2> 297254 INFO  (qtp10831219-3685) [n:127.0.0.1:38867_solr c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 297254 INFO  (qtp10831219-3685) [n:127.0.0.1:38867_solr c:solrj_implicit s:shardB r:core_node11 x:solrj_implicit_shardB_replica_t8] o.a.s.c.SolrCore [[solrj_implicit_shardB_replica_t8] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/tempDir-001/node4/solrj_implicit_shardB_replica_t8], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/tempDir-001/node4/./solrj_implicit_shardB_replica_t8/data/]
   [junit4]   2> 297256 INFO  (qtp14335670-3671) [n:127.0.0.1:44839_solr c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] o.a.s.s.IndexSchema [solrj_implicit_shardA_replica_p4] Schema name=minimal
   [junit4]   2> 297258 INFO  (qtp8791037-3688) [n:127.0.0.1:37083_solr c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 297258 INFO  (qtp8791037-3688) [n:127.0.0.1:37083_solr c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] o.a.s.c.CoreContainer Creating SolrCore 'solrj_implicit_shardB_replica_p10' using configuration from collection solrj_implicit, trusted=true
   [junit4]   2> 297259 INFO  (qtp8791037-3688) [n:127.0.0.1:37083_solr c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37083.solr.core.solrj_implicit.shardB.replica_p10' (registry 'solr.core.solrj_implicit.shardB.replica_p10') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b868ec
   [junit4]   2> 297259 INFO  (qtp8791037-3703) [n:127.0.0.1:37083_solr c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 297259 INFO  (qtp8791037-3688) [n:127.0.0.1:37083_solr c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 297259 INFO  (qtp8791037-3703) [n:127.0.0.1:37083_solr c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] o.a.s.c.CoreContainer Creating SolrCore 'solrj_implicit_shardA_replica_t2' using configuration from collection solrj_implicit, trusted=true
   [junit4]   2> 297259 INFO  (qtp8791037-3688) [n:127.0.0.1:37083_solr c:solrj_implicit s:shardB r:core_node12 x:solrj_implicit_shardB_replica_p10] o.a.s.c.SolrCore [[solrj_implicit_shardB_replica_p10] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/tempDir-001/node2/solrj_implicit_shardB_replica_p10], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/tempDir-001/node2/./solrj_implicit_shardB_replica_p10/data/]
   [junit4]   2> 297260 INFO  (qtp20299406-3699) [n:127.0.0.1:35467_solr c:solrj_implicit s:shardB r:core_node9 x:solrj_implicit_shardB_replica_n6] o.a.s.s.IndexSchema [solrj_implicit_shardB_replica_n6] Schema name=minimal
   [junit4]   2> 297260 INFO  (qtp8791037-3703) [n:127.0.0.1:37083_solr c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37083.solr.core.solrj_implicit.shardA.replica_t2' (registry 'solr.core.solrj_implicit.shardA.replica_t2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b868ec
   [junit4]   2> 297261 INFO  (qtp8791037-3703) [n:127.0.0.1:37083_solr c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 297261 INFO  (qtp8791037-3703) [n:127.0.0.1:37083_solr c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] o.a.s.c.SolrCore [[solrj_implicit_shardA_replica_t2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/tempDir-001/node2/solrj_implicit_shardA_replica_t2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/tempDir-001/node2/./solrj_implicit_shardA_replica_t2/data/]
   [junit4]   2> 297264 INFO  (qtp14335670-3671) [n:127.0.0.1:44839_solr c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 297264 INFO  (qtp14335670-3671) [n:127.0.0.1:44839_solr c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] o.a.s.c.CoreContainer Creating SolrCore 'solrj_implicit_shardA_replica_p4' using configuration from collection solrj_implicit, trusted=true
   [junit4]   2> 297266 INFO  (qtp14335670-3671) [n:127.0.0.1:44839_solr c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44839.solr.core.solrj_implicit.shardA.replica_p4' (registry 'solr.core.solrj_implicit.shardA.replica_p4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b868ec
   [junit4]   2> 297266 INFO  (qtp14335670-3671) [n:127.0.0.1:44839_solr c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 297266 INFO  (qtp14335670-3671) [n:127.0.0.1:44839_solr c:solrj_implicit s:shardA r:core_node7 x:solrj_implicit_shardA_replica_p4] o.a.s.c.SolrCore [[solrj_implicit_shardA_replica_p4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/tempDir-001/node1/solrj_implicit_shardA_replica_p4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/tempDir-001/node1/./solrj_implicit_shardA_replica_p4/data/]
   [junit4]   2> 297267 INFO  (qtp20299406-3699) [n:127.0.0.1:35467_solr c:solrj_implicit s:shardB r:core_node9 x:solrj_implicit_shardB_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 297267 INFO  (qtp20299406-3699) [n:127.0.0.1:35467_solr c:solrj_implicit s:shardB r:core_node9 x:solrj_implicit_shardB_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'solrj_implicit_shardB_replica_n6' using configuration from collection solrj_implicit, trusted=true
   [junit4]   2> 297268 INFO  (qtp20299406-3699) [n:127.0.0.1:35467_solr c:solrj_implicit s:shardB r:core_node9 x:solrj_implicit_shardB_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35467.solr.core.solrj_implicit.shardB.replica_n6' (registry 'solr.core.solrj_implicit.shardB.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b868ec
   [junit4]   2> 297268 INFO  (qtp20299406-3699) [n:127.0.0.1:35467_solr c:solrj_implicit s:shardB r:core_node9 x:solrj_implicit_shardB_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 297268 INFO  (qtp20299406-3699) [n:127.0.0.1:35467_solr c:solrj_implicit s:shardB r:core_node9 x:solrj_implicit_shardB_replica_n6] o.a.s.c.SolrCore [[solrj_implicit_shardB_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/tempDir-001/node3/solrj_implicit_shardB_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionsAPISolrJTest_CBEBA6F3A44483A9-001/tempDir-001/node3/./solrj_implicit_shardB_replica_n6/data/]
   [junit4]   2> 297358 INFO  (qtp10831219-3692) [n:127.0.0.1:38867_solr c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 297358 INFO  (qtp8791037-3703) [n:127.0.0.1:37083_solr c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 297358 INFO  (qtp10831219-3692) [n:127.0.0.1:38867_solr c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 297358 INFO  (qtp8791037-3703) [n:127.0.0.1:37083_solr c:solrj_implicit s:shardA r:core_node5 x:solrj_implicit_shardA_replica_t2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 297359 INFO  (qtp10831219-3692) [n:127.0.0.1:38867_solr c:solrj_implicit s:shardA r:core_node3 x:solrj_implicit_shardA_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 297360 INFO  (qtp10831219-3692) [n:127.0.0.1:38867_solr c:solrj

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

79)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2> 	at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> Dec 26, 2017 4:59:16 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1a709b), locale=de, timezone=Asia/Pyongyang
   [junit4]   2> NOTE: Linux 4.10.0-40-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=42255888,total=386605056
   [junit4]   2> NOTE: All tests run in this JVM: [DocValuesMultiTest, DistributedTermsComponentTest, SearchHandlerTest, TestRebalanceLeaders, BasicAuthIntegrationTest, RulesTest, TestOmitPositions, AddBlockUpdateTest, TestRequestStatusCollectionAPI, SolrGraphiteReporterTest, TestAuthorizationFramework, TestOverriddenPrefixQueryForCustomFieldType, ChaosMonkeySafeLeaderWithPullReplicasTest, TestSystemCollAutoCreate, CachingDirectoryFactoryTest, HdfsLockFactoryTest, TriggerIntegrationTest, HealthCheckHandlerTest, TestFilteredDocIdSet, TestStandardQParsers, TestExactSharedStatsCache, TestConfigSetImmutable, CoreMergeIndexesAdminHandlerTest, TestFreeTextSuggestions, RestartWhileUpdatingTest, DistributedSuggestComponentTest, TestNumericTerms32, SpatialRPTFieldTypeTest, TestFastWriter, SimpleCollectionCreateDeleteTest, AnalyticsQueryTest, SolrIndexSplitterTest, MetricsConfigTest, SolrSlf4jReporterTest, TestSolr4Spatial, TestOnReconnectListenerSupport, CdcrVersionReplicationTest, TestPushWriter, TestLazyCores, TestJettySolrRunner, ZkSolrClientTest, DistributedVersionInfoTest, BigEndianAscendingWordDeserializerTest, RegexBoostProcessorTest, TestMultiValuedNumericRangeQuery, TestDynamicFieldResource, LeaderInitiatedRecoveryOnShardRestartTest, QueryResultKeyTest, TestPointFields, HdfsRestartWhileUpdatingTest, SaslZkACLProviderTest, ShardRoutingCustomTest, ConvertedLegacyTest, TestSQLHandlerNonCloud, DeleteLastCustomShardedReplicaTest, BlockJoinFacetDistribTest, TestCloudPseudoReturnFields, WrapperMergePolicyFactoryTest, NotRequiredUniqueKeyTest, TimeRoutedAliasUpdateProcessorTest, TestPseudoReturnFields, TestQueryWrapperFilter, NumericFieldsTest, DistributedFacetPivotLongTailTest, TestAnalyzeInfixSuggestions, SolrIndexConfigTest, TestXIncludeConfig, TestRetrieveFieldsOptimizer, CloudMLTQParserTest, TestUseDocValuesAsStored, PathHierarchyTokenizerFactoryTest, LeaderFailoverAfterPartitionTest, SynonymTokenizerTest, AssignTest, TestReqParamsAPI, TestConfigSetsAPI, TestTestInjection, DataDrivenBlockJoinTest, CloudExitableDirectoryReaderTest, RegexBytesRefFilterTest, ManagedSchemaRoundRobinCloudTest, TestCoreBackup, TestSimpleTrackingShardHandler, SolrMetricReporterTest, TestCloudInspectUtil, TestSimpleTextCodec, TestOrdValues, TestPerFieldSimilarity, TestEmbeddedSolrServerAdminHandler, TestShortCircuitedRequests, ConcurrentDeleteAndCreateCollectionTest, TestInPlaceUpdatesDistrib, TestXmlQParser, TestLeaderElectionWithEmptyReplica, LukeRequestHandlerTest, TestAddFieldRealTimeGet, TestClusterProperties, DebugComponentTest, ClusterStateUpdateTest, TestLargeCluster, SuggestComponentContextFilterQueryTest, TestManagedSynonymFilterFactory, StatsReloadRaceTest, HLLUtilTest, SampleTest, TestObjectReleaseTracker, TestJmxIntegration, TestDFISimilarityFactory, SOLR749Test, TestCloudSchemaless, TestWriterPerf, TestSubQueryTransformer, AutoscalingHistoryHandlerTest, MoreLikeThisHandlerTest, OverseerModifyCollectionTest, ResponseHeaderTest, TestSolrCloudWithHadoopAuthPlugin, PolyFieldTest, StressHdfsTest, TestDocBasedVersionConstraints, TestAtomicUpdateErrorCases, TestPullReplicaErrorHandling, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, LeaderElectionTest, TestRandomDVFaceting, ZkCLITest, TestDistributedGrouping, TestFaceting, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressReorder, TestJoin, TestReload, TestStressVersions, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, StatsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest, BadIndexSchemaTest, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, SoftAutoCommitTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestWordDelimiterFilterFactory, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, DistanceFunctionTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, DocumentAnalysisRequestHandlerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, TermVectorComponentTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, SolrPluginUtilsTest, IndexSchemaTest, TestCollationField, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, TestAnalyzedSuggestions, BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, PingRequestHandlerTest, CSVRequestHandlerTest, SearchHandlerTest, HighlighterConfigTest, TestQuerySenderListener, UpdateParamsTest, TestQuerySenderNoQuery, CopyFieldTest, BadComponentTest, TestStressRecovery, TestMergePolicyConfig, TestSolrDeletionPolicy2, TestDocSet, TestBinaryField, MinimalSchemaTest, TestElisionMultitermQuery, OutputWriterTest, ExternalFileFieldSortTest, TestPostingsSolrHighlighter, DirectSolrConnectionTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCharFilters, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestBM25SimilarityFactory, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, AsyncCallRequestStatusResponseTest, CollectionReloadTest, CollectionTooManyReplicasTest, DistribJoinFromCollectionTest, ForceLeaderTest, MoveReplicaTest, RemoteQueryErrorTest, SSLMigrationTest, SolrCloudExampleTest, TestCloudSearcherWarming, TestConfigSetsAPIZkFailure, TestCryptoKeys, TestDownShardTolerantSearch, TestLocalFSCloudBackupRestore, TestRandomRequestDistribution, TestRequestForwarding, TestSegmentSorting, TestSolrCloudWithSecureImpersonation]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCloudWithSecureImpersonation -Dtests.seed=CBEBA6F3A44483A9 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=de -Dtests.timezone=Asia/Pyongyang -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestSolrCloudWithSecureImpersonation (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   [junit4]    >    1) Thread[id=24870, name=jetty-launcher-4892-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]    >         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]    >         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]    >         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]    >         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CBEBA6F3A44483A9]:0)
   [junit4] Completed [564/765 (5!)] on J1 in 37.25s, 12 tests, 1 error <<< FAILURES!

[...truncated 44532 lines...]