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

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

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

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:39997/jx
	at __randomizedtesting.SeedInfo.seed([9D385969D988EB2:8187BA4C3364E34A]: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:1096)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:200)
	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 org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 43 more


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

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:36403/fz/j

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:36403/fz/j
	at __randomizedtesting.SeedInfo.seed([9D385969D988EB2:8187BA4C3364E34A]: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:1096)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:200)
	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 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 12050 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestRandomRequestDistribution
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_9D385969D988EB2-001/init-core-data-001
   [junit4]   2> 190501 INFO  (SUITE-TestRandomRequestDistribution-seed#[9D385969D988EB2]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 190502 INFO  (SUITE-TestRandomRequestDistribution-seed#[9D385969D988EB2]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 190502 INFO  (SUITE-TestRandomRequestDistribution-seed#[9D385969D988EB2]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 190502 INFO  (SUITE-TestRandomRequestDistribution-seed#[9D385969D988EB2]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /fz/j
   [junit4]   2> 190504 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 190504 INFO  (Thread-672) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 190504 INFO  (Thread-672) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 190506 ERROR (Thread-672) [    ] 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> 190604 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.ZkTestServer start zk server on port:43859
   [junit4]   2> 190617 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 190618 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 190620 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 190621 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 190622 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 190624 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 190625 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 190626 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 190627 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 190629 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 190630 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 190631 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 190718 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 190721 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@aa8c5c{/fz/j,null,AVAILABLE}
   [junit4]   2> 190723 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5e9e16{HTTP/1.1,[http/1.1]}{127.0.0.1:36403}
   [junit4]   2> 190723 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.e.j.s.Server Started @191621ms
   [junit4]   2> 190723 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_9D385969D988EB2-001/tempDir-001/control/data, replicaType=NRT, hostContext=/fz/j, hostPort=36403, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_9D385969D988EB2-001/control-001/cores}
   [junit4]   2> 190724 ERROR (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 190724 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 190724 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 190724 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 190724 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-04T05:21:37.303Z
   [junit4]   2> 190731 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 190732 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_9D385969D988EB2-001/control-001/solr.xml
   [junit4]   2> 190741 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 190741 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 190743 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1533dd8, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 190748 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43859/solr
   [junit4]   2> 190819 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 190820 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36403_fz%2Fj
   [junit4]   2> 190820 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.c.Overseer Overseer (id=98944476583297028-127.0.0.1:36403_fz%2Fj-n_0000000000) starting
   [junit4]   2> 190825 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36403_fz%2Fj
   [junit4]   2> 190826 INFO  (OverseerStateUpdate-98944476583297028-127.0.0.1:36403_fz%2Fj-n_0000000000) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 191002 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1533dd8
   [junit4]   2> 191002 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1533dd8
   [junit4]   2> 191002 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1533dd8
   [junit4]   2> 191004 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_9D385969D988EB2-001/control-001/cores
   [junit4]   2> 191027 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 191028 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43859/solr ready
   [junit4]   2> 191030 INFO  (qtp4872540-2431) [n:127.0.0.1:36403_fz%2Fj    ] 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:36403_fz%252Fj&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 191032 INFO  (OverseerThreadFactory-1013-thread-1-processing-n:127.0.0.1:36403_fz%2Fj) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 191138 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj    ] 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> 191139 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 191242 INFO  (zkCallback-462-thread-1-processing-n:127.0.0.1:36403_fz%2Fj) [n:127.0.0.1:36403_fz%2Fj    ] 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> 192199 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 192247 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj 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> 192424 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 192459 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj 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> 192460 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj 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@1533dd8
   [junit4]   2> 192460 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 192460 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_9D385969D988EB2-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_9D385969D988EB2-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 192465 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=17, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4291818224779075]
   [junit4]   2> 192469 WARN  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj 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> 192522 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj 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> 192522 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj 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> 192524 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 192525 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 192527 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 192527 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ba2a4[control_collection_shard1_replica_n1] main]
   [junit4]   2> 192529 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 192529 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj 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> 192530 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 192532 INFO  (searcherExecutor-1016-thread-1-processing-n:127.0.0.1:36403_fz%2Fj x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:36403_fz%2Fj 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@3ba2a4[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 192533 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj 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 1583111627459264512
   [junit4]   2> 192537 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 192537 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj 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> 192537 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36403/fz/j/control_collection_shard1_replica_n1/
   [junit4]   2> 192537 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj 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> 192537 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:36403/fz/j/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 192537 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj 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> 192540 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj 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:36403/fz/j/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 251095 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 36403
   [junit4]   2> 251097 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=31263590
   [junit4]   2> 251097 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 251098 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@512828: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@721d93
   [junit4]   2> 251109 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 251109 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@107f6e5: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@804910
   [junit4]   2> 251120 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 251120 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@a2a95e: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@124e8e8
   [junit4]   2> 251121 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:36403_fz%2Fj
   [junit4]   2> 251122 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 251123 INFO  (zkCallback-462-thread-1-processing-n:127.0.0.1:36403_fz%2Fj) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 251123 INFO  (coreCloseExecutor-1021-thread-1) [n:127.0.0.1:36403_fz%2Fj c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@e4c924
   [junit4]   2> 251123 INFO  (coreCloseExecutor-1021-thread-1) [n:127.0.0.1:36403_fz%2Fj c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.control_collection.shard1.replica_n1, tag=14993700
   [junit4]   2> 251123 INFO  (coreCloseExecutor-1021-thread-1) [n:127.0.0.1:36403_fz%2Fj c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4a4d0e: rootName = null, domain = solr.core.control_collection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.control_collection.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@d0cc75
   [junit4]   2> 251141 INFO  (coreCloseExecutor-1021-thread-1) [n:127.0.0.1:36403_fz%2Fj c:control_collection s:shard1 r:core_node2 x:control_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.control_collection.shard1.leader, tag=14993700
   [junit4]   2> 261851 INFO  (ScheduledTrigger-1011-thread-3) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 261896 INFO  (AutoscalingActionExecutor-1012-thread-1-processing-n:127.0.0.1:36403_fz%2Fj) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.c.a.ExecutePlanAction No operations to execute for event: {
   [junit4]   2>   "id":"14f3ca81ae3be180Tb5j5cfpj54nv0c8rnkoie6izb",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":1509772958422000000,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1509772958422000000],
   [junit4]   2>     "_enqueue_time_":1509772968426000000,
   [junit4]   2>     "nodeNames":["127.0.0.1:36403_fz%2Fj"]}}
   [junit4]   2> 371034 ERROR (qtp4872540-2431) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: create the collection time out:180s
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:312)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:222)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 371034 INFO  (qtp4872540-2431) [n:127.0.0.1:36403_fz%2Fj    ] 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:36403_fz%252Fj&wt=javabin&version=2} status=500 QTime=180004
   [junit4]   2> 371035 ERROR (qtp4872540-2431) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: create the collection time out:180s
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:312)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:222)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 791236 ERROR (OverseerThreadFactory-1013-thread-1-processing-n:127.0.0.1:36403_fz%2Fj) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:36403/fz/j
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:36403/fz/j
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]   2> 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]   2> 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]   2> 	at java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]   2> 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:118)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]   2> 	... 12 more
   [junit4]   2> 791238 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.Overseer Overseer (id=98944476583297028-127.0.0.1:36403_fz%2Fj-n_0000000000) closing
   [junit4]   2> 791239 ERROR (OverseerThreadFactory-1013-thread-1-processing-n:127.0.0.1:36403_fz%2Fj) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.c.OverseerCollectionMessageHandler Cleaning up collection [control_collection].
   [junit4]   2> 791239 INFO  (OverseerStateUpdate-98944476583297028-127.0.0.1:36403_fz%2Fj-n_0000000000) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:36403_fz%2Fj
   [junit4]   2> 791240 INFO  (OverseerThreadFactory-1013-thread-1-processing-n:127.0.0.1:36403_fz%2Fj) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 821280 INFO  (zkCallback-462-thread-4-processing-n:127.0.0.1:36403_fz%2Fj) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 821283 ERROR (OverseerThreadFactory-1013-thread-1-processing-n:127.0.0.1:36403_fz%2Fj) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.c.OverseerCollectionMessageHandler Collection: control_collection operation: create failed:org.apache.solr.common.SolrException: Could not fully remove collection: control_collection
   [junit4]   2> 	at org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:109)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.cleanupCollection(OverseerCollectionMessageHandler.java:684)
   [junit4]   2> 	at org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:302)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 821286 INFO  (OverseerThreadFactory-1013-thread-1-processing-n:127.0.0.1:36403_fz%2Fj) [n:127.0.0.1:36403_fz%2Fj    ] 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> 821288 WARN  (OverseerAutoScalingTriggerThread-98944476583297028-127.0.0.1:36403_fz%2Fj-n_0000000000) [n:127.0.0.1:36403_fz%2Fj    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 821291 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5e9e16{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 821291 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@aa8c5c{/fz/j,null,UNAVAILABLE}
   [junit4]   2> 821336 ERROR (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController Error getting leader from zk
   [junit4]   2> org.apache.solr.common.SolrException: No registered leader was found after waiting for 1220000ms , collection: control_collection slice: shard1 saw state=null with live_nodes=[]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:816)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:781)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1079)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1014)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:181)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.registerInZk(ZkContainer.java:208)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.registerCore(CoreContainer.java:886)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1047)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:948)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 821338 ERROR (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkContainer :org.apache.solr.common.SolrException: Error getting leader from zk for shard shard1
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1207)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1079)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1014)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:181)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.registerInZk(ZkContainer.java:208)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.registerCore(CoreContainer.java:886)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1047)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:948)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: No registered leader was found after waiting for 1220000ms , collection: control_collection slice: shard1 saw state=null with live_nodes=[]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:816)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:781)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2> 	... 41 more
   [junit4]   2> 
   [junit4]   2> 821342 INFO  (qtp4872540-2433) [n:127.0.0.1:36403_fz%2Fj 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=630204
   [junit4]   2> 821343 ERROR (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] 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> 821344 INFO  (TEST-TestRandomRequestDistribution.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43859 43859
   [junit4]   2> 821364 INFO  (Thread-672) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43859 43859
   [junit4]   2> 821365 WARN  (Thread-672) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomRequestDistribution -Dtests.method=test -Dtests.seed=9D385969D988EB2 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ru-RU -Dtests.timezone=Australia/Perth -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    631s J2 | TestRandomRequestDistribution.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:36403/fz/j
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9D385969D988EB2:8187BA4C3364E34A]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1096)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:200)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:315)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]    > 	... 43 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestRandomRequestDistribution_9D385969D988EB2-001
   [junit4]   2> Nov 04, 2017 5:32:07 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=true): {}, locale=ru-RU, timezone=Australia/Perth
   [junit4]   2> NOTE: Linux 4.10.0-37-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=64063184,total=255328256
   [junit4]   2> NOTE: All tests run in this JVM: [MetricsHandlerTest, TestMaxScoreQueryParser, OverseerTest, SuggesterWFSTTest, TestBlobHandler, HdfsUnloadDistributedZkTest, TestTrie, TestExtendedDismaxParser, TestInfoStreamLogging, ResponseHeaderTest, VersionInfoTest, ClassificationUpdateProcessorTest, OverseerCollectionConfigSetProcessorTest, SpatialHeatmapFacetsTest, BlockDirectoryTest, SortByFunctionTest, CurrencyFieldTypeTest, TestNumericRangeQuery64, CollectionReloadTest, TestSegmentSorting, SuggesterTest, SolrMetricManagerTest, TestLMDirichletSimilarityFactory, TestEmbeddedSolrServerConstructors, TestOrdValues, SystemInfoHandlerTest, HdfsRecoverLeaseTest, TestRandomRequestDistribution]
   [junit4] Completed [148/747 (1!)] on J2 in 631.14s, 1 test, 1 error <<< FAILURES!

[...truncated 1146 lines...]
   [junit4] Suite: org.apache.solr.cloud.PeerSyncReplicationTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_9D385969D988EB2-001/init-core-data-001
   [junit4]   2> 1449652 WARN  (SUITE-PeerSyncReplicationTest-seed#[9D385969D988EB2]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=135 numCloses=135
   [junit4]   2> 1449653 INFO  (SUITE-PeerSyncReplicationTest-seed#[9D385969D988EB2]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1449654 INFO  (SUITE-PeerSyncReplicationTest-seed#[9D385969D988EB2]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1449654 INFO  (SUITE-PeerSyncReplicationTest-seed#[9D385969D988EB2]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1449655 INFO  (SUITE-PeerSyncReplicationTest-seed#[9D385969D988EB2]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /jx/
   [junit4]   2> 1449657 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1449657 INFO  (Thread-4658) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1449657 INFO  (Thread-4658) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1449659 ERROR (Thread-4658) [    ] 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> 1449757 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.ZkTestServer start zk server on port:44475
   [junit4]   2> 1449788 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1449793 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1449798 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1449801 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1449805 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1449809 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1449813 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1449817 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1449821 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1449825 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1449829 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1449834 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1449932 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1449933 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7faac9{/jx,null,AVAILABLE}
   [junit4]   2> 1449935 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@19842ad{HTTP/1.1,[http/1.1]}{127.0.0.1:39997}
   [junit4]   2> 1449936 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.e.j.s.Server Started @1450853ms
   [junit4]   2> 1449936 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_9D385969D988EB2-001/tempDir-001/control/data, replicaType=NRT, hostContext=/jx, hostPort=39997, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_9D385969D988EB2-001/control-001/cores}
   [junit4]   2> 1449936 ERROR (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1449936 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 1449936 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1449936 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1449936 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-04T05:42:36.536Z
   [junit4]   2> 1449939 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1449939 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_9D385969D988EB2-001/control-001/solr.xml
   [junit4]   2> 1449946 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1449946 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1449947 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5428a2, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1449951 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44475/solr
   [junit4]   2> 1450019 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [n:127.0.0.1:39997_jx    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1450019 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [n:127.0.0.1:39997_jx    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39997_jx
   [junit4]   2> 1450020 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [n:127.0.0.1:39997_jx    ] o.a.s.c.Overseer Overseer (id=98944559104524292-127.0.0.1:39997_jx-n_0000000000) starting
   [junit4]   2> 1450024 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [n:127.0.0.1:39997_jx    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39997_jx
   [junit4]   2> 1450026 INFO  (OverseerStateUpdate-98944559104524292-127.0.0.1:39997_jx-n_0000000000) [n:127.0.0.1:39997_jx    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1450151 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [n:127.0.0.1:39997_jx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5428a2
   [junit4]   2> 1450169 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [n:127.0.0.1:39997_jx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5428a2
   [junit4]   2> 1450170 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [n:127.0.0.1:39997_jx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5428a2
   [junit4]   2> 1450172 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [n:127.0.0.1:39997_jx    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_9D385969D988EB2-001/control-001/cores
   [junit4]   2> 1450191 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1450192 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44475/solr ready
   [junit4]   2> 1450194 INFO  (qtp31271463-11832) [n:127.0.0.1:39997_jx    ] 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:39997_jx&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1450196 INFO  (OverseerThreadFactory-3734-thread-1-processing-n:127.0.0.1:39997_jx) [n:127.0.0.1:39997_jx    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1450308 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx    ] 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> 1450308 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1450415 INFO  (zkCallback-1471-thread-1-processing-n:127.0.0.1:39997_jx) [n:127.0.0.1:39997_jx    ] 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> 1451344 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1451367 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx 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> 1451470 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1451498 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx 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> 1451498 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx 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@5428a2
   [junit4]   2> 1451499 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1451499 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_9D385969D988EB2-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_9D385969D988EB2-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1451501 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx 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=48, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=11.443359375, floorSegmentMB=1.984375, forceMergeDeletesPctAllowed=2.192184670583867, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1451519 WARN  (qtp31271463-11834) [n:127.0.0.1:39997_jx 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> 1451574 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx 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> 1451574 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1451575 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1451575 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1451577 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx 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=30, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=44.830078125, floorSegmentMB=1.8212890625, forceMergeDeletesPctAllowed=14.917886333399407, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1451577 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@96625c[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1451579 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1451579 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx 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> 1451580 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1451581 INFO  (searcherExecutor-3737-thread-1-processing-n:127.0.0.1:39997_jx x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:39997_jx 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@96625c[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1451581 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx 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 1583112947688800256
   [junit4]   2> 1451586 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1451586 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx 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> 1451586 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx c:control_collection s:shard

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

uteProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: No registered leader was found after waiting for 1220000ms , collection: control_collection slice: shard1 saw state=null with live_nodes=[]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:816)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:781)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2> 	... 41 more
   [junit4]   2> 
   [junit4]   2> 2080531 INFO  (qtp31271463-11834) [n:127.0.0.1:39997_jx 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=630224
   [junit4]   2> 2080532 ERROR (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] 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> 2080534 INFO  (TEST-PeerSyncReplicationTest.test-seed#[9D385969D988EB2]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44475 44475
   [junit4]   2> 2085570 INFO  (Thread-4658) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44475 44475
   [junit4]   2> 2085571 WARN  (Thread-4658) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=PeerSyncReplicationTest -Dtests.method=test -Dtests.seed=9D385969D988EB2 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=zh-SG -Dtests.timezone=Asia/Gaza -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    636s J1 | PeerSyncReplicationTest.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:39997/jx
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9D385969D988EB2:8187BA4C3364E34A]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1096)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:200)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:315)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]    > 	... 43 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.PeerSyncReplicationTest_9D385969D988EB2-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=false): {}, locale=zh-SG, timezone=Asia/Gaza
   [junit4]   2> NOTE: Linux 4.10.0-37-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=215778608,total=399507456
   [junit4]   2> NOTE: All tests run in this JVM: [TestApiFramework, HttpTriggerListenerTest, TestConfigSetImmutable, TestPseudoReturnFields, HdfsDirectoryTest, TestCloudJSONFacetJoinDomain, SearchRateTriggerTest, BigEndianAscendingWordDeserializerTest, ZkStateWriterTest, TestNestedDocsSort, ChangedSchemaMergeTest, TestFileDictionaryLookup, JSONWriterTest, TestFastLRUCache, SolrIndexMetricsTest, TestRecoveryHdfs, V2ApiIntegrationTest, TestManagedSchemaAPI, TestManagedResourceStorage, TestStressInPlaceUpdates, ChaosMonkeySafeLeaderWithPullReplicasTest, ShardRoutingTest, DistributedFacetExistsSmallTest, LukeRequestHandlerTest, DistribDocExpirationUpdateProcessorTest, PingRequestHandlerTest, TestJmxIntegration, TestNumericRangeQuery32, TestConfigSetsAPIExclusivity, TestSchemaManager, TestStressReorder, DirectUpdateHandlerTest, HLLUtilTest, TestCollapseQParserPlugin, TestAtomicUpdateErrorCases, TestEmbeddedSolrServerAdminHandler, SampleTest, PKIAuthenticationIntegrationTest, ShardSplitTest, DocExpirationUpdateProcessorFactoryTest, SolrMetricsIntegrationTest, TestStressLucene, TestCorePropertiesReload, TriggerIntegrationTest, HdfsTlogReplayBufferedWhileIndexingTest, TestSolrQueryParser, HighlighterConfigTest, ConcurrentDeleteAndCreateCollectionTest, BJQParserTest, ExplicitHLLTest, SearchHandlerTest, BadIndexSchemaTest, ClusterStateUpdateTest, TestSizeLimitedDistributedMap, MultiThreadedOCPTest, TestSurroundQueryParser, QueryEqualityTest, AutoAddReplicasIntegrationTest, OutputWriterTest, CloudExitableDirectoryReaderTest, CdcrBootstrapTest, OpenCloseCoreStressTest, TriLevelCompositeIdRoutingTest, TestRestoreCore, LegacyCloudClusterPropTest, TestLeaderElectionZkExpiry, TestMinMaxOnMultiValuedField, TestSimpleTrackingShardHandler, TestRemoteStreaming, CircularListTest, TestStressUserVersions, HdfsChaosMonkeyNothingIsSafeTest, TestFaceting, TestCustomDocTransformer, PreAnalyzedFieldTest, TestGraphTermsQParserPlugin, AddReplicaTest, BinaryUpdateRequestHandlerTest, TestStreamBody, DistributedQueryComponentCustomSortTest, TestManagedSynonymGraphFilterFactory, CreateCollectionCleanupTest, TestDocSet, TestGraphMLResponseWriter, TestRangeQuery, SpellCheckCollatorWithCollapseTest, DocValuesMissingTest, PeerSyncReplicationTest]
   [junit4] Completed [493/747 (2!)] on J1 in 635.95s, 1 test, 1 error <<< FAILURES!

[...truncated 43936 lines...]

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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/744/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testNoConfigSetExist

Error Message:
Error from server at http://127.0.0.1:46507/solr: Could not fully remove collection: awhollynewcollection_0

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:46507/solr: Could not fully remove collection: awhollynewcollection_0
	at __randomizedtesting.SeedInfo.seed([A850E2D3057D2714:F462590A167BEC4D]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	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:1096)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:200)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:444)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.clearCluster(CollectionsAPIDistributedZkTest.java:111)
	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$9.evaluate(RandomizedRunner.java:968)
	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)




Build Log:
[...truncated 12509 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A850E2D3057D2714-001/init-core-data-001
   [junit4]   2> 877745 WARN  (SUITE-CollectionsAPIDistributedZkTest-seed#[A850E2D3057D2714]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 877745 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[A850E2D3057D2714]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 877746 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[A850E2D3057D2714]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 877746 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[A850E2D3057D2714]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 877747 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[A850E2D3057D2714]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A850E2D3057D2714-001/tempDir-001
   [junit4]   2> 877747 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[A850E2D3057D2714]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 877747 INFO  (Thread-4818) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 877747 INFO  (Thread-4818) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 877751 ERROR (Thread-4818) [    ] 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> 877847 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[A850E2D3057D2714]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:43075
   [junit4]   2> 877872 INFO  (jetty-launcher-1111-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 877872 INFO  (jetty-launcher-1111-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 877873 INFO  (jetty-launcher-1111-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 877874 INFO  (jetty-launcher-1111-thread-4) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 877908 INFO  (jetty-launcher-1111-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7da1f031{/solr,null,AVAILABLE}
   [junit4]   2> 877909 INFO  (jetty-launcher-1111-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7354cf4{HTTP/1.1,[http/1.1]}{127.0.0.1:36757}
   [junit4]   2> 877909 INFO  (jetty-launcher-1111-thread-2) [    ] o.e.j.s.Server Started @879166ms
   [junit4]   2> 877909 INFO  (jetty-launcher-1111-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36757}
   [junit4]   2> 877909 ERROR (jetty-launcher-1111-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 877910 INFO  (jetty-launcher-1111-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 877910 INFO  (jetty-launcher-1111-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 877910 INFO  (jetty-launcher-1111-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 877910 INFO  (jetty-launcher-1111-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-04T21:09:13.572Z
   [junit4]   2> 877924 INFO  (jetty-launcher-1111-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@648bb0ef{/solr,null,AVAILABLE}
   [junit4]   2> 877934 INFO  (jetty-launcher-1111-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@63ee2a58{HTTP/1.1,[http/1.1]}{127.0.0.1:46507}
   [junit4]   2> 877934 INFO  (jetty-launcher-1111-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1537b23b{/solr,null,AVAILABLE}
   [junit4]   2> 877934 INFO  (jetty-launcher-1111-thread-1) [    ] o.e.j.s.Server Started @879191ms
   [junit4]   2> 877934 INFO  (jetty-launcher-1111-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46507}
   [junit4]   2> 877934 INFO  (jetty-launcher-1111-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@586222de{HTTP/1.1,[http/1.1]}{127.0.0.1:38725}
   [junit4]   2> 877934 INFO  (jetty-launcher-1111-thread-3) [    ] o.e.j.s.Server Started @879191ms
   [junit4]   2> 877934 ERROR (jetty-launcher-1111-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 877934 INFO  (jetty-launcher-1111-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38725}
   [junit4]   2> 877934 INFO  (jetty-launcher-1111-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 877934 INFO  (jetty-launcher-1111-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 877934 ERROR (jetty-launcher-1111-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 877934 INFO  (jetty-launcher-1111-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 877934 INFO  (jetty-launcher-1111-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 877934 INFO  (jetty-launcher-1111-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-04T21:09:13.596Z
   [junit4]   2> 877934 INFO  (jetty-launcher-1111-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 877934 INFO  (jetty-launcher-1111-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 877934 INFO  (jetty-launcher-1111-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-04T21:09:13.596Z
   [junit4]   2> 877943 INFO  (jetty-launcher-1111-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ccf9cbb{/solr,null,AVAILABLE}
   [junit4]   2> 877951 INFO  (jetty-launcher-1111-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6da38404{HTTP/1.1,[http/1.1]}{127.0.0.1:46171}
   [junit4]   2> 877951 INFO  (jetty-launcher-1111-thread-4) [    ] o.e.j.s.Server Started @879208ms
   [junit4]   2> 877951 INFO  (jetty-launcher-1111-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46171}
   [junit4]   2> 877951 ERROR (jetty-launcher-1111-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 877951 INFO  (jetty-launcher-1111-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 877951 INFO  (jetty-launcher-1111-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 877951 INFO  (jetty-launcher-1111-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 877951 INFO  (jetty-launcher-1111-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-04T21:09:13.613Z
   [junit4]   2> 877952 INFO  (jetty-launcher-1111-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 877952 INFO  (jetty-launcher-1111-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 877954 INFO  (jetty-launcher-1111-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 877954 INFO  (jetty-launcher-1111-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 877965 INFO  (jetty-launcher-1111-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 877966 INFO  (jetty-launcher-1111-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 877966 INFO  (jetty-launcher-1111-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 877968 INFO  (jetty-launcher-1111-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 877968 INFO  (jetty-launcher-1111-thread-3) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 877971 INFO  (jetty-launcher-1111-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 877972 INFO  (jetty-launcher-1111-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43075/solr
   [junit4]   2> 877973 INFO  (jetty-launcher-1111-thread-4) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 877976 INFO  (jetty-launcher-1111-thread-4) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 877984 INFO  (jetty-launcher-1111-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43075/solr
   [junit4]   2> 877985 INFO  (jetty-launcher-1111-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43075/solr
   [junit4]   2> 877992 INFO  (jetty-launcher-1111-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43075/solr
   [junit4]   2> 878084 INFO  (jetty-launcher-1111-thread-1) [n:127.0.0.1:46507_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 878084 INFO  (jetty-launcher-1111-thread-4) [n:127.0.0.1:46171_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 878084 INFO  (jetty-launcher-1111-thread-1) [n:127.0.0.1:46507_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46507_solr
   [junit4]   2> 878085 INFO  (jetty-launcher-1111-thread-1) [n:127.0.0.1:46507_solr    ] o.a.s.c.Overseer Overseer (id=98948202719477771-127.0.0.1:46507_solr-n_0000000000) starting
   [junit4]   2> 878085 INFO  (jetty-launcher-1111-thread-4) [n:127.0.0.1:46171_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46171_solr
   [junit4]   2> 878089 INFO  (zkCallback-1132-thread-1-processing-n:127.0.0.1:46507_solr) [n:127.0.0.1:46507_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 878091 INFO  (zkCallback-1133-thread-1-processing-n:127.0.0.1:46171_solr) [n:127.0.0.1:46171_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 878096 INFO  (jetty-launcher-1111-thread-3) [n:127.0.0.1:38725_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 878097 INFO  (jetty-launcher-1111-thread-3) [n:127.0.0.1:38725_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 878098 INFO  (jetty-launcher-1111-thread-3) [n:127.0.0.1:38725_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38725_solr
   [junit4]   2> 878099 INFO  (zkCallback-1132-thread-1-processing-n:127.0.0.1:46507_solr) [n:127.0.0.1:46507_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 878106 INFO  (zkCallback-1133-thread-1-processing-n:127.0.0.1:46171_solr) [n:127.0.0.1:46171_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 878113 INFO  (zkCallback-1131-thread-1-processing-n:127.0.0.1:38725_solr) [n:127.0.0.1:38725_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 878116 INFO  (jetty-launcher-1111-thread-1) [n:127.0.0.1:46507_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46507_solr
   [junit4]   2> 878116 INFO  (zkCallback-1133-thread-1-processing-n:127.0.0.1:46171_solr) [n:127.0.0.1:46171_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 878116 INFO  (zkCallback-1131-thread-1-processing-n:127.0.0.1:38725_solr) [n:127.0.0.1:38725_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 878124 INFO  (zkCallback-1132-thread-1-processing-n:127.0.0.1:46507_solr) [n:127.0.0.1:46507_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 878125 INFO  (jetty-launcher-1111-thread-2) [n:127.0.0.1:36757_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 878126 INFO  (jetty-launcher-1111-thread-2) [n:127.0.0.1:36757_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 878126 INFO  (jetty-launcher-1111-thread-2) [n:127.0.0.1:36757_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36757_solr
   [junit4]   2> 878137 INFO  (zkCallback-1133-thread-1-processing-n:127.0.0.1:46171_solr) [n:127.0.0.1:46171_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 878137 INFO  (zkCallback-1131-thread-1-processing-n:127.0.0.1:38725_solr) [n:127.0.0.1:38725_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 878137 INFO  (zkCallback-1132-thread-1-processing-n:127.0.0.1:46507_solr) [n:127.0.0.1:46507_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 878148 INFO  (zkCallback-1129-thread-1-processing-n:127.0.0.1:36757_solr) [n:127.0.0.1:36757_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 878205 INFO  (jetty-launcher-1111-thread-3) [n:127.0.0.1:38725_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e5afe75
   [junit4]   2> 878206 INFO  (jetty-launcher-1111-thread-4) [n:127.0.0.1:46171_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e5afe75
   [junit4]   2> 878212 INFO  (jetty-launcher-1111-thread-1) [n:127.0.0.1:46507_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e5afe75
   [junit4]   2> 878213 INFO  (jetty-launcher-1111-thread-3) [n:127.0.0.1:38725_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e5afe75
   [junit4]   2> 878213 INFO  (jetty-launcher-1111-thread-3) [n:127.0.0.1:38725_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e5afe75
   [junit4]   2> 878214 INFO  (jetty-launcher-1111-thread-4) [n:127.0.0.1:46171_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e5afe75
   [junit4]   2> 878214 INFO  (jetty-launcher-1111-thread-4) [n:127.0.0.1:46171_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e5afe75
   [junit4]   2> 878214 INFO  (jetty-launcher-1111-thread-3) [n:127.0.0.1:38725_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A850E2D3057D2714-001/tempDir-001/node3
   [junit4]   2> 878215 INFO  (jetty-launcher-1111-thread-4) [n:127.0.0.1:46171_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A850E2D3057D2714-001/tempDir-001/node4
   [junit4]   2> 878218 INFO  (jetty-launcher-1111-thread-1) [n:127.0.0.1:46507_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e5afe75
   [junit4]   2> 878218 INFO  (jetty-launcher-1111-thread-1) [n:127.0.0.1:46507_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e5afe75
   [junit4]   2> 878219 INFO  (jetty-launcher-1111-thread-1) [n:127.0.0.1:46507_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A850E2D3057D2714-001/tempDir-001/node1
   [junit4]   2> 878261 INFO  (jetty-launcher-1111-thread-2) [n:127.0.0.1:36757_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e5afe75
   [junit4]   2> 878268 WARN  (jetty-launcher-1111-thread-2) [n:127.0.0.1:36757_solr    ] o.a.s.m.r.j.JmxMetricsReporter Unable to register gauge
   [junit4]   2> javax.management.InstanceNotFoundException: solr:dom1=jvm,name0=memory,name1=pools,name2=Tenured-Gen,name=used
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095)
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:427)
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
   [junit4]   2> 	at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546)
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.registerMBean(JmxMetricsReporter.java:530)
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.onGaugeAdded(JmxMetricsReporter.java:565)
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.lambda$start$0(JmxMetricsReporter.java:738)
   [junit4]   2> 	at java.util.HashMap.forEach(HashMap.java:1288)
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.start(JmxMetricsReporter.java:728)
   [junit4]   2> 	at org.apache.solr.metrics.reporters.SolrJmxReporter.doInit(SolrJmxReporter.java:109)
   [junit4]   2> 	at org.apache.solr.metrics.SolrMetricReporter.init(SolrMetricReporter.java:70)
   [junit4]   2> 	at org.apache.solr.metrics.SolrMetricManager.loadReporter(SolrMetricManager.java:883)
   [junit4]   2> 	at org.apache.solr.metrics.SolrMetricManager.loadReporters(SolrMetricManager.java:819)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:549)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:263)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:183)
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:873)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1596)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1659)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1316)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1145)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:448)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:306)
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:394)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:367)
   [junit4]   2> 	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:384)
   [junit4]   2> 	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 878269 INFO  (jetty-launcher-1111-thread-2) [n:127.0.0.1:36757_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e5afe75
   [junit4]   2> 878269 INFO  (jetty-launcher-1111-thread-2) [n:127.0.0.1:36757_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e5afe75
   [junit4]   2> 878270 INFO  (jetty-launcher-1111-thread-2) [n:127.0.0.1:36757_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A850E2D3057D2714-001/tempDir-001/node2
   [junit4]   2> 878388 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[A850E2D3057D2714]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 878388 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[A850E2D3057D2714]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43075/solr ready
   [junit4]   2> 878482 INFO  (TEST-CollectionsAPIDistributedZkTest.addReplicaTest-seed#[A850E2D3057D2714]) [    ] o.a.s.SolrTestCaseJ4 ###Starting addReplicaTest
   [junit4]   2> 878483 INFO  (TEST-CollectionsAPIDistributedZkTest.addReplicaTest-seed#[A850E2D3057D2714]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 878508 INFO  (qtp369911459-11272) [n:127.0.0.1:46507_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=4&name=addReplicaColl&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 878520 INFO  (OverseerThreadFactory-3274-thread-1-processing-n:127.0.0.1:46507_solr) [n:127.0.0.1:46507_solr    ] o.a.s.c.CreateCollectionCmd Create collection addReplicaColl
   [junit4]   2> 878646 INFO  (OverseerStateUpdate-98948202719477771-127.0.0.1:46507_solr-n_0000000000) [n:127.0.0.1:46507_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"addReplicaColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:38725/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 878648 INFO  (OverseerStateUpdate-98948202719477771-127.0.0.1:46507_solr-n_0000000000) [n:127.0.0.1:46507_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"addReplicaColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46171/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 878649 INFO  (OverseerStateUpdate-98948202719477771-127.0.0.1:46507_solr-n_0000000000) [n:127.0.0.1:46507_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"addReplicaColl_shard2_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46507/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 878655 INFO  (OverseerStateUpdate-98948202719477771-127.0.0.1:46507_solr-n_0000000000) [n:127.0.0.1:46507_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"addReplicaColl_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36757/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 878877 INFO  (qtp1223443090-11285) [n:127.0.0.1:38725_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica_n1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 878877 INFO  (qtp1223443090-11285) [n:127.0.0.1:38725_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 878878 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica_n2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 878878 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica_n6&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 878878 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 878878 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 878878 INFO  (qtp369911459-11282) [n:127.0.0.1:46507_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica_n5&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 878878 INFO  (qtp369911459-11282) [n:127.0.0.1:46507_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 878992 INFO  (zkCallback-1132-thread-1-processing-n:127.0.0.1:46507_solr) [n:127.0.0.1:46507_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 878992 INFO  (zkCallback-1129-thread-1-processing-n:127.0.0.1:36757_solr) [n:127.0.0.1:36757_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 878992 INFO  (zkCallback-1131-thread-1-processing-n:127.0.0.1:38725_solr) [n:127.0.0.1:38725_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 878992 INFO  (zkCallback-1132-thread-2-processing-n:127.0.0.1:46507_solr) [n:127.0.0.1:46507_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 878992 INFO  (zkCallback-1133-thread-1-processing-n:127.0.0.1:46171_solr) [n:127.0.0.1:46171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 878992 INFO  (zkCallback-1131-thread-2-processing-n:127.0.0.1:38725_solr) [n:127.0.0.1:38725_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 878992 INFO  (zkCallback-1133-thread-2-processing-n:127.0.0.1:46171_solr) [n:127.0.0.1:46171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 878992 INFO  (zkCallback-1129-thread-2-processing-n:127.0.0.1:36757_solr) [n:127.0.0.1:36757_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 879887 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 879887 INFO  (qtp369911459-11282) [n:127.0.0.1:46507_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 879904 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.s.IndexSchema [addReplicaColl_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 879905 INFO  (qtp369911459-11282) [n:127.0.0.1:46507_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n5] o.a.s.s.IndexSchema [addReplicaColl_shard2_replica_n5] Schema name=minimal
   [junit4]   2> 879906 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 879906 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard2_replica_n6' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 879906 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.addReplicaColl.shard2.replica_n6' (registry 'solr.core.addReplicaColl.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e5afe75
   [junit4]   2> 879906 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 879906 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.c.SolrCore [[addReplicaColl_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A850E2D3057D2714-001/tempDir-001/node2/addReplicaColl_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A850E2D3057D2714-001/tempDir-001/node2/addReplicaColl_shard2_replica_n6/data/]
   [junit4]   2> 879907 INFO  (qtp369911459-11282) [n:127.0.0.1:46507_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n5] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 879907 INFO  (qtp369911459-11282) [n:127.0.0.1:46507_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n5] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard2_replica_n5' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 879908 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 879908 INFO  (qtp369911459-11282) [n:127.0.0.1:46507_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.addReplicaColl.shard2.replica_n5' (registry 'solr.core.addReplicaColl.shard2.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e5afe75
   [junit4]   2> 879908 INFO  (qtp369911459-11282) [n:127.0.0.1:46507_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 879908 INFO  (qtp369911459-11282) [n:127.0.0.1:46507_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n5] o.a.s.c.SolrCore [[addReplicaColl_shard2_replica_n5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A850E2D3057D2714-001/tempDir-001/node1/addReplicaColl_shard2_replica_n5], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A850E2D3057D2714-001/tempDir-001/node1/addReplicaColl_shard2_replica_n5/data/]
   [junit4]   2> 879908 INFO  (qtp1223443090-11285) [n:127.0.0.1:38725_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 879915 INFO  (qtp1223443090-11285) [n:127.0.0.1:38725_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.s.IndexSchema [addReplicaColl_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 879917 INFO  (qtp1223443090-11285) [n:127.0.0.1:38725_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 879917 INFO  (qtp1223443090-11285) [n:127.0.0.1:38725_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica_n1' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 879917 INFO  (qtp1223443090-11285) [n:127.0.0.1:38725_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.addReplicaColl.shard1.replica_n1' (registry 'solr.core.addReplicaColl.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e5afe75
   [junit4]   2> 879918 INFO  (qtp1223443090-11285) [n:127.0.0.1:38725_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 879918 INFO  (qtp1223443090-11285) [n:127.0.0.1:38725_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.c.SolrCore [[addReplicaColl_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A850E2D3057D2714-001/tempDir-001/node3/addReplicaColl_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A850E2D3057D2714-001/tempDir-001/node3/addReplicaColl_shard1_replica_n1/data/]
   [junit4]   2> 879918 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.s.IndexSchema [addReplicaColl_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 879920 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 879920 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica_n2' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 879920 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.addReplicaColl.shard1.replica_n2' (registry 'solr.core.addReplicaColl.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e5afe75
   [junit4]   2> 879921 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 879921 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.c.SolrCore [[addReplicaColl_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A850E2D3057D2714-001/tempDir-001/node4/addReplicaColl_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A850E2D3057D2714-001/tempDir-001/node4/addReplicaColl_shard1_replica_n2/data/]
   [junit4]   2> 879951 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 879951 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 879952 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 879952 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 879953 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@10f4f240[addReplicaColl_shard2_replica_n6] main]
   [junit4]   2> 879954 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 879954 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 879955 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 879955 INFO  (searcherExecutor-3283-thread-1-processing-n:127.0.0.1:36757_solr x:addReplicaColl_shard2_replica_n6 s:shard2 c:addReplicaColl r:core_node8) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.c.SolrCore [addReplicaColl_shard2_replica_n6] Registered new searcher Searcher@10f4f240[addReplicaColl_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 879955 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583171245825851392
   [junit4]   2> 879959 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 879959 INFO  (qtp369911459-11282) [n:127.0.0.1:46507_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n5] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 879959 INFO  (qtp369911459-11282) [n:127.0.0.1:46507_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n5] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 879960 INFO  (qtp369911459-11282) [n:127.0.0.1:46507_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 879960 INFO  (qtp369911459-11282) [n:127.0.0.1:46507_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 879961 INFO  (qtp369911459-11282) [n:127.0.0.1:46507_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n5] o.a.s.s.SolrIndexSearcher Opening [Searcher@6d529443[addReplicaColl_shard2_replica_n5] main]
   [junit4]   2> 879962 INFO  (qtp369911459-11282) [n:127.0.0.1:46507_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n5] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 879962 INFO  (qtp369911459-11282) [n:127.0.0.1:46507_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n5] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 879963 INFO  (qtp369911459-11282) [n:127.0.0.1:46507_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 879963 INFO  (searcherExecutor-3284-thread-1-processing-n:127.0.0.1:46507_solr x:addReplicaColl_shard2_replica_n5 s:shard2 c:addReplicaColl r:core_node7) [n:127.0.0.1:46507_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n5] o.a.s.c.SolrCore [addReplicaColl_shard2_replica_n5] Registered new searcher Searcher@6d529443[addReplicaColl_shard2_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 879963 INFO  (qtp369911459-11282) [n:127.0.0.1:46507_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n5] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583171245834240000
   [junit4]   2> 879968 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 879968 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 879968 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 879968 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 879969 INFO  (qtp1223443090-11285) [n:127.0.0.1:38725_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 879969 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@6ffd232a[addReplicaColl_shard1_replica_n2] main]
   [junit4]   2> 879969 INFO  (qtp1223443090-11285) [n:127.0.0.1:38725_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 879970 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 879970 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 879970 INFO  (qtp1223443090-11285) [n:127.0.0.1:38725_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 879970 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 879970 INFO  (qtp1223443090-11285) [n:127.0.0.1:38725_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 879971 INFO  (searcherExecutor-3286-thread-1-processing-n:127.0.0.1:46171_solr x:addReplicaColl_shard1_replica_n2 s:shard1 c:addReplicaColl r:core_node4) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.c.SolrCore [addReplicaColl_shard1_replica_n2] Registered new searcher Searcher@6ffd232a[addReplicaColl_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 879971 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583171245842628608
   [junit4]   2> 879972 INFO  (qtp1223443090-11285) [n:127.0.0.1:38725_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@480acfea[addReplicaColl_shard1_replica_n1] main]
   [junit4]   2> 879972 INFO  (qtp1223443090-11285) [n:127.0.0.1:38725_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 879973 INFO  (qtp1223443090-11285) [n:127.0.0.1:38725_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 879973 INFO  (qtp1223443090-11285) [n:127.0.0.1:38725_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 879974 INFO  (searcherExecutor-3285-thread-1-processing-n:127.0.0.1:38725_solr x:addReplicaColl_shard1_replica_n1 s:shard1 c:addReplicaColl r:core_node3) [n:127.0.0.1:38725_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.c.SolrCore [addReplicaColl_shard1_replica_n1] Registered new searcher Searcher@480acfea[addReplicaColl_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 879974 INFO  (qtp1223443090-11285) [n:127.0.0.1:38725_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583171245845774336
   [junit4]   2> 879974 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 880074 INFO  (zkCallback-1131-thread-2-processing-n:127.0.0.1:38725_solr) [n:127.0.0.1:38725_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 880074 INFO  (zkCallback-1132-thread-2-processing-n:127.0.0.1:46507_solr) [n:127.0.0.1:46507_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 880074 INFO  (zkCallback-1132-thread-3-processing-n:127.0.0.1:46507_solr) [n:127.0.0.1:46507_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 880074 INFO  (zkCallback-1131-thread-1-processing-n:127.0.0.1:38725_solr) [n:127.0.0.1:38725_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 880074 INFO  (zkCallback-1129-thread-2-processing-n:127.0.0.1:36757_solr) [n:127.0.0.1:36757_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 880074 INFO  (zkCallback-1129-thread-1-processing-n:127.0.0.1:36757_solr) [n:127.0.0.1:36757_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 880074 INFO  (zkCallback-1133-thread-1-processing-n:127.0.0.1:46171_solr) [n:127.0.0.1:46171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 880074 INFO  (zkCallback-1133-thread-2-processing-n:127.0.0.1:46171_solr) [n:127.0.0.1:46171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 880459 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 880459 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 880459 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36757/solr/addReplicaColl_shard2_replica_n6/
   [junit4]   2> 880460 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=addReplicaColl_shard2_replica_n6 url=http://127.0.0.1:36757/solr START replicas=[http://127.0.0.1:46507/solr/addReplicaColl_shard2_replica_n5/] nUpdates=100
   [junit4]   2> 880462 INFO  (qtp369911459-11259) [n:127.0.0.1:46507_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n5] o.a.s.c.S.Request [addReplicaColl_shard2_replica_n5]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 880474 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 880474 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 880474 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46171/solr/addReplicaColl_shard1_replica_n2/
   [junit4]   2> 880474 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=addReplicaColl_shard1_replica_n2 url=http://127.0.0.1:46171/solr START replicas=[http://127.0.0.1:38725/solr/addReplicaColl_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 880476 INFO  (qtp1223443090-11271) [n:127.0.0.1:38725_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.c.S.Request [addReplicaColl_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 880760 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=addReplicaColl_shard2_replica_n6 url=http://127.0.0.1:36757/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 880760 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 880760 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] 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> 880760 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 880762 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36757/solr/addReplicaColl_shard2_replica_n6/ shard2
   [junit4]   2> 880775 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=addReplicaColl_shard1_replica_n2 url=http://127.0.0.1:46171/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 880775 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 880775 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] 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> 880775 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 880777 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:46171/solr/addReplicaColl_shard1_replica_n2/ shard1
   [junit4]   2> 880878 INFO  (zkCallback-1132-thread-2-processing-n:127.0.0.1:46507_solr) [n:127.0.0.1:46507_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 880878 INFO  (zkCallback-1129-thread-2-processing-n:127.0.0.1:36757_solr) [n:127.0.0.1:36757_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 880878 INFO  (zkCallback-1133-thread-2-processing-n:127.0.0.1:46171_solr) [n:127.0.0.1:46171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 880878 INFO  (zkCallback-1131-thread-2-processing-n:127.0.0.1:38725_solr) [n:127.0.0.1:38725_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 880878 INFO  (zkCallback-1133-thread-1-processing-n:127.0.0.1:46171_solr) [n:127.0.0.1:46171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 880878 INFO  (zkCallback-1131-thread-1-processing-n:127.0.0.1:38725_solr) [n:127.0.0.1:38725_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 880878 INFO  (zkCallback-1129-thread-1-processing-n:127.0.0.1:36757_solr) [n:127.0.0.1:36757_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 880878 INFO  (zkCallback-1132-thread-3-processing-n:127.0.0.1:46507_solr) [n:127.0.0.1:46507_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 880912 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 880920 INFO  (qtp1470294219-11270) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard2 r:core_node8 x:addReplicaColl_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica_n6&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2042
   [junit4]   2> 880927 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 880929 INFO  (qtp1700583222-11279) [n:127.0.0.1:46171_solr c:addReplicaColl s:shard1 r:core_node4 x:addReplicaColl_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica_n2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2051
   [junit4]   2> 880967 INFO  (qtp369911459-11282) [n:127.0.0.1:46507_solr c:addReplicaColl s:shard2 r:core_node7 x:addReplicaColl_shard2_replica_n5] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica_n5&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2089
   [junit4]   2> 880977 INFO  (qtp1223443090-11285) [n:127.0.0.1:38725_solr c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica_n1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2100
   [junit4]   2> 880980 INFO  (qtp369911459-11272) [n:127.0.0.1:46507_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> 881078 INFO  (zkCallback-1132-thread-2-processing-n:127.0.0.1:46507_solr) [n:127.0.0.1:46507_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 881078 INFO  (zkCallback-1133-thread-2-processing-n:127.0.0.1:46171_solr) [n:127.0.0.1:46171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 881078 INFO  (zkCallback-1131-thread-2-processing-n:127.0.0.1:38725_solr) [n:127.0.0.1:38725_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 881078 INFO  (zkCallback-1133-thread-1-processing-n:127.0.0.1:46171_solr) [n:127.0.0.1:46171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 881078 INFO  (zkCallback-1132-thread-3-processing-n:127.0.0.1:46507_solr) [n:127.0.0.1:46507_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 881078 INFO  (zkCallback-1129-thread-1-processing-n:127.0.0.1:36757_solr) [n:127.0.0.1:36757_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 881078 INFO  (zkCallback-1129-thread-2-processing-n:127.0.0.1:36757_solr) [n:127.0.0.1:36757_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 881078 INFO  (zkCallback-1131-thread-1-processing-n:127.0.0.1:38725_solr) [n:127.0.0.1:38725_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 881980 INFO  (qtp369911459-11272) [n:127.0.0.1:46507_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=4&name=addReplicaColl&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3472
   [junit4]   2> 881981 INFO  (qtp369911459-11278) [n:127.0.0.1:46507_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:36757_solr&action=ADDREPLICA&collection=addReplicaColl&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 881982 INFO  (OverseerCollectionConfigSetProcessor-98948202719477771-127.0.0.1:46507_solr-n_0000000000) [n:127.0.0.1:46507_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> 881983 INFO  (OverseerThreadFactory-3274-thread-2-processing-n:127.0.0.1:46507_solr) [n:127.0.0.1:46507_solr    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:36757_solr for creating new replica
   [junit4]   2> 881983 INFO  (OverseerStateUpdate-98948202719477771-127.0.0.1:46507_solr-n_0000000000) [n:127.0.0.1:46507_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"addReplicaColl_shard1_replica_n9",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36757/solr",
   [junit4]   2>   "node_name":"127.0.0.1:36757_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 882084 INFO  (zkCallback-1132-thread-2-processing-n:127.0.0.1:46507_solr) [n:127.0.0.1:46507_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 882084 INFO  (zkCallback-1129-thread-2-processing-n:127.0.0.1:36757_solr) [n:127.0.0.1:36757_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 882084 INFO  (zkCallback-1133-thread-1-processing-n:127.0.0.1:46171_solr) [n:127.0.0.1:46171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 882084 INFO  (zkCallback-1131-thread-1-processing-n:127.0.0.1:38725_solr) [n:127.0.0.1:38725_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 882084 INFO  (zkCallback-1133-thread-2-processing-n:127.0.0.1:46171_solr) [n:127.0.0.1:46171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 882084 INFO  (zkCallback-1129-thread-1-processing-n:127.0.0.1:36757_solr) [n:127.0.0.1:36757_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 882084 INFO  (zkCallback-1131-thread-2-processing-n:127.0.0.1:38725_solr) [n:127.0.0.1:38725_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 882084 INFO  (zkCallback-1132-thread-3-processing-n:127.0.0.1:46507_solr) [n:127.0.0.1:46507_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 882186 INFO  (qtp1470294219-11273) [n:127.0.0.1:36757_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node10&collection.configName=conf&name=addReplicaColl_shard1_replica_n9&action=CREATE&collection=addReplicaColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 882191 INFO  (qtp1470294219-11273) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 882195 INFO  (qtp1470294219-11273) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.s.IndexSchema [addReplicaColl_shard1_replica_n9] Schema name=minimal
   [junit4]   2> 882197 INFO  (qtp1470294219-11273) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 882197 INFO  (qtp1470294219-11273) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica_n9' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 882197 INFO  (qtp1470294219-11273) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.addReplicaColl.shard1.replica_n9' (registry 'solr.core.addReplicaColl.shard1.replica_n9') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e5afe75
   [junit4]   2> 882197 INFO  (qtp1470294219-11273) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 882198 INFO  (qtp1470294219-11273) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.c.SolrCore [[addReplicaColl_shard1_replica_n9] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A850E2D3057D2714-001/tempDir-001/node2/addReplicaColl_shard1_replica_n9], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A850E2D3057D2714-001/tempDir-001/node2/addReplicaColl_shard1_replica_n9/data/]
   [junit4]   2> 882249 INFO  (qtp1470294219-11273) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 882249 INFO  (qtp1470294219-11273) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 882250 INFO  (qtp1470294219-11273) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 882250 INFO  (qtp1470294219-11273) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 882251 INFO  (qtp1470294219-11273) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.s.SolrIndexSearcher Opening [Searcher@284fd483[addReplicaColl_shard1_replica_n9] main]
   [junit4]   2> 882251 INFO  (qtp1470294219-11273) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 882251 INFO  (qtp1470294219-11273) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 882252 INFO  (qtp1470294219-11273) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 882252 INFO  (searcherExecutor-3303-thread-1-processing-n:127.0.0.1:36757_solr x:addReplicaColl_shard1_replica_n9 s:shard1 c:addReplicaColl r:core_node10) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.c.SolrCore [addReplicaColl_shard1_replica_n9] Registered new searcher Searcher@284fd483[addReplicaColl_shard1_replica_n9] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 882252 INFO  (qtp1470294219-11273) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583171248234430464
   [junit4]   2> 882255 INFO  (qtp1470294219-11273) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.c.ZkController Core needs to recover:addReplicaColl_shard1_replica_n9
   [junit4]   2> 882255 INFO  (updateExecutor-1118-thread-1-processing-n:127.0.0.1:36757_solr x:addReplicaColl_shard1_replica_n9 s:shard1 c:addReplicaColl r:core_node10) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 882255 INFO  (recoveryExecutor-1119-thread-1-processing-n:127.0.0.1:36757_solr x:addReplicaColl_shard1_replica_n9 s:shard1 c:addReplicaColl r:core_node10) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 882256 INFO  (recoveryExecutor-1119-thread-1-processing-n:127.0.0.1:36757_solr x:addReplicaColl_shard1_replica_n9 s:shard1 c:addReplicaColl r:core_node10) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 882256 INFO  (recoveryExecutor-1119-thread-1-processing-n:127.0.0.1:36757_solr x:addReplicaColl_shard1_replica_n9 s:shard1 c:addReplicaColl r:core_node10) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[addReplicaColl_shard1_replica_n9]
   [junit4]   2> 882256 INFO  (recoveryExecutor-1119-thread-1-processing-n:127.0.0.1:36757_solr x:addReplicaColl_shard1_replica_n9 s:shard1 c:addReplicaColl r:core_node10) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 882256 INFO  (recoveryExecutor-1119-thread-1-processing-n:127.0.0.1:36757_solr x:addReplicaColl_shard1_replica_n9 s:shard1 c:addReplicaColl r:core_node10) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.c.RecoveryStrategy Publishing state of core [addReplicaColl_shard1_replica_n9] as recovering, leader is [http://127.0.0.1:46171/solr/addReplicaColl_shard1_replica_n2/] and I am [http://127.0.0.1:36757/solr/addReplicaColl_shard1_replica_n9/]
   [junit4]   2> 882258 INFO  (recoveryExecutor-1119-thread-1-processing-n:127.0.0.1:36757_solr x:addReplicaColl_shard1_replica_n9 s:shard1 c:addReplicaColl r:core_node10) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:46171/solr]; [WaitForState: action=PREPRECOVERY&core=addReplicaColl_shard1_replica_n2&nodeName=127.0.0.1:36757_solr&coreNodeName=core_node10&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 882258 INFO  (qtp1700583222-11284) [n:127.0.0.1:46171_solr    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node10, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 882259 INFO  (qtp1700583222-11284) [n:127.0.0.1:46171_solr    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=addReplicaColl, shard=shard1, thisCore=addReplicaColl_shard1_replica_n2, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:36757_solr, coreNodeName=core_node10, onlyIfActiveCheckResult=false, nodeProps: core_node10:{"core":"addReplicaColl_shard1_replica_n9","base_url":"http://127.0.0.1:36757/solr","state":"down","node_name":"127.0.0.1:36757_solr","type":"NRT"}
   [junit4]   2> 882264 INFO  (qtp1470294219-11273) [n:127.0.0.1:36757_solr c:addReplicaColl s:shard1 r:core_node10 x:addReplicaColl_shard1_replica_n9] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node10&collection.configName=conf&name=addReplicaColl_shard1_replica_n9&action=CREATE&collection=addReplicaColl&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=78
   [junit4]   2> 882265 INFO  (qtp369911459-11278) [n:127.0.0.1:46507_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:36757_solr&action=ADDREPLICA&collection=addReplicaColl&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=284
   [junit4]   2> 882266 INFO  (qtp369911459-11384) [n:127.0.0.1:46507_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=addReplicaColl&shard=shard1&type=NRT&wt=javabin&version=2&property.instanceDir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A850E2D3057D2714-001/tempDir-002 and sendToOCPQueue=true
   [junit4]   2> 882267 INFO  (OverseerCollectionConfigSetProcessor-98948202719477771-127.0.0.1:46507_solr-n_0000000000) [n:127.0.0.1:46507_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> 882267 INFO  (OverseerThreadFactory-3274-thread-3-processing-n:127.0.0.1:46507_solr) [n:127.0.0.1:46507_solr    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:46507_solr for creating new replica
   [junit4]   2> 882268 INFO  (OverseerStateUpdate-98948202719477771-127.0.0.1:46507_solr-n_0000000000) [n:127.0.0.1:46507_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"addReplicaColl_shard1_replica_n11",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46507/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46507_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 882369 INFO  (zkCallback-1131-thread-2-processing-n:127.0.0.1:38725_solr) [n:127.0.0.1:38725_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 882369 INFO  (zkCallback-1131-thread-1-processing-n:127.0.0.1:38725_solr) [n:127.0.0.1:38725_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 882369 INFO  (zkCallback-1129-thread-1-processing-n:127.0.0.1:36757_solr) [n:127.0.0.1:36757_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 882369 INFO  (zkCallback-1129-thread-2-processing-n:127.0.0.1:36757_solr) [n:127.0.0.1:36757_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 882369 INFO  (zkCallback-1133-thread-1-processing-n:127.0.0.1:46171_solr) [n:127.0.0.1:46171_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 882369 INFO  (zkCallback-1132-thread-3-processing-n:127.0.0.1:46507_solr) [n:127.0.0.1:46507_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occur

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

   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:46171_solr
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:357)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:357)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:879)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:749)
   [junit4]   2> 	at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:748)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.access$1000(ZkStateReader.java:72)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1154)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1149)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$0(SolrZkClient.java:262)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1006355 INFO  (jetty-closer-1112-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1ccf9cbb{/solr,null,UNAVAILABLE}
   [junit4]   2> 1006358 WARN  (zkCallback-1129-thread-1-processing-n:127.0.0.1:36757_solr) [n:127.0.0.1:36757_solr    ] o.a.s.c.ZkController Unable to register nodeLost path for 127.0.0.1:36757_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:36757_solr
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:357)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:357)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:879)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:749)
   [junit4]   2> 	at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:748)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.access$1000(ZkStateReader.java:72)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1154)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1149)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$0(SolrZkClient.java:262)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1006358 INFO  (jetty-closer-1112-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7da1f031{/solr,null,UNAVAILABLE}
   [junit4]   2> 1006358 ERROR (SUITE-CollectionsAPIDistributedZkTest-seed#[A850E2D3057D2714]-worker) [    ] 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> 1006359 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[A850E2D3057D2714]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43075 43075
   [junit4]   2> 1017158 INFO  (Thread-4818) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43075 43075
   [junit4]   2> 1017159 WARN  (Thread-4818) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	24	/solr/aliases.json
   [junit4]   2> 	24	/solr/clusterprops.json
   [junit4]   2> 	22	/solr/configs/conf
   [junit4]   2> 	5	/solr/configs/conf2
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	40	/solr/collections/addReplicaColl/state.json
   [junit4]   2> 	37	/solr/collections/reloaded_collection/state.json
   [junit4]   2> 	32	/solr/collections/nodes_used_collection/state.json
   [junit4]   2> 	25	/solr/collections/awhollynewcollection_0/state.json
   [junit4]   2> 	24	/solr/clusterstate.json
   [junit4]   2> 	16	/solr/collections/halfdeletedcollection/state.json
   [junit4]   2> 	15	/solr/collections/acollectionafterbaddelete/state.json
   [junit4]   2> 	13	/solr/collections/onlyinzk/state.json
   [junit4]   2> 	5	/solr/collections/created_and_deleted/state.json
   [junit4]   2> 	5	/solr/collections/halfcollectionblocker2/state.json
   [junit4]   2> 	5	/solr/collections/withconfigset2/state.json
   [junit4]   2> 	4	/solr/collections/halfcollectionblocker/state.json
   [junit4]   2> 	4	/solr/collections/halfcollection/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/98948202719477771-127.0.0.1:46507_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	341	/solr/collections
   [junit4]   2> 	24	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_A850E2D3057D2714-001
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=RandomSimilarity(queryNorm=false): {}, locale=nl-BE, timezone=Etc/GMT+2
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=67933360,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSetImmutable, SolrIndexMetricsTest, DOMUtilTest, TestCustomDocTransformer, TestDeleteCollectionOnDownNodes, ConvertedLegacyTest, TestAtomicUpdateErrorCases, SpellCheckCollatorWithCollapseTest, TestXmlQParserPlugin, TestSubQueryTransformerCrossCore, TestRandomCollapseQParserPlugin, DistributedIntervalFacetingTest, ChaosMonkeySafeLeaderWithPullReplicasTest, TestDocSet, MoreLikeThisHandlerTest, TestReplicaProperties, TestSimpleTrackingShardHandler, CollectionTooManyReplicasTest, SolrRequestParserTest, TestFieldCollectionResource, HdfsNNFailoverTest, TestExclusionRuleCollectionAccess, ExplicitHLLTest, TestFastWriter, CachingDirectoryFactoryTest, HdfsChaosMonkeyNothingIsSafeTest, TestRecoveryHdfs, DeleteLastCustomShardedReplicaTest, TestManagedSynonymGraphFilterFactory, TestFieldCacheSortRandom, TestLuceneMatchVersion, BJQParserTest, TestRuleBasedAuthorizationPlugin, TestCollationField, ZkSolrClientTest, TestUniqueKeyFieldResource, SolrMetricsIntegrationTest, ShufflingReplicaListTransformerTest, SearchHandlerTest, TestNestedDocsSort, TestSolrCloudSnapshots, SOLR749Test, HighlighterConfigTest, TestRandomFlRTGCloud, SearchRateTriggerTest, TestGraphTermsQParserPlugin, BinaryUpdateRequestHandlerTest, TestStressLucene, SampleTest, DistributedFacetPivotSmallAdvancedTest, OutputWriterTest, TestFastLRUCache, TestPerFieldSimilarityWithDefaultOverride, ClusterStateUpdateTest, PolyFieldTest, HttpPartitionTest, TestSchemaManager, OverriddenZkACLAndCredentialsProvidersTest, TestNamedUpdateProcessors, AtomicUpdateProcessorFactoryTest, TestImplicitCoreProperties, HLLUtilTest, DirectoryFactoryTest, MultiThreadedOCPTest, BlockJoinFacetSimpleTest, AssignTest, DocValuesMultiTest, TestCollationFieldDocValues, TestSolrQueryResponse, PreAnalyzedFieldManagedSchemaCloudTest, SuggesterTSTTest, NumericFieldsTest, TestCollapseQParserPlugin, TestBulkSchemaConcurrent, SignatureUpdateProcessorFactoryTest, TestImpersonationWithHadoopAuth, CdcrUpdateLogTest, CdcrBootstrapTest, TestPerFieldSimilarity, TestSolrCloudWithKerberosAlt, ShowFileRequestHandlerTest, LukeRequestHandlerTest, TestClassicSimilarityFactory, TestSlowCompositeReaderWrapper, TestLeaderElectionZkExpiry, PingRequestHandlerTest, SolrCoreMetricManagerTest, SuggestComponentTest, CircularListTest, TestMultiWordSynonyms, CollectionsAPIDistributedZkTest]
   [junit4] Completed [299/747 (1!)] on J1 in 139.43s, 19 tests, 1 error <<< FAILURES!

[...truncated 48778 lines...]

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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/743/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testZipFDistribution

Error Message:
Zipf distribution not descending!!!

Stack Trace:
java.lang.Exception: Zipf distribution not descending!!!
	at __randomizedtesting.SeedInfo.seed([8F996BE6A934FB4B:AB2C06C2BE9CF363]:0)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testZipFDistribution(StreamExpressionTest.java:6574)
	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.ShardSplitTest.testSplitWithChaosMonkey

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

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




Build Log:
[...truncated 13950 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/init-core-data-001
   [junit4]   2> 1167776 INFO  (SUITE-ShardSplitTest-seed#[2D11E97B2CAFA8DC]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1167777 INFO  (SUITE-ShardSplitTest-seed#[2D11E97B2CAFA8DC]-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> 1167777 INFO  (SUITE-ShardSplitTest-seed#[2D11E97B2CAFA8DC]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1167777 INFO  (SUITE-ShardSplitTest-seed#[2D11E97B2CAFA8DC]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /q_za/wg
   [junit4]   2> 1167780 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1167780 INFO  (Thread-10367) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1167780 INFO  (Thread-10367) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1167782 ERROR (Thread-10367) [    ] 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> 1167880 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.ZkTestServer start zk server on port:37141
   [junit4]   2> 1167886 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1167886 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1167887 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1167887 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1167887 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1167888 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1167888 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1167888 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1167889 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1167889 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1167895 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1167895 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly asked otherwise
   [junit4]   2> 1167950 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1167950 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3583fbf2{/q_za/wg,null,AVAILABLE}
   [junit4]   2> 1167950 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6e7563de{HTTP/1.1,[http/1.1]}{127.0.0.1:46029}
   [junit4]   2> 1167951 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.e.j.s.Server Started @1169811ms
   [junit4]   2> 1167951 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/tempDir-001/control/data, hostContext=/q_za/wg, hostPort=46029, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/control-001/cores}
   [junit4]   2> 1167951 ERROR (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1167951 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 1167951 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1167951 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1167951 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-04T17:21:48.341Z
   [junit4]   2> 1167952 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 0x15f880d848b0002, 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> 1167952 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1167952 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/control-001/solr.xml
   [junit4]   2> 1167954 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1167954 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1167955 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@715cbf2d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1167957 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37141/solr
   [junit4]   2> 1167958 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 0x15f880d848b0003, 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> 1167978 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1167978 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46029_q_za%2Fwg
   [junit4]   2> 1167979 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.c.Overseer Overseer (id=98947308465094660-127.0.0.1:46029_q_za%2Fwg-n_0000000000) starting
   [junit4]   2> 1167981 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46029_q_za%2Fwg
   [junit4]   2> 1167981 INFO  (zkCallback-1587-thread-1-processing-n:127.0.0.1:46029_q_za%2Fwg) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1168015 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@715cbf2d
   [junit4]   2> 1168020 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@715cbf2d
   [junit4]   2> 1168020 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@715cbf2d
   [junit4]   2> 1168021 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/control-001/cores
   [junit4]   2> 1168031 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1168031 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37141/solr ready
   [junit4]   2> 1168032 INFO  (qtp987333617-17470) [n:127.0.0.1:46029_q_za%2Fwg    ] 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:46029_q_za%252Fwg&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1168033 INFO  (OverseerThreadFactory-3806-thread-1-processing-n:127.0.0.1:46029_q_za%2Fwg) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1168137 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg    ] 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> 1168137 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1168241 INFO  (zkCallback-1587-thread-1-processing-n:127.0.0.1:46029_q_za%2Fwg) [n:127.0.0.1:46029_q_za%2Fwg    ] 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> 1169160 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1169167 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg 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> 1169212 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg 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> 1169218 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg 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> 1169218 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg 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@715cbf2d
   [junit4]   2> 1169218 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1169218 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1169220 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@12ed138c
   [junit4]   2> 1169232 WARN  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg 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> 1169253 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg 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> 1169253 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg 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> 1169253 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1169253 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1169254 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1805135024, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1169254 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ba973a7[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1169255 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1169255 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg 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> 1169256 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1169256 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg 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 1583156936988164096
   [junit4]   2> 1169256 INFO  (searcherExecutor-3809-thread-1-processing-n:127.0.0.1:46029_q_za%2Fwg x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:46029_q_za%2Fwg 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@5ba973a7[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1169258 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1169258 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg 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> 1169258 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:46029/q_za/wg/control_collection_shard1_replica_n1/
   [junit4]   2> 1169258 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg 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> 1169258 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:46029/q_za/wg/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1169258 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg 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> 1169259 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg 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:46029/q_za/wg/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1169360 INFO  (zkCallback-1587-thread-2-processing-n:127.0.0.1:46029_q_za%2Fwg) [n:127.0.0.1:46029_q_za%2Fwg    ] 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> 1169409 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg 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> 1169411 INFO  (qtp987333617-17472) [n:127.0.0.1:46029_q_za%2Fwg 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=1274
   [junit4]   2> 1169414 INFO  (qtp987333617-17470) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1169512 INFO  (zkCallback-1587-thread-2-processing-n:127.0.0.1:46029_q_za%2Fwg) [n:127.0.0.1:46029_q_za%2Fwg    ] 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> 1170035 INFO  (OverseerCollectionConfigSetProcessor-98947308465094660-127.0.0.1:46029_q_za%2Fwg-n_0000000000) [n:127.0.0.1:46029_q_za%2Fwg    ] 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> 1170414 INFO  (qtp987333617-17470) [n:127.0.0.1:46029_q_za%2Fwg    ] 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:46029_q_za%252Fwg&wt=javabin&version=2} status=0 QTime=2382
   [junit4]   2> 1170417 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1170418 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37141/solr ready
   [junit4]   2> 1170418 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1170418 INFO  (qtp987333617-17470) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1170419 INFO  (OverseerThreadFactory-3806-thread-2-processing-n:127.0.0.1:46029_q_za%2Fwg) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1170419 WARN  (OverseerThreadFactory-3806-thread-2-processing-n:127.0.0.1:46029_q_za%2Fwg) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1170621 INFO  (qtp987333617-17470) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1170621 INFO  (qtp987333617-17470) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=202
   [junit4]   2> 1170672 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/shard-1-001 of type TLOG
   [junit4]   2> 1170673 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1170673 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b3e71bf{/q_za/wg,null,AVAILABLE}
   [junit4]   2> 1170674 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@21809638{HTTP/1.1,[http/1.1]}{127.0.0.1:42651}
   [junit4]   2> 1170674 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.e.j.s.Server Started @1172534ms
   [junit4]   2> 1170674 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/tempDir-001/jetty1, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/q_za/wg, hostPort=42651, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/shard-1-001/cores}
   [junit4]   2> 1170674 ERROR (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1170674 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 1170674 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1170674 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1170674 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-04T17:21:51.064Z
   [junit4]   2> 1170676 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1170676 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/shard-1-001/solr.xml
   [junit4]   2> 1170678 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1170678 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1170679 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@715cbf2d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1170681 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37141/solr
   [junit4]   2> 1170685 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:42651_q_za%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1170686 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:42651_q_za%2Fwg    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1170687 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:42651_q_za%2Fwg    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42651_q_za%2Fwg
   [junit4]   2> 1170687 INFO  (zkCallback-1587-thread-2-processing-n:127.0.0.1:46029_q_za%2Fwg) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1170687 INFO  (zkCallback-1595-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1170688 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:42651_q_za%2Fwg) [n:127.0.0.1:42651_q_za%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1170733 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:42651_q_za%2Fwg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@715cbf2d
   [junit4]   2> 1170739 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:42651_q_za%2Fwg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@715cbf2d
   [junit4]   2> 1170739 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:42651_q_za%2Fwg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@715cbf2d
   [junit4]   2> 1170740 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:42651_q_za%2Fwg    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/shard-1-001/cores
   [junit4]   2> 1170764 INFO  (qtp1721355850-17517) [n:127.0.0.1:42651_q_za%2Fwg    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:42651_q_za%252Fwg&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1170765 INFO  (OverseerCollectionConfigSetProcessor-98947308465094660-127.0.0.1:46029_q_za%2Fwg-n_0000000000) [n:127.0.0.1:46029_q_za%2Fwg    ] 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> 1170765 INFO  (OverseerThreadFactory-3806-thread-3-processing-n:127.0.0.1:46029_q_za%2Fwg) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:42651_q_za%2Fwg for creating new replica
   [junit4]   2> 1170766 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1170767 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1171774 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1171780 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema [collection1_shard2_replica_t41] Schema name=test
   [junit4]   2> 1171829 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1171836 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t41' using configuration from collection collection1, trusted=true
   [junit4]   2> 1171837 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t41' (registry 'solr.core.collection1.shard2.replica_t41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@715cbf2d
   [junit4]   2> 1171837 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1171837 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore [[collection1_shard2_replica_t41] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/shard-1-001/cores/collection1_shard2_replica_t41], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
   [junit4]   2> 1171840 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@42094c66
   [junit4]   2> 1171854 WARN  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1171890 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1171890 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1171891 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1171891 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1171892 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1805135024, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1171893 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.SolrIndexSearcher Opening [Searcher@381b3a45[collection1_shard2_replica_t41] main]
   [junit4]   2> 1171894 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1171894 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1171895 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1171896 INFO  (searcherExecutor-3820-thread-1-processing-n:127.0.0.1:42651_q_za%2Fwg x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SolrCore [collection1_shard2_replica_t41] Registered new searcher Searcher@381b3a45[collection1_shard2_replica_t41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1171896 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583156939756404736
   [junit4]   2> 1171899 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1171899 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1171899 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42651/q_za/wg/collection1_shard2_replica_t41/
   [junit4]   2> 1171900 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1171900 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy http://127.0.0.1:42651/q_za/wg/collection1_shard2_replica_t41/ has no replicas
   [junit4]   2> 1171900 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1171900 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController collection1_shard2_replica_t41 stopping background replication from leader
   [junit4]   2> 1171904 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42651/q_za/wg/collection1_shard2_replica_t41/ shard2
   [junit4]   2> 1172055 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1172056 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1289
   [junit4]   2> 1172057 INFO  (qtp1721355850-17517) [n:127.0.0.1:42651_q_za%2Fwg    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:42651_q_za%252Fwg&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2} status=0 QTime=1293
   [junit4]   2> 1172113 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/shard-2-001 of type TLOG
   [junit4]   2> 1172114 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1172114 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a4571a7{/q_za/wg,null,AVAILABLE}
   [junit4]   2> 1172114 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@47b0b91{HTTP/1.1,[http/1.1]}{127.0.0.1:33603}
   [junit4]   2> 1172115 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.e.j.s.Server Started @1173975ms
   [junit4]   2> 1172115 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/tempDir-001/jetty2, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/q_za/wg, hostPort=33603, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/shard-2-001/cores}
   [junit4]   2> 1172115 ERROR (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1172115 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 1172115 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1172115 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1172116 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-04T17:21:52.505Z
   [junit4]   2> 1172117 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1172117 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/shard-2-001/solr.xml
   [junit4]   2> 1172119 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1172119 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1172120 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@715cbf2d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1172122 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37141/solr
   [junit4]   2> 1172126 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:33603_q_za%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1172126 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:33603_q_za%2Fwg    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1172127 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:33603_q_za%2Fwg    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33603_q_za%2Fwg
   [junit4]   2> 1172128 INFO  (zkCallback-1595-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1172128 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:42651_q_za%2Fwg) [n:127.0.0.1:42651_q_za%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1172128 INFO  (zkCallback-1587-thread-2-processing-n:127.0.0.1:46029_q_za%2Fwg) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1172128 INFO  (zkCallback-1606-thread-1-processing-n:127.0.0.1:33603_q_za%2Fwg) [n:127.0.0.1:33603_q_za%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1172213 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:33603_q_za%2Fwg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@715cbf2d
   [junit4]   2> 1172219 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:33603_q_za%2Fwg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@715cbf2d
   [junit4]   2> 1172220 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:33603_q_za%2Fwg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@715cbf2d
   [junit4]   2> 1172221 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:33603_q_za%2Fwg    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/shard-2-001/cores
   [junit4]   2> 1172241 INFO  (qtp1721355850-17518) [n:127.0.0.1:42651_q_za%2Fwg    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:33603_q_za%252Fwg&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1172242 INFO  (OverseerCollectionConfigSetProcessor-98947308465094660-127.0.0.1:46029_q_za%2Fwg-n_0000000000) [n:127.0.0.1:46029_q_za%2Fwg    ] 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> 1172242 INFO  (OverseerThreadFactory-3806-thread-4-processing-n:127.0.0.1:46029_q_za%2Fwg) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:33603_q_za%2Fwg for creating new replica
   [junit4]   2> 1172243 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1172243 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1173253 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1173263 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema [collection1_shard1_replica_t43] Schema name=test
   [junit4]   2> 1173313 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1173319 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t43' using configuration from collection collection1, trusted=true
   [junit4]   2> 1173319 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_t43' (registry 'solr.core.collection1.shard1.replica_t43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@715cbf2d
   [junit4]   2> 1173319 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1173319 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore [[collection1_shard1_replica_t43] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/shard-2-001/cores/collection1_shard1_replica_t43], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
   [junit4]   2> 1173321 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@3d8c5f05
   [junit4]   2> 1173333 WARN  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1173359 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1173360 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1173360 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1173360 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1173361 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1805135024, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1173361 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d88eb03[collection1_shard1_replica_t43] main]
   [junit4]   2> 1173362 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1173362 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1173363 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1173363 INFO  (searcherExecutor-3831-thread-1-processing-n:127.0.0.1:33603_q_za%2Fwg x:collection1_shard1_replica_t43 s:shard1 c:collection1) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SolrCore [collection1_shard1_replica_t43] Registered new searcher Searcher@1d88eb03[collection1_shard1_replica_t43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1173363 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583156941294665728
   [junit4]   2> 1173366 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1173366 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1173366 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33603/q_za/wg/collection1_shard1_replica_t43/
   [junit4]   2> 1173366 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1173366 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy http://127.0.0.1:33603/q_za/wg/collection1_shard1_replica_t43/ has no replicas
   [junit4]   2> 1173366 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1173366 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController collection1_shard1_replica_t43 stopping background replication from leader
   [junit4]   2> 1173367 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:33603/q_za/wg/collection1_shard1_replica_t43/ shard1
   [junit4]   2> 1173517 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1173518 INFO  (qtp1858366613-17546) [n:127.0.0.1:33603_q_za%2Fwg c:collection1 s:shard1  x:collection1_shard1_replica_t43] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1275
   [junit4]   2> 1173519 INFO  (qtp1721355850-17518) [n:127.0.0.1:42651_q_za%2Fwg    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:33603_q_za%252Fwg&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2} status=0 QTime=1278
   [junit4]   2> 1173608 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/shard-3-001 of type TLOG
   [junit4]   2> 1173609 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1173609 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@29beedb{/q_za/wg,null,AVAILABLE}
   [junit4]   2> 1173609 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4dc011d1{HTTP/1.1,[http/1.1]}{127.0.0.1:38537}
   [junit4]   2> 1173610 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.e.j.s.Server Started @1175470ms
   [junit4]   2> 1173610 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/tempDir-001/jetty3, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/q_za/wg, hostPort=38537, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/shard-3-001/cores}
   [junit4]   2> 1173610 ERROR (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1173610 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 1173610 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1173610 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1173610 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-04T17:21:54Z
   [junit4]   2> 1173612 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1173612 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/shard-3-001/solr.xml
   [junit4]   2> 1173614 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1173614 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1173614 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@715cbf2d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1173616 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37141/solr
   [junit4]   2> 1173620 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:38537_q_za%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1173621 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:38537_q_za%2Fwg    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1173622 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:38537_q_za%2Fwg    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38537_q_za%2Fwg
   [junit4]   2> 1173622 INFO  (zkCallback-1587-thread-2-processing-n:127.0.0.1:46029_q_za%2Fwg) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1173622 INFO  (zkCallback-1606-thread-1-processing-n:127.0.0.1:33603_q_za%2Fwg) [n:127.0.0.1:33603_q_za%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1173623 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:42651_q_za%2Fwg) [n:127.0.0.1:42651_q_za%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1173623 INFO  (zkCallback-1612-thread-1-processing-n:127.0.0.1:38537_q_za%2Fwg) [n:127.0.0.1:38537_q_za%2Fwg    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1173623 INFO  (zkCallback-1595-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1173672 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:38537_q_za%2Fwg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@715cbf2d
   [junit4]   2> 1173678 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:38537_q_za%2Fwg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@715cbf2d
   [junit4]   2> 1173679 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:38537_q_za%2Fwg    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@715cbf2d
   [junit4]   2> 1173680 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [n:127.0.0.1:38537_q_za%2Fwg    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/shard-3-001/cores
   [junit4]   2> 1173705 INFO  (qtp1858366613-17548) [n:127.0.0.1:33603_q_za%2Fwg    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:38537_q_za%252Fwg&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1173706 INFO  (OverseerCollectionConfigSetProcessor-98947308465094660-127.0.0.1:46029_q_za%2Fwg-n_0000000000) [n:127.0.0.1:46029_q_za%2Fwg    ] 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> 1173706 INFO  (OverseerThreadFactory-3806-thread-5-processing-n:127.0.0.1:46029_q_za%2Fwg) [n:127.0.0.1:46029_q_za%2Fwg    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:38537_q_za%2Fwg for creating new replica
   [junit4]   2> 1173707 INFO  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1173708 INFO  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1174743 INFO  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1174750 INFO  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema [collection1_shard2_replica_t45] Schema name=test
   [junit4]   2> 1174811 INFO  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1174817 INFO  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t45' using configuration from collection collection1, trusted=true
   [junit4]   2> 1174817 INFO  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_t45' (registry 'solr.core.collection1.shard2.replica_t45') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@715cbf2d
   [junit4]   2> 1174817 INFO  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1174817 INFO  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore [[collection1_shard2_replica_t45] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/shard-3-001/cores/collection1_shard2_replica_t45], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/shard-3-001/cores/collection1_shard2_replica_t45/data/]
   [junit4]   2> 1174820 INFO  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@79313aa9
   [junit4]   2> 1174953 WARN  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1174989 INFO  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1174989 INFO  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1174990 INFO  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1174990 INFO  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1174991 INFO  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1805135024, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1174991 INFO  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.SolrIndexSearcher Opening [Searcher@2ea7b512[collection1_shard2_replica_t45] main]
   [junit4]   2> 1174992 INFO  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1174992 INFO  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1174993 INFO  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1174993 INFO  (searcherExecutor-3842-thread-1-processing-n:127.0.0.1:38537_q_za%2Fwg x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.SolrCore [collection1_shard2_replica_t45] Registered new searcher Searcher@2ea7b512[collection1_shard2_replica_t45] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1174993 INFO  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583156943003844608
   [junit4]   2> 1174997 INFO  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.c.ZkController Core needs to recover:collection1_shard2_replica_t45
   [junit4]   2> 1174997 INFO  (updateExecutor-1609-thread-1-processing-n:127.0.0.1:38537_q_za%2Fwg x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1174997 INFO  (recoveryExecutor-1610-thread-1-processing-n:127.0.0.1:38537_q_za%2Fwg x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1174997 INFO  (recoveryExecutor-1610-thread-1-processing-n:127.0.0.1:38537_q_za%2Fwg x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 1174998 INFO  (recoveryExecutor-1610-thread-1-processing-n:127.0.0.1:38537_q_za%2Fwg x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.ZkController collection1_shard2_replica_t45 stopping background replication from leader
   [junit4]   2> 1174998 INFO  (recoveryExecutor-1610-thread-1-processing-n:127.0.0.1:38537_q_za%2Fwg x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard2_replica_t45]
   [junit4]   2> 1174998 INFO  (qtp890195423-17575) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2  x:collection1_shard2_replica_t45] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1290
   [junit4]   2> 1174998 INFO  (recoveryExecutor-1610-thread-1-processing-n:127.0.0.1:38537_q_za%2Fwg x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1174998 INFO  (recoveryExecutor-1610-thread-1-processing-n:127.0.0.1:38537_q_za%2Fwg x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard2_replica_t45] as recovering, leader is [http://127.0.0.1:42651/q_za/wg/collection1_shard2_replica_t41/] and I am [http://127.0.0.1:38537/q_za/wg/collection1_shard2_replica_t45/]
   [junit4]   2> 1174998 INFO  (qtp1858366613-17548) [n:127.0.0.1:33603_q_za%2Fwg    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:38537_q_za%252Fwg&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2} status=0 QTime=1293
   [junit4]   2> 1174999 INFO  (recoveryExecutor-1610-thread-1-processing-n:127.0.0.1:38537_q_za%2Fwg x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:38537_q_za%2Fwg c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:42651/q_za/wg]; [WaitForState: action=PREPRECOVERY&core=collection1_shard2_replica_t41&nodeName=127.0.0.1:38537_q_za%252Fwg&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1174999 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg    ] 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> 1175000 INFO  (qtp1721355850-17519) [n:127.0.0.1:42651_q_za%2Fwg    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1_shard2_replica_t41, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:38537_q_za%2Fwg, coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: core_node46:{"core":"collection1_shard2_replica_t45","base_url":"http://127.0.0.1:38537/q_za/wg","node_name":"127.0.0.1:38537_q_za%2Fwg","state":"down","type":"TLOG"}
   [junit4]   2> 1175049 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/shard-4-001 of type TLOG
   [junit4]   2> 1175050 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1175050 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@657071c{/q_za/wg,null,AVAILABLE}
   [junit4]   2> 1175051 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@36d50ab9{HTTP/1.1,[http/1.1]}{127.0.0.1:43685}
   [junit4]   2> 1175051 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.e.j.s.Server Started @1176911ms
   [junit4]   2> 1175051 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/tempDir-001/jetty4, replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/q_za/wg, hostPort=43685, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ShardSplitTest_2D11E97B2CAFA8DC-001/shard-4-001/cores}
   [junit4]   2> 1175051 ERROR (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1175052 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 1175052 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1175052 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1175052 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[2D11E97B2CAFA8DC]) [    ] o.a.s.s.SolrDispat

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

277d0
   [junit4]   2> 130359 INFO  (jetty-closer-92-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:40437_solr
   [junit4]   2> 130359 INFO  (jetty-closer-92-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 130359 INFO  (zkCallback-1673-thread-1-processing-n:127.0.0.1:44109_solr x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:44109_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 130359 INFO  (zkCallback-110-thread-3-processing-n:127.0.0.1:40437_solr) [n:127.0.0.1:40437_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 130360 INFO  (zkCallback-112-thread-3-processing-n:127.0.0.1:44109_solr) [n:127.0.0.1:44109_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 130360 INFO  (coreCloseExecutor-716-thread-1) [n:127.0.0.1:44109_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=1669273463
   [junit4]   2> 130360 INFO  (zkCallback-111-thread-3-processing-n:127.0.0.1:35867_solr) [n:127.0.0.1:35867_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 130360 INFO  (jetty-closer-92-thread-2) [    ] o.a.s.c.Overseer Overseer (id=98947426221293577-127.0.0.1:40437_solr-n_0000000000) closing
   [junit4]   2> 130361 INFO  (OverseerStateUpdate-98947426221293577-127.0.0.1:40437_solr-n_0000000000) [n:127.0.0.1:40437_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40437_solr
   [junit4]   2> 130363 INFO  (coreCloseExecutor-717-thread-1) [n:127.0.0.1:35867_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard2.leader, tag=408710654
   [junit4]   2> 130365 WARN  (OverseerAutoScalingTriggerThread-98947426221293577-127.0.0.1:40437_solr-n_0000000000) [n:127.0.0.1:40437_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 130366 INFO  (zkCallback-112-thread-3-processing-n:127.0.0.1:44109_solr) [n:127.0.0.1:44109_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44109_solr
   [junit4]   2> 130367 INFO  (jetty-closer-92-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6b4557f2{/solr,null,UNAVAILABLE}
   [junit4]   2> 130368 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 0x15f8828ef5c000a, 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> 131868 INFO  (jetty-closer-92-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2c37b06d{/solr,null,UNAVAILABLE}
   [junit4]   2> 131868 INFO  (jetty-closer-92-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4a605cb0{/solr,null,UNAVAILABLE}
   [junit4]   2> 131869 ERROR (SUITE-StreamExpressionTest-seed#[8F996BE6A934FB4B]-worker) [    ] 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> 131870 INFO  (SUITE-StreamExpressionTest-seed#[8F996BE6A934FB4B]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33203 33203
   [junit4]   2> 132153 INFO  (Thread-367) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33203 33203
   [junit4]   2> 132155 WARN  (Thread-367) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	100	/solr/aliases.json
   [junit4]   2> 	100	/solr/clusterprops.json
   [junit4]   2> 	12	/solr/configs/conf
   [junit4]   2> 	6	/solr/configs/ml
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	100	/solr/clusterstate.json
   [junit4]   2> 	40	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	28	/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2> 	20	/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2> 	12	/solr/collections/collection1/state.json
   [junit4]   2> 	10	/solr/collections/mainCorpus1/state.json
   [junit4]   2> 	10	/solr/collections/destination/state.json
   [junit4]   2> 	10	/solr/collections/destination1/state.json
   [junit4]   2> 	10	/solr/collections/workQueue1/state.json
   [junit4]   2> 	10	/solr/collections/workQueue/state.json
   [junit4]   2> 	10	/solr/collections/uknownCollection/state.json
   [junit4]   2> 	10	/solr/collections/modelCollection/state.json
   [junit4]   2> 	10	/solr/collections/checkpointCollection/state.json
   [junit4]   2> 	10	/solr/collections/mainCorpus/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	100	/solr/live_nodes
   [junit4]   2> 	100	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_8F996BE6A934FB4B-001
   [junit4]   2> Nov 04, 2017 5:53:35 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {name_s=Lucene50(blocksize=128), expr_s=PostingsFormat(name=Memory), terms_ss=PostingsFormat(name=LuceneVarGapDocFreqInterval), join2_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), field_s=PostingsFormat(name=MockRandom), multiDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), subject=PostingsFormat(name=LuceneVarGapDocFreqInterval), a1_s=PostingsFormat(name=MockRandom), a2_s=PostingsFormat(name=Memory), level1_s=PostingsFormat(name=Memory), body_t=Lucene50(blocksize=128), s_multi=PostingsFormat(name=Memory), col_s=PostingsFormat(name=MockRandom), a_ss=PostingsFormat(name=LuceneVarGapDocFreqInterval), level2_s=PostingsFormat(name=MockRandom), a_s=PostingsFormat(name=Memory), tv_text=PostingsFormat(name=MockRandom), term_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), text_s=PostingsFormat(name=Memory), id=Lucene50(blocksize=128), text=PostingsFormat(name=Memory), featureSet_s=PostingsFormat(name=MockRandom), checkpoint_ss=Lucene50(blocksize=128), test_t=Lucene50(blocksize=128), ident_s=PostingsFormat(name=MockRandom), whitetok=Lucene50(blocksize=128), side_s=Lucene50(blocksize=128)}, docValues:{name_s=DocValuesFormat(name=Lucene70), expr_s=DocValuesFormat(name=Memory), iteration_i=DocValuesFormat(name=Lucene70), terms_ss=DocValuesFormat(name=Direct), join2_s=DocValuesFormat(name=Direct), multiDefault=DocValuesFormat(name=Direct), intDefault=DocValuesFormat(name=Lucene70), a_f=DocValuesFormat(name=Lucene70), a2_s=DocValuesFormat(name=Memory), falseNegative_i=DocValuesFormat(name=Lucene70), a_i=DocValuesFormat(name=Lucene70), level1_s=DocValuesFormat(name=Memory), a_s=DocValuesFormat(name=Memory), id=DocValuesFormat(name=Lucene70), alpha_d=DocValuesFormat(name=Lucene70), i_multi=DocValuesFormat(name=Lucene70), idf_d=DocValuesFormat(name=Lucene70), b_ls=DocValuesFormat(name=Lucene70), checkpoint_ss=DocValuesFormat(name=Lucene70), ident_s=DocValuesFormat(name=Lucene70), order_i=DocValuesFormat(name=Direct), error_d=DocValuesFormat(name=Memory), side_s=DocValuesFormat(name=Lucene70), truePositive_i=DocValuesFormat(name=Memory), miles_i=DocValuesFormat(name=Lucene70), field_s=DocValuesFormat(name=Lucene70), price_f=DocValuesFormat(name=Direct), a1_s=DocValuesFormat(name=Lucene70), join1_i=DocValuesFormat(name=Memory), join3_i=DocValuesFormat(name=Lucene70), test_i=DocValuesFormat(name=Direct), falsePositive_i=DocValuesFormat(name=Lucene70), field_i=DocValuesFormat(name=Direct), s_multi=DocValuesFormat(name=Memory), col_s=DocValuesFormat(name=Lucene70), a_ss=DocValuesFormat(name=Direct), level2_s=DocValuesFormat(name=Lucene70), score_f=DocValuesFormat(name=Memory), term_s=DocValuesFormat(name=Direct), text_s=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Direct), idfs_ds=DocValuesFormat(name=Direct), featureSet_s=DocValuesFormat(name=Lucene70), weights_ds=DocValuesFormat(name=Lucene70), trueNegative_i=DocValuesFormat(name=Memory), index_i=DocValuesFormat(name=Lucene70), test_dt=DocValuesFormat(name=Memory), out_i=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1453, maxMBSortInHeap=5.473275800303455, sim=RandomSimilarity(queryNorm=false): {}, locale=es-BO, timezone=Europe/Busingen
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=360816720,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestClusteringResponse, LargeVolumeEmbeddedTest, ShardParamsTest, AndEvaluatorTest, HyperbolicTangentEvaluatorTest, UsingSolrJRefGuideExamplesTest, RawValueEvaluatorTest, StreamExpressionParserTest, TestToleratedUpdateError, TestXMLEscaping, TestEmbeddedSolrServer, SchemaTest, StreamExpressionTest]
   [junit4] Completed [138/146 (1!)] on J0 in 111.07s, 130 tests, 1 error <<< FAILURES!

[...truncated 46367 lines...]

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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/742/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseG1GC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) Thread[id=12536, name=searcherExecutor-4031-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=12536, name=searcherExecutor-4031-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([68C74E41E088A5C0]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=12536, name=searcherExecutor-4031-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=12536, name=searcherExecutor-4031-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([68C74E41E088A5C0]:0)


FAILED:  org.apache.solr.core.TestLazyCores.testNoCommit

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([68C74E41E088A5C0:B7A7EF902BAFC665]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:885)
	at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
	at org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
	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)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound='10']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int><lst name="params"><str name="q">*:*</str></lst></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=*:*
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
	... 41 more




Build Log:
[...truncated 12678 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> 1502032 INFO  (SUITE-TestLazyCores-seed#[68C74E41E088A5C0]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/init-core-data-001
   [junit4]   2> 1502033 WARN  (SUITE-TestLazyCores-seed#[68C74E41E088A5C0]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1502033 INFO  (SUITE-TestLazyCores-seed#[68C74E41E088A5C0]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1502034 INFO  (SUITE-TestLazyCores-seed#[68C74E41E088A5C0]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1502035 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLazySearch
   [junit4]   2> 1502044 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/solr.xml
   [junit4]   2> 1502047 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1502048 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1502048 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1502078 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
   [junit4]   2> 1502085 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
   [junit4]   2> 1502086 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
   [junit4]   2> 1502089 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1502096 INFO  (coreLoadExecutor-3974-thread-2) [    x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1502099 INFO  (coreLoadExecutor-3974-thread-3) [    x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1502131 INFO  (coreLoadExecutor-3974-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1502132 INFO  (coreLoadExecutor-3974-thread-2) [    x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1502134 INFO  (coreLoadExecutor-3974-thread-2) [    x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1502134 INFO  (coreLoadExecutor-3974-thread-2) [    x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/./collection2, trusted=true
   [junit4]   2> 1502135 INFO  (coreLoadExecutor-3974-thread-2) [    x:collection2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry 'solr.core.collection2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
   [junit4]   2> 1502135 INFO  (coreLoadExecutor-3974-thread-2) [    x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1502135 INFO  (coreLoadExecutor-3974-thread-2) [    x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/collection2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/./collection2/data/]
   [junit4]   2> 1502135 INFO  (coreLoadExecutor-3974-thread-3) [    x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1502136 INFO  (coreLoadExecutor-3974-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=63.5703125, floorSegmentMB=1.751953125, forceMergeDeletesPctAllowed=27.079230882806943, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3901586822604083
   [junit4]   2> 1502137 INFO  (coreLoadExecutor-3974-thread-3) [    x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1502137 INFO  (coreLoadExecutor-3974-thread-3) [    x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/./collection5, trusted=true
   [junit4]   2> 1502138 INFO  (coreLoadExecutor-3974-thread-3) [    x:collection5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry 'solr.core.collection5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
   [junit4]   2> 1502138 INFO  (coreLoadExecutor-3974-thread-3) [    x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1502138 INFO  (coreLoadExecutor-3974-thread-3) [    x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/collection5], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/./collection5/data/]
   [junit4]   2> 1502138 INFO  (coreLoadExecutor-3974-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1502139 INFO  (coreLoadExecutor-3974-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=63.5703125, floorSegmentMB=1.751953125, forceMergeDeletesPctAllowed=27.079230882806943, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3901586822604083
   [junit4]   2> 1502140 INFO  (coreLoadExecutor-3974-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1502140 INFO  (coreLoadExecutor-3974-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/./collection1, trusted=true
   [junit4]   2> 1502140 INFO  (coreLoadExecutor-3974-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
   [junit4]   2> 1502140 INFO  (coreLoadExecutor-3974-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1502140 INFO  (coreLoadExecutor-3974-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/./collection1/data/]
   [junit4]   2> 1502142 INFO  (coreLoadExecutor-3974-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=63.5703125, floorSegmentMB=1.751953125, forceMergeDeletesPctAllowed=27.079230882806943, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3901586822604083
   [junit4]   2> 1502177 INFO  (coreLoadExecutor-3974-thread-2) [    x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1502177 INFO  (coreLoadExecutor-3974-thread-2) [    x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1502178 INFO  (coreLoadExecutor-3974-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=13.578125, floorSegmentMB=1.5634765625, forceMergeDeletesPctAllowed=21.523719556049798, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1502178 INFO  (coreLoadExecutor-3974-thread-2) [    x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@3839ec58[collection2] main]
   [junit4]   2> 1502178 INFO  (coreLoadExecutor-3974-thread-2) [    x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/collection2/conf
   [junit4]   2> 1502179 INFO  (coreLoadExecutor-3974-thread-2) [    x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1502179 INFO  (searcherExecutor-3975-thread-1-processing-x:collection2) [    x:collection2] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@3839ec58[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1502180 INFO  (coreLoadExecutor-3974-thread-3) [    x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1502181 INFO  (coreLoadExecutor-3974-thread-3) [    x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1502181 INFO  (coreLoadExecutor-3974-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1502181 INFO  (coreLoadExecutor-3974-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1502181 INFO  (coreLoadExecutor-3974-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=13.578125, floorSegmentMB=1.5634765625, forceMergeDeletesPctAllowed=21.523719556049798, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1502181 INFO  (coreLoadExecutor-3974-thread-3) [    x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@622b9961[collection5] main]
   [junit4]   2> 1502182 INFO  (coreLoadExecutor-3974-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=13.578125, floorSegmentMB=1.5634765625, forceMergeDeletesPctAllowed=21.523719556049798, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1502182 INFO  (coreLoadExecutor-3974-thread-3) [    x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/collection5/conf
   [junit4]   2> 1502182 INFO  (coreLoadExecutor-3974-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@42e02444[collection1] main]
   [junit4]   2> 1502182 INFO  (coreLoadExecutor-3974-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/collection1/conf
   [junit4]   2> 1502182 INFO  (coreLoadExecutor-3974-thread-3) [    x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1502182 INFO  (coreLoadExecutor-3974-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1502182 INFO  (searcherExecutor-3976-thread-1-processing-x:collection5) [    x:collection5] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@622b9961[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1502183 INFO  (searcherExecutor-3977-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@42e02444[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1502189 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1502193 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1502195 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1502195 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/./collection4, trusted=true
   [junit4]   2> 1502195 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection4' (registry 'solr.core.collection4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
   [junit4]   2> 1502195 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1502195 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/collection4], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/./collection4/data/]
   [junit4]   2> 1502197 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1502231 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1502231 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1502250 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=13, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.20335814569227875]
   [junit4]   2> 1502250 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@d1890e1[collection4] main]
   [junit4]   2> 1502251 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-001/collection4/conf
   [junit4]   2> 1502251 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1502252 INFO  (searcherExecutor-3987-thread-1-processing-x:collection4) [    x:collection4] o.a.s.c.SolrCore [collection4] Registered new searcher Searcher@d1890e1[collection4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1502252 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1502252 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@3daa1c57 commitCommandVersion:0
   [junit4]   2> 1502279 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@403704c4[collection4] main]
   [junit4]   2> 1502279 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1502280 INFO  (searcherExecutor-3987-thread-1-processing-x:collection4) [    x:collection4] o.a.s.c.SolrCore [collection4] Registered new searcher Searcher@403704c4[collection4] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):c7)))}
   [junit4]   2> 1502281 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.S.Request [collection4]  webapp=null path=null params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=1
   [junit4]   2> 1502283 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.S.Request [collection4]  webapp=null path=null params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1502283 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.S.Request [collection4]  webapp=null path=null params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1502284 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.S.Request [collection4]  webapp=null path=null params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1502284 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!raw+f%3Dv_t}hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1502284 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.CoreContainer Shutting down CoreContainer instance=115879773
   [junit4]   2> 1502284 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1502284 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@10078b3f: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@132f01f7
   [junit4]   2> 1502287 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1502287 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4f49e2cb: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@489fc19b
   [junit4]   2> 1502289 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1502289 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@31191596: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@74875221
   [junit4]   2> 1502289 INFO  (coreCloseExecutor-3991-thread-1-processing-x:collection4) [    x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@48796755
   [junit4]   2> 1502289 INFO  (coreCloseExecutor-3991-thread-2-processing-x:collection4) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@55bc5cf6
   [junit4]   2> 1502289 INFO  (coreCloseExecutor-3991-thread-1-processing-x:collection4) [    x:collection5] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection5, tag=1215915861
   [junit4]   2> 1502290 INFO  (coreCloseExecutor-3991-thread-1-processing-x:collection4) [    x:collection5] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@70e1d034: rootName = null, domain = solr.core.collection5, service url = null, agent id = null] for registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@3c698fb
   [junit4]   2> 1502290 INFO  (coreCloseExecutor-3991-thread-3-processing-x:collection4) [    x:collection4] o.a.s.c.SolrCore [collection4]  CLOSING SolrCore org.apache.solr.core.SolrCore@4ea827e9
   [junit4]   2> 1502290 INFO  (coreCloseExecutor-3991-thread-4-processing-x:collection4) [    x:collection2] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@6d6ddac2
   [junit4]   2> 1502294 INFO  (coreCloseExecutor-3991-thread-2-processing-x:collection4) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1438407926
   [junit4]   2> 1502294 INFO  (coreCloseExecutor-3991-thread-2-processing-x:collection4) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@30921830: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@3c1b0541
   [junit4]   2> 1502298 INFO  (coreCloseExecutor-3991-thread-3-processing-x:collection4) [    x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection4, tag=1319643113
   [junit4]   2> 1502298 INFO  (coreCloseExecutor-3991-thread-3-processing-x:collection4) [    x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@28d3d93a: rootName = null, domain = solr.core.collection4, service url = null, agent id = null] for registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@46df6209
   [junit4]   2> 1502302 INFO  (coreCloseExecutor-3991-thread-4-processing-x:collection4) [    x:collection2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection2, tag=1835915970
   [junit4]   2> 1502302 INFO  (coreCloseExecutor-3991-thread-4-processing-x:collection4) [    x:collection2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@784dda87: rootName = null, domain = solr.core.collection2, service url = null, agent id = null] for registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@3225f3f2
   [junit4]   2> 1502308 INFO  (TEST-TestLazyCores.testLazySearch-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.SolrTestCaseJ4 ###Ending testLazySearch
   [junit4]   2> 1502309 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testNoCommit
   [junit4]   2> 1502315 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/solr.xml
   [junit4]   2> 1502317 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1502317 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1502317 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1502336 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
   [junit4]   2> 1502341 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
   [junit4]   2> 1502341 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
   [junit4]   2> 1502342 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1502349 INFO  (coreLoadExecutor-3998-thread-2-processing-x:collection4) [    x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1502349 INFO  (coreLoadExecutor-3998-thread-1-processing-x:collection4) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1502349 INFO  (coreLoadExecutor-3998-thread-3-processing-x:collection4) [    x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1502355 INFO  (coreLoadExecutor-3998-thread-1-processing-x:collection4) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1502355 INFO  (coreLoadExecutor-3998-thread-3-processing-x:collection4) [    x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1502355 INFO  (coreLoadExecutor-3998-thread-2-processing-x:collection4) [    x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1502357 INFO  (coreLoadExecutor-3998-thread-3-processing-x:collection4) [    x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1502357 INFO  (coreLoadExecutor-3998-thread-1-processing-x:collection4) [    x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1502357 INFO  (coreLoadExecutor-3998-thread-3-processing-x:collection4) [    x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection5, trusted=true
   [junit4]   2> 1502357 INFO  (coreLoadExecutor-3998-thread-1-processing-x:collection4) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection1, trusted=true
   [junit4]   2> 1502357 INFO  (coreLoadExecutor-3998-thread-2-processing-x:collection4) [    x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1502367 INFO  (coreLoadExecutor-3998-thread-2-processing-x:collection4) [    x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection2, trusted=true
   [junit4]   2> 1502367 INFO  (coreLoadExecutor-3998-thread-3-processing-x:collection4) [    x:collection5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry 'solr.core.collection5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
   [junit4]   2> 1502367 INFO  (coreLoadExecutor-3998-thread-1-processing-x:collection4) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
   [junit4]   2> 1502367 INFO  (coreLoadExecutor-3998-thread-2-processing-x:collection4) [    x:collection2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry 'solr.core.collection2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
   [junit4]   2> 1502367 INFO  (coreLoadExecutor-3998-thread-1-processing-x:collection4) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1502367 INFO  (coreLoadExecutor-3998-thread-2-processing-x:collection4) [    x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1502367 INFO  (coreLoadExecutor-3998-thread-3-processing-x:collection4) [    x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1502367 INFO  (coreLoadExecutor-3998-thread-1-processing-x:collection4) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection1/data/]
   [junit4]   2> 1502368 INFO  (coreLoadExecutor-3998-thread-2-processing-x:collection4) [    x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection2/data/]
   [junit4]   2> 1502368 INFO  (coreLoadExecutor-3998-thread-3-processing-x:collection4) [    x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection5], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection5/data/]
   [junit4]   2> 1502369 INFO  (coreLoadExecutor-3998-thread-2-processing-x:collection4) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=63.5703125, floorSegmentMB=1.751953125, forceMergeDeletesPctAllowed=27.079230882806943, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3901586822604083
   [junit4]   2> 1502369 INFO  (coreLoadExecutor-3998-thread-3-processing-x:collection4) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=63.5703125, floorSegmentMB=1.751953125, forceMergeDeletesPctAllowed=27.079230882806943, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3901586822604083
   [junit4]   2> 1502369 INFO  (coreLoadExecutor-3998-thread-1-processing-x:collection4) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=63.5703125, floorSegmentMB=1.751953125, forceMergeDeletesPctAllowed=27.079230882806943, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3901586822604083
   [junit4]   2> 1502402 INFO  (coreLoadExecutor-3998-thread-2-processing-x:collection4) [    x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1502402 INFO  (coreLoadExecutor-3998-thread-1-processing-x:collection4) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1502402 INFO  (coreLoadExecutor-3998-thread-3-processing-x:collection4) [    x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1502402 INFO  (coreLoadExecutor-3998-thread-1-processing-x:collection4) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1502402 INFO  (coreLoadExecutor-3998-thread-3-processing-x:collection4) [    x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1502402 INFO  (coreLoadExecutor-3998-thread-2-processing-x:collection4) [    x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1502403 INFO  (coreLoadExecutor-3998-thread-2-processing-x:collection4) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=13.578125, floorSegmentMB=1.5634765625, forceMergeDeletesPctAllowed=21.523719556049798, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1502403 INFO  (coreLoadExecutor-3998-thread-3-processing-x:collection4) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=13.578125, floorSegmentMB=1.5634765625, forceMergeDeletesPctAllowed=21.523719556049798, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1502403 INFO  (coreLoadExecutor-3998-thread-1-processing-x:collection4) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=13.578125, floorSegmentMB=1.5634765625, forceMergeDeletesPctAllowed=21.523719556049798, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1502403 INFO  (coreLoadExecutor-3998-thread-3-processing-x:collection4) [    x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@6474c945[collection5] main]
   [junit4]   2> 1502403 INFO  (coreLoadExecutor-3998-thread-2-processing-x:collection4) [    x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@6d9e4a6a[collection2] main]
   [junit4]   2> 1502403 INFO  (coreLoadExecutor-3998-thread-1-processing-x:collection4) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@727d462c[collection1] main]
   [junit4]   2> 1502404 INFO  (coreLoadExecutor-3998-thread-3-processing-x:collection4) [    x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection5/conf
   [junit4]   2> 1502404 INFO  (coreLoadExecutor-3998-thread-2-processing-x:collection4) [    x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection2/conf
   [junit4]   2> 1502404 INFO  (coreLoadExecutor-3998-thread-1-processing-x:collection4) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection1/conf
   [junit4]   2> 1502404 INFO  (coreLoadExecutor-3998-thread-3-processing-x:collection4) [    x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1502404 INFO  (coreLoadExecutor-3998-thread-2-processing-x:collection4) [    x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1502404 INFO  (coreLoadExecutor-3998-thread-1-processing-x:collection4) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1502404 INFO  (searcherExecutor-4001-thread-1-processing-x:collection2) [    x:collection2] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@6d9e4a6a[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1502404 INFO  (searcherExecutor-3999-thread-1-processing-x:collection5) [    x:collection5] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@6474c945[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1502404 INFO  (searcherExecutor-4000-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@727d462c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1502410 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1502414 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1502416 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1502416 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection3, trusted=true
   [junit4]   2> 1502416 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection3' (registry 'solr.core.collection3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
   [junit4]   2> 1502416 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1502416 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection3], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection3/data/]
   [junit4]   2> 1502418 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=28.5830078125, floorSegmentMB=0.7998046875, forceMergeDeletesPctAllowed=18.71898951853893, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7491086528025066
   [junit4]   2> 1502451 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1502451 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1502452 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=1.9033203125, floorSegmentMB=1.5283203125, forceMergeDeletesPctAllowed=25.95257815860803, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2756846818344182
   [junit4]   2> 1502452 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@28ae377c[collection3] main]
   [junit4]   2> 1502453 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection3/conf
   [junit4]   2> 1502453 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1502454 INFO  (searcherExecutor-4011-thread-1-processing-x:collection4) [    x:collection4] o.a.s.c.SolrCore [collection3] Registered new searcher Searcher@28ae377c[collection3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1502459 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1502463 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 1502465 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1502465 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection6, trusted=true
   [junit4]   2> 1502465 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection6' (registry 'solr.core.collection6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
   [junit4]   2> 1502465 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1502465 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection6], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection6/data/]
   [junit4]   2> 1502467 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=55.162109375, floorSegmentMB=1.78125, forceMergeDeletesPctAllowed=21.013295645261564, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1502500 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1502500 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1502501 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1956916750, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1502501 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@4403057c[collection6] main]
   [junit4]   2> 1502502 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection6/conf
   [junit4]   2> 1502502 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1502503 INFO  (searcherExecutor-4015-thread-1-processing-x:collection4) [    x:collection4] o.a.s.c.SolrCore [collection6] Registered new searcher Searcher@4403057c[collection6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1502508 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1502528 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.s.IndexSchema [collection7] Schema name=tiny
   [junit4]   2> 1502529 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1502529 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection7' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection7, trusted=true
   [junit4]   2> 1502530 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection7' (registry 'solr.core.collection7') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
   [junit4]   2> 1502530 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1502530 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection7], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection7/data/]
   [junit4]   2> 1502531 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=6.4765625, floorSegmentMB=1.4609375, forceMergeDeletesPctAllowed=15.459419228101922, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1502563 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1502563 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1502564 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1502564 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@2f481ed5[collection7] main]
   [junit4]   2> 1502564 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection7/conf
   [junit4]   2> 1502564 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1502565 INFO  (searcherExecutor-4019-thread-1-processing-x:collection4) [    x:collection4] o.a.s.c.SolrCore [collection7] Registered new searcher Searcher@2f481ed5[collection7] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1502570 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1502574 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.s.IndexSchema [collection8] Schema name=tiny
   [junit4]   2> 1502575 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1502575 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection8' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection8, trusted=true
   [junit4]   2> 1502575 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection8' (registry 'solr.core.collection8') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
   [junit4]   2> 1502576 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1502576 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection8], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection8/data/]
   [junit4]   2> 1502577 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=95.3701171875, floorSegmentMB=1.2998046875, forceMergeDeletesPctAllowed=17.661383282917967, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1502610 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1502610 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1502611 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=79.802734375, floorSegmentMB=1.83203125, forceMergeDeletesPctAllowed=19.529742470630584, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1502611 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@5dae90cc[collection8] main]
   [junit4]   2> 1502611 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection8/conf
   [junit4]   2> 1502612 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1502612 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [collection2]
   [junit4]   2> 1502612 INFO  (searcherExecutor-4023-thread-1-processing-x:collection4) [    x:collection4] o.a.s.c.SolrCore [collection8] Registered new searcher Searcher@5dae90cc[collection8] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1502617 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1502621 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.s.IndexSchema [collection9] Schema name=tiny
   [junit4]   2> 1502623 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1502623 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection9' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection9, trusted=true
   [junit4]   2> 1502623 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection9' (registry 'solr.core.collection9') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
   [junit4]   2> 1502623 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1502623 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrCore [[collection9] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection9], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection9/data/]
   [junit4]   2> 1502625 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] 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=0.0]
   [junit4]   2> 1502658 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1502658 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1502658 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=38, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1502659 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@671811e3[collection9] main]
   [junit4]   2> 1502659 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection9/conf
   [junit4]   2> 1502659 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1502660 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [collection3]
   [junit4]   2> 1502660 INFO  (searcherExecutor-4027-thread-1-processing-x:collection4) [    x:collection4] o.a.s.c.SolrCore [collection9] Registered new searcher Searcher@671811e3[collection9] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1502660 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@2960e0fa
   [junit4]   2> 1502660 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection2, tag=694214906
   [junit4]   2> 1502660 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@731e0860: rootName = null, domain = solr.core.collection2, service url = null, agent id = null] for registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@7b6a2e24
   [junit4]   2> 1502667 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrCore [collection3]  CLOSING SolrCore org.apache.solr.core.SolrCore@647bd970
   [junit4]   2> 1502667 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection3, tag=1685838192
   [junit4]   2> 1502667 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@24afd143: rootName = null, domain = solr.core.collection3, service url = null, agent id = null] for registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@4ff341cf
   [junit4]   2> 1502694 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1502699 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1502700 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1502700 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection2, trusted=true
   [junit4]   2> 1502712 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry 'solr.core.collection2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
   [junit4]   2> 1502713 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1502713 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/./collection2/data/]
   [junit4]   2> 1502734 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1502734 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1502735 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=92.818359375, floorSegmentMB=1.2236328125, forceMergeDeletesPctAllowed=4.099298402528482, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1502736 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@54a5d4b[collection2] main]
   [junit4]   2> 1502736 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-002/collection2/conf
   [junit4]   2> 1502736 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1502736 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [collection6]
   [junit4]   2> 1502736 INFO  (Thread-5053) [    x:collection4] o.a.s.c.SolrCore [collection6]  CLOSING SolrCore org.apache.solr.core.SolrCore@7d9ce38e
   [junit4]   2> 1502736 INFO  (Thread-5053) [    x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection6, tag=2107433870
   [junit4]   2> 1502736 INFO  (Thread-5053) [    x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3b1118ab: rootName = null, domain = solr.core.collection6, service url = null, agent id = null] for registry solr.core.collection6 / com.codahale.metrics.MetricRegistry@cc6c9f3
   [junit4]   2> 1502737 INFO  (searcherExecutor-4031-thread-1-processing-x:collection4) [    x:collection4] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@54a5d4b[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1502737 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.S.Request [collection2]  webapp=null path=null params={q=*:*} hits=0 status=0 QTime=0
   [junit4]   2> 1502737 ERROR (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound='10']
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int><lst name="params"><str name="q">*:*</str></lst></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=*:*
   [junit4]   2> 1502738 ERROR (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=*:*:java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound='10']
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int><lst name="params"><str name="q">*:*</str></lst></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=*:*
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
   [junit4]   2> 	at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
   [junit4]   2> 	at org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1502738 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1707802448
   [junit4]   2> 1502740 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1502740 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@48653739: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7d24173
   [junit4]   2> 1502744 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1502744 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6f5d862f: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@489fc19b
   [junit4]   2> 1502746 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1502746 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@160ccfb5: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@74875221
   [junit4]   2> 1502746 INFO  (coreCloseExecutor-4035-thread-1-processing-x:collection4) [    x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@fb3b439
   [junit4]   2> 1502746 INFO  (coreCloseExecutor-4035-thread-1-processing-x:collection4) [    x:collection5] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection5, tag=263435321
   [junit4]   2> 1502746 INFO  (coreCloseExecutor-4035-thread-2-processing-x:collection4) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5ae5d677
   [junit4]   2> 1502746 INFO  (coreCloseExecutor-4035-thread-1-processing-x:collection4) [    x:collection5] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5eb77f0e: rootName = null, domain = solr.core.collection5, service url = null, agent id = null] for registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@30da7586
   [junit4]   2> 1502747 INFO  (coreCloseExecutor-4035-thread-3-processing-x:collection4) [    x:collection7] o.a.s.c.SolrCore [collection7]  CLOSING SolrCore org.apache.solr.core.SolrCore@619cbd8d
   [junit4]   2> 1502747 INFO  (coreCloseExecutor-4035-thread-4-processing-x:collection4) [    x:collection8] o.a.s.c.SolrCore [collection8]  CLOSING SolrCore org.apache.solr.core.SolrCore@1e9e17d3
   [junit4]   2> 1502747 INFO  (coreCloseExecutor-4035-thread-5-processing-x:collection4) [    x:collection9] o.a.s.c.SolrCore [collection9]  CLOSING SolrCore org.apache.solr.core.SolrCore@7b21ab16
   [junit4]   2> 1502751 INFO  (coreCloseExecutor-4035-thread-2-processing-x:collection4) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1525012087
   [junit4]   2> 1502751 INFO  (coreCloseExecutor-4035-thread-2-processing-x:collection4) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6dbede60: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@fa4c6f4
   [junit4]   2> 1502756 INFO  (coreCloseExecutor-4035-thread-3-processing-x:collection4) [    x:collection7] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection7, tag=1637662093
   [junit4]   2> 1502756 INFO  (coreCloseExecutor-4035-thread-3-processing-x:collection4) [    x:collection7] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4d9128b1: rootName = null, domain = solr.core.collection7, service url = null, agent id = null] for registry solr.core.collection7 / com.codahale.metrics.MetricRegistry@66ceeec7
   [junit4]   2> 1502760 INFO  (coreCloseExecutor-4035-thread-4-processing-x:collection4) [    x:collection8] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection8, tag=513677267
   [junit4]   2> 1502761 INFO  (coreCloseExecutor-4035-thread-4-processing-x:collection4) [    x:collection8] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@33600160: rootName = null, domain = solr.core.collection8, service url = null, agent id = null] for registry solr.core.collection8 / com.codahale.metrics.MetricRegistry@6326b266
   [junit4]   2> 1502765 INFO  (coreCloseExecutor-4035-thread-5-processing-x:collection4) [    x:collection9] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection9, tag=2065804054
   [junit4]   2> 1502765 INFO  (coreCloseExecutor-4035-thread-5-processing-x:collection4) [    x:collection9] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@33f3c987: rootName = null, domain = solr.core.collection9, service url = null, agent id = null] for registry solr.core.collection9 / com.codahale.metrics.MetricRegistry@487be28f
   [junit4]   2> 1502771 INFO  (TEST-TestLazyCores.testNoCommit-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.SolrTestCaseJ4 ###Ending testNoCommit
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.method=testNoCommit -Dtests.seed=68C74E41E088A5C0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-CA -Dtests.timezone=Africa/Mbabane -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.46s J1 | TestLazyCores.testNoCommit <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([68C74E41E088A5C0:B7A7EF902BAFC665]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:885)
   [junit4]    > 	at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
   [junit4]    > 	at org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound='10']
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int><lst name="params"><str name="q">*:*</str></lst></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=*:*
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
   [junit4]    > 	... 41 more
   [junit4]   2> 1502774 INFO  (TEST-TestLazyCores.testRace-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 1502779 INFO  (TEST-TestLazyCores.testRace-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001/tempDir-003/solr.xml
   [junit4]   2> 1502781 INFO  (TEST-TestLazyCores.testRace-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1502781 INFO  (TEST-TestLazyCores.testRace-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1502782 INFO  (TEST-TestLazyCores.testRace-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1502800 INFO  (TEST-TestLazyCores.testRace-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
   [junit4]   2> 1502805 INFO  (TEST-TestLazyCores.testRace-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
   [junit4]   2> 1502805 INFO  (TEST-TestLazyCores.testRace-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71b77e37
   [junit4]   2> 1502806 INFO  (TEST-TestLazyCores.testRace-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1502813 INFO  (coreLoadExecutor-4042-thread-3-processing-x:collection4) [    x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1502813 INFO  (coreLoadExecutor-4042-thread-1-processing-x:collection4) [  

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

icRegistry@5d3b75cf
   [junit4]   2> 1509909 INFO  (coreCloseExecutor-4295-thread-2-processing-x:collection4) [    x:collection2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection2, tag=1438037959
   [junit4]   2> 1509909 INFO  (coreCloseExecutor-4295-thread-2-processing-x:collection4) [    x:collection2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@31c348ad: rootName = null, domain = solr.core.collection2, service url = null, agent id = null] for registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@6650af99
   [junit4]   2> 1509914 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[68C74E41E088A5C0]) [    x:collection4] o.a.s.SolrTestCaseJ4 ###Ending testMidUseUnload
   [junit4]   2> 1509914 INFO  (SUITE-TestLazyCores-seed#[68C74E41E088A5C0]-worker) [    x:collection4] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1509914 INFO  (SUITE-TestLazyCores-seed#[68C74E41E088A5C0]-worker) [    x:collection4] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1820735073
   [junit4]   2> 1509915 INFO  (SUITE-TestLazyCores-seed#[68C74E41E088A5C0]-worker) [    x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1509915 INFO  (SUITE-TestLazyCores-seed#[68C74E41E088A5C0]-worker) [    x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1509915 INFO  (SUITE-TestLazyCores-seed#[68C74E41E088A5C0]-worker) [    x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_68C74E41E088A5C0-001
   [junit4]   2> Nov 04, 2017 2:38:35 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Nov 04, 2017 2:38:55 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=12536, name=searcherExecutor-4031-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Nov 04, 2017 2:38:55 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=12536, name=searcherExecutor-4031-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Nov 04, 2017 2:38:58 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=12536, name=searcherExecutor-4031-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {v_t=PostingsFormat(name=Direct), id=PostingsFormat(name=Direct), v_s=Lucene50(blocksize=128), v_f=BlockTreeOrds(blocksize=128)}, docValues:{}, maxPointsInLeafNode=1796, maxMBSortInHeap=6.088095058476531, sim=RandomSimilarity(queryNorm=true): {}, locale=en-CA, timezone=Africa/Mbabane
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=2,free=187868416,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SolrRequestParserTest, TestNamedUpdateProcessors, TestTestInjection, TermVectorComponentDistributedTest, CollectionTooManyReplicasTest, SolrIndexMetricsTest, TestDistribIDF, TestDocSet, TestImpersonationWithHadoopAuth, TestSolrQueryResponse, TestReplicaProperties, TestStreamBody, BadIndexSchemaTest, TestObjectReleaseTracker, TestSolr4Spatial, DirectoryFactoryTest, BlockJoinFacetSimpleTest, SecurityConfHandlerTest, TestImplicitCoreProperties, TestRawResponseWriter, TestFieldCacheSortRandom, ShardRoutingCustomTest, OpenCloseCoreStressTest, TestFileDictionaryLookup, TestCollectionAPI, TestConfigSetsAPIExclusivity, TestBulkSchemaConcurrent, SuggestComponentTest, DistributedIntervalFacetingTest, OpenExchangeRatesOrgProviderTest, TestSchemaManager, CircularListTest, OutputWriterTest, OverriddenZkACLAndCredentialsProvidersTest, NotRequiredUniqueKeyTest, BigEndianAscendingWordDeserializerTest, TestHttpShardHandlerFactory, TestManagedSchemaAPI, SolrIndexConfigTest, TestCollationField, DistributedVersionInfoTest, TestGraphMLResponseWriter, ChaosMonkeySafeLeaderTest, TestFieldCache, MoreLikeThisHandlerTest, ZkStateWriterTest, PreAnalyzedFieldTest, TestRecoveryHdfs, SolrCmdDistributorTest, OverseerRolesTest, ShardSplitTest, BinaryUpdateRequestHandlerTest, TestWriterPerf, TestLRUStatsCache, ClusterStateUpdateTest, ShardRoutingTest, TestAnalyzedSuggestions, TestPseudoReturnFields, TestPerFieldSimilarityWithDefaultOverride, TestPerFieldSimilarity, ZkCLITest, DistributedFacetExistsSmallTest, HdfsNNFailoverTest, PeerSyncReplicationTest, TestStressRecovery, ChangedSchemaMergeTest, TestSimpleTextCodec, SuggesterFSTTest, V2ApiIntegrationTest, AtomicUpdateProcessorFactoryTest, TestFaceting, TestFastWriter, QueryResultKeyTest, DOMUtilTest, TestLegacyNumericUtils, TestXIncludeConfig, TestManagedResourceStorage, DirectUpdateHandlerTest, ZkSolrClientTest, DistanceUnitsTest, TestSolrQueryParser, HLLUtilTest, TestSolrCloudSnapshots, MBeansHandlerTest, ConvertedLegacyTest, TestMultiWordSynonyms, PrimUtilsTest, TestCloudRecovery, DeleteLastCustomShardedReplicaTest, TestConfigSetImmutable, ConcurrentDeleteAndCreateCollectionTest, PreAnalyzedUpdateProcessorTest, CursorMarkTest, ExplicitHLLTest, JSONWriterTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=68C74E41E088A5C0 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-CA -Dtests.timezone=Africa/Mbabane -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=12536, name=searcherExecutor-4031-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([68C74E41E088A5C0]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=12536, name=searcherExecutor-4031-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([68C74E41E088A5C0]:0)
   [junit4] Completed [354/747 (1!)] on J1 in 30.98s, 9 tests, 3 errors <<< FAILURES!

[...truncated 48519 lines...]

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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/741/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication

Error Message:
Index: 0, Size: 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at __randomizedtesting.SeedInfo.seed([778B453EC99A030E:63C31E6BEA9DBE10]:0)
	at java.util.ArrayList.rangeCheck(ArrayList.java:653)
	at java.util.ArrayList.get(ArrayList.java:429)
	at org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
	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)




Build Log:
[...truncated 12985 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/init-core-data-001
   [junit4]   2> 1476820 WARN  (SUITE-TestReplicationHandler-seed#[778B453EC99A030E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=123 numCloses=123
   [junit4]   2> 1476820 INFO  (SUITE-TestReplicationHandler-seed#[778B453EC99A030E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1476821 INFO  (SUITE-TestReplicationHandler-seed#[778B453EC99A030E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 1476821 INFO  (SUITE-TestReplicationHandler-seed#[778B453EC99A030E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1476822 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestReplicateAfterStartupWithNoActivity
   [junit4]   2> 1476823 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-001/collection1
   [junit4]   2> 1476825 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1476825 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@52a86721{/solr,null,AVAILABLE}
   [junit4]   2> 1476827 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4b1882{HTTP/1.1,[http/1.1]}{127.0.0.1:35381}
   [junit4]   2> 1476827 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.e.j.s.Server Started @1478242ms
   [junit4]   2> 1476827 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=35381}
   [junit4]   2> 1476827 ERROR (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1476827 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 1476827 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1476827 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1476827 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-04T11:31:56.824Z
   [junit4]   2> 1476827 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-001/solr.xml
   [junit4]   2> 1476830 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1476830 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1476831 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2fd0c4b2, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1476856 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2fd0c4b2
   [junit4]   2> 1476862 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2fd0c4b2
   [junit4]   2> 1476862 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2fd0c4b2
   [junit4]   2> 1476863 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-001/.
   [junit4]   2> 1476863 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1476863 INFO  (coreLoadExecutor-6595-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1476870 INFO  (coreLoadExecutor-6595-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1476875 INFO  (coreLoadExecutor-6595-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1476876 INFO  (coreLoadExecutor-6595-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1476876 INFO  (coreLoadExecutor-6595-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-001/./collection1, trusted=true
   [junit4]   2> 1476877 INFO  (coreLoadExecutor-6595-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2fd0c4b2
   [junit4]   2> 1476877 INFO  (coreLoadExecutor-6595-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1476877 INFO  (coreLoadExecutor-6595-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1476878 INFO  (coreLoadExecutor-6595-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=81.7216796875, floorSegmentMB=1.5029296875, forceMergeDeletesPctAllowed=16.668985113373907, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7657123658755599
   [junit4]   2> 1476896 INFO  (coreLoadExecutor-6595-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1476896 INFO  (coreLoadExecutor-6595-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1476896 INFO  (coreLoadExecutor-6595-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=10.193359375, floorSegmentMB=1.09375, forceMergeDeletesPctAllowed=7.428713413491364, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1476897 INFO  (coreLoadExecutor-6595-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4e506874[collection1] main]
   [junit4]   2> 1476897 INFO  (coreLoadExecutor-6595-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-001/collection1/conf
   [junit4]   2> 1476897 INFO  (coreLoadExecutor-6595-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1476897 INFO  (coreLoadExecutor-6595-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1476898 INFO  (searcherExecutor-6596-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4e506874[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1476898 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-002/collection1
   [junit4]   2> 1476899 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1476900 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a90f0b7{/solr,null,AVAILABLE}
   [junit4]   2> 1476900 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@349730a1{HTTP/1.1,[http/1.1]}{127.0.0.1:44317}
   [junit4]   2> 1476900 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.e.j.s.Server Started @1478315ms
   [junit4]   2> 1476900 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=44317}
   [junit4]   2> 1476900 ERROR (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1476901 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 1476901 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1476901 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1476901 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-04T11:31:56.898Z
   [junit4]   2> 1476901 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-002/solr.xml
   [junit4]   2> 1476903 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1476903 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1476903 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2fd0c4b2, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1476921 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2fd0c4b2
   [junit4]   2> 1476927 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2fd0c4b2
   [junit4]   2> 1476927 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2fd0c4b2
   [junit4]   2> 1476929 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-002/.
   [junit4]   2> 1476929 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1476929 INFO  (coreLoadExecutor-6605-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1476934 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1476946 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1476946 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1476946 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-002/./collection1, trusted=true
   [junit4]   2> 1476947 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2fd0c4b2
   [junit4]   2> 1476947 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1476947 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 1476948 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=81.7216796875, floorSegmentMB=1.5029296875, forceMergeDeletesPctAllowed=16.668985113373907, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7657123658755599
   [junit4]   2> 1476968 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1476968 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1476968 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=10.193359375, floorSegmentMB=1.09375, forceMergeDeletesPctAllowed=7.428713413491364, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1476968 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@188c54c8[collection1] main]
   [junit4]   2> 1476968 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-002/collection1/conf
   [junit4]   2> 1476970 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 1476970 INFO  (coreLoadExecutor-6605-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1476970 INFO  (searcherExecutor-6606-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@188c54c8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1476971 INFO  (qtp597044067-23021) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1476971 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@349730a1{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1476971 INFO  (indexFetcher-6610-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1476971 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=801328273
   [junit4]   2> 1476971 INFO  (indexFetcher-6610-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1476971 INFO  (indexFetcher-6610-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1476971 INFO  (indexFetcher-6610-thread-1) [    x:collection1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1476971 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1476971 INFO  (indexFetcher-6610-thread-1) [    x:collection1] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 1476971 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7ac161cb: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@41f67168
   [junit4]   2> 1476971 INFO  (indexFetcher-6610-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1476971 INFO  (indexFetcher-6610-thread-1) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@6b11e65d commitCommandVersion:0
   [junit4]   2> 1476973 INFO  (indexFetcher-6610-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7f8ba708[collection1] main]
   [junit4]   2> 1476973 INFO  (indexFetcher-6610-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1476974 INFO  (searcherExecutor-6606-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7f8ba708[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1476977 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1476977 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1a4563f6: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@40d48d29
   [junit4]   2> 1476980 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1476980 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@59c937f5: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@219f2ec1
   [junit4]   2> 1476982 INFO  (coreCloseExecutor-6611-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2f7a0fc9
   [junit4]   2> 1476982 INFO  (coreCloseExecutor-6611-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=796528585
   [junit4]   2> 1476982 INFO  (coreCloseExecutor-6611-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@482141d3: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1806db88
   [junit4]   2> 1476987 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@a90f0b7{/solr,null,UNAVAILABLE}
   [junit4]   2> 1476987 INFO  (qtp597044067-23021) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1476987 INFO  (qtp597044067-23021) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1476988 INFO  (qtp597044067-23022) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1476988 INFO  (qtp597044067-23022) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@150497d commitCommandVersion:0
   [junit4]   2> 1476988 INFO  (qtp597044067-23022) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4eaabd1c[collection1] main]
   [junit4]   2> 1476988 INFO  (qtp597044067-23022) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1476989 INFO  (searcherExecutor-6596-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4eaabd1c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1476989 INFO  (qtp597044067-23022) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 1
   [junit4]   2> 1476998 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4b1882{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1476998 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=343555115
   [junit4]   2> 1476998 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1476998 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7941402e: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@51745c7a
   [junit4]   2> 1476999 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1476999 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1dc9a2: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@40d48d29
   [junit4]   2> 1476999 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1476999 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@8a674ac: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@219f2ec1
   [junit4]   2> 1477000 INFO  (coreCloseExecutor-6613-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@22c4d190
   [junit4]   2> 1477000 INFO  (coreCloseExecutor-6613-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=583324048
   [junit4]   2> 1477000 INFO  (coreCloseExecutor-6613-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3e25f06c: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@44f0fa8c
   [junit4]   2> 1477001 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@52a86721{/solr,null,UNAVAILABLE}
   [junit4]   2> 1477002 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1477002 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6d5d968b{/solr,null,AVAILABLE}
   [junit4]   2> 1477003 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@103d8c95{HTTP/1.1,[http/1.1]}{127.0.0.1:37637}
   [junit4]   2> 1477003 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.e.j.s.Server Started @1478418ms
   [junit4]   2> 1477003 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=37637}
   [junit4]   2> 1477003 ERROR (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1477003 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 1477003 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1477003 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1477003 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-04T11:31:57Z
   [junit4]   2> 1477003 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-001/solr.xml
   [junit4]   2> 1477005 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1477005 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1477006 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2fd0c4b2, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1477023 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2fd0c4b2
   [junit4]   2> 1477029 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2fd0c4b2
   [junit4]   2> 1477029 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2fd0c4b2
   [junit4]   2> 1477030 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-001/.
   [junit4]   2> 1477030 INFO  (TEST-TestReplicationHandler.doTestReplicateAfterStartupWithNoActivity-seed#[778B453EC99A030E]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1477030 INFO  (coreLoadExecutor-6620-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1477035 INFO  (coreLoadExecutor-6620-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1477039 INFO  (coreLoadExecutor-6620-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1477040 INFO  (coreLoadExecutor-6620-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1477040 INFO  (coreLoadExecutor-6620-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-001/./collection1, trusted=true
   [junit4]   2> 1477040 INFO  (coreLoadExecutor-6620-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2fd0c4b2
   [junit4]   2> 1477043 INFO  (coreLoadExecutor-6620-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1477043 INFO  (coreLoadExecutor-6620-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1477044 INFO  (coreLoadExecutor-6620-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=36.1650390625, floorSegmentMB=1.189453125, forceMergeDeletesPctAllowed=18.26999512369807, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1477076 INFO  (coreLoadExecutor-6620-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1477076 INFO  (coreLoadExecutor-6620-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1477077 INFO  (coreLoadExecutor-6620-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=57.6591796875, floorSegmentMB=0.4619140625, forceMergeDeletesPctAllowed=6.854427285904253, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1477077 INFO  (coreLoadExecutor-6620-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@379e33ad[collection1] main]
   [junit4]   2> 1477077 INFO  (coreLoadExecutor-6620-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001/solr-instance-001/collection1/conf
   [junit4]   2> 1477077 INFO  (coreLoadExecutor-6620-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml
   [junit4]   2> 1477077 INFO  (coreLoadExecutor-6620-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1477078 INFO  (searcherExecutor-6621-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@379e33ad[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1477079 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0]} 0 0
   [junit4]   2> 1477080 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 1477080 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2]} 0 0
   [junit4]   2> 1477080 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3]} 0 0
   [junit4]   2> 1477080 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4]} 0 0
   [junit4]   2> 1477080 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5]} 0 0
   [junit4]   2> 1477081 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6]} 0 0
   [junit4]   2> 1477081 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7]} 0 0
   [junit4]   2> 1477081 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8]} 0 0
   [junit4]   2> 1477081 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9]} 0 0
   [junit4]   2> 1477082 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10]} 0 0
   [junit4]   2> 1477082 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11]} 0 0
   [junit4]   2> 1477082 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12]} 0 0
   [junit4]   2> 1477082 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13]} 0 0
   [junit4]   2> 1477082 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14]} 0 0
   [junit4]   2> 1477082 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15]} 0 0
   [junit4]   2> 1477083 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16]} 0 0
   [junit4]   2> 1477083 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17]} 0 0
   [junit4]   2> 1477083 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18]} 0 0
   [junit4]   2> 1477083 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19]} 0 0
   [junit4]   2> 1477083 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20]} 0 0
   [junit4]   2> 1477084 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21]} 0 0
   [junit4]   2> 1477084 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22]} 0 0
   [junit4]   2> 1477084 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23]} 0 0
   [junit4]   2> 1477084 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24]} 0 0
   [junit4]   2> 1477084 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25]} 0 0
   [junit4]   2> 1477085 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26]} 0 0
   [junit4]   2> 1477085 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27]} 0 0
   [junit4]   2> 1477085 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28]} 0 0
   [junit4]   2> 1477085 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29]} 0 0
   [junit4]   2> 1477085 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30]} 0 0
   [junit4]   2> 1477085 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31]} 0 0
   [junit4]   2> 1477085 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32]} 0 0
   [junit4]   2> 1477086 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33]} 0 0
   [junit4]   2> 1477086 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34]} 0 0
   [junit4]   2> 1477086 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35]} 0 0
   [junit4]   2> 1477086 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36]} 0 0
   [junit4]   2> 1477086 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37]} 0 0
   [junit4]   2> 1477086 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38]} 0 0
   [junit4]   2> 1477086 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39]} 0 0
   [junit4]   2> 1477087 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40]} 0 0
   [junit4]   2> 1477087 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41]} 0 0
   [junit4]   2> 1477087 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42]} 0 0
   [junit4]   2> 1477087 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43]} 0 0
   [junit4]   2> 1477087 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44]} 0 0
   [junit4]   2> 1477087 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[45]} 0 0
   [junit4]   2> 1477087 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[46]} 0 0
   [junit4]   2> 1477087 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[47]} 0 0
   [junit4]   2> 1477088 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[48]} 0 0
   [junit4]   2> 1477088 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[49]} 0 0
   [junit4]   2> 1477088 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[50]} 0 0
   [junit4]   2> 1477088 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[51]} 0 0
   [junit4]   2> 1477088 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[52]} 0 0
   [junit4]   2> 1477088 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[53]} 0 0
   [junit4]   2> 1477088 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[54]} 0 0
   [junit4]   2> 1477088 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[55]} 0 0
   [junit4]   2> 1477089 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[56]} 0 0
   [junit4]   2> 1477089 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[57]} 0 0
   [junit4]   2> 1477089 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[58]} 0 0
   [junit4]   2> 1477089 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[59]} 0 0
   [junit4]   2> 1477089 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[60]} 0 0
   [junit4]   2> 1477089 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[61]} 0 0
   [junit4]   2> 1477089 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[62]} 0 0
   [junit4]   2> 1477090 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[63]} 0 0
   [junit4]   2> 1477090 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[64]} 0 0
   [junit4]   2> 1477090 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[65]} 0 0
   [junit4]   2> 1477090 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[66]} 0 0
   [junit4]   2> 1477090 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[67]} 0 0
   [junit4]   2> 1477090 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[68]} 0 0
   [junit4]   2> 1477090 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[69]} 0 0
   [junit4]   2> 1477090 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[70]} 0 0
   [junit4]   2> 1477091 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[71]} 0 0
   [junit4]   2> 1477091 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[72]} 0 0
   [junit4]   2> 1477091 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[73]} 0 0
   [junit4]   2> 1477091 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[74]} 0 0
   [junit4]   2> 1477091 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[75]} 0 0
   [junit4]   2> 1477091 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[76]} 0 0
   [junit4]   2> 1477091 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[77]} 0 0
   [junit4]   2> 1477091 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[78]} 0 0
   [junit4]   2> 1477091 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[79]} 0 0
   [junit4]   2> 1477092 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[80]} 0 0
   [junit4]   2> 1477092 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[81]} 0 0
   [junit4]   2> 1477092 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[82]} 0 0
   [junit4]   2> 1477092 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[83]} 0 0
   [junit4]   2> 1477092 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[84]} 0 0
   [junit4]   2> 1477092 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[85]} 0 0
   [junit4]   2> 1477092 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[86]} 0 0
   [junit4]   2> 1477092 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[87]} 0 0
   [junit4]   2> 1477093 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[88]} 0 0
   [junit4]   2> 1477093 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[89]} 0 0
   [junit4]   2> 1477093 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[90]} 0 0
   [junit4]   2> 1477093 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[91]} 0 0
   [junit4]   2> 1477093 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[92]} 0 0
   [junit4]   2> 1477093 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[93]} 0 0
   [junit4]   2> 1477093 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[94]} 0 0
   [junit4]   2> 1477093 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[95]} 0 0
   [junit4]   2> 1477093 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[96]} 0 0
   [junit4]   2> 1477094 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[97]} 0 0
   [junit4]   2> 1477094 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[98]} 0 0
   [junit4]   2> 1477094 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[99]} 0 0
   [junit4]   2> 1477094 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[100]} 0 0
   [junit4]   2> 1477094 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[101]} 0 0
   [junit4]   2> 1477094 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[102]} 0 0
   [junit4]   2> 1477094 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[103]} 0 0
   [junit4]   2> 1477095 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[104]} 0 0
   [junit4]   2> 1477095 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[105]} 0 0
   [junit4]   2> 1477095 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[106]} 0 0
   [junit4]   2> 1477095 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[107]} 0 0
   [junit4]   2> 1477095 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[108]} 0 0
   [junit4]   2> 1477095 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[109]} 0 0
   [junit4]   2> 1477095 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[110]} 0 0
   [junit4]   2> 1477096 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[111]} 0 0
   [junit4]   2> 1477096 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[112]} 0 0
   [junit4]   2> 1477096 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[113]} 0 0
   [junit4]   2> 1477096 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[114]} 0 0
   [junit4]   2> 1477096 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[115]} 0 0
   [junit4]   2> 1477096 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[116]} 0 0
   [junit4]   2> 1477096 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[117]} 0 0
   [junit4]   2> 1477097 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[118]} 0 0
   [junit4]   2> 1477097 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[119]} 0 0
   [junit4]   2> 1477097 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[120]} 0 0
   [junit4]   2> 1477106 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[121]} 0 8
   [junit4]   2> 1477106 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[122]} 0 0
   [junit4]   2> 1477106 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[123]} 0 0
   [junit4]   2> 1477106 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[124]} 0 0
   [junit4]   2> 1477107 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[125]} 0 0
   [junit4]   2> 1477107 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[126]} 0 0
   [junit4]   2> 1477107 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[127]} 0 0
   [junit4]   2> 1477107 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[128]} 0 0
   [junit4]   2> 1477107 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[129]} 0 0
   [junit4]   2> 1477107 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[130]} 0 0
   [junit4]   2> 1477107 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[131]} 0 0
   [junit4]   2> 1477108 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[132]} 0 0
   [junit4]   2> 1477108 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[133]} 0 0
   [junit4]   2> 1477108 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[134]} 0 0
   [junit4]   2> 1477108 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[135]} 0 0
   [junit4]   2> 1477108 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[136]} 0 0
   [junit4]   2> 1477108 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[137]} 0 0
   [junit4]   2> 1477108 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[138]} 0 0
   [junit4]   2> 1477109 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[139]} 0 0
   [junit4]   2> 1477109 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[140]} 0 0
   [junit4]   2> 1477109 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[141]} 0 0
   [junit4]   2> 1477109 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[142]} 0 0
   [junit4]   2> 1477109 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[143]} 0 0
   [junit4]   2> 1477109 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[144]} 0 0
   [junit4]   2> 1477109 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[145]} 0 0
   [junit4]   2> 1477109 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[146]} 0 0
   [junit4]   2> 1477110 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[147]} 0 0
   [junit4]   2> 1477110 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[148]} 0 0
   [junit4]   2> 1477110 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[149]} 0 0
   [junit4]   2> 1477110 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[150]} 0 0
   [junit4]   2> 1477110 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[151]} 0 0
   [junit4]   2> 1477110 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[152]} 0 0
   [junit4]   2> 1477110 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[153]} 0 0
   [junit4]   2> 1477110 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[154]} 0 0
   [junit4]   2> 1477111 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[155]} 0 0
   [junit4]   2> 1477111 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[156]} 0 0
   [junit4]   2> 1477111 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[157]} 0 0
   [junit4]   2> 1477111 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[158]} 0 0
   [junit4]   2> 1477111 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[159]} 0 0
   [junit4]   2> 1477111 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[160]} 0 0
   [junit4]   2> 1477111 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[161]} 0 0
   [junit4]   2> 1477111 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[162]} 0 0
   [junit4]   2> 1477111 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[163]} 0 0
   [junit4]   2> 1477112 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[164]} 0 0
   [junit4]   2> 1477112 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[165]} 0 0
   [junit4]   2> 1477112 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[166]} 0 0
   [junit4]   2> 1477112 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[167]} 0 0
   [junit4]   2> 1477112 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[168]} 0 0
   [junit4]   2> 1477112 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[169]} 0 0
   [junit4]   2> 1477112 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[170]} 0 0
   [junit4]   2> 1477113 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[171]} 0 0
   [junit4]   2> 1477113 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[172]} 0 0
   [junit4]   2> 1477113 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[173]} 0 0
   [junit4]   2> 1477113 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[174]} 0 0
   [junit4]   2> 1477113 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[175]} 0 0
   [junit4]   2> 1477113 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[176]} 0 0
   [junit4]   2> 1477113 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[177]} 0 0
   [junit4]   2> 1477113 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[178]} 0 0
   [junit4]   2> 1477113 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[179]} 0 0
   [junit4]   2> 1477114 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[180]} 0 0
   [junit4]   2> 1477114 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[181]} 0 0
   [junit4]   2> 1477114 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[182]} 0 0
   [junit4]   2> 1477114 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[183]} 0 0
   [junit4]   2> 1477114 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[184]} 0 0
   [junit4]   2> 1477114 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[185]} 0 0
   [junit4]   2> 1477114 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[186]} 0 0
   [junit4]   2> 1477114 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[187]} 0 0
   [junit4]   2> 1477114 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[188]} 0 0
   [junit4]   2> 1477115 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[189]} 0 0
   [junit4]   2> 1477115 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[190]} 0 0
   [junit4]   2> 1477115 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[191]} 0 0
   [junit4]   2> 1477115 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[192]} 0 0
   [junit4]   2> 1477115 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[193]} 0 0
   [junit4]   2> 1477115 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[194]} 0 0
   [junit4]   2> 1477115 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[195]} 0 0
   [junit4]   2> 1477115 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[196]} 0 0
   [junit4]   2> 1477116 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[197]} 0 0
   [junit4]   2> 1477116 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[198]} 0 0
   [junit4]   2> 1477116 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[199]} 0 0
   [junit4]   2> 1477116 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[200]} 0 0
   [junit4]   2> 1477116 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[201]} 0 0
   [junit4]   2> 1477116 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[202]} 0 0
   [junit4]   2> 1477116 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[203]} 0 0
   [junit4]   2> 1477116 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[204]} 0 0
   [junit4]   2> 1477117 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[205]} 0 0
   [junit4]   2> 1477117 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[206]} 0 0
   [junit4]   2> 1477117 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[207]} 0 0
   [junit4]   2> 1477117 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[208]} 0 0
   [junit4]   2> 1477117 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[209]} 0 0
   [junit4]   2> 1477117 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[210]} 0 0
   [junit4]   2> 1477117 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[211]} 0 0
   [junit4]   2> 1477117 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[212]} 0 0
   [junit4]   2> 1477118 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[213]} 0 0
   [junit4]   2> 1477118 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[214]} 0 0
   [junit4]   2> 1477118 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[215]} 0 0
   [junit4]   2> 1477118 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[216]} 0 0
   [junit4]   2> 1477118 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[217]} 0 0
   [junit4]   2> 1477118 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[218]} 0 0
   [junit4]   2> 1477118 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[219]} 0 0
   [junit4]   2> 1477118 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[220]} 0 0
   [junit4]   2> 1477119 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[221]} 0 0
   [junit4]   2> 1477119 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[222]} 0 0
   [junit4]   2> 1477119 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[223]} 0 0
   [junit4]   2> 1477119 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[224]} 0 0
   [junit4]   2> 1477119 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[225]} 0 0
   [junit4]   2> 1477119 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[226]} 0 0
   [junit4]   2> 1477119 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[227]} 0 0
   [junit4]   2> 1477119 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[228]} 0 0
   [junit4]   2> 1477120 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[229]} 0 0
   [junit4]   2> 1477120 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[230]} 0 0
   [junit4]   2> 1477120 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[231]} 0 0
   [junit4]   2> 1477120 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[232]} 0 0
   [junit4]   2> 1477120 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[233]} 0 0
   [junit4]   2> 1477120 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[234]} 0 0
   [junit4]   2> 1477120 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[235]} 0 0
   [junit4]   2> 1477121 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[236]} 0 0
   [junit4]   2> 1477121 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[237]} 0 0
   [junit4]   2> 1477121 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[238]} 0 0
   [junit4]   2> 1477121 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[239]} 0 0
   [junit4]   2> 1477121 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[240]} 0 0
   [junit4]   2> 1477121 INFO  (qtp830232612-23064) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[241]} 0 0
   [junit4]   2> 1477121 INFO  (qtp830232612-23065) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[242]} 0 0
   [junit4]   2> 1477121 INFO  (qtp830232612-23058) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[243]} 0 0
   [junit4]   2> 1477122 INFO  (qtp830232612-23063) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[244]} 0 0
   [junit4]   2> 

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

onHandler Waited for 900ms and found 494 docs
   [junit4]   2> 1559835 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[778B453EC99A030E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending doTestStopPoll
   [junit4]   2> 1559835 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[778B453EC99A030E]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@68cdec5c{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1559835 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[778B453EC99A030E]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1341095674
   [junit4]   2> 1559835 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[778B453EC99A030E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1559835 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[778B453EC99A030E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@67af78a8: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7bfae16e
   [junit4]   2> 1559838 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[778B453EC99A030E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1559838 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[778B453EC99A030E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@b016514: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@40d48d29
   [junit4]   2> 1559841 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[778B453EC99A030E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1559841 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[778B453EC99A030E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5d6a1d44: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@219f2ec1
   [junit4]   2> 1559841 INFO  (coreCloseExecutor-7278-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2d55ec5b
   [junit4]   2> 1559841 INFO  (coreCloseExecutor-7278-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=760605787
   [junit4]   2> 1559841 INFO  (coreCloseExecutor-7278-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@37424898: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@167005f0
   [junit4]   2> 1559845 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[778B453EC99A030E]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@51107d6f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1559846 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[778B453EC99A030E]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1afb0de5{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1559846 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[778B453EC99A030E]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=674655029
   [junit4]   2> 1559846 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[778B453EC99A030E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1559846 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[778B453EC99A030E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@395f5b5: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6065c903
   [junit4]   2> 1559850 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[778B453EC99A030E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1559850 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[778B453EC99A030E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7bd5bd65: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@40d48d29
   [junit4]   2> 1559853 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[778B453EC99A030E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1559853 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[778B453EC99A030E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5ac264b1: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@219f2ec1
   [junit4]   2> 1559853 INFO  (coreCloseExecutor-7280-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@410e0e1f
   [junit4]   2> 1559853 INFO  (coreCloseExecutor-7280-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1091440159
   [junit4]   2> 1559853 INFO  (coreCloseExecutor-7280-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@688f951f: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@6df65b83
   [junit4]   2> 1559858 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[778B453EC99A030E]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4e449575{/solr,null,UNAVAILABLE}
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.handler.TestReplicationHandler_778B453EC99A030E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {name=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=LuceneVarGapFixedInterval), newname=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{}, maxPointsInLeafNode=1876, maxMBSortInHeap=6.428207565152358, sim=RandomSimilarity(queryNorm=false): {}, locale=ar-JO, timezone=Europe/Sofia
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=8,threads=1,free=134250512,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [LeaderElectionContextKeyTest, TestRTimerTree, TestDistributedGrouping, ReturnFieldsTest, DistanceFunctionTest, ImplicitSnitchTest, TestExtendedDismaxParser, TestDistributedMissingSort, TestAnalyzeInfixSuggestions, TestJavabinTupleStreamParser, CdcrReplicationDistributedZkTest, TestCloudManagedSchema, TestDistribDocBasedVersion, XmlUpdateRequestHandlerTest, TestClusterStateMutator, MoveReplicaHDFSTest, DirectSolrConnectionTest, TestZkChroot, TestExactSharedStatsCache, TestValueSourceCache, TestHashPartitioner, HdfsUnloadDistributedZkTest, BadCopyFieldTest, TestSolrCoreProperties, NodeMutatorTest, TestSystemIdResolver, ClusterStateTest, IndexSchemaTest, TestSubQueryTransformerDistrib, DisMaxRequestHandlerTest, BlockJoinFacetDistribTest, TestPartialUpdateDeduplication, SuggesterWFSTTest, VMParamsZkACLAndCredentialsProvidersTest, TestExportWriter, TestFieldSortValues, ChaosMonkeyNothingIsSafeTest, TestLeaderInitiatedRecoveryThread, TestStressLiveNodes, TestSolrFieldCacheBean, TestSchemalessBufferedUpdates, DistributedFacetPivotSmallTest, UtilsToolTest, TestAuthorizationFramework, TestFieldCacheReopen, TimeZoneUtilsTest, TestManagedStopFilterFactory, PluginInfoTest, TestLegacyTerms, XsltUpdateRequestHandlerTest, SpellPossibilityIteratorTest, TestReload, SegmentsInfoRequestHandlerTest, ResponseHeaderTest, AlternateDirectoryTest, TestBackupRepositoryFactory, TestRestManager, TestBlobHandler, TestCloudPivotFacet, MetricsHandlerTest, TestManagedSchemaThreadSafety, BadComponentTest, AutoAddReplicasPlanActionTest, TestCustomStream, TestPivotHelperCode, DeleteNodeTest, BasicDistributedZk2Test, MigrateRouteKeyTest, HighlighterMaxOffsetTest, TestTrieFacet, TestRequestForwarding, CoreAdminRequestStatusTest, TestMiniSolrCloudClusterSSL, V2StandaloneTest, QueryElevationComponentTest, UninvertDocValuesMergePolicyTest, ZkNodePropsTest, SolrJmxReporterTest, TestDistributedStatsComponentCardinality, GraphQueryTest, SuggesterTest, CopyFieldTest, TestFiltering, TestReloadAndDeleteDocs, TestPullReplica, TestQueryTypes, DistributedQueryComponentOptimizationTest, ReplicationFactorTest, HdfsLockFactoryTest, SolrCoreCheckLockOnStartupTest, DataDrivenBlockJoinTest, TestHashQParserPlugin, TestRawTransformer, JvmMetricsTest, DistributedFacetPivotLargeTest, TestNumericTerms32, TestChildDocTransformer, DeleteStatusTest, SharedFSAutoReplicaFailoverTest, TestTolerantUpdateProcessorRandomCloud, SimplePostToolTest, AnalyticsMergeStrategyTest, OverseerTest, StatsComponentTest, TestCharFilters, TestSolrCoreSnapshots, SolrMetricManagerTest, TestCloudDeleteByQuery, TestHdfsCloudBackupRestore, RequiredFieldsTest, TestFuzzyAnalyzedSuggestions, TestRandomRequestDistribution, RecoveryAfterSoftCommitTest, CurrencyFieldTypeTest, SpatialHeatmapFacetsTest, IndexBasedSpellCheckerTest, TestInPlaceUpdatesDistrib, DocValuesNotIndexedTest, BasicDistributedZkTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler]
   [junit4] Completed [424/747 (1!)] on J2 in 83.08s, 16 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 48287 lines...]

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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/740/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseParallelGC

4 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Error from server at https://127.0.0.1:34339/solr/awhollynewcollection_0_shard2_replica_n2: ClusterState says we are the leader (https://127.0.0.1:34339/solr/awhollynewcollection_0_shard2_replica_n2), but locally we don't think so. Request came from null

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at https://127.0.0.1:34339/solr/awhollynewcollection_0_shard2_replica_n2: ClusterState says we are the leader (https://127.0.0.1:34339/solr/awhollynewcollection_0_shard2_replica_n2), but locally we don't think so. Request came from null
	at __randomizedtesting.SeedInfo.seed([FB761FCE0A30D13C:B3036B7A0C03FEA9]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:541)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1008)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:937)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:937)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:937)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:937)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:937)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:459)
	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)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:34339/solr/awhollynewcollection_0_shard2_replica_n2: ClusterState says we are the leader (https://127.0.0.1:34339/solr/awhollynewcollection_0_shard2_replica_n2), but locally we don't think so. Request came from null
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	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.lambda$directUpdate$0(CloudSolrClient.java:518)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more


FAILED:  org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.testDataDirAndUlogAreMaintained

Error Message:
Error from server at https://127.0.0.1:41875/solr: Timed out waiting to see all replicas: [movereplicatest_coll2_shard1_replica_n21] in cluster state.

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:41875/solr: Timed out waiting to see all replicas: [movereplicatest_coll2_shard1_replica_n21] in cluster state.
	at __randomizedtesting.SeedInfo.seed([FB761FCE0A30D13C:D4458A1DB640631E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	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:1096)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:200)
	at org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.testDataDirAndUlogAreMaintained(MoveReplicaHDFSFailoverTest.java:96)
	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.MoveReplicaHDFSFailoverTest.testOldReplicaIsDeletedInRaceCondition

Error Message:
Error from server at https://127.0.0.1:41875/solr: Could not fully create collection: movereplicatest_coll4

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:41875/solr: Could not fully create collection: movereplicatest_coll4
	at __randomizedtesting.SeedInfo.seed([FB761FCE0A30D13C:F12690B8CA30B09D]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	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:1096)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:200)
	at org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.testOldReplicaIsDeletedInRaceCondition(MoveReplicaHDFSFailoverTest.java:172)
	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.MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted

Error Message:
Error from server at https://127.0.0.1:41875/solr: Could not fully create collection: movereplicatest_coll3

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:41875/solr: Could not fully create collection: movereplicatest_coll3
	at __randomizedtesting.SeedInfo.seed([FB761FCE0A30D13C:B4E8FB130B3A9E5E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	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:1096)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:200)
	at org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted(MoveReplicaHDFSFailoverTest.java:139)
	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)




Build Log:
[...truncated 11607 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSFailoverTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSFailoverTest_FB761FCE0A30D13C-001/init-core-data-001
   [junit4]   2> 42879 WARN  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 42880 INFO  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 42881 INFO  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 42881 INFO  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 42881 INFO  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSFailoverTest_FB761FCE0A30D13C-001/tempDir-001
   [junit4]   2> 42882 INFO  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 42883 INFO  (Thread-147) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 42883 INFO  (Thread-147) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 42888 ERROR (Thread-147) [    ] 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> 42983 INFO  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:35621
   [junit4]   2> 43018 INFO  (jetty-launcher-120-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 43028 INFO  (jetty-launcher-120-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 43064 INFO  (jetty-launcher-120-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@fa26af{/solr,null,AVAILABLE}
   [junit4]   2> 43068 INFO  (jetty-launcher-120-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f5067{/solr,null,AVAILABLE}
   [junit4]   2> 43071 INFO  (jetty-launcher-120-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@13321f8{SSL,[ssl, http/1.1]}{127.0.0.1:38761}
   [junit4]   2> 43071 INFO  (jetty-launcher-120-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@130fe76{SSL,[ssl, http/1.1]}{127.0.0.1:41875}
   [junit4]   2> 43072 INFO  (jetty-launcher-120-thread-1) [    ] o.e.j.s.Server Started @44460ms
   [junit4]   2> 43072 INFO  (jetty-launcher-120-thread-2) [    ] o.e.j.s.Server Started @44460ms
   [junit4]   2> 43072 INFO  (jetty-launcher-120-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38761}
   [junit4]   2> 43072 INFO  (jetty-launcher-120-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41875}
   [junit4]   2> 43072 ERROR (jetty-launcher-120-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 43072 INFO  (jetty-launcher-120-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 43072 INFO  (jetty-launcher-120-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 43072 INFO  (jetty-launcher-120-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 43072 INFO  (jetty-launcher-120-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-04T08:04:35.138Z
   [junit4]   2> 43072 ERROR (jetty-launcher-120-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 43072 INFO  (jetty-launcher-120-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.2.0
   [junit4]   2> 43072 INFO  (jetty-launcher-120-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 43072 INFO  (jetty-launcher-120-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 43072 INFO  (jetty-launcher-120-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-04T08:04:35.138Z
   [junit4]   2> 43075 INFO  (jetty-launcher-120-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 43075 INFO  (jetty-launcher-120-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 43084 INFO  (jetty-launcher-120-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35621/solr
   [junit4]   2> 43096 INFO  (jetty-launcher-120-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35621/solr
   [junit4]   2> 43146 INFO  (jetty-launcher-120-thread-2) [n:127.0.0.1:41875_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 43147 INFO  (jetty-launcher-120-thread-2) [n:127.0.0.1:41875_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41875_solr
   [junit4]   2> 43148 INFO  (jetty-launcher-120-thread-2) [n:127.0.0.1:41875_solr    ] o.a.s.c.Overseer Overseer (id=98945117385523204-127.0.0.1:41875_solr-n_0000000000) starting
   [junit4]   2> 43150 INFO  (jetty-launcher-120-thread-1) [n:127.0.0.1:38761_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 43150 INFO  (jetty-launcher-120-thread-1) [n:127.0.0.1:38761_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38761_solr
   [junit4]   2> 43157 INFO  (zkCallback-128-thread-1-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 43157 INFO  (zkCallback-132-thread-1-processing-n:127.0.0.1:38761_solr) [n:127.0.0.1:38761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 43160 INFO  (jetty-launcher-120-thread-2) [n:127.0.0.1:41875_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41875_solr
   [junit4]   2> 43161 INFO  (zkCallback-128-thread-1-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 43161 INFO  (zkCallback-132-thread-1-processing-n:127.0.0.1:38761_solr) [n:127.0.0.1:38761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 43254 INFO  (jetty-launcher-120-thread-2) [n:127.0.0.1:41875_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41875.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f3cdd
   [junit4]   2> 43258 INFO  (jetty-launcher-120-thread-1) [n:127.0.0.1:38761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38761.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f3cdd
   [junit4]   2> 43260 INFO  (jetty-launcher-120-thread-2) [n:127.0.0.1:41875_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41875.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f3cdd
   [junit4]   2> 43260 INFO  (jetty-launcher-120-thread-2) [n:127.0.0.1:41875_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41875.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f3cdd
   [junit4]   2> 43261 INFO  (jetty-launcher-120-thread-2) [n:127.0.0.1:41875_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSFailoverTest_FB761FCE0A30D13C-001/tempDir-001/node2/.
   [junit4]   2> 43265 INFO  (jetty-launcher-120-thread-1) [n:127.0.0.1:38761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38761.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f3cdd
   [junit4]   2> 43265 INFO  (jetty-launcher-120-thread-1) [n:127.0.0.1:38761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38761.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f3cdd
   [junit4]   2> 43266 INFO  (jetty-launcher-120-thread-1) [n:127.0.0.1:38761_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSFailoverTest_FB761FCE0A30D13C-001/tempDir-001/node1/.
   [junit4]   2> 43305 INFO  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 43305 INFO  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35621/solr ready
   [junit4]   2> 43668 WARN  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 44187 WARN  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 44293 INFO  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
   [junit4]   2> 44309 WARN  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 44595 INFO  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 44638 INFO  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_localdomain_45857_hdfs____jrwvir/webapp
   [junit4]   2> 45214 INFO  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:45857
   [junit4]   2> 45945 WARN  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 45948 INFO  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 45956 INFO  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_37175_datanode____fuz0pe/webapp
   [junit4]   2> 46418 INFO  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:37175
   [junit4]   2> 46695 WARN  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 46696 INFO  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 46704 INFO  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_46387_datanode____7gakrb/webapp
   [junit4]   2> 47052 ERROR (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSFailoverTest_FB761FCE0A30D13C-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSFailoverTest_FB761FCE0A30D13C-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:41215) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 47135 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x1ce0c5672bc00: from storage DS-e43612cd-f97a-4ef3-a614-3f0a4944831b node DatanodeRegistration(127.0.0.1:37369, datanodeUuid=9566f489-e944-4b4a-a420-480a5622a74f, infoPort=36135, infoSecurePort=0, ipcPort=42597, storageInfo=lv=-56;cid=testClusterID;nsid=1867896737;c=0), blocks: 0, hasStaleStorage: true, processing time: 2 msecs
   [junit4]   2> 47135 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x1ce0c5672bc00: from storage DS-13f06272-7757-4488-9b2e-08784ec712c2 node DatanodeRegistration(127.0.0.1:37369, datanodeUuid=9566f489-e944-4b4a-a420-480a5622a74f, infoPort=36135, infoSecurePort=0, ipcPort=42597, storageInfo=lv=-56;cid=testClusterID;nsid=1867896737;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 47167 INFO  (SUITE-MoveReplicaHDFSFailoverTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:46387
   [junit4]   2> 47321 ERROR (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSFailoverTest_FB761FCE0A30D13C-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSFailoverTest_FB761FCE0A30D13C-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:41215) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 47332 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x1ce0c62bf62a2: from storage DS-8e556906-383c-45f2-8174-ddd7876125df node DatanodeRegistration(127.0.0.1:36223, datanodeUuid=7bf60eb5-08ff-4cc4-a434-2a6257fa5a80, infoPort=38237, infoSecurePort=0, ipcPort=34635, storageInfo=lv=-56;cid=testClusterID;nsid=1867896737;c=0), blocks: 0, hasStaleStorage: true, processing time: 1 msecs
   [junit4]   2> 47332 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x1ce0c62bf62a2: from storage DS-dddf7f73-75ad-449a-a130-c850820c3af8 node DatanodeRegistration(127.0.0.1:36223, datanodeUuid=7bf60eb5-08ff-4cc4-a434-2a6257fa5a80, infoPort=38237, infoSecurePort=0, ipcPort=34635, storageInfo=lv=-56;cid=testClusterID;nsid=1867896737;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 47699 INFO  (TEST-MoveReplicaHDFSFailoverTest.testDataDirAndUlogAreMaintained-seed#[FB761FCE0A30D13C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDataDirAndUlogAreMaintained
   [junit4]   2> 47724 INFO  (qtp20529992-624) [n:127.0.0.1:41875_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=movereplicatest_coll2&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 47726 INFO  (OverseerThreadFactory-259-thread-1-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.CreateCollectionCmd Create collection movereplicatest_coll2
   [junit4]   2> 47727 WARN  (OverseerThreadFactory-259-thread-1-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (movereplicatest_coll2) without cores.
   [junit4]   2> 47831 INFO  (qtp20529992-624) [n:127.0.0.1:41875_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> 47831 INFO  (qtp20529992-624) [n:127.0.0.1:41875_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=movereplicatest_coll2&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2} status=0 QTime=106
   [junit4]   2> 47833 INFO  (qtp20529992-618) [n:127.0.0.1:41875_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:41875_solr&dataDir=hdfs://localhost.localdomain:41215/dummyFolder/dataDir&action=ADDREPLICA&collection=movereplicatest_coll2&shard=shard1&type=NRT&wt=javabin&version=2&ulogDir=hdfs://localhost.localdomain:41215/dummyFolder2/ulogDir and sendToOCPQueue=true
   [junit4]   2> 47834 INFO  (OverseerCollectionConfigSetProcessor-98945117385523204-127.0.0.1:41875_solr-n_0000000000) [n:127.0.0.1:41875_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> 47835 INFO  (OverseerThreadFactory-259-thread-2-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:41875_solr for creating new replica
   [junit4]   2> 47836 INFO  (OverseerStateUpdate-98945117385523204-127.0.0.1:41875_solr-n_0000000000) [n:127.0.0.1:41875_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"movereplicatest_coll2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"movereplicatest_coll2_shard1_replica_n21",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:41875/solr",
   [junit4]   2>   "node_name":"127.0.0.1:41875_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 48043 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node22&dataDir=hdfs://localhost.localdomain:41215/dummyFolder/dataDir&collection.configName=conf1&name=movereplicatest_coll2_shard1_replica_n21&action=CREATE&collection=movereplicatest_coll2&shard=shard1&wt=javabin&version=2&ulogDir=hdfs://localhost.localdomain:41215/dummyFolder2/ulogDir&replicaType=NRT
   [junit4]   2> 48044 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 48051 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 48055 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.s.IndexSchema [movereplicatest_coll2_shard1_replica_n21] Schema name=minimal
   [junit4]   2> 48057 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 48057 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.c.CoreContainer Creating SolrCore 'movereplicatest_coll2_shard1_replica_n21' using configuration from collection movereplicatest_coll2, trusted=true
   [junit4]   2> 48057 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41875.solr.core.movereplicatest_coll2.shard1.replica_n21' (registry 'solr.core.movereplicatest_coll2.shard1.replica_n21') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18f3cdd
   [junit4]   2> 48065 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost.localdomain:41215/data
   [junit4]   2> 48065 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 48065 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 48065 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.c.SolrCore [[movereplicatest_coll2_shard1_replica_n21] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSFailoverTest_FB761FCE0A30D13C-001/tempDir-001/node2/movereplicatest_coll2_shard1_replica_n21], dataDir=[hdfs://localhost.localdomain:41215/dummyFolder/dataDir/]
   [junit4]   2> 48067 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:41215/dummyFolder/dataDir/snapshot_metadata
   [junit4]   2> 48107 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:41215/dummyFolder/dataDir
   [junit4]   2> 48129 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost.localdomain:41215/dummyFolder/dataDir/index
   [junit4]   2> 48149 INFO  (zkCallback-128-thread-1-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/movereplicatest_coll2/state.json] for collection [movereplicatest_coll2] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 48149 INFO  (zkCallback-128-thread-2-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/movereplicatest_coll2/state.json] for collection [movereplicatest_coll2] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 48306 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:36223 is added to blk_1073741825_1001{UCState=COMMITTED, truncateBlock=null, primaryNodeIndex=-1, replicas=[ReplicaUC[[DISK]DS-e43612cd-f97a-4ef3-a614-3f0a4944831b:NORMAL:127.0.0.1:37369|RBW], ReplicaUC[[DISK]DS-8e556906-383c-45f2-8174-ddd7876125df:NORMAL:127.0.0.1:36223|RBW]]} size 69
   [junit4]   2> 48306 INFO  (Block report processor) [    ] BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:37369 is added to blk_1073741825_1001 size 69
   [junit4]   2> 48767 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 48767 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 48767 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=3
   [junit4]   2> 48782 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 48782 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 48835 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.s.SolrIndexSearcher Opening [Searcher@164cf3b[movereplicatest_coll2_shard1_replica_n21] main]
   [junit4]   2> 48836 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 48836 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 48838 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 48839 INFO  (searcherExecutor-264-thread-1-processing-n:127.0.0.1:41875_solr x:movereplicatest_coll2_shard1_replica_n21 s:shard1 c:movereplicatest_coll2 r:core_node22) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.c.SolrCore [movereplicatest_coll2_shard1_replica_n21] Registered new searcher Searcher@164cf3b[movereplicatest_coll2_shard1_replica_n21] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 48840 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583121884413689856
   [junit4]   2> 48847 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 48847 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 48847 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:41875/solr/movereplicatest_coll2_shard1_replica_n21/
   [junit4]   2> 48847 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 48847 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.c.SyncStrategy https://127.0.0.1:41875/solr/movereplicatest_coll2_shard1_replica_n21/ has no replicas
   [junit4]   2> 48847 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 48853 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:41875/solr/movereplicatest_coll2_shard1_replica_n21/ shard1
   [junit4]   2> 48954 INFO  (zkCallback-128-thread-1-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/movereplicatest_coll2/state.json] for collection [movereplicatest_coll2] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 48954 INFO  (zkCallback-128-thread-2-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/movereplicatest_coll2/state.json] for collection [movereplicatest_coll2] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 49004 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 49012 INFO  (qtp20529992-619) [n:127.0.0.1:41875_solr c:movereplicatest_coll2 s:shard1 r:core_node22 x:movereplicatest_coll2_shard1_replica_n21] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node22&dataDir=hdfs://localhost.localdomain:41215/dummyFolder/dataDir&collection.configName=conf1&name=movereplicatest_coll2_shard1_replica_n21&action=CREATE&collection=movereplicatest_coll2&shard=shard1&wt=javabin&version=2&ulogDir=hdfs://localhost.localdomain:41215/dummyFolder2/ulogDir&replicaType=NRT} status=0 QTime=969
   [junit4]   2> 49015 INFO  (qtp20529992-618) [n:127.0.0.1:41875_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:41875_solr&dataDir=hdfs://localhost.localdomain:41215/dummyFolder/dataDir&action=ADDREPLICA&collection=movereplicatest_coll2&shard=shard1&type=NRT&wt=javabin&version=2&ulogDir=hdfs://localhost.localdomain:41215/dummyFolder2/ulogDir} status=0 QTime=1181
   [junit4]   2> 49106 INFO  (zkCallback-128-thread-3-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/movereplicatest_coll2/state.json] for collection [movereplicatest_coll2] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 49106 INFO  (zkCallback-128-thread-2-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/movereplicatest_coll2/state.json] for collection [movereplicatest_coll2] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 49836 INFO  (OverseerCollectionConfigSetProcessor-98945117385523204-127.0.0.1:41875_solr-n_0000000000) [n:127.0.0.1:41875_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> 50023 INFO  (qtp20529992-623) [n:127.0.0.1:41875_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :movereplica with params replica=core_node22&action=MOVEREPLICA&collection=movereplicatest_coll2&targetNode=127.0.0.1:38761_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 50026 INFO  (OverseerThreadFactory-259-thread-3-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.MoveReplicaCmd Replica will be moved core_node22:{"core":"movereplicatest_coll2_shard1_replica_n21","dataDir":"hdfs://localhost.localdomain:41215/dummyFolder/dataDir/","base_url":"https://127.0.0.1:41875/solr","node_name":"127.0.0.1:41875_solr","state":"active","type":"NRT","ulogDir":"hdfs://localhost.localdomain:41215/dummyFolder2/ulogDir/tlog","leader":"true"}
   [junit4]   2> 50032 INFO  (qtp20529992-622) [n:127.0.0.1:41875_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.movereplicatest_coll2.shard1.replica_n21, tag=null
   [junit4]   2> 50033 INFO  (qtp20529992-622) [n:127.0.0.1:41875_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2035e6: rootName = solr_41875, domain = solr.core.movereplicatest_coll2.shard1.replica_n21, service url = null, agent id = null] for registry solr.core.movereplicatest_coll2.shard1.replica_n21 / com.codahale.metrics.MetricRegistry@7bffe4
   [junit4]   2> 50053 INFO  (qtp20529992-622) [n:127.0.0.1:41875_solr    ] o.a.s.c.SolrCore [movereplicatest_coll2_shard1_replica_n21]  CLOSING SolrCore org.apache.solr.core.SolrCore@1ccb107
   [junit4]   2> 50053 INFO  (qtp20529992-622) [n:127.0.0.1:41875_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.movereplicatest_coll2.shard1.replica_n21, tag=30191879
   [junit4]   2> 50053 INFO  (qtp20529992-622) [n:127.0.0.1:41875_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.movereplicatest_coll2.shard1.leader, tag=30191879
   [junit4]   2> 50067 INFO  (qtp20529992-622) [n:127.0.0.1:41875_solr    ] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost.localdomain:41215/dummyFolder/dataDir/snapshot_metadata
   [junit4]   2> 50067 INFO  (qtp20529992-622) [n:127.0.0.1:41875_solr    ] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost.localdomain:41215/dummyFolder/dataDir
   [junit4]   2> 50068 INFO  (qtp20529992-622) [n:127.0.0.1:41875_solr    ] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost.localdomain:41215/dummyFolder/dataDir/index
   [junit4]   2> 50084 INFO  (qtp20529992-622) [n:127.0.0.1:41875_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=movereplicatest_coll2_shard1_replica_n21&qt=/admin/cores&deleteDataDir=false&action=UNLOAD&wt=javabin&version=2&deleteIndex=false} status=0 QTime=55
   [junit4]   2> 50185 INFO  (zkCallback-128-thread-3-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/movereplicatest_coll2/state.json] for collection [movereplicatest_coll2] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 50185 INFO  (zkCallback-128-thread-2-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/movereplicatest_coll2/state.json] for collection [movereplicatest_coll2] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 50185 INFO  (zkCallback-128-thread-1-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/movereplicatest_coll2/state.json] for collection [movereplicatest_coll2] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 50286 INFO  (OverseerThreadFactory-259-thread-3-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:38761_solr for creating new replica
   [junit4]   2> 80369 ERROR (OverseerThreadFactory-259-thread-3-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.OverseerCollectionMessageHandler Collection: movereplicatest_coll2 operation: movereplica failed:org.apache.solr.common.SolrException: Timed out waiting to see all replicas: [movereplicatest_coll2_shard1_replica_n21] in cluster state.
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.waitToSeeReplicasInState(OverseerCollectionMessageHandler.java:710)
   [junit4]   2> 	at org.apache.solr.cloud.AddReplicaCmd.addReplica(AddReplicaCmd.java:173)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.addReplica(OverseerCollectionMessageHandler.java:720)
   [junit4]   2> 	at org.apache.solr.cloud.MoveReplicaCmd.moveHdfsReplica(MoveReplicaCmd.java:173)
   [junit4]   2> 	at org.apache.solr.cloud.MoveReplicaCmd.moveReplica(MoveReplicaCmd.java:116)
   [junit4]   2> 	at org.apache.solr.cloud.MoveReplicaCmd.call(MoveReplicaCmd.java:61)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 80381 INFO  (qtp20529992-623) [n:127.0.0.1:41875_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replica=core_node22&action=MOVEREPLICA&collection=movereplicatest_coll2&targetNode=127.0.0.1:38761_solr&wt=javabin&version=2} status=500 QTime=30358
   [junit4]   2> 80382 ERROR (qtp20529992-623) [n:127.0.0.1:41875_solr    ] o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: Timed out waiting to see all replicas: [movereplicatest_coll2_shard1_replica_n21] in cluster state.
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:307)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:222)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 80385 INFO  (TEST-MoveReplicaHDFSFailoverTest.testDataDirAndUlogAreMaintained-seed#[FB761FCE0A30D13C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDataDirAndUlogAreMaintained
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MoveReplicaHDFSFailoverTest -Dtests.method=testDataDirAndUlogAreMaintained -Dtests.seed=FB761FCE0A30D13C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fi-FI -Dtests.timezone=Indian/Kerguelen -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   32.7s J1 | MoveReplicaHDFSFailoverTest.testDataDirAndUlogAreMaintained <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:41875/solr: Timed out waiting to see all replicas: [movereplicatest_coll2_shard1_replica_n21] in cluster state.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FB761FCE0A30D13C:D4458A1DB640631E]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1096)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:200)
   [junit4]    > 	at org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.testDataDirAndUlogAreMaintained(MoveReplicaHDFSFailoverTest.java:96)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 80437 INFO  (TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeletedInRaceCondition-seed#[FB761FCE0A30D13C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testOldReplicaIsDeletedInRaceCondition
   [junit4]   2> 80438 INFO  (qtp20529992-624) [n:127.0.0.1:41875_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=movereplicatest_coll4&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:41875_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 80460 INFO  (OverseerCollectionConfigSetProcessor-98945117385523204-127.0.0.1:41875_solr-n_0000000000) [n:127.0.0.1:41875_solr    ] 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> 80460 INFO  (OverseerThreadFactory-259-thread-4-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.CreateCollectionCmd Create collection movereplicatest_coll4
   [junit4]   2> 110536 ERROR (OverseerThreadFactory-259-thread-4-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.OverseerCollectionMessageHandler Collection: movereplicatest_coll4 operation: create failed:org.apache.solr.common.SolrException: Could not fully create collection: movereplicatest_coll4
   [junit4]   2> 	at org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:215)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 110540 INFO  (qtp20529992-624) [n:127.0.0.1:41875_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=movereplicatest_coll4&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:41875_solr&wt=javabin&version=2} status=500 QTime=30102
   [junit4]   2> 110541 ERROR (qtp20529992-624) [n:127.0.0.1:41875_solr    ] o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: Could not fully create collection: movereplicatest_coll4
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:307)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:222)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 110543 INFO  (TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeletedInRaceCondition-seed#[FB761FCE0A30D13C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testOldReplicaIsDeletedInRaceCondition
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MoveReplicaHDFSFailoverTest -Dtests.method=testOldReplicaIsDeletedInRaceCondition -Dtests.seed=FB761FCE0A30D13C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fi-FI -Dtests.timezone=Indian/Kerguelen -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   30.2s J1 | MoveReplicaHDFSFailoverTest.testOldReplicaIsDeletedInRaceCondition <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:41875/solr: Could not fully create collection: movereplicatest_coll4
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FB761FCE0A30D13C:F12690B8CA30B09D]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1096)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:200)
   [junit4]    > 	at org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.testOldReplicaIsDeletedInRaceCondition(MoveReplicaHDFSFailoverTest.java:172)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 110593 INFO  (TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[FB761FCE0A30D13C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testOldReplicaIsDeleted
   [junit4]   2> 110594 INFO  (qtp20529992-618) [n:127.0.0.1:41875_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=movereplicatest_coll3&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:41875_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 110597 INFO  (OverseerThreadFactory-259-thread-5-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.CreateCollectionCmd Create collection movereplicatest_coll3
   [junit4]   2> 110597 INFO  (OverseerCollectionConfigSetProcessor-98945117385523204-127.0.0.1:41875_solr-n_0000000000) [n:127.0.0.1:41875_solr    ] 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> 140659 ERROR (OverseerThreadFactory-259-thread-5-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.OverseerCollectionMessageHandler Collection: movereplicatest_coll3 operation: create failed:org.apache.solr.common.SolrException: Could not fully create collection: movereplicatest_coll3
   [junit4]   2> 	at org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:215)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:232)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 140662 INFO  (qtp20529992-618) [n:127.0.0.1:41875_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=movereplicatest_coll3&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:41875_solr&wt=javabin&version=2} status=500 QTime=30067
   [junit4]   2> 140662 ERROR (qtp20529992-618) [n:127.0.0.1:41875_solr    ] o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: Could not fully create collection: movereplicatest_coll3
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleResponse(CollectionsHandler.java:307)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:244)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:222)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 140664 INFO  (TEST-MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted-seed#[FB761FCE0A30D13C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testOldReplicaIsDeleted
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MoveReplicaHDFSFailoverTest -Dtests.method=testOldReplicaIsDeleted -Dtests.seed=FB761FCE0A30D13C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fi-FI -Dtests.timezone=Indian/Kerguelen -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   30.1s J1 | MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:41875/solr: Could not fully create collection: movereplicatest_coll3
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FB761FCE0A30D13C:B4E8FB130B3A9E5E]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1096)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:875)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:183)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:200)
   [junit4]    > 	at org.apache.solr.cloud.MoveReplicaHDFSFailoverTest.testOldReplicaIsDeleted(MoveReplicaHDFSFailoverTest.java:139)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 140673 INFO  (OverseerCollectionConfigSetProcessor-98945117385523204-127.0.0.1:41875_solr-n_0000000000) [n:127.0.0.1:41875_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 140678 INFO  (jetty-closer-121-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@13321f8{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 140678 INFO  (jetty-closer-121-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=30141917
   [junit4]   2> 140678 INFO  (jetty-closer-121-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 140678 INFO  (jetty-closer-121-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@46a2c5: rootName = solr_38761, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@a97661
   [junit4]   2> 140679 INFO  (jetty-closer-121-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@130fe76{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 140679 INFO  (jetty-closer-121-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=7495152
   [junit4]   2> 140679 INFO  (jetty-closer-121-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 140679 INFO  (jetty-closer-121-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@be7ca9: rootName = solr_41875, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@1804407
   [junit4]   2> 140685 INFO  (jetty-closer-121-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 140685 INFO  (jetty-closer-121-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@14e0d64: rootName = solr_38761, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1f62bd3
   [junit4]   2> 140685 INFO  (jetty-closer-121-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 140685 INFO  (jetty-closer-121-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@b62103: rootName = solr_41875, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1f62bd3
   [junit4]   2> 140689 INFO  (jetty-closer-121-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 140689 INFO  (jetty-closer-121-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7251d3: rootName = solr_41875, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1e23872
   [junit4]   2> 140689 INFO  (jetty-closer-121-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 140689 INFO  (jetty-closer-121-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@cd60c2: rootName = solr_38761, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1e23872
   [junit4]   2> 140690 INFO  (jetty-closer-121-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:41875_solr
   [junit4]   2> 140690 INFO  (jetty-closer-121-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:38761_solr
   [junit4]   2> 140690 INFO  (jetty-closer-121-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 140691 INFO  (zkCallback-128-thread-4-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 140691 INFO  (jetty-closer-121-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98945117385523204-127.0.0.1:41875_solr-n_0000000000) closing
   [junit4]   2> 140691 INFO  (OverseerStateUpdate-98945117385523204-127.0.0.1:41875_solr-n_0000000000) [n:127.0.0.1:41875_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41875_solr
   [junit4]   2> 140691 INFO  (zkCallback-132-thread-1-processing-n:127.0.0.1:38761_solr) [n:127.0.0.1:38761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 140692 INFO  (jetty-closer-121-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 140692 INFO  (jetty-closer-121-thread-2) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 140693 INFO  (zkCallback-128-thread-5-processing-n:127.0.0.1:41875_solr) [n:127.0.0.1:41875_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 140695 WARN  (OverseerAutoScalingTriggerThread-98945117385523204-127.0.0.1:41875_solr-n_0000000000) [n:127.0.0.1:41875_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 140696 INFO  (zkCallback-132-thread-2-processing-n:127.0.0.1:38761_solr) [n:127.0.0.1:38761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 140697 INFO 

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

r) [n:127.0.0.1:42059_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1712452 INFO  (zkCallback-1973-thread-3-processing-n:127.0.0.1:34339_solr) [n:127.0.0.1:34339_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1712453 INFO  (jetty-closer-1929-thread-1) [    ] o.a.s.c.Overseer Overseer (id=98945221285707788-127.0.0.1:42059_solr-n_0000000001) closing
   [junit4]   2> 1712453 INFO  (OverseerStateUpdate-98945221285707788-127.0.0.1:42059_solr-n_0000000001) [n:127.0.0.1:42059_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42059_solr
   [junit4]   2> 1712453 WARN  (OverseerAutoScalingTriggerThread-98945221285707788-127.0.0.1:42059_solr-n_0000000001) [n:127.0.0.1:42059_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1712454 INFO  (jetty-closer-1929-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1712454 INFO  (jetty-closer-1929-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@935ab8: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1e23872
   [junit4]   2> 1712454 INFO  (zkCallback-1973-thread-3-processing-n:127.0.0.1:34339_solr) [n:127.0.0.1:34339_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34339_solr
   [junit4]   2> 1712454 INFO  (jetty-closer-1929-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6c87b6{/solr,null,UNAVAILABLE}
   [junit4]   2> 1712454 INFO  (jetty-closer-1929-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:34339_solr
   [junit4]   2> 1712454 INFO  (jetty-closer-1929-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1712454 INFO  (zkCallback-1973-thread-3-processing-n:127.0.0.1:34339_solr) [n:127.0.0.1:34339_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1713955 WARN  (zkCallback-1973-thread-3-processing-n:127.0.0.1:34339_solr) [n:127.0.0.1:34339_solr    ] o.a.s.c.ZkController Unable to register nodeLost path for 127.0.0.1:34339_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:34339_solr
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:357)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:357)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:879)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:749)
   [junit4]   2> 	at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:748)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.access$1000(ZkStateReader.java:72)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1154)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1149)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$0(SolrZkClient.java:262)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1713956 INFO  (jetty-closer-1929-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1bc71af{/solr,null,UNAVAILABLE}
   [junit4]   2> 1713956 ERROR (SUITE-CollectionsAPIDistributedZkTest-seed#[FB761FCE0A30D13C]-worker) [    ] 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> 1713956 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[FB761FCE0A30D13C]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45221 45221
   [junit4]   2> 1723967 INFO  (Thread-5217) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45221 45221
   [junit4]   2> 1723968 WARN  (Thread-5217) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	14	/solr/aliases.json
   [junit4]   2> 	12	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	32	/solr/collections/nodes_used_collection/state.json
   [junit4]   2> 	14	/solr/clusterprops.json
   [junit4]   2> 	14	/solr/clusterstate.json
   [junit4]   2> 	14	/solr/collections/halfdeletedcollection/state.json
   [junit4]   2> 	10	/solr/collections/onlyinzk/state.json
   [junit4]   2> 	5	/solr/collections/withconfigset2/state.json
   [junit4]   2> 	5	/solr/collections/created_and_deleted/state.json
   [junit4]   2> 	4	/solr/collections/halfcollectionblocker/state.json
   [junit4]   2> 	4	/solr/collections/halfcollection/state.json
   [junit4]   2> 	4	/solr/collections/halfcollectionblocker2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	301	/solr/collections
   [junit4]   2> 	14	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_FB761FCE0A30D13C-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true): {}, locale=es-DO, timezone=Australia/Brisbane
   [junit4]   2> NOTE: Linux 4.10.0-37-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=181580400,total=398458880
   [junit4]   2> NOTE: All tests run in this JVM: [OutputWriterTest, TriLevelCompositeIdRoutingTest, DirectUpdateHandlerTest, ClusterStateUpdateTest, SignatureUpdateProcessorFactoryTest, TestFastWriter, SecurityConfHandlerTest, ShufflingReplicaListTransformerTest, OverseerRolesTest, TestAtomicUpdateErrorCases, MoveReplicaHDFSFailoverTest, SubstringBytesRefFilterTest, V2ApiIntegrationTest, AtomicUpdateProcessorFactoryTest, TestPerFieldSimilarity, TestJsonRequest, CoreAdminCreateDiscoverTest, TestHdfsBackupRestoreCore, DistanceUnitsTest, TestFieldCacheSortRandom, TestFastLRUCache, ClassificationUpdateProcessorIntegrationTest, TestSSLRandomization, TestSolrQueryResponse, DistributedQueryComponentCustomSortTest, TestSolrCoreParser, TestFieldCollectionResource, TestManagedSchemaAPI, TestPayloadCheckQParserPlugin, TestQuerySenderNoQuery, TestCustomSort, PreAnalyzedFieldManagedSchemaCloudTest, TestFieldCache, TestSolrCloudWithKerberosAlt, TestNumericRangeQuery32, DistributedFacetPivotSmallAdvancedTest, HttpTriggerListenerTest, TestTestInjection, ReplaceNodeTest, TestCopyFieldCollectionResource, DistributedIntervalFacetingTest, SolrCLIZkUtilsTest, OpenCloseCoreStressTest, TestLegacyNumericRangeQueryBuilder, PingRequestHandlerTest, ChangedSchemaMergeTest, OpenExchangeRatesOrgProviderTest, AutoAddReplicasIntegrationTest, BlockCacheTest, TestStressReorder, LegacyCloudClusterPropTest, TestBM25SimilarityFactory, SolrIndexSplitterTest, BadIndexSchemaTest, DeleteShardTest, ConcurrentDeleteAndCreateCollectionTest, TestWriterPerf, TestCloudRecovery, ShardRoutingTest, SearchRateTriggerTest, TestDocSet, TestDocumentBuilder, SolrMetricsIntegrationTest, TestSizeLimitedDistributedMap, TestUseDocValuesAsStored2, TestSlowCompositeReaderWrapper, TestImpersonationWithHadoopAuth, DeleteLastCustomShardedReplicaTest, TestClassicSimilarityFactory, TestSolrCloudSnapshots, TestLegacyFieldCache, PKIAuthenticationIntegrationTest, TestFaceting, SchemaVersionSpecificBehaviorTest, DocExpirationUpdateProcessorFactoryTest, NumericFieldsTest, CursorMarkTest, ZkStateWriterTest, ComputePlanActionTest, TestMultiWordSynonyms, TestPerFieldSimilarityWithDefaultOverride, ShowFileRequestHandlerTest, AddReplicaTest, TestImplicitCoreProperties, TestSolrQueryParser, QueryResultKeyTest, MoreLikeThisHandlerTest, MBeansHandlerTest, TestFieldTypeResource, TestRestoreCore, TestRandomCollapseQParserPlugin, TestStressUserVersions, CdcrBootstrapTest, LeaderFailureAfterFreshStartTest, PolyFieldTest, TestLuceneMatchVersion, CdcrRequestHandlerTest, TestStreamBody, CdcrUpdateLogTest, TriggerIntegrationTest, TestManagedSynonymGraphFilterFactory, TestSurroundQueryParser, CheckHdfsIndexTest, ShardSplitTest, TestStressInPlaceUpdates, DirectoryFactoryTest, TestGraphTermsQParserPlugin, TestSimpleTextCodec, SolrIndexConfigTest, TestConfigSetsAPIExclusivity, DOMUtilTest, RollingRestartTest, BJQParserTest, UpdateLogTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed [515/747 (2!)] on J1 in 95.72s, 19 tests, 1 error <<< FAILURES!

[...truncated 43939 lines...]