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

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22472/
Java: 64bit/jdk1.8.0_172 -XX:+UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.cloud.TestCloudRecovery.corruptedLogTest

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([97E4A053826B684D:1492FFA1541266EC]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.TestCloudRecovery.corruptedLogTest(TestCloudRecovery.java:200)
	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.handler.component.InfixSuggestersTest.testShutdownDuringBuild

Error Message:
junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException

Stack Trace:
java.util.concurrent.ExecutionException: junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException
	at __randomizedtesting.SeedInfo.seed([97E4A053826B684D:4869C2ECBC023D2F]:0)
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
	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: junit.framework.AssertionFailedError: Unexpected wrapped exception type, expected CoreIsClosedException
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2696)
	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more
Caused by: java.lang.RuntimeException: Exception during query
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
	at org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
	... 6 more
Caused by: org.apache.solr.common.SolrException: SolrCoreState already closed.
	at org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
	at org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
	at org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
	at org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
	... 9 more




Build Log:
[...truncated 12517 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> 298853 INFO  (SUITE-TestCloudRecovery-seed#[97E4A053826B684D]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_97E4A053826B684D-001/init-core-data-001
   [junit4]   2> 298854 WARN  (SUITE-TestCloudRecovery-seed#[97E4A053826B684D]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 298854 INFO  (SUITE-TestCloudRecovery-seed#[97E4A053826B684D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 298856 INFO  (SUITE-TestCloudRecovery-seed#[97E4A053826B684D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 298857 INFO  (SUITE-TestCloudRecovery-seed#[97E4A053826B684D]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_97E4A053826B684D-001/tempDir-001
   [junit4]   2> 298857 INFO  (SUITE-TestCloudRecovery-seed#[97E4A053826B684D]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 298861 INFO  (Thread-400) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 298861 INFO  (Thread-400) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 298875 ERROR (Thread-400) [    ] 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> 298961 INFO  (SUITE-TestCloudRecovery-seed#[97E4A053826B684D]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:46755
   [junit4]   2> 298965 INFO  (zkConnectionManagerCallback-507-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 298973 INFO  (jetty-launcher-504-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 298974 INFO  (jetty-launcher-504-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 298991 INFO  (jetty-launcher-504-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 298991 INFO  (jetty-launcher-504-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 298991 INFO  (jetty-launcher-504-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 299001 INFO  (jetty-launcher-504-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@37f4b84a{/solr,null,AVAILABLE}
   [junit4]   2> 299009 INFO  (jetty-launcher-504-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 299017 INFO  (jetty-launcher-504-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 299017 INFO  (jetty-launcher-504-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 299017 INFO  (jetty-launcher-504-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7347ac77{/solr,null,AVAILABLE}
   [junit4]   2> 299018 INFO  (jetty-launcher-504-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1eda8d50{SSL,[ssl, http/1.1]}{127.0.0.1:35781}
   [junit4]   2> 299018 INFO  (jetty-launcher-504-thread-1) [    ] o.e.j.s.Server Started @299056ms
   [junit4]   2> 299018 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35781}
   [junit4]   2> 299018 ERROR (jetty-launcher-504-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 299018 INFO  (jetty-launcher-504-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@86a605{SSL,[ssl, http/1.1]}{127.0.0.1:40061}
   [junit4]   2> 299018 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 299018 INFO  (jetty-launcher-504-thread-2) [    ] o.e.j.s.Server Started @299056ms
   [junit4]   2> 299018 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40061}
   [junit4]   2> 299018 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 299018 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 299018 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 299018 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-17T23:01:28.672Z
   [junit4]   2> 299018 ERROR (jetty-launcher-504-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 299018 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 299018 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 299018 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 299018 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 299018 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-17T23:01:28.672Z
   [junit4]   2> 299032 INFO  (zkConnectionManagerCallback-509-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299034 INFO  (zkConnectionManagerCallback-511-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299034 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 299034 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 299037 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1004fbb27500002, likely client has closed socket
   [junit4]   2> 299097 INFO  (jetty-launcher-504-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46755/solr
   [junit4]   2> 299098 INFO  (zkConnectionManagerCallback-515-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299101 INFO  (zkConnectionManagerCallback-517-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299142 INFO  (jetty-launcher-504-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46755/solr
   [junit4]   2> 299144 INFO  (zkConnectionManagerCallback-523-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299153 INFO  (zkConnectionManagerCallback-525-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299155 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:35781_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35781_solr
   [junit4]   2> 299155 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:35781_solr    ] o.a.s.c.Overseer Overseer (id=72145259274960900-127.0.0.1:35781_solr-n_0000000000) starting
   [junit4]   2> 299159 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:40061_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40061_solr
   [junit4]   2> 299170 INFO  (zkConnectionManagerCallback-532-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299171 INFO  (zkCallback-516-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 299171 INFO  (zkCallback-524-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 299172 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:35781_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 299172 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:35781_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46755/solr ready
   [junit4]   2> 299173 INFO  (OverseerStateUpdate-72145259274960900-127.0.0.1:35781_solr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:35781_solr
   [junit4]   2> 299178 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:35781_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 299178 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:35781_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35781_solr
   [junit4]   2> 299180 INFO  (zkCallback-516-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 299182 INFO  (zkCallback-524-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 299186 INFO  (zkCallback-531-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 299187 INFO  (zkConnectionManagerCallback-537-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299187 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:40061_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 299188 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:40061_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46755/solr ready
   [junit4]   2> 299188 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:40061_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 299191 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:35781_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 299210 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:40061_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40061.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@503bac3a
   [junit4]   2> 299211 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:35781_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35781.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@503bac3a
   [junit4]   2> 299218 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:40061_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40061.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@503bac3a
   [junit4]   2> 299218 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:40061_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40061.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@503bac3a
   [junit4]   2> 299219 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:35781_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35781.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@503bac3a
   [junit4]   2> 299219 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:35781_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35781.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@503bac3a
   [junit4]   2> 299219 INFO  (jetty-launcher-504-thread-2) [n:127.0.0.1:40061_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_97E4A053826B684D-001/tempDir-001/node2/.
   [junit4]   2> 299220 INFO  (jetty-launcher-504-thread-1) [n:127.0.0.1:35781_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_97E4A053826B684D-001/tempDir-001/node1/.
   [junit4]   2> 299252 INFO  (zkConnectionManagerCallback-541-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299255 INFO  (zkConnectionManagerCallback-546-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299256 INFO  (SUITE-TestCloudRecovery-seed#[97E4A053826B684D]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 299256 INFO  (SUITE-TestCloudRecovery-seed#[97E4A053826B684D]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46755/solr ready
   [junit4]   2> 299272 INFO  (qtp443695496-2164) [n:127.0.0.1:40061_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&collection.configName=config&maxShardsPerNode=2&name=collection1&nrtReplicas=0&action=CREATE&numShards=2&tlogReplicas=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 299273 INFO  (OverseerThreadFactory-901-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 299378 INFO  (OverseerStateUpdate-72145259274960900-127.0.0.1:35781_solr-n_0000000000) [    ] 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_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40061/solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 299378 INFO  (OverseerStateUpdate-72145259274960900-127.0.0.1:35781_solr-n_0000000000) [    ] 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_t2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35781/solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 299379 INFO  (OverseerStateUpdate-72145259274960900-127.0.0.1:35781_solr-n_0000000000) [    ] 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_t4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40061/solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 299380 INFO  (OverseerStateUpdate-72145259274960900-127.0.0.1:35781_solr-n_0000000000) [    ] 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_t6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35781/solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 299593 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr    x:collection1_shard2_replica_t4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t4&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 299594 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr    x:collection1_shard2_replica_t4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 299620 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr    x:collection1_shard1_replica_t1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 299622 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr    x:collection1_shard2_replica_t6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t6&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 299624 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr    x:collection1_shard1_replica_t2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 300612 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 300617 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.s.IndexSchema [collection1_shard2_replica_t4] Schema name=minimal
   [junit4]   2> 300619 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 300619 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t4' using configuration from collection collection1, trusted=true
   [junit4]   2> 300619 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40061.solr.core.collection1.shard2.replica_t4' (registry 'solr.core.collection1.shard2.replica_t4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@503bac3a
   [junit4]   2> 300619 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 300619 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.SolrCore [[collection1_shard2_replica_t4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_97E4A053826B684D-001/tempDir-001/node2/collection1_shard2_replica_t4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_97E4A053826B684D-001/tempDir-001/node2/./collection1_shard2_replica_t4/data/]
   [junit4]   2> 300631 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 300631 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 300631 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 300648 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.s.IndexSchema [collection1_shard1_replica_t2] Schema name=minimal
   [junit4]   2> 300648 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.s.IndexSchema [collection1_shard2_replica_t6] Schema name=minimal
   [junit4]   2> 300648 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.s.IndexSchema [collection1_shard1_replica_t1] Schema name=minimal
   [junit4]   2> 300649 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 300649 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t6' using configuration from collection collection1, trusted=true
   [junit4]   2> 300649 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 300649 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t1' using configuration from collection collection1, trusted=true
   [junit4]   2> 300650 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 300650 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t2' using configuration from collection collection1, trusted=true
   [junit4]   2> 300650 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35781.solr.core.collection1.shard2.replica_t6' (registry 'solr.core.collection1.shard2.replica_t6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@503bac3a
   [junit4]   2> 300650 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35781.solr.core.collection1.shard1.replica_t2' (registry 'solr.core.collection1.shard1.replica_t2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@503bac3a
   [junit4]   2> 300650 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40061.solr.core.collection1.shard1.replica_t1' (registry 'solr.core.collection1.shard1.replica_t1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@503bac3a
   [junit4]   2> 300650 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 300650 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 300650 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 300650 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.c.SolrCore [[collection1_shard2_replica_t6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_97E4A053826B684D-001/tempDir-001/node1/collection1_shard2_replica_t6], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_97E4A053826B684D-001/tempDir-001/node1/./collection1_shard2_replica_t6/data/]
   [junit4]   2> 300650 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.c.SolrCore [[collection1_shard1_replica_t2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_97E4A053826B684D-001/tempDir-001/node1/collection1_shard1_replica_t2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_97E4A053826B684D-001/tempDir-001/node1/./collection1_shard1_replica_t2/data/]
   [junit4]   2> 300650 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.SolrCore [[collection1_shard1_replica_t1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_97E4A053826B684D-001/tempDir-001/node2/collection1_shard1_replica_t1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_97E4A053826B684D-001/tempDir-001/node2/./collection1_shard1_replica_t1/data/]
   [junit4]   2> 300710 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 300710 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 300711 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 300711 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 300713 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c2f5c36[collection1_shard2_replica_t4] main]
   [junit4]   2> 300714 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 300714 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 300715 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 300715 INFO  (searcherExecutor-910-thread-1-processing-n:127.0.0.1:40061_solr x:collection1_shard2_replica_t4 c:collection1 s:shard2 r:core_node7) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.SolrCore [collection1_shard2_replica_t4] Registered new searcher Searcher@1c2f5c36[collection1_shard2_replica_t4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 300715 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606280534157164544
   [junit4]   2> 300723 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node7=0}, version=0}
   [junit4]   2> 300725 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 300725 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 300725 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 300726 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 300726 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 300728 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.s.SolrIndexSearcher Opening [Searcher@424122c8[collection1_shard1_replica_t1] main]
   [junit4]   2> 300729 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 300729 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 300730 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 300730 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 300730 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 300730 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 300731 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 300731 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.s.SolrIndexSearcher Opening [Searcher@37b9a228[collection1_shard1_replica_t2] main]
   [junit4]   2> 300732 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 300732 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 300733 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 300733 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 300733 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 300733 INFO  (searcherExecutor-912-thread-1-processing-n:127.0.0.1:40061_solr x:collection1_shard1_replica_t1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.SolrCore [collection1_shard1_replica_t1] Registered new searcher Searcher@424122c8[collection1_shard1_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 300733 INFO  (searcherExecutor-913-thread-1-processing-n:127.0.0.1:35781_solr x:collection1_shard1_replica_t2 c:collection1 s:shard1 r:core_node5) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.c.SolrCore [collection1_shard1_replica_t2] Registered new searcher Searcher@37b9a228[collection1_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 300733 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606280534176038912
   [junit4]   2> 300733 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606280534176038912
   [junit4]   2> 300733 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 300733 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 300736 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.s.SolrIndexSearcher Opening [Searcher@9ff24e9[collection1_shard2_replica_t6] main]
   [junit4]   2> 300737 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 300737 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 300737 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 300737 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 300762 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 300762 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 300762 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606280534206447616
   [junit4]   2> 300762 INFO  (searcherExecutor-911-thread-1-processing-n:127.0.0.1:35781_solr x:collection1_shard2_replica_t6 c:collection1 s:shard2 r:core_node8) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.c.SolrCore [collection1_shard2_replica_t6] Registered new searcher Searcher@9ff24e9[collection1_shard2_replica_t6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 300764 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 300764 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 300764 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40061/solr/collection1_shard1_replica_t1/
   [junit4]   2> 300764 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_t1 url=https://127.0.0.1:40061/solr START replicas=[https://127.0.0.1:35781/solr/collection1_shard1_replica_t2/] nUpdates=100
   [junit4]   2> 300766 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_t1 url=https://127.0.0.1:40061/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 300770 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node7=0, core_node8=0}, version=1}
   [junit4]   2> 300772 INFO  (qtp1873967504-2237) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 300772 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 300772 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 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> 300772 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 300772 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.ZkController collection1_shard1_replica_t1 stopping background replication from leader
   [junit4]   2> 300773 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40061/solr/collection1_shard1_replica_t1/ shard1
   [junit4]   2> 300875 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 300876 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 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_t1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1257
   [junit4]   2> 300979 INFO  (zkCallback-524-thread-1) [    ] 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> 301225 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 301225 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 301225 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40061/solr/collection1_shard2_replica_t4/
   [junit4]   2> 301226 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_t4 url=https://127.0.0.1:40061/solr START replicas=[https://127.0.0.1:35781/solr/collection1_shard2_replica_t6/] nUpdates=100
   [junit4]   2> 301226 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_t4 url=https://127.0.0.1:40061/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 301227 INFO  (qtp1873967504-2152) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 301227 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 301227 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 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> 301227 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 301227 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.ZkController collection1_shard2_replica_t4 stopping background replication from leader
   [junit4]   2> 301229 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40061/solr/collection1_shard2_replica_t4/ shard2
   [junit4]   2> 301330 INFO  (zkCallback-524-thread-1) [    ] 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> 301380 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 301381 INFO  (qtp443695496-2160) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 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_t4&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=1787
   [junit4]   2> 301482 INFO  (zkCallback-524-thread-1) [    ] 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> 301765 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.c.ZkController collection1_shard1_replica_t2 starting background replication from leader
   [junit4]   2> 301765 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 301767 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 301767 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 301768 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.h.IndexFetcher Updated masterUrl to https://127.0.0.1:40061/solr/collection1_shard1_replica_t1/
   [junit4]   2> 301771 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 301771 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 301771 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 301771 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 301771 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 301771 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 301773 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4d3d0ff7[collection1_shard1_replica_t2] main]
   [junit4]   2> 301773 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.c.ZkController collection1_shard2_replica_t6 starting background replication from leader
   [junit4]   2> 301773 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 00:00:03
   [junit4]   2> 301774 INFO  (searcherExecutor-913-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard1_replica_t2] Registered new searcher Searcher@4d3d0ff7[collection1_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 301774 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 301774 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 301775 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 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_t6&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=2152
   [junit4]   2> 301816 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 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_t2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG} status=0 QTime=2192
   [junit4]   2> 301820 INFO  (qtp443695496-2164) [n:127.0.0.1:40061_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> 301876 INFO  (zkCallback-524-thread-1) [    ] 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> 301876 INFO  (zkCallback-516-thread-1) [    ] 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> 302820 INFO  (qtp443695496-2164) [n:127.0.0.1:40061_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&collection.configName=config&maxShardsPerNode=2&name=collection1&nrtReplicas=0&action=CREATE&numShards=2&tlogReplicas=2&wt=javabin&version=2} status=0 QTime=3548
   [junit4]   2> 302820 INFO  (SUITE-TestCloudRecovery-seed#[97E4A053826B684D]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 302820 INFO  (SUITE-TestCloudRecovery-seed#[97E4A053826B684D]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 302853 INFO  (TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[97E4A053826B684D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting leaderRecoverFromLogOnStartupTest
   [junit4]   2> 302937 INFO  (qtp1873967504-2161) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1606280536417894400&distrib.from=https://127.0.0.1:40061/solr/collection1_shard1_replica_t1/&wt=javabin&version=2}{deleteByQuery=*:* (-1606280536417894400)} 0 0
   [junit4]   2> 302947 INFO  (qtp1873967504-2163) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t6]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1606280536407408640&distrib.from=https://127.0.0.1:40061/solr/collection1_shard2_replica_t4/&wt=javabin&version=2}{deleteByQuery=*:* (-1606280536407408640)} 0 12
   [junit4]   2> 302949 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=1, core_node5=1}, version=2}
   [junit4]   2> 302949 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:40061/solr/collection1_shard2_replica_t4/&wt=javabin&version=2}{deleteByQuery=*:* (-1606280536417894400)} 0 78
   [junit4]   2> 302949 INFO  (qtp443695496-2166) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node7=1, core_node8=1}, version=2}
   [junit4]   2> 302950 INFO  (qtp443695496-2166) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t4]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1606280536407408640)} 0 95
   [junit4]   2> 302952 INFO  (qtp443695496-2166) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1606280536502829056,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 302952 INFO  (qtp443695496-2166) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 302953 INFO  (qtp1873967504-2159) [n:127.0.0.1:35781_solr c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] o.a.s.u.TestInjection Start waiting for replica in sync with leader
   [junit4]   2> 302958 INFO  (qtp1873967504-2152) [n:127.0.0.1:35781_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] o.a.s.u.TestInjection Start waiting for replica in sync with leader
   [junit4]   2> 302959 INFO  (qtp443695496-2235) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1606280536510169088,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 302962 INFO  (qtp443695496-2166) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 302962 INFO  (qtp443695496-2166) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t4]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:40061/solr/collection1_shard1_replica_t1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 10
   [junit4]   2> 302972 INFO  (qtp443695496-2235) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 302990 INFO  (qtp443695496-2235) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 302990 INFO  (qtp443695496-2235) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:40061/solr/collection1_shard1_replica_t1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 31
   [junit4]   2> 302990 INFO  (qtp443695496-2156) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=5
   [junit4]   2> 302991 INFO  (qtp443695496-2166) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=11
   [junit4]   2> 303274 INFO  (OverseerCollectionConfigSetProcessor-72145259274960900-127.0.0.1:35781_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 303500 INFO  (qtp443695496-2154) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 303501 INFO  (qtp443695496-2156) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 303840 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.h.IndexFetcher Updated masterUrl to https://127.0.0.1:40061/solr/collection1_shard2_replica_t4/
   [junit4]   2> 303841 INFO  (qtp443695496-2166) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 303845 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 303845 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 303845 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 303845 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 303845 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 303847 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6caf549c[collection1_shard2_replica_t6] main]
   [junit4]   2> 303848 INFO  (searcherExecutor-911-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard2_replica_t6] Registered new searcher Searcher@6caf549c[collection1_shard2_replica_t6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 304005 INFO  (qtp443695496-2232) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 304007 INFO  (qtp443695496-2166) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 304509 INFO  (qtp443695496-2232) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 304510 INFO  (qtp443695496-2156) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 304768 INFO  (qtp443695496-2158) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 304768 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 304768 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 304768 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 304768 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 304768 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 304768 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@39fd509b[collection1_shard1_replica_t2] main]
   [junit4]   2> 304769 INFO  (searcherExecutor-913-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard1_replica_t2] Registered new searcher Searcher@39fd509b[collection1_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 305013 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 305013 INFO  (qtp443695496-2166) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 305517 INFO  (qtp443695496-2232) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 305517 INFO  (qtp443695496-2156) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 306021 INFO  (qtp443695496-2154) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 306021 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 306524 INFO  (qtp443695496-2158) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 306524 INFO  (qtp443695496-2166) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 306841 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 306841 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 306841 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 306841 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 306841 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 306841 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 306841 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@ae8380a[collection1_shard2_replica_t6] main]
   [junit4]   2> 306842 INFO  (searcherExecutor-911-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard2_replica_t6] Registered new searcher Searcher@ae8380a[collection1_shard2_replica_t6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 307028 INFO  (qtp443695496-2232) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 307028 INFO  (qtp443695496-2166) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 307532 INFO  (qtp443695496-2158) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 307532 INFO  (qtp443695496-2232) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 307768 INFO  (qtp443695496-2166) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 307768 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 307768 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 307768 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 307768 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 307768 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 307768 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d700be5[collection1_shard1_replica_t2] main]
   [junit4]   2> 307770 INFO  (searcherExecutor-913-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard1_replica_t2] Registered new searcher Searcher@1d700be5[collection1_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 308039 INFO  (qtp443695496-2154) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 308042 INFO  (qtp443695496-2232) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 308550 INFO  (qtp443695496-2158) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 308550 INFO  (qtp443695496-2154) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 309054 INFO  (qtp443695496-2232) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 309054 INFO  (qtp443695496-2154) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 309558 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 309562 INFO  (qtp443695496-2232) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 309841 INFO  (qtp443695496-2154) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 309845 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 309845 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 309845 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 309845 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 309845 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 309845 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4dbda1e8[collection1_shard2_replica_t6] main]
   [junit4]   2> 309846 INFO  (searcherExecutor-911-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard2_replica_t6] Registered new searcher Searcher@4dbda1e8[collection1_shard2_replica_t6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 310063 INFO  (qtp443695496-2232) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 310080 INFO  (qtp443695496-2154) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 310583 INFO  (qtp443695496-2156) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 310592 INFO  (qtp443695496-2166) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 310768 INFO  (qtp443695496-2154) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 310769 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 310769 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 310769 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 310769 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 310769 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 310769 INFO  (indexFetcher-931-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6c5e7bd2[collection1_shard1_replica_t2] main]
   [junit4]   2> 310770 INFO  (searcherExecutor-913-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard1_replica_t2] Registered new searcher Searcher@6c5e7bd2[collection1_shard1_replica_t2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 311108 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 311119 INFO  (qtp443695496-2166) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 311628 INFO  (qtp443695496-2156) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 311645 INFO  (qtp443695496-2232) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 312136 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 312168 INFO  (qtp443695496-2166) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 312639 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 312679 INFO  (qtp443695496-2158) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 312841 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 312841 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 312841 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 312841 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 312841 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 312841 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 312841 INFO  (indexFetcher-933-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@696146c1[collection1_shard2_replica_t6] main]
   [junit4]   2> 312846 INFO  (searcherExecutor-911-thread-1) [    ] o.a.s.c.SolrCore [collection1_shard2_replica_t6] Registered new searcher Searcher@696146c1[collection1_shard2_replica_t6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 313147 INFO  (qtp443695496-2167) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 313193 INFO  (qtp443695496-2232) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 313666 INFO  (qtp443695496-2166) [n:127.0.0.1:40061_solr c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 313718 INFO  (qtp443695496-2158) [n:127.0.0.1:40061_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 313767 INFO  (qtp443695496-2156) [n:127.0.0.1:40061_solr c:collection1 s:shard

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

 Executing 10 suites with 3 JVMs.
   [junit4] 
   [junit4] Started J1 PID(28830@serv1.sd-datasolutions.de).
   [junit4] Started J2 PID(28829@serv1.sd-datasolutions.de).
   [junit4] Started J0 PID(28828@serv1.sd-datasolutions.de).
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4] OK      0.78s J2 | InfixSuggestersTest.testShutdownDuringBuild
   [junit4] OK      0.74s J2 | InfixSuggestersTest.testReloadDuringBuild
   [junit4] OK      0.95s J2 | InfixSuggestersTest.testBuildThen2xReload
   [junit4] OK      0.62s J2 | InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
   [junit4] OK      0.68s J2 | InfixSuggestersTest.testTwoSuggestersBuildThenReload
   [junit4] OK      0.50s J2 | InfixSuggestersTest.test2xBuildReload
   [junit4] OK      0.21s J2 | InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
   [junit4] Completed [1/10] on J2 in 9.98s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4] OK      0.69s J2 | InfixSuggestersTest.testShutdownDuringBuild
   [junit4] OK      0.52s J2 | InfixSuggestersTest.testReloadDuringBuild
   [junit4] OK      0.41s J2 | InfixSuggestersTest.testBuildThen2xReload
   [junit4] OK      0.30s J2 | InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
   [junit4] OK      0.44s J2 | InfixSuggestersTest.testTwoSuggestersBuildThenReload
   [junit4] OK      0.41s J2 | InfixSuggestersTest.test2xBuildReload
   [junit4] OK      0.21s J2 | InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
   [junit4] Completed [2/10] on J2 in 3.62s, 7 tests
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: org.apache.solr.handler.component.InfixSuggestersTest. This may confuse tools that process XML reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4] OK      0.59s J2 | InfixSuggestersTest.testShutdownDuringBuild
   [junit4] OK      0.35s J2 | InfixSuggestersTest.testReloadDuringBuild
   [junit4] OK      0.36s J2 | InfixSuggestersTest.testBuildThen2xReload
   [junit4] OK      0.21s J2 | InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
   [junit4] OK      0.40s J2 | InfixSuggestersTest.testTwoSuggestersBuildThenReload
   [junit4] OK      0.42s J2 | InfixSuggestersTest.test2xBuildReload
   [junit4] OK      0.22s J2 | InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
   [junit4] Completed [3/10] on J2 in 2.93s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4] OK      38.1s J0 | TestCloudRecovery.leaderRecoverFromLogOnStartupTest
   [junit4] OK      9.61s J0 | TestCloudRecovery.corruptedLogTest
   [junit4] Completed [4/10] on J0 in 59.06s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4] OK      37.9s J1 | TestCloudRecovery.leaderRecoverFromLogOnStartupTest
   [junit4] OK      10.4s J1 | TestCloudRecovery.corruptedLogTest
   [junit4] Completed [5/10] on J1 in 59.25s, 2 tests
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: org.apache.solr.cloud.TestCloudRecovery. This may confuse tools that process XML reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4] OK      38.0s J2 | TestCloudRecovery.leaderRecoverFromLogOnStartupTest
   [junit4] OK      9.94s J2 | TestCloudRecovery.corruptedLogTest
   [junit4] Completed [6/10] on J2 in 54.59s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4] OK      0.67s J2 | InfixSuggestersTest.testShutdownDuringBuild
   [junit4] OK      0.50s J2 | InfixSuggestersTest.testReloadDuringBuild
   [junit4] OK      0.39s J2 | InfixSuggestersTest.testBuildThen2xReload
   [junit4] OK      0.34s J2 | InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
   [junit4] OK      0.42s J2 | InfixSuggestersTest.testTwoSuggestersBuildThenReload
   [junit4] OK      0.41s J2 | InfixSuggestersTest.test2xBuildReload
   [junit4] OK      0.19s J2 | InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
   [junit4] Completed [7/10] on J2 in 3.58s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4] OK      0.59s J2 | InfixSuggestersTest.testShutdownDuringBuild
   [junit4] OK      0.36s J2 | InfixSuggestersTest.testReloadDuringBuild
   [junit4] OK      0.33s J2 | InfixSuggestersTest.testBuildThen2xReload
   [junit4] OK      0.20s J2 | InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
   [junit4] OK      0.40s J2 | InfixSuggestersTest.testTwoSuggestersBuildThenReload
   [junit4] OK      0.39s J2 | InfixSuggestersTest.test2xBuildReload
   [junit4] OK      0.19s J2 | InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
   [junit4] Completed [8/10] on J2 in 2.95s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4] OK      34.0s J1 | TestCloudRecovery.leaderRecoverFromLogOnStartupTest
   [junit4] OK      9.23s J1 | TestCloudRecovery.corruptedLogTest
   [junit4] Completed [9/10] on J1 in 47.81s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4] OK      36.8s J0 | TestCloudRecovery.leaderRecoverFromLogOnStartupTest
   [junit4] OK      9.17s J0 | TestCloudRecovery.corruptedLogTest
   [junit4] Completed [10/10] on J0 in 51.00s, 2 tests
   [junit4] 
   [junit4] JVM J0:     0.40 ..   111.35 =   110.94s
   [junit4] JVM J1:     0.37 ..   108.50 =   108.14s
   [junit4] JVM J2:     0.39 ..    79.21 =    78.82s
   [junit4] Execution time total: 1 minute 51 seconds
   [junit4] Tests summary: 10 suites, 45 tests
   [junit4] Could not remove temporary path: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp])
   [junit4] Could not remove temporary path: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp])
   [junit4] Could not remove temporary path: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 206.64s | org.apache.solr.update.TestInPlaceUpdatesDistrib
[junit4:tophints] 116.83s | org.apache.solr.update.SoftAutoCommitTest
[junit4:tophints] 111.18s | org.apache.solr.cloud.ZkFailoverTest
[junit4:tophints] 106.96s | org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest
[junit4:tophints] 106.03s | org.apache.solr.cloud.TestTlogReplica

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 1 minute 53 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.TestCloudRecovery
[repro]   0/5 failed: org.apache.solr.handler.component.InfixSuggestersTest
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2843)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2722)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2703)
	at hudson.FilePath.act(FilePath.java:1095)
	at hudson.FilePath.act(FilePath.java:1078)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2701)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1840)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=e9c6effd07f5bd14ce87c8cea6ced64a33d8d6b0, workspace=/var/lib/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #22471
Recording test results
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

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

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

1 tests failed.
FAILED:  org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection

Error Message:
Address already in use

Stack Trace:
java.net.BindException: Address already in use
	at __randomizedtesting.SeedInfo.seed([4F0ECE95004820B:5AC421A7137B1EEC]:0)
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:331)
	at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:299)
	at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
	at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:235)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.eclipse.jetty.server.Server.doStart(Server.java:398)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)
	at org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection(LeaderElectionIntegrationTest.java:107)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13291 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderElectionIntegrationTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4F0ECE95004820B-001/init-core-data-001
   [junit4]   2> 1321377 WARN  (SUITE-LeaderElectionIntegrationTest-seed#[4F0ECE95004820B]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=40 numCloses=40
   [junit4]   2> 1321377 INFO  (SUITE-LeaderElectionIntegrationTest-seed#[4F0ECE95004820B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1321380 INFO  (SUITE-LeaderElectionIntegrationTest-seed#[4F0ECE95004820B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1321381 INFO  (SUITE-LeaderElectionIntegrationTest-seed#[4F0ECE95004820B]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1321384 INFO  (TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[4F0ECE95004820B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSimpleSliceLeaderElection
   [junit4]   2> 1321384 INFO  (TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[4F0ECE95004820B]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 6 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4F0ECE95004820B-001/tempDir-001
   [junit4]   2> 1321385 INFO  (TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[4F0ECE95004820B]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1321385 INFO  (Thread-2323) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1321385 INFO  (Thread-2323) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1321387 ERROR (Thread-2323) [    ] 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> 1321485 INFO  (TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[4F0ECE95004820B]) [    ] o.a.s.c.ZkTestServer start zk server on port:44525
   [junit4]   2> 1321487 INFO  (zkConnectionManagerCallback-3093-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1321499 INFO  (jetty-launcher-3090-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1321499 INFO  (jetty-launcher-3090-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1321500 INFO  (jetty-launcher-3090-thread-3) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1321500 INFO  (jetty-launcher-3090-thread-5) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1321503 INFO  (jetty-launcher-3090-thread-4) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1321504 INFO  (jetty-launcher-3090-thread-6) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1321523 INFO  (jetty-launcher-3090-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1321523 INFO  (jetty-launcher-3090-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1321523 INFO  (jetty-launcher-3090-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1321523 INFO  (jetty-launcher-3090-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1321523 INFO  (jetty-launcher-3090-thread-5) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1321523 INFO  (jetty-launcher-3090-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1321523 INFO  (jetty-launcher-3090-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1321523 INFO  (jetty-launcher-3090-thread-6) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1321523 INFO  (jetty-launcher-3090-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1321523 INFO  (jetty-launcher-3090-thread-6) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1321523 INFO  (jetty-launcher-3090-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1321523 INFO  (jetty-launcher-3090-thread-6) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1321527 INFO  (jetty-launcher-3090-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1321527 INFO  (jetty-launcher-3090-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1321527 INFO  (jetty-launcher-3090-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1321527 INFO  (jetty-launcher-3090-thread-6) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@159ac2e{/solr,null,AVAILABLE}
   [junit4]   2> 1321527 INFO  (jetty-launcher-3090-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2f2f09{/solr,null,AVAILABLE}
   [junit4]   2> 1321527 INFO  (jetty-launcher-3090-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@cb343b{/solr,null,AVAILABLE}
   [junit4]   2> 1321527 INFO  (jetty-launcher-3090-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1df92e7{/solr,null,AVAILABLE}
   [junit4]   2> 1321528 INFO  (jetty-launcher-3090-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@36942d{/solr,null,AVAILABLE}
   [junit4]   2> 1321528 INFO  (jetty-launcher-3090-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1e8ad46{SSL,[ssl, http/1.1]}{127.0.0.1:35757}
   [junit4]   2> 1321528 INFO  (jetty-launcher-3090-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7ffd82{SSL,[ssl, http/1.1]}{127.0.0.1:43103}
   [junit4]   2> 1321528 INFO  (jetty-launcher-3090-thread-2) [    ] o.e.j.s.Server Started @1321569ms
   [junit4]   2> 1321528 INFO  (jetty-launcher-3090-thread-3) [    ] o.e.j.s.Server Started @1321569ms
   [junit4]   2> 1321528 INFO  (jetty-launcher-3090-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35757}
   [junit4]   2> 1321528 INFO  (jetty-launcher-3090-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43103}
   [junit4]   2> 1321528 ERROR (jetty-launcher-3090-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1321528 ERROR (jetty-launcher-3090-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1321528 INFO  (jetty-launcher-3090-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1321528 INFO  (jetty-launcher-3090-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1321528 INFO  (jetty-launcher-3090-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@fab4aa{SSL,[ssl, http/1.1]}{127.0.0.1:46525}
   [junit4]   2> 1321528 INFO  (jetty-launcher-3090-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1321528 INFO  (jetty-launcher-3090-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1321529 INFO  (jetty-launcher-3090-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1321529 INFO  (jetty-launcher-3090-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1321529 INFO  (jetty-launcher-3090-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-18T02:23:37.433Z
   [junit4]   2> 1321529 INFO  (jetty-launcher-3090-thread-4) [    ] o.e.j.s.Server Started @1321570ms
   [junit4]   2> 1321529 INFO  (jetty-launcher-3090-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46525}
   [junit4]   2> 1321530 INFO  (jetty-launcher-3090-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@c1548b{SSL,[ssl, http/1.1]}{127.0.0.1:32999}
   [junit4]   2> 1321530 INFO  (jetty-launcher-3090-thread-5) [    ] o.e.j.s.Server Started @1321571ms
   [junit4]   2> 1321530 ERROR (jetty-launcher-3090-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1321530 INFO  (jetty-launcher-3090-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32999}
   [junit4]   2> 1321530 INFO  (jetty-launcher-3090-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1321530 INFO  (jetty-launcher-3090-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1321530 INFO  (jetty-launcher-3090-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1321530 INFO  (jetty-launcher-3090-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1321530 INFO  (jetty-launcher-3090-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-18T02:23:37.434Z
   [junit4]   2> 1321530 INFO  (jetty-launcher-3090-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1321531 INFO  (jetty-launcher-3090-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1321531 INFO  (jetty-launcher-3090-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-18T02:23:37.435Z
   [junit4]   2> 1321531 ERROR (jetty-launcher-3090-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1321531 INFO  (jetty-launcher-3090-thread-5) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1321531 INFO  (jetty-launcher-3090-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1321531 INFO  (jetty-launcher-3090-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1321531 INFO  (jetty-launcher-3090-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1321531 INFO  (jetty-launcher-3090-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-18T02:23:37.435Z
   [junit4]   2> 1321543 INFO  (jetty-launcher-3090-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1321543 INFO  (jetty-launcher-3090-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1321543 INFO  (jetty-launcher-3090-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1321543 INFO  (jetty-launcher-3090-thread-6) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1bf840b{SSL,[ssl, http/1.1]}{127.0.0.1:35763}
   [junit4]   2> 1321543 INFO  (jetty-launcher-3090-thread-6) [    ] o.e.j.s.Server Started @1321585ms
   [junit4]   2> 1321543 INFO  (jetty-launcher-3090-thread-6) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35763}
   [junit4]   2> 1321544 ERROR (jetty-launcher-3090-thread-6) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1321544 INFO  (jetty-launcher-3090-thread-6) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1321544 INFO  (zkConnectionManagerCallback-3095-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1321544 INFO  (jetty-launcher-3090-thread-6) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1321544 INFO  (jetty-launcher-3090-thread-6) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1321544 INFO  (jetty-launcher-3090-thread-6) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1321544 INFO  (jetty-launcher-3090-thread-6) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-18T02:23:37.448Z
   [junit4]   2> 1321544 INFO  (jetty-launcher-3090-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1321545 INFO  (zkConnectionManagerCallback-3097-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1321545 INFO  (jetty-launcher-3090-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1321545 INFO  (jetty-launcher-3090-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ad2441{/solr,null,AVAILABLE}
   [junit4]   2> 1321546 INFO  (zkConnectionManagerCallback-3099-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1321546 INFO  (zkConnectionManagerCallback-3101-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1321546 INFO  (zkConnectionManagerCallback-3103-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1321546 INFO  (jetty-launcher-3090-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2273dd{SSL,[ssl, http/1.1]}{127.0.0.1:39077}
   [junit4]   2> 1321546 INFO  (jetty-launcher-3090-thread-1) [    ] o.e.j.s.Server Started @1321588ms
   [junit4]   2> 1321547 INFO  (jetty-launcher-3090-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39077}
   [junit4]   2> 1321547 ERROR (jetty-launcher-3090-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1321547 INFO  (jetty-launcher-3090-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1321547 INFO  (jetty-launcher-3090-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1321547 INFO  (jetty-launcher-3090-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1321547 INFO  (jetty-launcher-3090-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1321547 INFO  (jetty-launcher-3090-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-07-18T02:23:37.451Z
   [junit4]   2> 1321551 INFO  (jetty-launcher-3090-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1321551 INFO  (jetty-launcher-3090-thread-6) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1321551 INFO  (jetty-launcher-3090-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1321555 INFO  (zkConnectionManagerCallback-3105-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1321561 INFO  (jetty-launcher-3090-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1322340 INFO  (jetty-launcher-3090-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44525/solr
   [junit4]   2> 1322355 INFO  (zkConnectionManagerCallback-3109-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1322369 INFO  (zkConnectionManagerCallback-3111-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1322464 INFO  (jetty-launcher-3090-thread-1) [n:127.0.0.1:39077_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39077_solr
   [junit4]   2> 1322464 INFO  (jetty-launcher-3090-thread-1) [n:127.0.0.1:39077_solr    ] o.a.s.c.Overseer Overseer (id=72146054146097160-127.0.0.1:39077_solr-n_0000000000) starting
   [junit4]   2> 1322483 INFO  (zkConnectionManagerCallback-3118-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1322484 INFO  (jetty-launcher-3090-thread-1) [n:127.0.0.1:39077_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44525/solr ready
   [junit4]   2> 1322487 INFO  (OverseerStateUpdate-72146054146097160-127.0.0.1:39077_solr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39077_solr
   [junit4]   2> 1322499 INFO  (jetty-launcher-3090-thread-1) [n:127.0.0.1:39077_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39077_solr
   [junit4]   2> 1322505 INFO  (zkCallback-3110-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1322524 INFO  (zkCallback-3117-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1322554 INFO  (jetty-launcher-3090-thread-1) [n:127.0.0.1:39077_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1322584 INFO  (jetty-launcher-3090-thread-1) [n:127.0.0.1:39077_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39077.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1322594 INFO  (jetty-launcher-3090-thread-1) [n:127.0.0.1:39077_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39077.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1322594 INFO  (jetty-launcher-3090-thread-1) [n:127.0.0.1:39077_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39077.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1322596 INFO  (jetty-launcher-3090-thread-1) [n:127.0.0.1:39077_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4F0ECE95004820B-001/tempDir-001/node1/.
   [junit4]   2> 1322829 INFO  (jetty-launcher-3090-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44525/solr
   [junit4]   2> 1322830 INFO  (zkConnectionManagerCallback-3123-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1322842 INFO  (zkConnectionManagerCallback-3125-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1322847 INFO  (jetty-launcher-3090-thread-5) [n:127.0.0.1:32999_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1322851 INFO  (jetty-launcher-3090-thread-5) [n:127.0.0.1:32999_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1322851 INFO  (jetty-launcher-3090-thread-5) [n:127.0.0.1:32999_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32999_solr
   [junit4]   2> 1322853 INFO  (zkCallback-3117-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1322853 INFO  (zkCallback-3110-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1322859 INFO  (zkCallback-3124-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1322887 INFO  (zkConnectionManagerCallback-3132-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1322887 INFO  (jetty-launcher-3090-thread-5) [n:127.0.0.1:32999_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1322888 INFO  (jetty-launcher-3090-thread-5) [n:127.0.0.1:32999_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44525/solr ready
   [junit4]   2> 1322898 INFO  (jetty-launcher-3090-thread-5) [n:127.0.0.1:32999_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1322919 INFO  (jetty-launcher-3090-thread-5) [n:127.0.0.1:32999_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32999.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1322928 INFO  (jetty-launcher-3090-thread-5) [n:127.0.0.1:32999_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32999.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1322928 INFO  (jetty-launcher-3090-thread-5) [n:127.0.0.1:32999_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32999.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1322930 INFO  (jetty-launcher-3090-thread-5) [n:127.0.0.1:32999_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4F0ECE95004820B-001/tempDir-001/node5/.
   [junit4]   2> 1322941 INFO  (jetty-launcher-3090-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44525/solr
   [junit4]   2> 1322943 INFO  (zkConnectionManagerCallback-3137-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1322947 INFO  (zkConnectionManagerCallback-3139-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1322954 INFO  (jetty-launcher-3090-thread-4) [n:127.0.0.1:46525_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1322957 INFO  (jetty-launcher-3090-thread-4) [n:127.0.0.1:46525_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1322957 INFO  (jetty-launcher-3090-thread-4) [n:127.0.0.1:46525_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46525_solr
   [junit4]   2> 1322958 INFO  (zkCallback-3124-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1322958 INFO  (zkCallback-3117-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1322958 INFO  (zkCallback-3110-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1322961 INFO  (zkCallback-3131-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1322962 INFO  (zkCallback-3138-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1322994 INFO  (jetty-launcher-3090-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44525/solr
   [junit4]   2> 1322996 INFO  (zkConnectionManagerCallback-3146-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1322996 INFO  (zkConnectionManagerCallback-3150-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1322997 INFO  (jetty-launcher-3090-thread-4) [n:127.0.0.1:46525_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1322998 INFO  (jetty-launcher-3090-thread-4) [n:127.0.0.1:46525_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44525/solr ready
   [junit4]   2> 1323002 INFO  (zkConnectionManagerCallback-3152-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1323006 INFO  (jetty-launcher-3090-thread-4) [n:127.0.0.1:46525_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1323007 INFO  (jetty-launcher-3090-thread-2) [n:127.0.0.1:35757_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1323011 INFO  (jetty-launcher-3090-thread-2) [n:127.0.0.1:35757_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1323011 INFO  (jetty-launcher-3090-thread-2) [n:127.0.0.1:35757_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35757_solr
   [junit4]   2> 1323012 INFO  (zkCallback-3138-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1323012 INFO  (zkCallback-3110-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1323012 INFO  (zkCallback-3117-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1323012 INFO  (zkCallback-3124-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1323015 INFO  (zkCallback-3131-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1323016 INFO  (zkCallback-3149-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1323016 INFO  (zkCallback-3151-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1323032 INFO  (jetty-launcher-3090-thread-4) [n:127.0.0.1:46525_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46525.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1323045 INFO  (jetty-launcher-3090-thread-4) [n:127.0.0.1:46525_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46525.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1323045 INFO  (jetty-launcher-3090-thread-4) [n:127.0.0.1:46525_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46525.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1323047 INFO  (jetty-launcher-3090-thread-4) [n:127.0.0.1:46525_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4F0ECE95004820B-001/tempDir-001/node4/.
   [junit4]   2> 1323047 INFO  (zkConnectionManagerCallback-3160-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1323048 INFO  (jetty-launcher-3090-thread-2) [n:127.0.0.1:35757_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1323049 INFO  (jetty-launcher-3090-thread-2) [n:127.0.0.1:35757_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44525/solr ready
   [junit4]   2> 1323051 INFO  (jetty-launcher-3090-thread-2) [n:127.0.0.1:35757_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1323076 INFO  (jetty-launcher-3090-thread-2) [n:127.0.0.1:35757_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35757.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1323090 INFO  (jetty-launcher-3090-thread-2) [n:127.0.0.1:35757_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35757.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1323091 INFO  (jetty-launcher-3090-thread-2) [n:127.0.0.1:35757_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35757.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1323093 INFO  (jetty-launcher-3090-thread-2) [n:127.0.0.1:35757_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4F0ECE95004820B-001/tempDir-001/node2/.
   [junit4]   2> 1323637 INFO  (jetty-launcher-3090-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44525/solr
   [junit4]   2> 1323638 INFO  (zkConnectionManagerCallback-3165-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1323640 INFO  (zkConnectionManagerCallback-3167-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1323645 INFO  (jetty-launcher-3090-thread-3) [n:127.0.0.1:43103_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1323648 INFO  (jetty-launcher-3090-thread-3) [n:127.0.0.1:43103_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1323648 INFO  (jetty-launcher-3090-thread-3) [n:127.0.0.1:43103_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43103_solr
   [junit4]   2> 1323649 INFO  (zkCallback-3138-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1323649 INFO  (zkCallback-3110-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1323649 INFO  (zkCallback-3117-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1323649 INFO  (zkCallback-3149-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1323649 INFO  (zkCallback-3131-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1323649 INFO  (zkCallback-3151-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1323650 INFO  (zkCallback-3124-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1323651 INFO  (zkCallback-3159-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1323651 INFO  (zkCallback-3166-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1323675 INFO  (zkConnectionManagerCallback-3174-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1323676 INFO  (jetty-launcher-3090-thread-3) [n:127.0.0.1:43103_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1323677 INFO  (jetty-launcher-3090-thread-3) [n:127.0.0.1:43103_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44525/solr ready
   [junit4]   2> 1323677 INFO  (jetty-launcher-3090-thread-3) [n:127.0.0.1:43103_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1323693 INFO  (jetty-launcher-3090-thread-3) [n:127.0.0.1:43103_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43103.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1323700 INFO  (jetty-launcher-3090-thread-3) [n:127.0.0.1:43103_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43103.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1323701 INFO  (jetty-launcher-3090-thread-3) [n:127.0.0.1:43103_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43103.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1323702 INFO  (jetty-launcher-3090-thread-3) [n:127.0.0.1:43103_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4F0ECE95004820B-001/tempDir-001/node3/.
   [junit4]   2> 1323709 INFO  (jetty-launcher-3090-thread-6) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44525/solr
   [junit4]   2> 1323710 INFO  (zkConnectionManagerCallback-3179-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1323716 INFO  (zkConnectionManagerCallback-3181-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1323721 INFO  (jetty-launcher-3090-thread-6) [n:127.0.0.1:35763_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1323725 INFO  (jetty-launcher-3090-thread-6) [n:127.0.0.1:35763_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1323725 INFO  (jetty-launcher-3090-thread-6) [n:127.0.0.1:35763_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35763_solr
   [junit4]   2> 1323726 INFO  (zkCallback-3149-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1323726 INFO  (zkCallback-3138-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1323726 INFO  (zkCallback-3117-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1323726 INFO  (zkCallback-3166-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1323726 INFO  (zkCallback-3151-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1323726 INFO  (zkCallback-3110-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1323726 INFO  (zkCallback-3124-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1323727 INFO  (zkCallback-3131-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1323727 INFO  (zkCallback-3159-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1323727 INFO  (zkCallback-3173-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1323728 INFO  (zkCallback-3180-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1323746 INFO  (zkConnectionManagerCallback-3188-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1323746 INFO  (jetty-launcher-3090-thread-6) [n:127.0.0.1:35763_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 1323747 INFO  (jetty-launcher-3090-thread-6) [n:127.0.0.1:35763_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44525/solr ready
   [junit4]   2> 1323747 INFO  (jetty-launcher-3090-thread-6) [n:127.0.0.1:35763_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1323776 INFO  (jetty-launcher-3090-thread-6) [n:127.0.0.1:35763_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35763.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1323785 INFO  (jetty-launcher-3090-thread-6) [n:127.0.0.1:35763_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35763.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1323785 INFO  (jetty-launcher-3090-thread-6) [n:127.0.0.1:35763_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35763.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1323786 INFO  (jetty-launcher-3090-thread-6) [n:127.0.0.1:35763_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4F0ECE95004820B-001/tempDir-001/node6/.
   [junit4]   2> 1323840 INFO  (zkConnectionManagerCallback-3191-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1323843 INFO  (zkConnectionManagerCallback-3196-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1323844 INFO  (TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[4F0ECE95004820B]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 1323845 INFO  (TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[4F0ECE95004820B]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44525/solr ready
   [junit4]   2> 1323917 INFO  (qtp11673162-11220) [n:127.0.0.1:35763_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&maxShardsPerNode=1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1323920 INFO  (OverseerThreadFactory-4864-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1324028 INFO  (OverseerStateUpdate-72146054146097160-127.0.0.1:39077_solr-n_0000000000) [    ] 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":"https://127.0.0.1:35757/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1324029 INFO  (OverseerStateUpdate-72146054146097160-127.0.0.1:39077_solr-n_0000000000) [    ] 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_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35763/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1324239 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr    x:collection1_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1324325 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_solr    x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1325255 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1325279 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema [collection1_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1325283 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1325283 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 1325284 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35763.solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1325284 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1325284 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4F0ECE95004820B-001/tempDir-001/node6/collection1_shard2_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4F0ECE95004820B-001/tempDir-001/node6/./collection1_shard2_replica_n2/data/]
   [junit4]   2> 1325338 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1325338 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1325340 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1325340 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1325341 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1325342 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@152b851[collection1_shard2_replica_n2] main]
   [junit4]   2> 1325343 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1325343 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1325344 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1325344 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606293254305742848
   [junit4]   2> 1325346 INFO  (searcherExecutor-4904-thread-1-processing-n:127.0.0.1:35763_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrCore [collection1_shard2_replica_n2] Registered new searcher Searcher@152b851[collection1_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1325350 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1325353 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1325353 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1325353 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1325354 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_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> 1325356 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:35763/solr/collection1_shard2_replica_n2/ shard2
   [junit4]   2> 1325358 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_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> 1325358 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_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> 1325359 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35757.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1325359 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1325359 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_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-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4F0ECE95004820B-001/tempDir-001/node2/collection1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4F0ECE95004820B-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 1325430 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_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> 1325430 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_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> 1325432 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1325432 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1325433 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1db4236[collection1_shard1_replica_n1] main]
   [junit4]   2> 1325435 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1325435 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_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/conf
   [junit4]   2> 1325436 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_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> 1325437 INFO  (searcherExecutor-4909-thread-1-processing-n:127.0.0.1:35757_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:35757_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@1db4236[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1325437 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_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 1606293254403260416
   [junit4]   2> 1325443 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1325445 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1325445 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1325445 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1325448 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:35757/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 1325550 WARN  (qtp29376982-11217) [n:127.0.0.1:35757_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkController Skipping recovery according to sys prop solrcloud.skip.autorecovery
   [junit4]   2> 1325560 WARN  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ZkController Skipping recovery according to sys prop solrcloud.skip.autorecovery
   [junit4]   2> 1325626 INFO  (qtp29376982-11217) [n:127.0.0.1:35757_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=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1300
   [junit4]   2> 1325626 INFO  (qtp11673162-11392) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1386
   [junit4]   2> 1325630 INFO  (qtp11673162-11220) [n:127.0.0.1:35763_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> 1325663 INFO  (zkCallback-3151-thread-1) [    ] 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: [6])
   [junit4]   2> 1325663 INFO  (zkCallback-3180-thread-1) [    ] 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: [6])
   [junit4]   2> 1325922 INFO  (OverseerCollectionConfigSetProcessor-72146054146097160-127.0.0.1:39077_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1326630 INFO  (qtp11673162-11220) [n:127.0.0.1:35763_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&maxShardsPerNode=1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2713
   [junit4]   2> 1326633 INFO  (qtp11673162-11228) [n:127.0.0.1:35763_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1326636 INFO  (OverseerThreadFactory-4864-thread-2) [ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:46525_solr for creating new replica
   [junit4]   2> 1326639 INFO  (OverseerStateUpdate-72146054146097160-127.0.0.1:39077_solr-n_0000000000) [    ] 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_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46525/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46525_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1326741 INFO  (zkCallback-3151-thread-1) [    ] 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: [6])
   [junit4]   2> 1326741 INFO  (zkCallback-3180-thread-1) [    ] 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: [6])
   [junit4]   2> 1326941 INFO  (qtp8245342-11214) [n:127.0.0.1:46525_solr    x:collection1_shard1_replica_n5] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=collection1_shard1_replica_n5&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1326957 INFO  (qtp8245342-11214) [n:127.0.0.1:46525_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1326969 INFO  (qtp8245342-11214) [n:127.0.0.1:46525_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.s.IndexSchema [collection1_shard1_replica_n5] Schema name=minimal
   [junit4]   2> 1326974 INFO  (qtp8245342-11214) [n:127.0.0.1:46525_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1326974 INFO  (qtp8245342-11214) [n:127.0.0.1:46525_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n5' using configuration from collection collection1, trusted=true
   [junit4]   2> 1326975 INFO  (qtp8245342-11214) [n:127.0.0.1:46525_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46525.solr.core.collection1.shard1.replica_n5' (registry 'solr.core.collection1.shard1.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1326975 INFO  (qtp8245342-11214) [n:127.0.0.1:46525_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1326975 INFO  (qtp8245342-11214) [n:127.0.0.1:46525_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.c.SolrCore [[collection1_shard1_replica_n5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4F0ECE95004820B-001/tempDir-001/node4/collection1_shard1_replica_n5], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4F0ECE95004820B-001/tempDir-001/node4/./collection1_shard1_replica_n5/data/]
   [junit4]   2> 1327234 INFO  (zkCallback-3151-thread-1) [    ] 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: [6])
   [junit4]   2> 1327234 INFO  (zkCallback-3180-thread-1) [    ] 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: [6])
   [junit4]   2> 1327247 INFO  (qtp8245342-11214) [n:127.0.0.1:46525_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1327247 INFO  (qtp8245342-11214) [n:127.0.0.1:46525_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1327248 INFO  (qtp8245342-11214) [n:127.0.0.1:46525_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1327249 INFO  (qtp8245342-11214) [n:127.0.0.1:46525_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1327250 INFO  (qtp8245342-11214) [n:127.0.0.1:46525_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b0955d[collection1_shard1_replica_n5] main]
   [junit4]   2> 1327252 INFO  (qtp8245342-11214) [n:127.0.0.1:46525_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1327252 INFO  (qtp8245342-11214) [n:127.0.0.1:46525_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1327253 INFO  (qtp8245342-11214) [n:127.0.0.1:46525_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1327253 INFO  (qtp8245342-11214) [n:127.0.0.1:46525_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606293256307474432
   [junit4]   2> 1327254 INFO  (searcherExecutor-4914-thread-1-processing-n:127.0.0.1:46525_solr x:collection1_shard1_replica_n5 c:collection1 s:shard1 r:core_node6) [n:127.0.0.1:46525_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.c.SolrCore [collection1_shard1_replica_n5] Registered new searcher Searcher@1b0955d[collection1_shard1_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1327257 INFO  (qtp8245342-11214) [n:127.0.0.1:46525_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node6=0, core_node3=0}, version=1}
   [junit4]   2> 1327259 WARN  (qtp8245342-11214) [n:127.0.0.1:46525_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.c.ZkController Skipping recovery according to sys prop solrcloud.skip.autorecovery
   [junit4]   2> 1327325 INFO  (qtp8245342-11214) [n:127.0.0.1:46525_solr c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=collection1_shard1_replica_n5&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=384
   [junit4]   2> 1327328 INFO  (qtp11673162-11228) [n:127.0.0.1:35763_solr c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=695
   [junit4]   2> 1327330 INFO  (qtp11673162-11220) [n:127.0.0.1:35763_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1327332 INFO  (OverseerCollectionConfigSetProcessor-72146054146097160-127.0.0.1:39077_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1327333 INFO  (OverseerThreadFactory-4864-thread-3) [ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:39077_solr for creating new replica
   [junit4]   2> 1327336 INFO  (OverseerStateUpdate-72146054146097160-127.0.0.1:39077_solr-n_0000000000) [    ] 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_n7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39077/solr",
   [junit4]   2>   "node_name":"127.0.0.1:39077_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1327438 INFO  (zkCallback-3180-thread-1) [    ] 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: [6])
   [junit4]   2> 1327438 INFO  (zkCallback-3138-thread-1) [    ] 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: [6])
   [junit4]   2> 1327438 INFO  (zkCallback-3151-thread-1) [    ] 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: [6])
   [junit4]   2> 1327438 INFO  (zkCallback-3138-thread-2) [    ] 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: [6])
   [junit4]   2> 1327605 INFO  (qtp5747301-11230) [n:127.0.0.1:39077_solr    x:collection1_shard1_replica_n7] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&name=collection1_shard1_replica_n7&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1327605 INFO  (qtp5747301-11230) [n:127.0.0.1:39077_solr    x:collection1_shard1_replica_n7] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1327615 INFO  (qtp5747301-11230) [n:127.0.0.1:39077_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1327624 INFO  (qtp5747301-11230) [n:127.0.0.1:39077_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.s.IndexSchema [collection1_shard1_replica_n7] Schema name=minimal
   [junit4]   2> 1327627 INFO  (qtp5747301-11230) [n:127.0.0.1:39077_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1327627 INFO  (qtp5747301-11230) [n:127.0.0.1:39077_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n7' using configuration from collection collection1, trusted=true
   [junit4]   2> 1327628 INFO  (qtp5747301-11230) [n:127.0.0.1:39077_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39077.solr.core.collection1.shard1.replica_n7' (registry 'solr.core.collection1.shard1.replica_n7') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1327628 INFO  (qtp5747301-11230) [n:127.0.0.1:39077_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1327628 INFO  (qtp5747301-11230) [n:127.0.0.1:39077_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.c.SolrCore [[collection1_shard1_replica_n7] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4F0ECE95004820B-001/tempDir-001/node1/collection1_shard1_replica_n7], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4F0ECE95004820B-001/tempDir-001/node1/./collection1_shard1_replica_n7/data/]
   [junit4]   2> 1327674 INFO  (qtp5747301-11230) [n:127.0.0.1:39077_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1327674 INFO  (qtp5747301-11230) [n:127.0.0.1:39077_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1327675 INFO  (qtp5747301-11230) [n:127.0.0.1:39077_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1327675 INFO  (qtp5747301-11230) [n:127.0.0.1:39077_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1327677 INFO  (qtp5747301-11230) [n:127.0.0.1:39077_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.s.SolrIndexSearcher Opening [Searcher@1886829[collection1_shard1_replica_n7] main]
   [junit4]   2> 1327678 INFO  (qtp5747301-11230) [n:127.0.0.1:39077_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1327678 INFO  (qtp5747301-11230) [n:127.0.0.1:39077_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1327679 INFO  (qtp5747301-11230) [n:127.0.0.1:39077_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1327679 INFO  (qtp5747301-11230) [n:127.0.0.1:39077_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606293256754167808
   [junit4]   2> 1327680 INFO  (searcherExecutor-4919-thread-1-processing-n:127.0.0.1:39077_solr x:collection1_shard1_replica_n7 c:collection1 s:shard1 r:core_node8) [n:127.0.0.1:39077_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.c.SolrCore [collection1_shard1_replica_n7] Registered new searcher Searcher@1886829[collection1_shard1_replica_n7] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1327684 INFO  (qtp5747301-11230) [n:127.0.0.1:39077_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node6=0, core_node3=0, core_node8=0}, version=2}
   [junit4]   2> 1327685 WARN  (qtp5747301-11230) [n:127.0.0.1:39077_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.c.ZkController Skipping recovery according to sys prop solrcloud.skip.autorecovery
   [junit4]   2> 1327697 INFO  (qtp5747301-11230) [n:127.0.0.1:39077_solr c:collection1 s:shard1 r:core_node8 x:collection1_shard1_replica_n7] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&name=collection1_shard1_replica_n7&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=92
   [junit4]   2> 1327700 INFO  (qtp11673162-11220) [n:127.0.0.1:35763_solr c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=370
   [junit4]   2> 1327702 INFO  (qtp11673162-11228) [n:127.0.0.1:35763_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1327703 INFO  (OverseerCollectionConfigSetProcessor-72146054146097160-127.0.0.1:39077_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1327705 INFO  (OverseerThreadFactory-4864-thread-4) [ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:32999_solr for creating new replica
   [junit4]   2> 1327707 INFO  (OverseerStateUpdate-72146054146097160-127.0.0.1:39077_solr-n_0000000000) [    ] 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_n9",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:32999/solr",
   [junit4]   2>   "node_name":"127.0.0.1:32999_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1327809 INFO  (zkCallback-3138-thread-1) [    ] 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: [6])
   [junit4]   2> 1327809 INFO  (zkCallback-3151-thread-1) [    ] 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: [6])
   [junit4]   2> 1327809 INFO  (zkCallback-3110-thread-1) [    ] 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: [6])
   [junit4]   2> 1327809 INFO  (zkCallback-3138-thread-2) [    ] 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: [6])
   [junit4]   2> 1327809 INFO  (zkCallback-3180-thread-1) [    ] 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: [6])
   [junit4]   2> 1327809 INFO  (zkCallback-3110-thread-2) [    ] 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: [6])
   [junit4]   2> 1327809 INFO  (zkCallback-3110-thread-3) [    ] 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: [6])
   [junit4]   2> 1327980 INFO  (qtp31806661-11215) [n:127.0.0.1:32999_solr    x:collection1_shard1_replica_n9] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node10&collection.configName=conf&name=collection1_shard1_replica_n9&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1328006 INFO  (qtp31806661-11215) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1328015 INFO  (qtp31806661-11215) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.s.IndexSchema [collection1_shard1_replica_n9] Schema name=minimal
   [junit4]   2> 1328017 INFO  (qtp31806661-11215) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1328018 INFO  (qtp31806661-11215) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n9' using configuration from collection collection1, trusted=true
   [junit4]   2> 1328018 INFO  (qtp31806661-11215) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32999.solr.core.collection1.shard1.replica_n9' (registry 'solr.core.collection1.shard1.replica_n9') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@ffc405
   [junit4]   2> 1328018 INFO  (qtp31806661-11215) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1328018 INFO  (qtp31806661-11215) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.c.SolrCore [[collection1_shard1_replica_n9] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4F0ECE95004820B-001/tempDir-001/node5/collection1_shard1_replica_n9], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4F0ECE95004820B-001/tempDir-001/node5/./collection1_shard1_replica_n9/data/]
   [junit4]   2> 1328064 INFO  (qtp31806661-11215) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1328064 INFO  (qtp31806661-11215) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1328065 INFO  (qtp31806661-11215) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1328065 INFO  (qtp31806661-11215) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1328066 INFO  (qtp31806661-11215) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.s.SolrIndexSearcher Opening [Searcher@fc0be9[collection1_shard1_replica_n9] main]
   [junit4]   2> 1328068 INFO  (qtp31806661-11215) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1328068 INFO  (qtp31806661-11215) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1328069 INFO  (qtp31806661-11215) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1328069 INFO  (qtp31806661-11215) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1606293257163112448
   [junit4]   2> 1328069 INFO  (searcherExecutor-4924-thread-1-processing-n:127.0.0.1:32999_solr x:collection1_shard1_replica_n9 c:collection1 s:shard1 r:core_node10) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.c.SolrCore [collection1_shard1_replica_n9] Registered new searcher Searcher@fc0be9[collection1_shard1_replica_n9] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1328073 INFO  (qtp31806661-11215) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node6=0, core_node10=0, core_node8=0, core_node3=0}, version=3}
   [junit4]   2> 1328074 WARN  (qtp31806661-11215) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.c.ZkController Skipping recovery according to sys prop solrcloud.skip.autorecovery
   [junit4]   2> 1328076 INFO  (qtp31806661-11215) [n:127.0.0.1:32999_solr c:collection1 s:shard1 r:core_node10 x:collection1_shard1_replica_n9] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node10&collection.configName=conf&name=collection1_shard1_replica_n9&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=96
   [junit4]   2> 1328079 INFO  (qtp11673162-11228) [n:127.0.0.1:35763_solr c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=377
   [junit4]   2> 1328080 INFO  (qtp11673162-11220) [n:127.0.0.1:35763_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1328082 INFO  (OverseerCollectionConfigSetProcessor-72146054146097160-127.0.0.1:39077_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1328083 INFO  (OverseerThreadFactory-4864-thread-5) [ c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:43103_solr for creating new replica
   [junit4]   2> 1328084 INFO  (OverseerStateUpdate-72146054146097160-127.0.0.1:39077_solr-n_0000000000) [    ] 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_n11",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43103/solr",
   [junit4]   2>   "node_name":"127.0.0.1:43103_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 1328186 INFO  (zkCallback-3110-thread-2) [    ] 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: [6])
   [junit4]   2> 1328186 INFO  (zkCallback-3110-thread-1) [    ] 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: [6])
   [junit4]   2> 1328186 INFO  (zkCallback-3110-thread-3) [    ] 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: [6])
   [junit4]   2> 1328187 INFO  (zkCallback-3138-thread-1) [    ] 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: [6])
   [junit4]   2> 1328186 INFO  (zkCallback-3151-thread-1) [    ] 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: [6])
   [junit4]   2> 1328187 INFO  (zkCallback-3124-thread-2) [    ] 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: [6])
   [junit4]   2> 1328186 INFO  (zkCallback-3124-thread-1) [    ] 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: [6])
   [junit4]   2> 13281

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

replica_n11] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=71776a
   [junit4]   2> 1341419 INFO  (jetty-closer-3091-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72146054146097172-127.0.0.1:43103_solr-n_0000000004) closing
   [junit4]   2> 1341419 INFO  (OverseerStateUpdate-72146054146097172-127.0.0.1:43103_solr-n_0000000004) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:43103_solr
   [junit4]   2> 1341422 WARN  (OverseerAutoScalingTriggerThread-72146054146097172-127.0.0.1:43103_solr-n_0000000004) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1341424 INFO  (coreCloseExecutor-4965-thread-1) [n:127.0.0.1:35757_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=12a8015
   [junit4]   2> 1341427 INFO  (coreCloseExecutor-4966-thread-1) [n:127.0.0.1:35763_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard2.leader, tag=15437eb
   [junit4]   2> 1341427 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100507439530014, likely client has closed socket
   [junit4]   2> 1341427 INFO  (zkCallback-3180-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35763_solr
   [junit4]   2> 1341429 INFO  (jetty-closer-3091-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@cb343b{/solr,null,UNAVAILABLE}
   [junit4]   2> 1341429 INFO  (jetty-closer-3091-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1341430 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100507439530017, likely client has closed socket
   [junit4]   2> 1341430 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10050743953001d, likely client has closed socket
   [junit4]   2> 1341434 INFO  (jetty-closer-3091-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@10f55f3{/solr,null,UNAVAILABLE}
   [junit4]   2> 1341434 INFO  (jetty-closer-3091-thread-3) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1342931 INFO  (jetty-closer-3091-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@159ac2e{/solr,null,UNAVAILABLE}
   [junit4]   2> 1342931 INFO  (jetty-closer-3091-thread-4) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1342935 ERROR (SUITE-LeaderElectionIntegrationTest-seed#[4F0ECE95004820B]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1342935 INFO  (SUITE-LeaderElectionIntegrationTest-seed#[4F0ECE95004820B]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44525 44525
   [junit4]   2> 1342971 INFO  (Thread-2323) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44525 44525
   [junit4]   2> 1342972 WARN  (Thread-2323) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	15	/solr/aliases.json
   [junit4]   2> 	7	/solr/security.json
   [junit4]   2> 	7	/solr/configs/conf
   [junit4]   2> 	2	/solr/collections/collection1/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	75	/solr/collections/collection1/state.json
   [junit4]   2> 	15	/solr/clusterprops.json
   [junit4]   2> 	15	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72146054146097166-127.0.0.1:46525_solr-n_0000000002
   [junit4]   2> 	2	/solr/overseer_elect/election/72146054146097163-127.0.0.1:32999_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	15	/solr/live_nodes
   [junit4]   2> 	15	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	3	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	3	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_4F0ECE95004820B-001
   [junit4]   2> Jul 18, 2018 2:23:58 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@72ee7a), locale=es-EC, timezone=Pacific/Palau
   [junit4]   2> NOTE: Linux 4.15.0-24-generic i386/Oracle Corporation 1.8.0_172 (32-bit)/cpus=8,threads=1,free=112862248,total=273846272
   [junit4]   2> NOTE: All tests run in this JVM: [LargeFieldTest, TestLegacyFieldCache, MinimalSchemaTest, TestJsonFacetRefinement, FileBasedSpellCheckerTest, PeerSyncWithLeaderTest, TestReversedWildcardFilterFactory, TestZkAclsWithHadoopAuth, TestFastOutputStream, TestSolrCloudWithSecureImpersonation, TestCloudJSONFacetSKG, SolrMetricManagerTest, DistributedExpandComponentTest, SolrGangliaReporterTest, DocumentBuilderTest, TestTolerantSearch, IgnoreLargeDocumentProcessorFactoryTest, TestStreamBody, CopyFieldTest, TestSegmentSorting, TestUnifiedSolrHighlighter, TestCollectionsAPIViaSolrCloudCluster, TestSuggestSpellingConverter, HttpSolrCallGetCoreTest, ActionThrottleTest, SpellCheckComponentTest, TestHttpShardHandlerFactory, TestCollationField, OverseerStatusTest, FieldAnalysisRequestHandlerTest, BJQParserTest, TestDynamicURP, TestLeaderInitiatedRecoveryThread, TestGraphMLResponseWriter, TestTolerantUpdateProcessorRandomCloud, TestOrdValues, QueryParsingTest, TestFiltering, HdfsNNFailoverTest, TestSchemalessBufferedUpdates, TestUninvertingReader, SolrShardReporterTest, HdfsRestartWhileUpdatingTest, CustomHighlightComponentTest, PrimUtilsTest, TestRTimerTree, TestManagedSynonymFilterFactory, SolrIndexConfigTest, ZkSolrClientTest, NodeMutatorTest, TestOmitPositions, TestManagedResource, TestMaxScoreQueryParser, TestSchemaResource, WrapperMergePolicyFactoryTest, AssignBackwardCompatibilityTest, TestStressVersions, TestIndexingPerformance, TestCryptoKeys, TimeZoneUtilsTest, HLLSerializationTest, CollectionTooManyReplicasTest, TestRandomFaceting, TestHighFrequencyDictionaryFactory, SortByFunctionTest, InfixSuggestersTest, TestDefaultStatsCache, TestDistribStateManager, TestAddFieldRealTimeGet, JavabinLoaderTest, ResourceLoaderTest, TestUseDocValuesAsStored2, TermsComponentTest, AutoAddReplicasPlanActionTest, SuggestComponentTest, TestCoreContainer, TestPayloadScoreQParserPlugin, PingRequestHandlerTest, VersionInfoTest, HdfsDirectoryFactoryTest, TestPolicyCloud, QueryResultKeyTest, MetricUtilsTest, TestXIncludeConfig, HealthCheckHandlerTest, ResponseLogComponentTest, SegmentsInfoRequestHandlerTest, TestValueSourceCache, TestRealTimeGet, TestCursorMarkWithoutUniqueKey, TestFaceting, TestStressRecovery, IndexSizeTriggerTest, TestLegacyTerms, TestConfigSetsAPI, TestSolrFieldCacheBean, SolrInfoBeanTest, AtomicUpdatesTest, TestReplicationHandler, TestConfigsApi, DistributedFacetSimpleRefinementLongTailTest, CoreMergeIndexesAdminHandlerTest, DistribJoinFromCollectionTest, ZkFailoverTest, NodeLostTriggerTest, TestSearcherReuse, TestOnReconnectListenerSupport, TestComplexPhraseQParserPlugin, VMParamsZkACLAndCredentialsProvidersTest, CoreAdminHandlerTest, DeleteStatusTest, DocValuesNotIndexedTest, SolrJmxReporterTest, ScheduledMaintenanceTriggerTest, TestBulkSchemaAPI, TolerantUpdateProcessorTest, TestFileDictionaryLookup, TestQueryUtils, CdcrVersionReplicationTest, AnalyticsQueryTest, RemoteQueryErrorTest, TestNestedDocsSort, BinaryUpdateRequestHandlerTest, UniqFieldsUpdateProcessorFactoryTest, TestReload, RulesTest, TestNoOpRegenerator, OpenExchangeRatesOrgProviderTest, TestPullReplicaErrorHandling, CdcrReplicationDistributedZkTest, LeaderElectionIntegrationTest]
   [junit4] Completed [322/824 (1!)] on J1 in 22.12s, 1 test, 1 error <<< FAILURES!

[...truncated 46107 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22473/consoleText

[repro] Revision: 1ba5cff7b63b852e44551e0b2174de5a731ffa2b

[repro] Ant options: "-Dargs=-client -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=LeaderElectionIntegrationTest -Dtests.method=testSimpleSliceLeaderElection -Dtests.seed=4F0ECE95004820B -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-EC -Dtests.timezone=Pacific/Palau -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] ant clean

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

[...truncated 3301 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.LeaderElectionIntegrationTest" -Dtests.showOutput=onerror "-Dargs=-client -XX:+UseSerialGC" -Dtests.seed=4F0ECE95004820B -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-EC -Dtests.timezone=Pacific/Palau -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 71 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.LeaderElectionIntegrationTest
[repro] Exiting with code 0

[...truncated 40 lines...]