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

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

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

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

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

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


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

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

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


FAILED:  org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest

Error Message:
Timeout waiting for all live and active

Stack Trace:
java.lang.AssertionError: Timeout waiting for all live and active
	at __randomizedtesting.SeedInfo.seed([9456941E0CE34599:E0A6755B48C70216]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.TestCloudRecovery.leaderRecoverFromLogOnStartupTest(TestCloudRecovery.java:99)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestCloudRecovery.corruptedLogTest

Error Message:
Could not find a healthy node to handle the request.

Stack Trace:
org.apache.solr.common.SolrException: Could not find a healthy node to handle the request.
	at __randomizedtesting.SeedInfo.seed([9456941E0CE34599:1720CBECDA9A4B38]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1098)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:990)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:990)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:990)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:990)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:990)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:895)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:858)
	at org.apache.solr.cloud.TestCloudRecovery.resetCollection(TestCloudRecovery.java:75)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:968)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([9456941E0CE34599:4B3635CFC7C4263C]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
	at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
	at org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound='10']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">1</int><lst name="params"><str name="q">*:*</str></lst></lst><result name="response" numFound="0" start="0"></result>
</response>

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




Build Log:
[...truncated 12381 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> 499789 INFO  (SUITE-TestCloudRecovery-seed#[9456941E0CE34599]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_9456941E0CE34599-001/init-core-data-001
   [junit4]   2> 499790 WARN  (SUITE-TestCloudRecovery-seed#[9456941E0CE34599]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 499790 INFO  (SUITE-TestCloudRecovery-seed#[9456941E0CE34599]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 499791 INFO  (SUITE-TestCloudRecovery-seed#[9456941E0CE34599]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 499792 INFO  (SUITE-TestCloudRecovery-seed#[9456941E0CE34599]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_9456941E0CE34599-001/tempDir-001
   [junit4]   2> 499792 INFO  (SUITE-TestCloudRecovery-seed#[9456941E0CE34599]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 499792 INFO  (Thread-1084) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 499792 INFO  (Thread-1084) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 499793 ERROR (Thread-1084) [    ] 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> 499892 INFO  (SUITE-TestCloudRecovery-seed#[9456941E0CE34599]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:42479
   [junit4]   2> 499901 INFO  (jetty-launcher-752-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 499901 INFO  (jetty-launcher-752-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 499928 INFO  (jetty-launcher-752-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@106ceef{/solr,null,AVAILABLE}
   [junit4]   2> 499928 INFO  (jetty-launcher-752-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@96ac37{/solr,null,AVAILABLE}
   [junit4]   2> 499935 INFO  (jetty-launcher-752-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1146cde{HTTP/1.1,[http/1.1]}{127.0.0.1:37939}
   [junit4]   2> 499935 INFO  (jetty-launcher-752-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@16fd6f5{HTTP/1.1,[http/1.1]}{127.0.0.1:46515}
   [junit4]   2> 499935 INFO  (jetty-launcher-752-thread-1) [    ] o.e.j.s.Server Started @500820ms
   [junit4]   2> 499935 INFO  (jetty-launcher-752-thread-2) [    ] o.e.j.s.Server Started @500820ms
   [junit4]   2> 499935 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37939}
   [junit4]   2> 499935 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46515}
   [junit4]   2> 499935 ERROR (jetty-launcher-752-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 499935 ERROR (jetty-launcher-752-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 499935 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 499935 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 499935 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 499935 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 499936 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 499936 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 499936 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-16T21:23:55.153Z
   [junit4]   2> 499936 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-16T21:23:55.153Z
   [junit4]   2> 499938 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 499938 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 499962 INFO  (jetty-launcher-752-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42479/solr
   [junit4]   2> 499969 INFO  (jetty-launcher-752-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42479/solr
   [junit4]   2> 500001 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15fc6b77e020005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 500041 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:46515_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 500041 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:46515_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46515_solr
   [junit4]   2> 500042 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:46515_solr    ] o.a.s.c.Overseer Overseer (id=99016208220815366-127.0.0.1:46515_solr-n_0000000000) starting
   [junit4]   2> 500050 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:37939_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 500051 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:37939_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37939_solr
   [junit4]   2> 500054 INFO  (zkCallback-761-thread-1-processing-n:127.0.0.1:37939_solr) [n:127.0.0.1:37939_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 500054 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:46515_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46515_solr
   [junit4]   2> 500056 INFO  (zkCallback-761-thread-1-processing-n:127.0.0.1:37939_solr) [n:127.0.0.1:37939_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 500064 INFO  (OverseerStateUpdate-99016208220815366-127.0.0.1:46515_solr-n_0000000000) [n:127.0.0.1:46515_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 500065 INFO  (zkCallback-765-thread-2-processing-n:127.0.0.1:46515_solr) [n:127.0.0.1:46515_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 500212 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:46515_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46515.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d7cbe9
   [junit4]   2> 500224 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:46515_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46515.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d7cbe9
   [junit4]   2> 500225 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:46515_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46515.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d7cbe9
   [junit4]   2> 500227 INFO  (jetty-launcher-752-thread-2) [n:127.0.0.1:46515_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_9456941E0CE34599-001/tempDir-001/node2/.
   [junit4]   2> 500238 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:37939_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37939.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d7cbe9
   [junit4]   2> 500249 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:37939_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37939.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d7cbe9
   [junit4]   2> 500249 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:37939_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37939.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d7cbe9
   [junit4]   2> 500250 INFO  (jetty-launcher-752-thread-1) [n:127.0.0.1:37939_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_9456941E0CE34599-001/tempDir-001/node1/.
   [junit4]   2> 500289 INFO  (SUITE-TestCloudRecovery-seed#[9456941E0CE34599]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 500289 INFO  (SUITE-TestCloudRecovery-seed#[9456941E0CE34599]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42479/solr ready
   [junit4]   2> 500293 INFO  (qtp2163349-4516) [n:127.0.0.1:37939_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=2&collection.configName=config&maxShardsPerNode=2&name=collection1&nrtReplicas=2&action=CREATE&numShards=2&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 500296 INFO  (OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:46515_solr) [n:127.0.0.1:46515_solr    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 500401 INFO  (OverseerStateUpdate-99016208220815366-127.0.0.1:46515_solr-n_0000000000) [n:127.0.0.1:46515_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46515/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 500403 INFO  (OverseerStateUpdate-99016208220815366-127.0.0.1:46515_solr-n_0000000000) [n:127.0.0.1:46515_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37939/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 500405 INFO  (OverseerStateUpdate-99016208220815366-127.0.0.1:46515_solr-n_0000000000) [n:127.0.0.1:46515_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46515/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 500407 INFO  (OverseerStateUpdate-99016208220815366-127.0.0.1:46515_solr-n_0000000000) [n:127.0.0.1:46515_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:37939/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 500610 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 500610 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=config&newCollection=true&name=collection1_shard2_replica_n6&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 500611 INFO  (qtp13250242-4519) [n:127.0.0.1:46515_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 500611 INFO  (qtp13250242-4521) [n:127.0.0.1:46515_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=config&newCollection=true&name=collection1_shard2_replica_n4&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 500611 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 500611 INFO  (qtp13250242-4519) [n:127.0.0.1:46515_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 500721 INFO  (zkCallback-761-thread-1-processing-n:127.0.0.1:37939_solr) [n:127.0.0.1:37939_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 500721 INFO  (zkCallback-765-thread-2-processing-n:127.0.0.1:46515_solr) [n:127.0.0.1:46515_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 500721 INFO  (zkCallback-761-thread-2-processing-n:127.0.0.1:37939_solr) [n:127.0.0.1:37939_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 501631 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 501632 INFO  (qtp13250242-4521) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 501632 INFO  (qtp13250242-4519) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 501633 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 501644 INFO  (qtp13250242-4521) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.s.IndexSchema [collection1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 501644 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.s.IndexSchema [collection1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 501646 INFO  (qtp13250242-4519) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 501648 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 501649 INFO  (qtp13250242-4519) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 501649 INFO  (qtp13250242-4521) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 501649 INFO  (qtp13250242-4519) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 501649 INFO  (qtp13250242-4521) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n4' using configuration from collection collection1, trusted=true
   [junit4]   2> 501649 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 501649 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n6' using configuration from collection collection1, trusted=true
   [junit4]   2> 501650 INFO  (qtp13250242-4519) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46515.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d7cbe9
   [junit4]   2> 501650 INFO  (qtp13250242-4521) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46515.solr.core.collection1.shard2.replica_n4' (registry 'solr.core.collection1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d7cbe9
   [junit4]   2> 501650 INFO  (qtp13250242-4519) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 501650 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37939.solr.core.collection1.shard2.replica_n6' (registry 'solr.core.collection1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d7cbe9
   [junit4]   2> 501650 INFO  (qtp13250242-4521) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 501650 INFO  (qtp13250242-4519) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_9456941E0CE34599-001/tempDir-001/node2/collection1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_9456941E0CE34599-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 501650 INFO  (qtp13250242-4521) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.c.SolrCore [[collection1_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_9456941E0CE34599-001/tempDir-001/node2/collection1_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_9456941E0CE34599-001/tempDir-001/node2/./collection1_shard2_replica_n4/data/]
   [junit4]   2> 501650 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 501650 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.SolrCore [[collection1_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_9456941E0CE34599-001/tempDir-001/node1/collection1_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_9456941E0CE34599-001/tempDir-001/node1/./collection1_shard2_replica_n6/data/]
   [junit4]   2> 501652 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 501652 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 501659 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37939.solr.core.collection1.shard1.replica_n2' (registry 'solr.core.collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d7cbe9
   [junit4]   2> 501659 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 501659 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_9456941E0CE34599-001/tempDir-001/node1/collection1_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_9456941E0CE34599-001/tempDir-001/node1/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 501729 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 501729 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 501729 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 501729 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 501730 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 501730 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 501730 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 501730 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 501732 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@5fb4aa[collection1_shard1_replica_n2] main]
   [junit4]   2> 501732 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@e5a7c3[collection1_shard2_replica_n6] main]
   [junit4]   2> 501733 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 501733 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 501733 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 501733 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 501734 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 501734 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 501735 INFO  (searcherExecutor-1908-thread-1-processing-n:127.0.0.1:37939_solr x:collection1_shard1_replica_n2 s:shard1 c:collection1 r:core_node5) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [collection1_shard1_replica_n2] Registered new searcher Searcher@5fb4aa[collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 501735 INFO  (searcherExecutor-1907-thread-1-processing-n:127.0.0.1:37939_solr x:collection1_shard2_replica_n6 s:shard2 c:collection1 r:core_node8) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.SolrCore [collection1_shard2_replica_n6] Registered new searcher Searcher@e5a7c3[collection1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 501735 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584259333569380352
   [junit4]   2> 501735 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584259333569380352
   [junit4]   2> 501740 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 501740 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 501743 INFO  (qtp13250242-4521) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 501743 INFO  (qtp13250242-4519) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 501743 INFO  (qtp13250242-4521) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 501743 INFO  (qtp13250242-4519) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 501744 INFO  (qtp13250242-4519) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 501744 INFO  (qtp13250242-4521) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 501744 INFO  (qtp13250242-4519) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 501744 INFO  (qtp13250242-4521) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 501747 INFO  (qtp13250242-4519) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1198eb0[collection1_shard1_replica_n1] main]
   [junit4]   2> 501747 INFO  (qtp13250242-4521) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@133bc3d[collection1_shard2_replica_n4] main]
   [junit4]   2> 501748 INFO  (qtp13250242-4519) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 501748 INFO  (qtp13250242-4521) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 501748 INFO  (qtp13250242-4519) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 501748 INFO  (qtp13250242-4521) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 501749 INFO  (qtp13250242-4521) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 501749 INFO  (qtp13250242-4519) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 501749 INFO  (qtp13250242-4519) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584259333584060416
   [junit4]   2> 501750 INFO  (searcherExecutor-1906-thread-1-processing-n:127.0.0.1:46515_solr x:collection1_shard2_replica_n4 s:shard2 c:collection1 r:core_node7) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.c.SolrCore [collection1_shard2_replica_n4] Registered new searcher Searcher@133bc3d[collection1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 501750 INFO  (searcherExecutor-1905-thread-1-processing-n:127.0.0.1:46515_solr x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@1198eb0[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 501750 INFO  (qtp13250242-4521) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584259333585108992
   [junit4]   2> 501842 INFO  (zkCallback-761-thread-2-processing-n:127.0.0.1:37939_solr) [n:127.0.0.1:37939_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 501842 INFO  (zkCallback-761-thread-1-processing-n:127.0.0.1:37939_solr) [n:127.0.0.1:37939_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 501842 INFO  (zkCallback-765-thread-2-processing-n:127.0.0.1:46515_solr) [n:127.0.0.1:46515_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 502240 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 502240 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 502240 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 502241 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 502241 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37939/solr/collection1_shard1_replica_n2/
   [junit4]   2> 502241 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37939/solr/collection1_shard2_replica_n6/
   [junit4]   2> 502242 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_n6 url=http://127.0.0.1:37939/solr START replicas=[http://127.0.0.1:46515/solr/collection1_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 502242 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n2 url=http://127.0.0.1:37939/solr START replicas=[http://127.0.0.1:46515/solr/collection1_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 502247 INFO  (qtp13250242-4510) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.c.S.Request [collection1_shard2_replica_n4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 502247 INFO  (qtp13250242-4514) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 502542 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_n6 url=http://127.0.0.1:37939/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 502542 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 502542 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 502542 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 502543 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n2 url=http://127.0.0.1:37939/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 502543 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 502543 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 502543 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 502545 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37939/solr/collection1_shard2_replica_n6/ shard2
   [junit4]   2> 502545 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37939/solr/collection1_shard1_replica_n2/ shard1
   [junit4]   2> 502646 INFO  (zkCallback-765-thread-2-processing-n:127.0.0.1:46515_solr) [n:127.0.0.1:46515_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 502646 INFO  (zkCallback-761-thread-1-processing-n:127.0.0.1:37939_solr) [n:127.0.0.1:37939_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 502646 INFO  (zkCallback-761-thread-2-processing-n:127.0.0.1:37939_solr) [n:127.0.0.1:37939_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 502696 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 502696 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 502698 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=config&newCollection=true&name=collection1_shard2_replica_n6&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2088
   [junit4]   2> 502698 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2088
   [junit4]   2> 502755 INFO  (qtp13250242-4519) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2144
   [junit4]   2> 502756 INFO  (qtp13250242-4521) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=config&newCollection=true&name=collection1_shard2_replica_n4&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2145
   [junit4]   2> 502762 INFO  (qtp2163349-4516) [n:127.0.0.1:37939_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 502856 INFO  (zkCallback-765-thread-2-processing-n:127.0.0.1:46515_solr) [n:127.0.0.1:46515_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 502856 INFO  (zkCallback-761-thread-1-processing-n:127.0.0.1:37939_solr) [n:127.0.0.1:37939_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 502856 INFO  (zkCallback-761-thread-2-processing-n:127.0.0.1:37939_solr) [n:127.0.0.1:37939_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 503762 INFO  (qtp2163349-4516) [n:127.0.0.1:37939_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&replicationFactor=2&collection.configName=config&maxShardsPerNode=2&name=collection1&nrtReplicas=2&action=CREATE&numShards=2&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=3468
   [junit4]   2> 503763 INFO  (SUITE-TestCloudRecovery-seed#[9456941E0CE34599]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 503764 INFO  (SUITE-TestCloudRecovery-seed#[9456941E0CE34599]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 503803 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.SolrTestCaseJ4 ###Starting leaderRecoverFromLogOnStartupTest
   [junit4]   2> 503824 INFO  (qtp13250242-4591) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1584259335752515584&distrib.from=http://127.0.0.1:37939/solr/collection1_shard2_replica_n6/&wt=javabin&version=2}{deleteByQuery=*:* (-1584259335752515584)} 0 3
   [junit4]   2> 503825 INFO  (qtp2163349-4507) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n6]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:37939/solr/collection1_shard1_replica_n2/&wt=javabin&version=2}{deleteByQuery=*:* (-1584259335752515584)} 0 8
   [junit4]   2> 503830 INFO  (qtp13250242-4592) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1584259335742029824&distrib.from=http://127.0.0.1:37939/solr/collection1_shard1_replica_n2/&wt=javabin&version=2}{deleteByQuery=*:* (-1584259335742029824)} 0 3
   [junit4]   2> 503831 INFO  (qtp2163349-4518) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1584259335742029824)} 0 24
   [junit4]   2> 503835 INFO  (qtp13250242-4590) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1584259335771389952,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 503835 INFO  (qtp13250242-4510) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1584259335771389952,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 503836 INFO  (qtp13250242-4590) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 503836 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1584259335771389952,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 503837 INFO  (qtp13250242-4510) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 503837 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 503837 INFO  (qtp2163349-4511) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1584259335773487104,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 503838 INFO  (qtp2163349-4511) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 503839 INFO  (qtp13250242-4590) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 503839 INFO  (qtp13250242-4590) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37939/solr/collection1_shard2_replica_n6/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 4
   [junit4]   2> 503839 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 503839 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37939/solr/collection1_shard2_replica_n6/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 4
   [junit4]   2> 503839 INFO  (qtp2163349-4511) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 503840 INFO  (qtp2163349-4511) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n6]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37939/solr/collection1_shard2_replica_n6/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 4
   [junit4]   2> 503840 INFO  (qtp13250242-4510) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 503840 INFO  (qtp13250242-4510) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:37939/solr/collection1_shard2_replica_n6/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 5
   [junit4]   2> 503841 INFO  (qtp2163349-4576) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n6]  webapp=/solr path=/update params={_stateVer_=collection1:5&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 8
   [junit4]   2> 503852 INFO  (qtp13250242-4514) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37939/solr/collection1_shard1_replica_n2/&wt=javabin&version=2}{add=[1 (1584259335781875712)]} 0 2
   [junit4]   2> 503852 INFO  (qtp2163349-4516) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 (1584259335781875712)]} 0 7
   [junit4]   2> 503859 INFO  (qtp13250242-4521) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37939/solr/collection1_shard2_replica_n6/&wt=javabin&version=2}{add=[2 (1584259335791312896)]} 0 2
   [junit4]   2> 503860 INFO  (qtp2163349-4518) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n6]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1584259335791312896)]} 0 6
   [junit4]   2> 503862 INFO  (qtp13250242-4591) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37939/solr/collection1_shard2_replica_n6/&wt=javabin&version=2}{add=[3 (1584259335798652928)]} 0 0
   [junit4]   2> 503862 INFO  (qtp2163349-4509) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n6]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 (1584259335798652928)]} 0 1
   [junit4]   2> 503865 INFO  (qtp13250242-4592) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37939/solr/collection1_shard1_replica_n2/&wt=javabin&version=2}{add=[4 (1584259335800750080)]} 0 0
   [junit4]   2> 503865 INFO  (qtp2163349-4511) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1584259335800750080)]} 0 1
   [junit4]   2> 503867 INFO  (qtp13250242-4510) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.c.S.Request [collection1_shard2_replica_n4]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection1:5&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:46515/solr/collection1_shard2_replica_n4/|http://127.0.0.1:37939/solr/collection1_shard2_replica_n6/&rows=10&version=2&q=*:*&NOW=1510867439083&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 503867 INFO  (qtp2163349-4518) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection1:5&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:37939/solr/collection1_shard1_replica_n2/|http://127.0.0.1:46515/solr/collection1_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1510867439083&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 503868 INFO  (qtp2163349-4576) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/select params={q=*:*&_stateVer_=collection1:5&wt=javabin&version=2} hits=0 status=0 QTime=1
   [junit4]   2> 503868 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 46515
   [junit4]   2> 503868 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1782304
   [junit4]   2> 503868 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 503868 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@e79788: rootName = solr_46515, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@d47b96
   [junit4]   2> 503873 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 503873 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@aeed76: rootName = solr_46515, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1a929ea
   [junit4]   2> 503877 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 503877 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@8645b: rootName = solr_46515, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@193fea8
   [junit4]   2> 503879 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:46515_solr
   [junit4]   2> 503879 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 503879 INFO  (zkCallback-771-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 503879 INFO  (zkCallback-761-thread-2-processing-n:127.0.0.1:37939_solr) [n:127.0.0.1:37939_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 503880 INFO  (coreCloseExecutor-1925-thread-1) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c8a95d
   [junit4]   2> 503880 INFO  (coreCloseExecutor-1925-thread-1) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n1, tag=29927773
   [junit4]   2> 503879 INFO  (zkCallback-765-thread-2-processing-n:127.0.0.1:46515_solr) [n:127.0.0.1:46515_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 503880 INFO  (coreCloseExecutor-1925-thread-1) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@df93d8: rootName = solr_46515, domain = solr.core.collection1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@7040d6
   [junit4]   2> 503880 INFO  (coreCloseExecutor-1925-thread-2) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.c.SolrCore [collection1_shard2_replica_n4]  CLOSING SolrCore org.apache.solr.core.SolrCore@15ec66
   [junit4]   2> 503887 INFO  (coreCloseExecutor-1925-thread-1) [n:127.0.0.1:46515_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=29927773
   [junit4]   2> 503887 INFO  (coreCloseExecutor-1925-thread-2) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard2.replica_n4, tag=1436774
   [junit4]   2> 503887 INFO  (coreCloseExecutor-1925-thread-2) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@ae9384: rootName = solr_46515, domain = solr.core.collection1.shard2.replica_n4, service url = null, agent id = null] for registry solr.core.collection1.shard2.replica_n4 / com.codahale.metrics.MetricRegistry@153b67c
   [junit4]   2> 503897 INFO  (coreCloseExecutor-1925-thread-2) [n:127.0.0.1:46515_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard2.leader, tag=1436774
   [junit4]   2> 503899 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.c.Overseer Overseer (id=99016208220815366-127.0.0.1:46515_solr-n_0000000000) closing
   [junit4]   2> 503899 INFO  (OverseerStateUpdate-99016208220815366-127.0.0.1:46515_solr-n_0000000000) [n:127.0.0.1:46515_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:46515_solr
   [junit4]   2> 503899 WARN  (OverseerAutoScalingTriggerThread-99016208220815366-127.0.0.1:46515_solr-n_0000000000) [n:127.0.0.1:46515_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 503900 INFO  (zkCallback-761-thread-2-processing-n:127.0.0.1:37939_solr) [n:127.0.0.1:37939_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37939_solr
   [junit4]   2> 503901 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@16fd6f5{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 503901 INFO  (zkCallback-761-thread-2-processing-n:127.0.0.1:37939_solr) [n:127.0.0.1:37939_solr    ] o.a.s.c.Overseer Overseer (id=99016208220815364-127.0.0.1:37939_solr-n_0000000001) starting
   [junit4]   2> 503901 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@96ac37{/solr,null,UNAVAILABLE}
   [junit4]   2> 503901 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 37939
   [junit4]   2> 503901 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=20529797
   [junit4]   2> 503902 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 503902 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@10d042b: rootName = solr_37939, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@1f15fa3
   [junit4]   2> 503905 INFO  (zkCallback-761-thread-2-processing-n:127.0.0.1:37939_solr) [n:127.0.0.1:37939_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 503905 INFO  (zkCallback-761-thread-1-processing-n:127.0.0.1:37939_solr) [n:127.0.0.1:37939_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 503908 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 503909 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@12ce25d: rootName = solr_37939, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1a929ea
   [junit4]   2> 503914 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 503914 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1fa4119: rootName = solr_37939, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@193fea8
   [junit4]   2> 503916 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37939_solr
   [junit4]   2> 503916 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 503916 INFO  (zkCallback-771-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 503916 INFO  (zkCallback-761-thread-3-processing-n:127.0.0.1:37939_solr) [n:127.0.0.1:37939_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 503916 INFO  (coreCloseExecutor-1931-thread-1) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.c.SolrCore [collection1_shard2_replica_n6]  CLOSING SolrCore org.apache.solr.core.SolrCore@a53d4a
   [junit4]   2> 503916 INFO  (coreCloseExecutor-1931-thread-1) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard2.replica_n6, tag=10829130
   [junit4]   2> 503916 INFO  (coreCloseExecutor-1931-thread-2) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.c.SolrCore [collection1_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@168424c
   [junit4]   2> 503916 INFO  (coreCloseExecutor-1931-thread-1) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@cd96e9: rootName = solr_37939, domain = solr.core.collection1.shard2.replica_n6, service url = null, agent id = null] for registry solr.core.collection1.shard2.replica_n6 / com.codahale.metrics.MetricRegistry@17600a3
   [junit4]   2> 503924 INFO  (coreCloseExecutor-1931-thread-1) [n:127.0.0.1:37939_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard2.leader, tag=10829130
   [junit4]   2> 503924 INFO  (coreCloseExecutor-1931-thread-2) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n2, tag=23609932
   [junit4]   2> 503924 INFO  (coreCloseExecutor-1931-thread-2) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@174816d: rootName = solr_37939, domain = solr.core.collection1.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@891f81
   [junit4]   2> 503932 INFO  (coreCloseExecutor-1931-thread-2) [n:127.0.0.1:37939_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=23609932
   [junit4]   2> 503934 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.c.Overseer Overseer (id=99016208220815364-127.0.0.1:37939_solr-n_0000000001) closing
   [junit4]   2> 503934 INFO  (OverseerStateUpdate-99016208220815364-127.0.0.1:37939_solr-n_0000000001) [n:127.0.0.1:37939_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37939_solr
   [junit4]   2> 503935 WARN  (OverseerAutoScalingTriggerThread-99016208220815364-127.0.0.1:37939_solr-n_0000000001) [n:127.0.0.1:37939_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 503937 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1146cde{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 503937 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@106ceef{/solr,null,UNAVAILABLE}
   [junit4]   2> 503939 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.a.s.c.ChaosMonkey monkey: starting jetty! 46515
   [junit4]   2> 503939 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 503939 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1723d64{/solr,null,AVAILABLE}
   [junit4]   2> 503940 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@ca4de2{HTTP/1.1,[http/1.1]}{127.0.0.1:46515}
   [junit4]   2> 503940 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9456941E0CE34599]) [    ] o.e.j.s.Server Started @504825ms
   [junit4]   2> 503940 INFO  (

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

sts.timezone=America/Port-au-Prince -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.57s J1 | TestLazyCores.testNoCommit <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9456941E0CE34599:4B3635CFC7C4263C]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
   [junit4]    > 	at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
   [junit4]    > 	at org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound='10']
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">1</int><lst name="params"><str name="q">*:*</str></lst></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=*:*
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:894)
   [junit4]    > 	... 41 more
   [junit4]   2> 819924 INFO  (SUITE-TestLazyCores-seed#[9456941E0CE34599]-worker) [    x:collection4] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 819924 INFO  (SUITE-TestLazyCores-seed#[9456941E0CE34599]-worker) [    x:collection4] o.a.s.c.CoreContainer Shutting down CoreContainer instance=18480921
   [junit4]   2> 819924 INFO  (SUITE-TestLazyCores-seed#[9456941E0CE34599]-worker) [    x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 819924 INFO  (SUITE-TestLazyCores-seed#[9456941E0CE34599]-worker) [    x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 819924 INFO  (SUITE-TestLazyCores-seed#[9456941E0CE34599]-worker) [    x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9456941E0CE34599-001
   [junit4]   2> Nov 16, 2017 9:29:15 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Nov 16, 2017 9:29:35 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=7449, name=searcherExecutor-2996-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Nov 16, 2017 9:29:35 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=7449, name=searcherExecutor-2996-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Nov 16, 2017 9:29:38 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=7449, name=searcherExecutor-2996-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true): {}, locale=sr-Latn-BA, timezone=America/Port-au-Prince
   [junit4]   2> NOTE: Linux 4.10.0-37-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=2,free=48503328,total=332922880
   [junit4]   2> NOTE: All tests run in this JVM: [ZkStateReaderTest, TestPushWriter, TestMacros, TestSizeLimitedDistributedMap, TestSolrQueryParser, TestMultiValuedNumericRangeQuery, WrapperMergePolicyFactoryTest, TestQuerySenderNoQuery, DebugComponentTest, TestDeleteCollectionOnDownNodes, BufferStoreTest, TestSearcherReuse, TestRandomFlRTGCloud, TestDocSet, ClusterStateUpdateTest, TestWriterPerf, HdfsCollectionsAPIDistributedZkTest, TestZkAclsWithHadoopAuth, TestXIncludeConfig, SchemaVersionSpecificBehaviorTest, SolrCLIZkUtilsTest, SOLR749Test, HighlighterConfigTest, BadIndexSchemaTest, TestFastLRUCache, TestSerializedLuceneMatchVersion, SolrIndexConfigTest, TestConfigOverlay, BinaryUpdateRequestHandlerTest, RollingRestartTest, PeerSyncReplicationTest, DocValuesMultiTest, TestRTGBase, TestStressLucene, TestPrepRecovery, TestManagedSchema, FullHLLTest, TestRemoteStreaming, LeaderFailureAfterFreshStartTest, TestShardHandlerFactory, TestExactStatsCache, MultiThreadedOCPTest, TestSolrCloudWithKerberosAlt, HdfsDirectoryFactoryTest, HttpTriggerListenerTest, TestNonDefinedSimilarityFactory, ShardRoutingTest, OpenExchangeRatesOrgProviderTest, DOMUtilTest, TestAddFieldRealTimeGet, TestPseudoReturnFields, TestBlendedInfixSuggestions, SpellingQueryConverterTest, TestNumericTokenStream, TemplateUpdateProcessorTest, TestLuceneMatchVersion, TestFieldTypeCollectionResource, SparseHLLTest, TestSolr4Spatial2, RegexBoostProcessorTest, TestComplexPhraseQParserPlugin, TestExpandComponent, TolerantUpdateProcessorTest, BooleanFieldTest, ZkSolrClientTest, TestRTimerTree, TestCloudRecovery, TestOmitPositions, PolyFieldTest, TestStressReorder, DistributedSuggestComponentTest, CoreSorterTest, TestInitParams, ShardRoutingCustomTest, TestStressInPlaceUpdates, DistributedTermsComponentTest, ComputePlanActionTest, TestCloudJSONFacetJoinDomain, TriLevelCompositeIdRoutingTest, UtilsToolTest, HdfsRecoveryZkTest, TestConfigSets, ReplicaListTransformerTest, TestCursorMarkWithoutUniqueKey, MBeansHandlerTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=9456941E0CE34599 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sr-Latn-BA -Dtests.timezone=America/Port-au-Prince -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=7449, name=searcherExecutor-2996-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9456941E0CE34599]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=7449, name=searcherExecutor-2996-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9456941E0CE34599]:0)
   [junit4] Completed [273/749 (2!)] on J1 in 30.27s, 9 tests, 3 errors <<< FAILURES!

[...truncated 44591 lines...]