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 2018/09/15 06:57:48 UTC

[JENKINS] Lucene-Solr-master-Windows (32bit/jdk1.8.0_172) - Build # 7524 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7524/
Java: 32bit/jdk1.8.0_172 -client -XX:+UseParallelGC

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

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([7A92ABA65E1C7855:F2C6947CF0E015AD]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:202)
	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:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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.autoscaling.sim.TestSimGenericDistributedQueue.testDistributedQueueBlocking

Error Message:


Stack Trace:
java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([7A92ABA65E1C7855:3F38D9DF1A4EC421]:0)
	at java.util.concurrent.FutureTask.get(FutureTask.java:205)
	at org.apache.solr.cloud.autoscaling.sim.TestSimDistributedQueue.testDistributedQueueBlocking(TestSimDistributedQueue.java:117)
	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:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.sim.TestSimGenericDistributedQueue

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.sim.TestSimGenericDistributedQueue:     1) Thread[id=22834, name=sdqtest--5906-thread-1, state=TIMED_WAITING, group=TGRP-TestSimGenericDistributedQueue]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.apache.solr.cloud.autoscaling.sim.GenericDistributedQueue.peek(GenericDistributedQueue.java:194)         at org.apache.solr.cloud.autoscaling.sim.GenericDistributedQueue.peek(GenericDistributedQueue.java:167)         at org.apache.solr.cloud.autoscaling.sim.TestSimDistributedQueue.lambda$testDistributedQueueBlocking$1(TestSimDistributedQueue.java:108)         at org.apache.solr.cloud.autoscaling.sim.TestSimDistributedQueue$$Lambda$985/11530463.call(Unknown Source)         at java.util.concurrent.FutureTask.run(FutureTask.java:266)         at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)         at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$127/27499823.run(Unknown Source)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)         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.cloud.autoscaling.sim.TestSimGenericDistributedQueue: 
   1) Thread[id=22834, name=sdqtest--5906-thread-1, state=TIMED_WAITING, group=TGRP-TestSimGenericDistributedQueue]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.apache.solr.cloud.autoscaling.sim.GenericDistributedQueue.peek(GenericDistributedQueue.java:194)
        at org.apache.solr.cloud.autoscaling.sim.GenericDistributedQueue.peek(GenericDistributedQueue.java:167)
        at org.apache.solr.cloud.autoscaling.sim.TestSimDistributedQueue.lambda$testDistributedQueueBlocking$1(TestSimDistributedQueue.java:108)
        at org.apache.solr.cloud.autoscaling.sim.TestSimDistributedQueue$$Lambda$985/11530463.call(Unknown Source)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$127/27499823.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([7A92ABA65E1C7855]:0)




Build Log:
[...truncated 13331 lines...]
   [junit4] Suite: org.apache.solr.cloud.PeerSyncReplicationTest
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\init-core-data-001
   [junit4]   2> 2444411 WARN  (SUITE-PeerSyncReplicationTest-seed#[7A92ABA65E1C7855]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2444411 INFO  (SUITE-PeerSyncReplicationTest-seed#[7A92ABA65E1C7855]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2444415 INFO  (SUITE-PeerSyncReplicationTest-seed#[7A92ABA65E1C7855]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2444415 INFO  (SUITE-PeerSyncReplicationTest-seed#[7A92ABA65E1C7855]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2444415 INFO  (SUITE-PeerSyncReplicationTest-seed#[7A92ABA65E1C7855]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2444419 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2444419 INFO  (Thread-2934) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2444419 INFO  (Thread-2934) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2444424 ERROR (Thread-2934) [    ] 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> 2444519 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.ZkTestServer start zk server on port:53441
   [junit4]   2> 2444524 INFO  (zkConnectionManagerCallback-8790-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2444532 INFO  (zkConnectionManagerCallback-8792-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2444540 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2444543 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2444545 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2444547 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2444549 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2444551 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2444553 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2444555 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2444557 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2444559 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2444561 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.AbstractZkTestCase put C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2444561 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 2445088 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2445089 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2445089 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2445089 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2445089 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1e70ee{/,null,AVAILABLE}
   [junit4]   2> 2445090 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1488ac6{HTTP/1.1,[http/1.1]}{127.0.0.1:53448}
   [junit4]   2> 2445090 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.Server Started @2445126ms
   [junit4]   2> 2445090 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\tempDir-001/control/data, hostContext=/, hostPort=53448, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\control-001\cores}
   [junit4]   2> 2445090 ERROR (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2445090 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2445090 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2445090 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2445090 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2445090 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-15T05:08:34.409Z
   [junit4]   2> 2445096 INFO  (zkConnectionManagerCallback-8794-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2445098 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2445098 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\control-001\solr.xml
   [junit4]   2> 2445106 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2445106 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2445107 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@c5d30d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2446769 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53441/solr
   [junit4]   2> 2446771 INFO  (zkConnectionManagerCallback-8798-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2446773 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10007a1ced30003, likely client has closed socket
   [junit4]   2> 2446775 INFO  (zkConnectionManagerCallback-8800-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2446911 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [n:127.0.0.1:53448_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53448_
   [junit4]   2> 2446912 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [n:127.0.0.1:53448_    ] o.a.s.c.Overseer Overseer (id=72065985578991620-127.0.0.1:53448_-n_0000000000) starting
   [junit4]   2> 2446923 INFO  (zkConnectionManagerCallback-8807-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2446926 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [n:127.0.0.1:53448_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53441/solr ready
   [junit4]   2> 2446927 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [n:127.0.0.1:53448_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53448_
   [junit4]   2> 2446927 INFO  (OverseerStateUpdate-72065985578991620-127.0.0.1:53448_-n_0000000000) [n:127.0.0.1:53448_    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:53448_
   [junit4]   2> 2446934 INFO  (OverseerStateUpdate-72065985578991620-127.0.0.1:53448_-n_0000000000) [n:127.0.0.1:53448_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2446938 INFO  (zkCallback-8806-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2446983 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [n:127.0.0.1:53448_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2447010 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [n:127.0.0.1:53448_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c5d30d
   [junit4]   2> 2447018 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [n:127.0.0.1:53448_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c5d30d
   [junit4]   2> 2447018 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [n:127.0.0.1:53448_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c5d30d
   [junit4]   2> 2447022 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [n:127.0.0.1:53448_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\control-001\cores
   [junit4]   2> 2447060 INFO  (zkConnectionManagerCallback-8813-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2447062 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2447063 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53441/solr ready
   [junit4]   2> 2447067 INFO  (qtp30040725-21824) [n:127.0.0.1:53448_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:53448_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2447070 INFO  (OverseerThreadFactory-7479-thread-1-processing-n:127.0.0.1:53448_) [n:127.0.0.1:53448_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2447182 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_    x:control_collection_shard1_replica_n1] 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> 2447183 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2448217 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2448231 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ 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> 2448325 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ 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> 2448350 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ 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> 2448350 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ 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@c5d30d
   [junit4]   2> 2448350 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ 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 [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\control-001\cores\control_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\control-001\cores\control_collection_shard1_replica_n1\data\]
   [junit4]   2> 2448359 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=7, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7521147849704358]
   [junit4]   2> 2448445 WARN  (qtp30040725-21821) [n:127.0.0.1:53448_ 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> 2448532 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ 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> 2448532 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ 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> 2448534 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2448534 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2448536 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ 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=11, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=20.5537109375, floorSegmentMB=2.0869140625, forceMergeDeletesPctAllowed=16.518378835918867, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=48.20303204753515
   [junit4]   2> 2448537 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@d044a2[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2448539 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2448539 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ 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> 2448540 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2448540 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ 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 1611648852672118784
   [junit4]   2> 2448541 INFO  (searcherExecutor-7484-thread-1-processing-n:127.0.0.1:53448_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:53448_ 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@d044a2[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2448549 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2448553 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2448553 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ 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> 2448553 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53448/control_collection_shard1_replica_n1/
   [junit4]   2> 2448553 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ 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> 2448554 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:53448/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2448554 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ 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> 2448557 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ 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:53448/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2448713 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ 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> 2448718 INFO  (qtp30040725-21821) [n:127.0.0.1:53448_ 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=1536
   [junit4]   2> 2448722 INFO  (qtp30040725-21824) [n:127.0.0.1:53448_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2448817 INFO  (zkCallback-8799-thread-1) [    ] 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> 2449073 INFO  (OverseerCollectionConfigSetProcessor-72065985578991620-127.0.0.1:53448_-n_0000000000) [n:127.0.0.1:53448_    ] 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> 2449726 INFO  (qtp30040725-21824) [n:127.0.0.1:53448_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:53448_&wt=javabin&version=2} status=0 QTime=2659
   [junit4]   2> 2449736 INFO  (zkConnectionManagerCallback-8818-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2449738 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2449740 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53441/solr ready
   [junit4]   2> 2449740 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2449743 INFO  (qtp30040725-21823) [n:127.0.0.1:53448_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2449746 INFO  (OverseerThreadFactory-7479-thread-2-processing-n:127.0.0.1:53448_) [n:127.0.0.1:53448_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2449952 WARN  (OverseerThreadFactory-7479-thread-2-processing-n:127.0.0.1:53448_) [n:127.0.0.1:53448_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 2449955 INFO  (qtp30040725-21823) [n:127.0.0.1:53448_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2449955 INFO  (qtp30040725-21823) [n:127.0.0.1:53448_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=212
   [junit4]   2> 2450488 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\shard-1-001 of type NRT
   [junit4]   2> 2450489 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2450489 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2450489 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2450489 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2450490 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@333bc0{/,null,AVAILABLE}
   [junit4]   2> 2450492 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6a1d99{HTTP/1.1,[http/1.1]}{127.0.0.1:53472}
   [junit4]   2> 2450492 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.Server Started @2450526ms
   [junit4]   2> 2450492 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=53472, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\shard-1-001\cores}
   [junit4]   2> 2450492 ERROR (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2450492 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2450492 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2450492 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2450492 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2450493 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-15T05:08:39.812Z
   [junit4]   2> 2450496 INFO  (zkConnectionManagerCallback-8820-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2450497 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10007a1ced30008, likely client has closed socket
   [junit4]   2> 2450499 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2450499 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\shard-1-001\solr.xml
   [junit4]   2> 2450506 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2450506 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2450507 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@c5d30d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2451422 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53441/solr
   [junit4]   2> 2451425 INFO  (zkConnectionManagerCallback-8824-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2451430 INFO  (zkConnectionManagerCallback-8826-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2451443 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2451454 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2451454 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53472_
   [junit4]   2> 2451457 INFO  (zkCallback-8806-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2451457 INFO  (zkCallback-8799-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2451457 INFO  (zkCallback-8817-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2451459 INFO  (zkCallback-8825-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2451538 INFO  (zkConnectionManagerCallback-8833-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2451540 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2451541 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53441/solr ready
   [junit4]   2> 2451542 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2451579 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c5d30d
   [junit4]   2> 2451589 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c5d30d
   [junit4]   2> 2451589 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c5d30d
   [junit4]   2> 2451592 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\shard-1-001\cores
   [junit4]   2> 2451640 INFO  (qtp30040725-21827) [n:127.0.0.1:53448_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:53472_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2451644 INFO  (OverseerCollectionConfigSetProcessor-72065985578991620-127.0.0.1:53448_-n_0000000000) [n:127.0.0.1:53448_    ] 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> 2451646 INFO  (OverseerThreadFactory-7479-thread-3-processing-n:127.0.0.1:53448_) [n:127.0.0.1:53448_ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:53472_ for creating new replica of shard shard1
   [junit4]   2> 2451651 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_    x:collection1_shard1_replica_n21] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2452692 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2452709 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema [collection1_shard1_replica_n21] Schema name=test
   [junit4]   2> 2452852 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2452882 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n21' using configuration from collection collection1, trusted=true
   [junit4]   2> 2452882 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n21' (registry 'solr.core.collection1.shard1.replica_n21') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c5d30d
   [junit4]   2> 2452883 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore [[collection1_shard1_replica_n21] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\shard-1-001\cores\collection1_shard1_replica_n21], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\shard-1-001\cores\collection1_shard1_replica_n21\data\]
   [junit4]   2> 2452893 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=7, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7521147849704358]
   [junit4]   2> 2452918 WARN  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] 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> 2453031 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2453031 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2453034 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2453034 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2453034 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=20.5537109375, floorSegmentMB=2.0869140625, forceMergeDeletesPctAllowed=16.518378835918867, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=48.20303204753515
   [junit4]   2> 2453034 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.SolrIndexSearcher Opening [Searcher@6fa349[collection1_shard1_replica_n21] main]
   [junit4]   2> 2453039 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2453039 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2453040 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2453043 INFO  (searcherExecutor-7498-thread-1-processing-n:127.0.0.1:53472_ x:collection1_shard1_replica_n21 c:collection1 s:shard1) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore [collection1_shard1_replica_n21] Registered new searcher Searcher@6fa349[collection1_shard1_replica_n21] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2453043 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1611648857393856512
   [junit4]   2> 2453051 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node22=0}, version=0}
   [junit4]   2> 2453054 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2453054 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2453054 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53472/collection1_shard1_replica_n21/
   [junit4]   2> 2453054 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2453054 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy http://127.0.0.1:53472/collection1_shard1_replica_n21/ has no replicas
   [junit4]   2> 2453056 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2453061 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53472/collection1_shard1_replica_n21/ shard1
   [junit4]   2> 2453214 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2453219 INFO  (qtp7599370-21880) [n:127.0.0.1:53472_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1567
   [junit4]   2> 2453222 INFO  (qtp30040725-21827) [n:127.0.0.1:53448_ c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:53472_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1581
   [junit4]   2> 2453647 INFO  (OverseerCollectionConfigSetProcessor-72065985578991620-127.0.0.1:53448_-n_0000000000) [n:127.0.0.1:53448_    ] 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> 2453891 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\shard-2-001 of type NRT
   [junit4]   2> 2453893 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2453893 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2453893 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2453893 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2453894 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@b03ddb{/,null,AVAILABLE}
   [junit4]   2> 2453895 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@90042f{HTTP/1.1,[http/1.1]}{127.0.0.1:53493}
   [junit4]   2> 2453896 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.Server Started @2453929ms
   [junit4]   2> 2453896 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=53493, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\shard-2-001\cores}
   [junit4]   2> 2453896 ERROR (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2453896 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2453896 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2453896 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2453896 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2453896 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-15T05:08:43.215Z
   [junit4]   2> 2453900 INFO  (zkConnectionManagerCallback-8836-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2453901 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10007a1ced3000c, likely client has closed socket
   [junit4]   2> 2453901 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2453901 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\shard-2-001\solr.xml
   [junit4]   2> 2453912 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2453912 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2453914 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@c5d30d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2456500 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53441/solr
   [junit4]   2> 2456502 INFO  (zkConnectionManagerCallback-8840-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2456508 INFO  (zkConnectionManagerCallback-8842-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2456517 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2456523 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2456523 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53493_
   [junit4]   2> 2456527 INFO  (zkCallback-8799-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2456527 INFO  (zkCallback-8806-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2456528 INFO  (zkCallback-8817-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2456528 INFO  (zkCallback-8825-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2456528 INFO  (zkCallback-8832-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2456530 INFO  (zkCallback-8841-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2456592 INFO  (zkConnectionManagerCallback-8849-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2456594 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2456595 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53441/solr ready
   [junit4]   2> 2456596 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2456627 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c5d30d
   [junit4]   2> 2456636 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c5d30d
   [junit4]   2> 2456637 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c5d30d
   [junit4]   2> 2456640 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\shard-2-001\cores
   [junit4]   2> 2456687 INFO  (qtp30040725-21823) [n:127.0.0.1:53448_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:53493_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2456691 INFO  (OverseerThreadFactory-7479-thread-4-processing-n:127.0.0.1:53448_) [n:127.0.0.1:53448_ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:53493_ for creating new replica of shard shard1
   [junit4]   2> 2456697 INFO  (qtp22692905-21918) [n:127.0.0.1:53493_    x:collection1_shard1_replica_n23] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2457736 INFO  (qtp22692905-21918) [n:127.0.0.1:53493_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2457751 INFO  (qtp22692905-21918) [n:127.0.0.1:53493_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema [collection1_shard1_replica_n23] Schema name=test
   [junit4]   2> 2457854 INFO  (qtp22692905-21918) [n:127.0.0.1:53493_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2457875 INFO  (qtp22692905-21918) [n:127.0.0.1:53493_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n23' using configuration from collection collection1, trusted=true
   [junit4]   2> 2457876 INFO  (qtp22692905-21918) [n:127.0.0.1:53493_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n23' (registry 'solr.core.collection1.shard1.replica_n23') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@c5d30d
   [junit4]   2> 2457876 INFO  (qtp22692905-21918) [n:127.0.0.1:53493_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrCore [[collection1_shard1_replica_n23] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\shard-2-001\cores\collection1_shard1_replica_n23], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\shard-2-001\cores\collection1_shard1_replica_n23\data\]
   [junit4]   2> 2457883 INFO  (qtp22692905-21918) [n:127.0.0.1:53493_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=7, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7521147849704358]
   [junit4]   2> 2457946 WARN  (qtp22692905-21918) [n:127.0.0.1:53493_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] 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> 2458054 INFO  (qtp22692905-21918) [n:127.0.0.1:53493_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2458054 INFO  (qtp22692905-21918) [n:127.0.0.1:53493_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2458056 INFO  (qtp22692905-21918) [n:127.0.0.1:53493_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2458056 INFO  (qtp22692905-21918) [n:127.0.0.1:53493_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2458058 INFO  (qtp22692905-21918) [n:127.0.0.1:53493_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=20.5537109375, floorSegmentMB=2.0869140625, forceMergeDeletesPctAllowed=16.518378835918867, segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=48.20303204753515
   [junit4]   2> 2458059 INFO  (qtp22692905-21918) [n:127.0.0.1:53493_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.SolrIndexSearcher Opening [Searcher@fce6e4[collection1_shard1_replica_n23] main]
   [junit4]   2> 2458061 INFO  (qtp22692905-21918) [n:127.0.0.1:53493_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2458061 INFO  (qtp22692905-21918) [n:127.0.0.1:53493_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2458062 INFO  (qtp22692905-21918) [n:127.0.0.1:53493_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2458062 INFO  (qtp22692905-21918) [n:127.0.0.1:53493_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1611648862656659456
   [junit4]   2> 2458063 INFO  (searcherExecutor-7512-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1) [n:127.0.0.1:53493_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrCore [collection1_shard1_replica_n23] Registered new searcher Searcher@fce6e4[collection1_shard1_replica_n23] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2458068 INFO  (qtp22692905-21918) [n:127.0.0.1:53493_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node24=0, core_node22=0}, version=1}
   [junit4]   2> 2458070 INFO  (qtp22692905-21918) [n:127.0.0.1:53493_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.ZkController Core needs to recover:collection1_shard1_replica_n23
   [junit4]   2> 2458070 INFO  (updateExecutor-8837-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1) [n:127.0.0.1:53493_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2458071 INFO  (recoveryExecutor-8838-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:53493_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2458072 ERROR (recoveryExecutor-8838-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:53493_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Error getting recent versions.:java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
   [junit4]   2> 	at java.util.ArrayList.rangeCheck(ArrayList.java:657)
   [junit4]   2> 	at java.util.ArrayList.get(ArrayList.java:433)
   [junit4]   2> 	at org.apache.solr.cloud.RecoveryStrategy.doSyncOrReplicateRecovery(RecoveryStrategy.java:491)
   [junit4]   2> 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:310)
   [junit4]   2> 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:294)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [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:209)
   [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> 2458074 INFO  (qtp22692905-21918) [n:127.0.0.1:53493_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1378
   [junit4]   2> 2458080 INFO  (qtp30040725-21823) [n:127.0.0.1:53448_ c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:53493_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1392
   [junit4]   2> 2458083 INFO  (qtp7599370-21876) [n:127.0.0.1:53472_ c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.c.S.Request [collection1_shard1_replica_n21]  webapp= path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=1
   [junit4]   2> 2458083 INFO  (qtp7599370-21876) [n:127.0.0.1:53472_ c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.c.S.Request [collection1_shard1_replica_n21]  webapp= path=/admin/ping params={wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 2458084 INFO  (recoveryExecutor-8838-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:53493_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard1_replica_n23]
   [junit4]   2> 2458084 INFO  (recoveryExecutor-8838-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:53493_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2458084 INFO  (recoveryExecutor-8838-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:53493_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard1_replica_n23] as recovering, leader is [http://127.0.0.1:53472/collection1_shard1_replica_n21/] and I am [http://127.0.0.1:53493/collection1_shard1_replica_n23/]
   [junit4]   2> 2458090 INFO  (recoveryExecutor-8838-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:53493_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node24_recovering=0, core_node24=0, core_node22=0}, version=2}
   [junit4]   2> 2458094 INFO  (recoveryExecutor-8838-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:53493_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:53472]; [WaitForState: action=PREPRECOVERY&core=collection1_shard1_replica_n21&nodeName=127.0.0.1:53493_&coreNodeName=core_node24&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2458097 INFO  (qtp7599370-21879) [n:127.0.0.1:53472_    x:collection1_shard1_replica_n21] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node24, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 2458099 INFO  (qtp7599370-21879) [n:127.0.0.1:53472_    x:collection1_shard1_replica_n21] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n21, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:53493_, coreNodeName=core_node24, onlyIfActiveCheckResult=false, nodeProps: core_node24:{"core":"collection1_shard1_replica_n23","base_url":"http://127.0.0.1:53493","node_name":"127.0.0.1:53493_","state":"down","type":"NRT"}
   [junit4]   2> 2458640 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\shard-3-001 of type NRT
   [junit4]   2> 2458641 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2458641 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2458641 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2458641 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2458642 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@aa2d03{/,null,AVAILABLE}
   [junit4]   2> 2458643 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1c3b56{HTTP/1.1,[http/1.1]}{127.0.0.1:53518}
   [junit4]   2> 2458643 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.e.j.s.Server Started @2458678ms
   [junit4]   2> 2458644 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=53518, coreRootDirectory=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\shard-3-001\cores}
   [junit4]   2> 2458644 ERROR (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2458644 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2458644 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2458644 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2458644 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2458644 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-15T05:08:47.963Z
   [junit4]   2> 2458647 INFO  (zkConnectionManagerCallback-8853-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2458648 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10007a1ced30010, likely client has closed socket
   [junit4]   2> 2458648 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2458649 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.PeerSyncReplicationTest_7A92ABA65E1C7855-001\shard-3-001\solr.xml
   [junit4]   2> 2458659 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2458659 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2458661 INFO  (TEST-PeerSyncReplicationTest.test-seed#[7A92ABA65E1C7855]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@c5d30d, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2458693 INFO  (OverseerCollectionConfigSetProcessor-72065985578991620-127.0.0.1:53448_-n_0000000000) [n:127.0.0.1:53448_    ] 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> 2459099 INFO  (qtp7599370-21879) [n:127.0.0.1:53472_    x:collection1_shard1_replica_n21] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n21, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:53493_, coreNodeName=core_node24, onlyIfActiveCheckResult=false, nodeProps: core_node24:{"core":"collection1_shard1_replica_n23","base_url":"http://127.0.0.1:53493","node_name":"127.0.0.1:53493_","state":"recovering","type":"NRT"}
   [junit4]   2> 2459099 INFO  (qtp7599370-21879) [n:127.0.0.1:53472_    x:collection1_shard1_replica_n21] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node24, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 2459099 INFO  (qtp7599370-21879) [n:127.0.0.1:53472_    x:collection1_shard1_replica_n21] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:53493_&onlyIfLeaderActive=true&core=collection1_shard1_replica_n21&coreNodeName=core_node24&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1002
   [junit4]   2> 2459602 INFO  (recoveryExecutor-8838-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:53493_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:53472/collection1_shard1_replica_n21/] - recoveringAfterStartup=[true]
   [junit4]   2> 2459603 WARN  (recoveryExecutor-8838-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:53493_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.PeerSyncWithLeader no frame of reference to tell if we've missed updates
   [junit4]   2> 2459603 INFO  (recoveryExecutor-8838-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:53493_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy PeerSync Recovery was not successful - trying replication.
   [junit4]   2> 2459603 INFO  (recoveryExecutor-8838-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:53493_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Starting Replication Recovery.
   [junit4]   2> 2459603 INFO  (recoveryExecutor-8838-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:53493_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Attempting to replicate from [http://127.0.0.1:53472/collection1_shard1_replica_n21/].
   [junit4]   2> 2459610 INFO  (qtp7599370-21879) [n:127.0.0.1:53472_ c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1611648864279855104,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2459611 INFO  (qtp7599370-21879) [n:127.0.0.1:53472_ c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2459613 INFO  (qtp7599370-21879) [n:127.0.0.1:53472_ c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2459613 INFO  (qtp7599370-21879) [n:127.0.0.1:53472_ c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n21]  webapp= path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}{commit=} 0 4
   [junit4]   2> 2459617 INFO  (qtp7599370-21883) [n:127.0.0.1:53472_ c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.c.S.Request [collection1_shard1_replica_n21]  webapp= path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 2459618 INFO  (recoveryExecutor-8838-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:53493_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2459618 INFO  (recoveryExecutor-8838-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:53493_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2459618 INFO  (recoveryExecutor-8838-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:53493_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2459618 INFO  (recoveryExecutor-8838-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:53493_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2459618 INFO  (recoveryExecutor-8838-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:53493_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 2459620 INFO  (recoveryExecutor-8838-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:53493_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.s.SolrIndexSearcher Opening [Searcher@577b34[collection1_shard1_replica_n23] main]
   [junit4]   2> 2459623 INFO  (searcherExecutor-7512-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:53493_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.SolrCore [collection1_shard1_replica_n23] Registered new searcher Searcher@577b34[collection1_shard1_replica_n23] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2459624 INFO  (recoveryExecutor-8838-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:53493_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 2459624 INFO  (recoveryExecutor-8838-thread-1-processing-n:127.0.0.1:53493_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:53493_ c:coll

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

      at org.apache.solr.cloud.autoscaling.sim.GenericDistributedQueue.peek(GenericDistributedQueue.java:194)
   [junit4]   2>         at org.apache.solr.cloud.autoscaling.sim.GenericDistributedQueue.peek(GenericDistributedQueue.java:167)
   [junit4]   2>         at org.apache.solr.cloud.autoscaling.sim.TestSimDistributedQueue.lambda$testDistributedQueueBlocking$1(TestSimDistributedQueue.java:108)
   [junit4]   2>         at org.apache.solr.cloud.autoscaling.sim.TestSimDistributedQueue$$Lambda$985/11530463.call(Unknown Source)
   [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:209)
   [junit4]   2>         at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$127/27499823.run(Unknown Source)
   [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> Sep 15, 2018 5:25:04 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=22834, name=sdqtest--5906-thread-1, state=TIMED_WAITING, group=TGRP-TestSimGenericDistributedQueue]
   [junit4]   2> Sep 15, 2018 5:25:04 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=2043, maxMBSortInHeap=6.713987493247522, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@d5b110), locale=en-NZ, timezone=Europe/Jersey
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_172 (32-bit)/cpus=3,threads=1,free=159433776,total=435159040
   [junit4]   2> NOTE: All tests run in this JVM: [TestFoldingMultitermQuery, SolrRequestParserTest, TestRTimerTree, TestSha256AuthenticationProvider, TestMiniSolrCloudClusterSSL, HDFSCollectionsAPITest, TestNonDefinedSimilarityFactory, TestCollectionAPIs, WordBreakSolrSpellCheckerTest, SSLMigrationTest, TestMultiValuedNumericRangeQuery, CollectionsAPIDistributedZkTest, StressHdfsTest, RecoveryAfterSoftCommitTest, TestSchemaResource, DistribDocExpirationUpdateProcessorTest, TestNestedUpdateProcessor, CreateRoutedAliasTest, TestPivotHelperCode, TestPrepRecovery, LeaderVoteWaitTimeoutTest, TestLRUCache, AddSchemaFieldsUpdateProcessorFactoryTest, DocValuesTest, TestXmlQParser, TestSimNodeAddedTrigger, BaseCdcrDistributedZkTest, SolrXmlInZkTest, AdminHandlersProxyTest, TestDocTermOrds, TestExpandComponent, CoreAdminOperationTest, TestTrieFacet, AtomicUpdatesTest, SignificantTermsQParserPluginTest, TestLegacyNumericUtils, ZkShardTermsTest, TestReplicaProperties, TestStreamBody, BlockDirectoryTest, RestartWhileUpdatingTest, TestLegacyField, TestHalfAndHalfDocValues, AsyncCallRequestStatusResponseTest, DistributedUpdateProcessorTest, SuggesterWFSTTest, TestReplicationHandlerBackup, TestLuceneIndexBackCompat, TestFieldTypeResource, DirectSolrConnectionTest, ExplicitHLLTest, TriggerSetPropertiesIntegrationTest, TestTolerantUpdateProcessorRandomCloud, TestElisionMultitermQuery, AnalysisAfterCoreReloadTest, TestInitQParser, SystemInfoHandlerTest, TestDistributedSearch, MetricTriggerIntegrationTest, AnalyticsMergeStrategyTest, TestLeaderElectionWithEmptyReplica, ProtectedTermFilterFactoryTest, TestLeaderInitiatedRecoveryThread, TestPullReplicaErrorHandling, TestWordDelimiterFilterFactory, SOLR749Test, TestJsonFacetsWithNestedObjects, HttpTriggerListenerTest, TestReload, CollectionTooManyReplicasTest, RequiredFieldsTest, TestTrie, TestMultiWordSynonyms, PolyFieldTest, BasicDistributedZkTest, ShowFileRequestHandlerTest, ExecutePlanActionTest, V2ApiIntegrationTest, DistributedQueryElevationComponentTest, ShardSplitTest, TestGroupingSearch, FacetPivotSmallTest, OutputWriterTest, ClusterStateUpdateTest, TestConfigSetsAPIZkFailure, SearchHandlerTest, ScheduledMaintenanceTriggerTest, CustomCollectionTest, DistributedExpandComponentTest, ShardRoutingCustomTest, NodeLostTriggerIntegrationTest, TolerantUpdateProcessorTest, TestAnalyzedSuggestions, TestStressInPlaceUpdates, TestSolrDeletionPolicy2, CdcrUpdateLogTest, SolrJmxReporterTest, TestSubQueryTransformerCrossCore, NodeMarkersRegistrationTest, EchoParamsTest, DocValuesNotIndexedTest, TestJsonRequest, JsonLoaderTest, TestPKIAuthenticationPlugin, DocValuesMissingTest, AutoScalingHandlerTest, LoggingHandlerTest, TestSimDistributedQueue, TestConfig, TestCloudPhrasesIdentificationComponent, TestCrossCoreJoin, TestRawTransformer, TestShardHandlerFactory, TestCollapseQParserPlugin, ChaosMonkeySafeLeaderTest, SuggesterTSTTest, HdfsChaosMonkeySafeLeaderTest, OpenCloseCoreStressTest, ZkFailoverTest, DistributedFacetPivotSmallAdvancedTest, TestRTGBase, LeaderElectionTest, TestDeleteCollectionOnDownNodes, ExternalFileFieldSortTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest, DistributedFacetPivotLargeTest, ZkStateReaderTest, IndexBasedSpellCheckerTest, BlobRepositoryCloudTest, CloneFieldUpdateProcessorFactoryTest, UpdateRequestProcessorFactoryTest, TestCloudPseudoReturnFields, TestCoreDiscovery, TestClassicSimilarityFactory, SpellCheckCollatorWithCollapseTest, TestSolrCloudWithSecureImpersonation, ActionThrottleTest, TestFieldCacheVsDocValues, TermsComponentTest, TestPerFieldSimilarityWithDefaultOverride, TestZkAclsWithHadoopAuth, SolrMetricManagerTest, TestCopyFieldCollectionResource, CachingDirectoryFactoryTest, TestRestoreCore, SecurityConfHandlerTest, TestFunctionQuery, DOMUtilTest, TestBinaryField, QueryResultKeyTest, MultiSolrCloudTestCaseTest, OverseerStatusTest, TestSegmentSorting, TestMacros, PingRequestHandlerTest, SolrCLIZkUtilsTest, TestHdfsBackupRestoreCore, TestCSVResponseWriter, SharedFSAutoReplicaFailoverTest, ReplaceNodeTest, TestSimComputePlanAction, UpdateParamsTest, DeleteReplicaTest, PrimUtilsTest, TemplateUpdateProcessorTest, TestPartialUpdateDeduplication, DeleteLastCustomShardedReplicaTest, ExitableDirectoryReaderTest, CoreMergeIndexesAdminHandlerTest, TestDocBasedVersionConstraints, TestBlobHandler, ResponseBuilderTest, OverseerTest, TestPostingsSolrHighlighter, HdfsUnloadDistributedZkTest, TestCollationField, SolrRrdBackendFactoryTest, TestSimGenericDistributedQueue]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSimGenericDistributedQueue -Dtests.seed=7A92ABA65E1C7855 -Dtests.slow=true -Dtests.locale=en-NZ -Dtests.timezone=Europe/Jersey -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | TestSimGenericDistributedQueue (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.sim.TestSimGenericDistributedQueue: 
   [junit4]    >    1) Thread[id=22834, name=sdqtest--5906-thread-1, state=TIMED_WAITING, group=TGRP-TestSimGenericDistributedQueue]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at org.apache.solr.cloud.autoscaling.sim.GenericDistributedQueue.peek(GenericDistributedQueue.java:194)
   [junit4]    >         at org.apache.solr.cloud.autoscaling.sim.GenericDistributedQueue.peek(GenericDistributedQueue.java:167)
   [junit4]    >         at org.apache.solr.cloud.autoscaling.sim.TestSimDistributedQueue.lambda$testDistributedQueueBlocking$1(TestSimDistributedQueue.java:108)
   [junit4]    >         at org.apache.solr.cloud.autoscaling.sim.TestSimDistributedQueue$$Lambda$985/11530463.call(Unknown Source)
   [junit4]    >         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >         at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]    >         at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$127/27499823.run(Unknown Source)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [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([7A92ABA65E1C7855]:0)
   [junit4] Completed [438/834 (2!)] on J0 in 89.11s, 5 tests, 2 errors <<< FAILURES!

[...truncated 46066 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7524/consoleText

[repro] Revision: 39733cbf5ff9d8587d418007bd13087a434a1aa2

[repro] Ant options: "-Dargs=-client -XX:+UseParallelGC"

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       TestSimGenericDistributedQueue
[repro]       PeerSyncReplicationTest
[repro] ant compile-test

[...truncated 3445 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.TestSimGenericDistributedQueue|*.PeerSyncReplicationTest" -Dtests.showOutput=onerror "-Dargs=-client -XX:+UseParallelGC" -Dtests.seed=7A92ABA65E1C7855 -Dtests.slow=true -Dtests.locale=en-NZ -Dtests.timezone=Europe/Jersey -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 115 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.PeerSyncReplicationTest
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.sim.TestSimGenericDistributedQueue
[repro] Exiting with code 0

[...truncated 75 lines...]

[JENKINS] Lucene-Solr-master-Windows (32bit/jdk1.8.0_172) - Build # 7525 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7525/
Java: 32bit/jdk1.8.0_172 -client -XX:+UseG1GC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.sim.TestSimNodeLostTrigger

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.sim.TestSimNodeLostTrigger:     1) Thread[id=14064, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:870)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1199)         at java.util.concurrent.locks.ReentrantLock$NonfairSync.lock(ReentrantLock.java:209)         at java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:285)         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:322)         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:307)         at org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:128)         at org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:506)         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:136)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.sim.TestSimNodeLostTrigger: 
   1) Thread[id=14064, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:870)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1199)
        at java.util.concurrent.locks.ReentrantLock$NonfairSync.lock(ReentrantLock.java:209)
        at java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:285)
        at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:322)
        at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)
        at org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:307)
        at org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:128)
        at org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:506)
        at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:136)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([593E390BB7B55AE9]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.sim.TestSimNodeLostTrigger

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=14064, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:870)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1199)         at java.util.concurrent.locks.ReentrantLock$NonfairSync.lock(ReentrantLock.java:209)         at java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:285)         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:322)         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:307)         at org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:128)         at org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:506)         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:136)         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=14064, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:870)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1199)
        at java.util.concurrent.locks.ReentrantLock$NonfairSync.lock(ReentrantLock.java:209)
        at java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:285)
        at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:322)
        at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)
        at org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:307)
        at org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:128)
        at org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:506)
        at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:136)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([593E390BB7B55AE9]:0)




Build Log:
[...truncated 13359 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestSimNodeLostTrigger
   [junit4]   2> Creating dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.sim.TestSimNodeLostTrigger_593E390BB7B55AE9-001\init-core-data-001
   [junit4]   2> 1776341 WARN  (SUITE-TestSimNodeLostTrigger-seed#[593E390BB7B55AE9]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=34 numCloses=34
   [junit4]   2> 1776341 INFO  (SUITE-TestSimNodeLostTrigger-seed#[593E390BB7B55AE9]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1776351 INFO  (SUITE-TestSimNodeLostTrigger-seed#[593E390BB7B55AE9]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1776351 INFO  (SUITE-TestSimNodeLostTrigger-seed#[593E390BB7B55AE9]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1776380 INFO  (SUITE-TestSimNodeLostTrigger-seed#[593E390BB7B55AE9]-worker) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1776385 INFO  (TEST-TestSimNodeLostTrigger.testListenerAcceptance-seed#[593E390BB7B55AE9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testListenerAcceptance
   [junit4]   2> 1776386 INFO  (TEST-TestSimNodeLostTrigger.testListenerAcceptance-seed#[593E390BB7B55AE9]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 1776386 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed, exiting.
   [junit4]   2> 1776490 INFO  (TEST-TestSimNodeLostTrigger.testListenerAcceptance-seed#[593E390BB7B55AE9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testListenerAcceptance
   [junit4]   2> 1776492 INFO  (TEST-TestSimNodeLostTrigger.testListenerAcceptance-seed#[593E390BB7B55AE9]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:		5
   [junit4]   2> ## Empty nodes:	5
   [junit4]   2> ## Dead nodes:		1
   [junit4]   2> ##		127.0.0.1:10005_solr
   [junit4]   2> ## Collections:	[]
   [junit4]   2> ## Max replicas per node:	0
   [junit4]   2> ## Min replicas per node:	0
   [junit4]   2> ## Total replicas:		0
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4]   2> 1776494 INFO  (TEST-TestSimNodeLostTrigger.testActionLifecycle-seed#[593E390BB7B55AE9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testActionLifecycle
   [junit4]   2> 1776495 INFO  (TEST-TestSimNodeLostTrigger.testActionLifecycle-seed#[593E390BB7B55AE9]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 1776597 INFO  (TEST-TestSimNodeLostTrigger.testActionLifecycle-seed#[593E390BB7B55AE9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testActionLifecycle
   [junit4]   2> 1776597 INFO  (TEST-TestSimNodeLostTrigger.testActionLifecycle-seed#[593E390BB7B55AE9]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:		5
   [junit4]   2> ## Empty nodes:	5
   [junit4]   2> ## Dead nodes:		0
   [junit4]   2> ## Collections:	[]
   [junit4]   2> ## Max replicas per node:	0
   [junit4]   2> ## Min replicas per node:	0
   [junit4]   2> ## Total replicas:		0
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4]   2> 1776601 INFO  (TEST-TestSimNodeLostTrigger.testRestoreState-seed#[593E390BB7B55AE9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRestoreState
   [junit4]   2> 1776601 INFO  (TEST-TestSimNodeLostTrigger.testRestoreState-seed#[593E390BB7B55AE9]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 1776601 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1776765 INFO  (TEST-TestSimNodeLostTrigger.testRestoreState-seed#[593E390BB7B55AE9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRestoreState
   [junit4]   2> 1776765 INFO  (TEST-TestSimNodeLostTrigger.testRestoreState-seed#[593E390BB7B55AE9]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:		5
   [junit4]   2> ## Empty nodes:	5
   [junit4]   2> ## Dead nodes:		1
   [junit4]   2> ##		127.0.0.1:10006_solr
   [junit4]   2> ## Collections:	[]
   [junit4]   2> ## Max replicas per node:	0
   [junit4]   2> ## Min replicas per node:	0
   [junit4]   2> ## Total replicas:		0
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4]   2> 1776769 INFO  (TEST-TestSimNodeLostTrigger.testTrigger-seed#[593E390BB7B55AE9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testTrigger
   [junit4]   2> 1776770 INFO  (TEST-TestSimNodeLostTrigger.testTrigger-seed#[593E390BB7B55AE9]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 1776770 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1220) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:335) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:177) [java/:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> 1777080 INFO  (TEST-TestSimNodeLostTrigger.testTrigger-seed#[593E390BB7B55AE9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testTrigger
   [junit4]   2> 1777080 INFO  (TEST-TestSimNodeLostTrigger.testTrigger-seed#[593E390BB7B55AE9]) [    ] o.a.s.c.a.s.SimSolrCloudTestCase #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:		3
   [junit4]   2> ## Empty nodes:	3
   [junit4]   2> ## Dead nodes:		2
   [junit4]   2> ##		127.0.0.1:10001_solr
   [junit4]   2> ##		127.0.0.1:10004_solr
   [junit4]   2> ## Collections:	[]
   [junit4]   2> ## Max replicas per node:	0
   [junit4]   2> ## Min replicas per node:	0
   [junit4]   2> ## Total replicas:		0
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> 
   [junit4]   2> 1777080 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Interrupted
   [junit4]   2> java.lang.InterruptedException: null
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014) ~[?:1.8.0_172]
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048) ~[?:1.8.0_172]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:189) [java/:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> 1777082 INFO  (SUITE-TestSimNodeLostTrigger-seed#[593E390BB7B55AE9]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Sep 15, 2018 5:59:36 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Sep 15, 2018 6:00:56 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.sim.TestSimNodeLostTrigger: 
   [junit4]   2>    1) Thread[id=14064, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]
   [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.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:870)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1199)
   [junit4]   2>         at java.util.concurrent.locks.ReentrantLock$NonfairSync.lock(ReentrantLock.java:209)
   [junit4]   2>         at java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:285)
   [junit4]   2>         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:322)
   [junit4]   2>         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)
   [junit4]   2>         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:307)
   [junit4]   2>         at org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:128)
   [junit4]   2>         at org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:506)
   [junit4]   2>         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:136)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Sep 15, 2018 6:00:56 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=14064, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]
   [junit4]   2> Sep 15, 2018 6:00:59 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=14064, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]
   [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.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:870)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1199)
   [junit4]   2>         at java.util.concurrent.locks.ReentrantLock$NonfairSync.lock(ReentrantLock.java:209)
   [junit4]   2>         at java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:285)
   [junit4]   2>         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:322)
   [junit4]   2>         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)
   [junit4]   2>         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:307)
   [junit4]   2>         at org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:128)
   [junit4]   2>         at org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:506)
   [junit4]   2>         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:136)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=946, maxMBSortInHeap=7.726020552381849, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@155351d), locale=es-PA, timezone=Pacific/Majuro
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_172 (32-bit)/cpus=3,threads=2,free=141053896,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [ConfigSetsAPITest, TestComponentsName, TestCursorMarkWithoutUniqueKey, CdcrBidirectionalTest, PeerSyncTest, TestCustomDocTransformer, TriggerCooldownIntegrationTest, TestDynamicURP, TestDownShardTolerantSearch, MinimalSchemaTest, SolrTestCaseJ4Test, HdfsLockFactoryTest, CreateCollectionCleanupTest, TestHighlightDedupGrouping, BigEndianAscendingWordDeserializerTest, TestNumericRangeQuery32, TestShortCircuitedRequests, TestCorePropertiesReload, OverseerRolesTest, SuggestComponentTest, CSVRequestHandlerTest, SynonymTokenizerTest, CloudMLTQParserTest, TestConfigsApi, TestApiFramework, TestLeaderElectionZkExpiry, TestIndexSearcher, TestGraphTermsQParserPlugin, JvmMetricsTest, BlockJoinFacetRandomTest, AddReplicaTest, TestXIncludeConfig, TestSafeXMLParsing, TestFieldCacheReopen, OutOfBoxZkACLAndCredentialsProvidersTest, TestCloudInspectUtil, ConfigureRecoveryStrategyTest, HdfsCollectionsAPIDistributedZkTest, DistribJoinFromCollectionTest, TestSSLRandomization, TestHttpShardHandlerFactory, TestSolrDeletionPolicy1, TestDistributedMissingSort, TestNamedUpdateProcessors, HttpSolrCallGetCoreTest, TestXmlQParserPlugin, TestDirectoryFactory, TestComplexPhraseLeadingWildcard, ZkControllerTest, RecoveryZkTest, SliceStateTest, URLClassifyProcessorTest, SolrIndexMetricsTest, CursorPagingTest, TestSystemCollAutoCreate, TestCSVLoader, IndexSizeTriggerTest, RAMDirectoryFactoryTest, DocumentBuilderTest, TestConfigSetProperties, TestSubQueryTransformer, CollectionsAPIAsyncDistributedZkTest, LIRRollingUpdatesTest, TestBlendedInfixSuggestions, TestStressRecovery, TestMissingGroups, HLLUtilTest, PeerSyncWithIndexFingerprintCachingTest, HdfsWriteToMultipleCollectionsTest, TestUseDocValuesAsStored, TestStressCloudBlindAtomicUpdates, ClusterStateTest, TestUnifiedSolrHighlighter, TestSimClusterStateProvider, TestNumericTerms32, TestTolerantUpdateProcessorCloud, TestMinMaxOnMultiValuedField, GraphQueryTest, TestLRUStatsCache, TestJmxIntegration, TestManagedSynonymGraphFilterFactory, CircularListTest, TestLockTree, StatelessScriptUpdateProcessorFactoryTest, DistributedFacetExistsSmallTest, TestSmileRequest, ResponseHeaderTest, DistributedFacetPivotLongTailTest, TestPHPSerializedResponseWriter, CursorMarkTest, SampleTest, PluginInfoTest, TestDocTermOrdsUninvertLimit, TestFreeTextSuggestions, RollingRestartTest, TestLFUCache, TestSearcherReuse, TestUtils, TestMacroExpander, SolrCoreCheckLockOnStartupTest, DataDrivenBlockJoinTest, DistributedDebugComponentTest, TestCodecSupport, SuggesterTest, RangeFacetCloudTest, TestRebalanceLeaders, TestEmbeddedSolrServerAdminHandler, TestSQLHandler, ChangedSchemaMergeTest, TestSolrConfigHandlerCloud, TestScoreJoinQPScore, DocExpirationUpdateProcessorFactoryTest, TestBulkSchemaConcurrent, TestValueSourceCache, DefaultValueUpdateProcessorTest, TestPseudoReturnFields, HdfsBasicDistributedZk2Test, SolrMetricReporterTest, TestSurroundQueryParser, TestRetrieveFieldsOptimizer, QueryElevationComponentTest, TestAuthorizationFramework, TokenizerChainTest, TestSchemalessBufferedUpdates, HealthCheckHandlerTest, TestManagedSchema, TestConfigOverlay, SyncSliceTest, HttpPartitionTest, TestSimNodeLostTrigger]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSimNodeLostTrigger -Dtests.seed=593E390BB7B55AE9 -Dtests.slow=true -Dtests.locale=es-PA -Dtests.timezone=Pacific/Majuro -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | TestSimNodeLostTrigger (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.autoscaling.sim.TestSimNodeLostTrigger: 
   [junit4]    >    1) Thread[id=14064, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]
   [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.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:870)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1199)
   [junit4]    >         at java.util.concurrent.locks.ReentrantLock$NonfairSync.lock(ReentrantLock.java:209)
   [junit4]    >         at java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:285)
   [junit4]    >         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:322)
   [junit4]    >         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)
   [junit4]    >         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:307)
   [junit4]    >         at org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:128)
   [junit4]    >         at org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:506)
   [junit4]    >         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:136)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([593E390BB7B55AE9]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=14064, name=Simulated OverseerAutoScalingTriggerThread, state=WAITING, group=Simulated Overseer autoscaling triggers]
   [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.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:870)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1199)
   [junit4]    >         at java.util.concurrent.locks.ReentrantLock$NonfairSync.lock(ReentrantLock.java:209)
   [junit4]    >         at java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:285)
   [junit4]    >         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.refreshAutoScalingConf(OverseerTriggerThread.java:322)
   [junit4]    >         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.access$000(OverseerTriggerThread.java:56)
   [junit4]    >         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread$AutoScalingWatcher.process(OverseerTriggerThread.java:307)
   [junit4]    >         at org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager$Node.setData(SimDistribStateManager.java:128)
   [junit4]    >         at org.apache.solr.cloud.autoscaling.sim.SimDistribStateManager.setData(SimDistribStateManager.java:506)
   [junit4]    >         at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:136)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([593E390BB7B55AE9]:0)
   [junit4] Completed [282/834 (1!)] on J1 in 84.05s, 4 tests, 2 errors <<< FAILURES!

[...truncated 46487 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7525/consoleText

[repro] Revision: 39733cbf5ff9d8587d418007bd13087a434a1aa2

[repro] Ant options: "-Dargs=-client -XX:+UseG1GC"

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr\core
[repro]       TestSimNodeLostTrigger
[repro] ant compile-test

[...truncated 3445 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestSimNodeLostTrigger" -Dtests.showOutput=onerror "-Dargs=-client -XX:+UseG1GC" -Dtests.seed=593E390BB7B55AE9 -Dtests.slow=true -Dtests.locale=es-PA -Dtests.timezone=Pacific/Majuro -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 84 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.sim.TestSimNodeLostTrigger
[repro] Exiting with code 0

[...truncated 75 lines...]