Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/497/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
Timeout waiting for all live and active

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


FAILED:  org.apache.solr.cloud.TestTlogReplica.testRecovery

Error Message:
Replica core_node3 not up to date after 0 seconds expected:<4> but was:<0>

Stack Trace:
java.lang.AssertionError: Replica core_node3 not up to date after 0 seconds 
expected:<4> but was:<0>
        at 
__randomizedtesting.SeedInfo.seed([5E0ED2692CDFE35A:9FFEABC5018F29FD]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.cloud.TestTlogReplica.waitForNumDocsInAllReplicas(TestTlogReplica.java:743)
        at 
org.apache.solr.cloud.TestTlogReplica.waitForNumDocsInAllReplicas(TestTlogReplica.java:731)
        at 
org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:538)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testOnlyLeaderIndexes

Error Message:
IndexWriter at leader must see updates 

Stack Trace:
java.lang.AssertionError: IndexWriter at leader must see updates 
        at 
__randomizedtesting.SeedInfo.seed([5E0ED2692CDFE35A:420FAFE4597A9DC9]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.TestTlogReplica.testOnlyLeaderIndexes(TestTlogReplica.java:469)
        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 13170 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> 1634044 INFO  
(SUITE-TestCloudRecovery-seed#[5E0ED2692CDFE35A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_5E0ED2692CDFE35A-001/init-core-data-001
   [junit4]   2> 1634045 WARN  
(SUITE-TestCloudRecovery-seed#[5E0ED2692CDFE35A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=30 numCloses=30
   [junit4]   2> 1634045 INFO  
(SUITE-TestCloudRecovery-seed#[5E0ED2692CDFE35A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1634046 INFO  
(SUITE-TestCloudRecovery-seed#[5E0ED2692CDFE35A]-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> 1634047 INFO  
(SUITE-TestCloudRecovery-seed#[5E0ED2692CDFE35A]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_5E0ED2692CDFE35A-001/tempDir-001
   [junit4]   2> 1634048 INFO  
(SUITE-TestCloudRecovery-seed#[5E0ED2692CDFE35A]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1634048 INFO  (Thread-4576) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1634048 INFO  (Thread-4576) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1634050 ERROR (Thread-4576) [    ] 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> 1634148 INFO  
(SUITE-TestCloudRecovery-seed#[5E0ED2692CDFE35A]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34639
   [junit4]   2> 1634152 INFO  (jetty-launcher-1935-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1634152 INFO  (jetty-launcher-1935-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1634153 INFO  (jetty-launcher-1935-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@481cb578{/solr,null,AVAILABLE}
   [junit4]   2> 1634153 INFO  (jetty-launcher-1935-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7fa24ebc{/solr,null,AVAILABLE}
   [junit4]   2> 1634154 INFO  (jetty-launcher-1935-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@36b45661{SSL,[ssl, 
http/1.1]}{127.0.0.1:37257}
   [junit4]   2> 1634154 INFO  (jetty-launcher-1935-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2fed51dd{SSL,[ssl, 
http/1.1]}{127.0.0.1:46449}
   [junit4]   2> 1634154 INFO  (jetty-launcher-1935-thread-1) [    ] 
o.e.j.s.Server Started @1635637ms
   [junit4]   2> 1634154 INFO  (jetty-launcher-1935-thread-2) [    ] 
o.e.j.s.Server Started @1635637ms
   [junit4]   2> 1634154 INFO  (jetty-launcher-1935-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37257}
   [junit4]   2> 1634154 INFO  (jetty-launcher-1935-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46449}
   [junit4]   2> 1634154 ERROR (jetty-launcher-1935-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1634154 ERROR (jetty-launcher-1935-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1634154 INFO  (jetty-launcher-1935-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 1634154 INFO  (jetty-launcher-1935-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 1634154 INFO  (jetty-launcher-1935-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1634154 INFO  (jetty-launcher-1935-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1634154 INFO  (jetty-launcher-1935-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1634154 INFO  (jetty-launcher-1935-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1634154 INFO  (jetty-launcher-1935-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-27T00:29:54.725Z
   [junit4]   2> 1634154 INFO  (jetty-launcher-1935-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-27T00:29:54.725Z
   [junit4]   2> 1634155 INFO  (jetty-launcher-1935-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1634155 INFO  (jetty-launcher-1935-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1634164 INFO  (jetty-launcher-1935-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34639/solr
   [junit4]   2> 1634164 INFO  (jetty-launcher-1935-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34639/solr
   [junit4]   2> 1634186 INFO  (jetty-launcher-1935-thread-2) 
[n:127.0.0.1:46449_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1634187 INFO  (jetty-launcher-1935-thread-1) 
[n:127.0.0.1:37257_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1634187 INFO  (jetty-launcher-1935-thread-2) 
[n:127.0.0.1:46449_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:46449_solr
   [junit4]   2> 1634187 INFO  (jetty-launcher-1935-thread-1) 
[n:127.0.0.1:37257_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37257_solr
   [junit4]   2> 1634187 INFO  (jetty-launcher-1935-thread-2) 
[n:127.0.0.1:46449_solr    ] o.a.s.c.Overseer Overseer 
(id=98728161746616325-127.0.0.1:46449_solr-n_0000000000) starting
   [junit4]   2> 1634187 INFO  
(zkCallback-1946-thread-1-processing-n:127.0.0.1:46449_solr) 
[n:127.0.0.1:46449_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1634188 INFO  
(zkCallback-1947-thread-1-processing-n:127.0.0.1:37257_solr) 
[n:127.0.0.1:37257_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1634190 INFO  (jetty-launcher-1935-thread-2) 
[n:127.0.0.1:46449_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46449_solr
   [junit4]   2> 1634190 INFO  
(zkCallback-1947-thread-1-processing-n:127.0.0.1:37257_solr) 
[n:127.0.0.1:37257_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1634190 INFO  
(zkCallback-1946-thread-2-processing-n:127.0.0.1:46449_solr) 
[n:127.0.0.1:46449_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1634228 INFO  (jetty-launcher-1935-thread-1) 
[n:127.0.0.1:37257_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37257.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13afd938
   [junit4]   2> 1634229 INFO  (jetty-launcher-1935-thread-2) 
[n:127.0.0.1:46449_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46449.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13afd938
   [junit4]   2> 1634233 INFO  (jetty-launcher-1935-thread-1) 
[n:127.0.0.1:37257_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37257.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13afd938
   [junit4]   2> 1634233 INFO  (jetty-launcher-1935-thread-2) 
[n:127.0.0.1:46449_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46449.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13afd938
   [junit4]   2> 1634233 INFO  (jetty-launcher-1935-thread-1) 
[n:127.0.0.1:37257_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37257.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13afd938
   [junit4]   2> 1634233 INFO  (jetty-launcher-1935-thread-2) 
[n:127.0.0.1:46449_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46449.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13afd938
   [junit4]   2> 1634234 INFO  (jetty-launcher-1935-thread-1) 
[n:127.0.0.1:37257_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_5E0ED2692CDFE35A-001/tempDir-001/node1/.
   [junit4]   2> 1634234 INFO  (jetty-launcher-1935-thread-2) 
[n:127.0.0.1:46449_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_5E0ED2692CDFE35A-001/tempDir-001/node2/.
   [junit4]   2> 1634259 INFO  
(SUITE-TestCloudRecovery-seed#[5E0ED2692CDFE35A]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1634259 INFO  
(SUITE-TestCloudRecovery-seed#[5E0ED2692CDFE35A]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34639/solr ready
   [junit4]   2> 1634275 INFO  (qtp1848102950-13998) [n:127.0.0.1:46449_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=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> 1634276 INFO  
(OverseerThreadFactory-4651-thread-1-processing-n:127.0.0.1:46449_solr) 
[n:127.0.0.1:46449_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1634379 INFO  
(OverseerStateUpdate-98728161746616325-127.0.0.1:46449_solr-n_0000000000) 
[n:127.0.0.1:46449_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37257/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 1634380 INFO  
(OverseerStateUpdate-98728161746616325-127.0.0.1:46449_solr-n_0000000000) 
[n:127.0.0.1:46449_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_t2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46449/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 1634380 INFO  
(OverseerStateUpdate-98728161746616325-127.0.0.1:46449_solr-n_0000000000) 
[n:127.0.0.1:46449_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_t4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37257/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 1634381 INFO  
(OverseerStateUpdate-98728161746616325-127.0.0.1:46449_solr-n_0000000000) 
[n:127.0.0.1:46449_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_t6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46449/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 1634587 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t6&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1634587 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1634587 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1634622 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1634623 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1634623 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t4&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1634726 INFO  
(zkCallback-1947-thread-1-processing-n:127.0.0.1:37257_solr) 
[n:127.0.0.1:37257_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1634726 INFO  
(zkCallback-1946-thread-2-processing-n:127.0.0.1:46449_solr) 
[n:127.0.0.1:46449_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1634726 INFO  
(zkCallback-1947-thread-2-processing-n:127.0.0.1:37257_solr) 
[n:127.0.0.1:37257_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1635628 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1635630 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1635631 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1635632 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1635636 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_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> 1635636 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_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> 1635637 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_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> 1635638 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_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> 1635638 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_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> 1635638 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_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> 1635639 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_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> 1635639 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37257.solr.core.collection1.shard1.replica_t1' (registry 
'solr.core.collection1.shard1.replica_t1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13afd938
   [junit4]   2> 1635639 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1635639 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_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-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_5E0ED2692CDFE35A-001/tempDir-001/node1/collection1_shard1_replica_t1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_5E0ED2692CDFE35A-001/tempDir-001/node1/./collection1_shard1_replica_t1/data/]
   [junit4]   2> 1635639 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_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> 1635639 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_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> 1635639 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46449.solr.core.collection1.shard1.replica_t2' (registry 
'solr.core.collection1.shard1.replica_t2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13afd938
   [junit4]   2> 1635639 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1635639 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_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-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_5E0ED2692CDFE35A-001/tempDir-001/node2/collection1_shard1_replica_t2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_5E0ED2692CDFE35A-001/tempDir-001/node2/./collection1_shard1_replica_t2/data/]
   [junit4]   2> 1635639 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46449.solr.core.collection1.shard2.replica_t6' (registry 
'solr.core.collection1.shard2.replica_t6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13afd938
   [junit4]   2> 1635639 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1635639 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_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-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_5E0ED2692CDFE35A-001/tempDir-001/node2/collection1_shard2_replica_t6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_5E0ED2692CDFE35A-001/tempDir-001/node2/./collection1_shard2_replica_t6/data/]
   [junit4]   2> 1635640 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_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> 1635642 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_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> 1635642 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_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> 1635642 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_37257.solr.core.collection1.shard2.replica_t4' (registry 
'solr.core.collection1.shard2.replica_t4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@13afd938
   [junit4]   2> 1635642 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1635642 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_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-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_5E0ED2692CDFE35A-001/tempDir-001/node1/collection1_shard2_replica_t4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_5E0ED2692CDFE35A-001/tempDir-001/node1/./collection1_shard2_replica_t4/data/]
   [junit4]   2> 1635705 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_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> 1635705 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_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> 1635705 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1635706 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1635706 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_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> 1635706 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_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> 1635706 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1635706 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1635707 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@35a0df16[collection1_shard2_replica_t6] main]
   [junit4]   2> 1635708 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@429f62ac[collection1_shard1_replica_t1] main]
   [junit4]   2> 1635709 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_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> 1635709 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_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> 1635709 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_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> 1635709 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_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> 1635710 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_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> 1635710 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_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> 1635710 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_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> 1635710 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_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> 1635710 INFO  
(searcherExecutor-4656-thread-1-processing-n:127.0.0.1:37257_solr 
x:collection1_shard1_replica_t1 s:shard1 c:collection1 r:core_node3) 
[n:127.0.0.1:37257_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@429f62ac[collection1_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1635711 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_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 1579650589688594432
   [junit4]   2> 1635711 INFO  
(searcherExecutor-4658-thread-1-processing-n:127.0.0.1:46449_solr 
x:collection1_shard2_replica_t6 s:shard2 c:collection1 r:core_node8) 
[n:127.0.0.1:46449_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@35a0df16[collection1_shard2_replica_t6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1635711 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_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 1579650589688594432
   [junit4]   2> 1635711 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1635711 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1635713 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@701bb409[collection1_shard1_replica_t2] main]
   [junit4]   2> 1635714 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1635714 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_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> 1635714 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_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> 1635715 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_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> 1635715 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_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 1579650589692788736
   [junit4]   2> 1635716 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_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> 1635716 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_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> 1635716 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1635717 INFO  
(searcherExecutor-4657-thread-1-processing-n:127.0.0.1:46449_solr 
x:collection1_shard1_replica_t2 s:shard1 c:collection1 r:core_node5) 
[n:127.0.0.1:46449_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@701bb409[collection1_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1635717 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1635717 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1635719 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2d57e1f7[collection1_shard2_replica_t4] main]
   [junit4]   2> 1635719 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_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> 1635719 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_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> 1635720 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_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> 1635720 INFO  
(searcherExecutor-4659-thread-1-processing-n:127.0.0.1:37257_solr 
x:collection1_shard2_replica_t4 s:shard2 c:collection1 r:core_node7) 
[n:127.0.0.1:37257_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@2d57e1f7[collection1_shard2_replica_t4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1635721 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_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 1579650589699080192
   [junit4]   2> 1635817 INFO  
(zkCallback-1947-thread-2-processing-n:127.0.0.1:37257_solr) 
[n:127.0.0.1:37257_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1635817 INFO  
(zkCallback-1947-thread-1-processing-n:127.0.0.1:37257_solr) 
[n:127.0.0.1:37257_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1635817 INFO  
(zkCallback-1946-thread-2-processing-n:127.0.0.1:46449_solr) 
[n:127.0.0.1:46449_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1636214 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_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> 1636214 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_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> 1636214 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_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:37257/solr/collection1_shard1_replica_t1/
   [junit4]   2> 1636214 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_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:37257/solr START 
replicas=[https://127.0.0.1:46449/solr/collection1_shard1_replica_t2/] 
nUpdates=100
   [junit4]   2> 1636216 INFO  (qtp1848102950-14073) [n:127.0.0.1:46449_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> 1636217 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1636217 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1636217 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:46449/solr/collection1_shard2_replica_t6/
   [junit4]   2> 1636217 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_t6 
url=https://127.0.0.1:46449/solr START 
replicas=[https://127.0.0.1:37257/solr/collection1_shard2_replica_t4/] 
nUpdates=100
   [junit4]   2> 1636219 INFO  (qtp1278211665-13999) [n:127.0.0.1:37257_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=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1636515 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_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:37257/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1636515 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_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> 1636515 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_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> 1636515 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_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> 1636515 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_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> 1636516 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_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:37257/solr/collection1_shard1_replica_t1/ shard1
   [junit4]   2> 1636517 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_t6 
url=https://127.0.0.1:46449/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1636517 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1636517 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
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> 1636518 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1636518 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ZkController collection1_shard2_replica_t6 stopping background 
replication from leader
   [junit4]   2> 1636519 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:46449/solr/collection1_shard2_replica_t6/ shard2
   [junit4]   2> 1636620 INFO  
(zkCallback-1947-thread-1-processing-n:127.0.0.1:37257_solr) 
[n:127.0.0.1:37257_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1636620 INFO  
(zkCallback-1946-thread-2-processing-n:127.0.0.1:46449_solr) 
[n:127.0.0.1:46449_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1636620 INFO  
(zkCallback-1947-thread-2-processing-n:127.0.0.1:37257_solr) 
[n:127.0.0.1:37257_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1636667 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_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> 1636667 INFO  (qtp1278211665-14003) [n:127.0.0.1:37257_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=2045
   [junit4]   2> 1636669 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1636670 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_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=2083
   [junit4]   2> 1636719 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_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> 1636719 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_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> 1636720 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_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> 1636720 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_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> 1636720 INFO  (indexFetcher-4677-thread-1) 
[n:127.0.0.1:46449_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Replica core_node3 is 
leader but it's state is down, skipping replication
   [junit4]   2> 1636721 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_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=2134
   [junit4]   2> 1636723 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ZkController collection1_shard2_replica_t4 starting background 
replication from leader
   [junit4]   2> 1636727 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 1636728 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 1636728 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_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> 1636728 INFO  (indexFetcher-4679-thread-1) 
[n:127.0.0.1:37257_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Replica core_node8 is 
leader but it's state is down, skipping replication
   [junit4]   2> 1636729 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_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=2106
   [junit4]   2> 1636731 INFO  (qtp1848102950-13998) [n:127.0.0.1:46449_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> 1636831 INFO  
(zkCallback-1947-thread-1-processing-n:127.0.0.1:37257_solr) 
[n:127.0.0.1:37257_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1636831 INFO  
(zkCallback-1946-thread-2-processing-n:127.0.0.1:46449_solr) 
[n:127.0.0.1:46449_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1636831 INFO  
(zkCallback-1947-thread-2-processing-n:127.0.0.1:37257_solr) 
[n:127.0.0.1:37257_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1637731 INFO  (qtp1848102950-13998) [n:127.0.0.1:46449_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&replicationFactor=0&collection.configName=config&maxShardsPerNode=2&name=collection1&nrtReplicas=0&action=CREATE&numShards=2&tlogReplicas=2&wt=javabin&version=2}
 status=0 QTime=3456
   [junit4]   2> 1637731 INFO  
(SUITE-TestCloudRecovery-seed#[5E0ED2692CDFE35A]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 1637732 INFO  
(SUITE-TestCloudRecovery-seed#[5E0ED2692CDFE35A]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1637749 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[5E0ED2692CDFE35A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting leaderRecoverFromLogOnStartupTest
   [junit4]   2> 1637756 INFO  (qtp1848102950-14006) [n:127.0.0.1:46449_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_=-1579650591828738048&distrib.from=https://127.0.0.1:37257/solr/collection1_shard1_replica_t1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1579650591828738048)} 0 0
   [junit4]   2> 1637759 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_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&_version_=-1579650591826640896&distrib.from=https://127.0.0.1:46449/solr/collection1_shard2_replica_t6/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1579650591826640896)} 0 2
   [junit4]   2> 1637760 INFO  (qtp1278211665-14075) [n:127.0.0.1:37257_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:46449/solr/collection1_shard2_replica_t6/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1579650591828738048)} 0 7
   [junit4]   2> 1637760 INFO  (qtp1848102950-14009) [n:127.0.0.1:46449_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={wt=javabin&version=2}{deleteByQuery=*:* 
(-1579650591826640896)} 0 9
   [junit4]   2> 1637761 INFO  (qtp1278211665-14076) [n:127.0.0.1:37257_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579650591838175232,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1637761 INFO  (qtp1278211665-14076) [n:127.0.0.1:37257_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> 1637762 INFO  (qtp1278211665-14076) [n:127.0.0.1:37257_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1637762 INFO  (qtp1278211665-14076) [n:127.0.0.1:37257_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:46449/solr/collection1_shard2_replica_t6/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1637763 INFO  (qtp1848102950-14004) [n:127.0.0.1:46449_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> 1637768 INFO  (qtp1278211665-13999) [n:127.0.0.1:37257_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.TestInjection Start waiting for replica in sync with leader
   [junit4]   2> 1637770 INFO  (qtp1848102950-14002) [n:127.0.0.1:46449_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579650591847612416,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1637770 INFO  (qtp1848102950-14002) [n:127.0.0.1:46449_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1637771 INFO  (qtp1848102950-14002) [n:127.0.0.1:46449_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1637771 INFO  (qtp1848102950-14002) [n:127.0.0.1:46449_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&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:46449/solr/collection1_shard2_replica_t6/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1637773 INFO  (qtp1278211665-14007) [n:127.0.0.1:37257_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=2
   [junit4]   2> 1637773 INFO  (qtp1848102950-14009) [n:127.0.0.1:46449_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1638277 INFO  (qtp1848102950-13998) [n:127.0.0.1:46449_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1638277 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_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> 1638278 INFO  
(OverseerCollectionConfigSetProcessor-98728161746616325-127.0.0.1:46449_solr-n_0000000000)
 [n:127.0.0.1:46449_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1638781 INFO  (qtp1848102950-13998) [n:127.0.0.1:46449_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1638781 INFO  (qtp1278211665-14007) [n:127.0.0.1:37257_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> 1639285 INFO  (qtp1278211665-14075) [n:127.0.0.1:37257_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> 1639285 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1639720 INFO  (indexFetcher-4677-thread-1) 
[n:127.0.0.1:46449_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Last replication failed, 
so I'll force replication
   [junit4]   2> 1639720 INFO  (indexFetcher-4677-thread-1) 
[n:127.0.0.1:46449_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Updated masterUrl to 
https://127.0.0.1:37257/solr/collection1_shard1_replica_t1/
   [junit4]   2> 1639720 INFO  (qtp1278211665-14000) [n:127.0.0.1:37257_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> 1639721 INFO  (indexFetcher-4677-thread-1) 
[n:127.0.0.1:46449_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1639721 INFO  (indexFetcher-4677-thread-1) 
[n:127.0.0.1:46449_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1639721 INFO  (indexFetcher-4677-thread-1) 
[n:127.0.0.1:46449_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1639721 INFO  (indexFetcher-4677-thread-1) 
[n:127.0.0.1:46449_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1639721 INFO  (indexFetcher-4677-thread-1) 
[n:127.0.0.1:46449_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher New index in Master. 
Deleting mine...
   [junit4]   2> 1639721 INFO  (indexFetcher-4677-thread-1) 
[n:127.0.0.1:46449_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1639721 INFO  (indexFetcher-4677-thread-1) 
[n:127.0.0.1:46449_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.u.SolrIndexWriter Calling setCommitData 
with IW:org.apache.solr.update.SolrIndexWriter@2d3fd229 commitCommandVersion:0
   [junit4]   2> 1639728 INFO  (indexFetcher-4679-thread-1) 
[n:127.0.0.1:37257_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Last replication failed, 
so I'll force replication
   [junit4]   2> 1639728 INFO  (indexFetcher-4679-thread-1) 
[n:127.0.0.1:37257_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Updated masterUrl to 
https://127.0.0.1:46449/solr/collection1_shard2_replica_t6/
   [junit4]   2> 1639728 INFO  (qtp1848102950-14073) [n:127.0.0.1:46449_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=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1639729 INFO  (indexFetcher-4679-thread-1) 
[n:127.0.0.1:37257_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1639729 INFO  (indexFetcher-4679-thread-1) 
[n:127.0.0.1:37257_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1639729 INFO  (indexFetcher-4679-thread-1) 
[n:127.0.0.1:37257_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1639729 INFO  (indexFetcher-4679-thread-1) 
[n:127.0.0.1:37257_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1639729 INFO  (indexFetcher-4679-thread-1) 
[n:127.0.0.1:37257_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher New index in Master. 
Deleting mine...
   [junit4]   2> 1639729 INFO  (indexFetcher-4679-thread-1) 
[n:127.0.0.1:37257_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1639729 INFO  (indexFetcher-4679-thread-1) 
[n:127.0.0.1:37257_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.u.SolrIndexWriter Calling setCommitData 
with IW:org.apache.solr.update.SolrIndexWriter@76cde383 commitCommandVersion:0
   [junit4]   2> 1639742 INFO  (indexFetcher-4677-thread-1) 
[n:127.0.0.1:46449_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@27c7b959[collection1_shard1_replica_t2] main]
   [junit4]   2> 1639742 INFO  (indexFetcher-4677-thread-1) 
[n:127.0.0.1:46449_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1639742 INFO  
(searcherExecutor-4657-thread-1-processing-n:127.0.0.1:46449_solr 
x:collection1_shard1_replica_t2 s:shard1 c:collection1 r:core_node5) 
[n:127.0.0.1:46449_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@27c7b959[collection1_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1639746 INFO  (indexFetcher-4679-thread-1) 
[n:127.0.0.1:37257_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7c3588f3[collection1_shard2_replica_t4] main]
   [junit4]   2> 1639746 INFO  (indexFetcher-4679-thread-1) 
[n:127.0.0.1:37257_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1639747 INFO  
(searcherExecutor-4659-thread-1-processing-n:127.0.0.1:37257_solr 
x:collection1_shard2_replica_t4 s:shard2 c:collection1 r:core_node7) 
[n:127.0.0.1:37257_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@7c3588f3[collection1_shard2_replica_t4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1639789 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1639789 INFO  (qtp1278211665-14007) [n:127.0.0.1:37257_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> 1640293 INFO  (qtp1278211665-14075) [n:127.0.0.1:37257_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> 1640293 INFO  (qtp1848102950-14012) [n:127.0.0.1:46449_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1640797 INFO  (qtp1278211665-14007) [n:127.0.0.1:37257_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> 1640797 INFO  (qtp1848102950-14006) [n:127.0.0.1:46449_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1641301 INFO  (qtp1848102950-14009) [n:127.0.0.1:46449_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1641301 INFO  (qtp1278211665-14075) [n:127.0.0.1:37257_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> 1641804 INFO  (qtp1278211665-14000) [n:127.0.0.1:37257_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> 1641805 INFO  (qtp1848102950-14012) [n:127.0.0.1:46449_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1642308 INFO  (qtp1848102950-14073) [n:127.0.0.1:46449_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1642308 INFO  (qtp1278211665-14075) [n:127.0.0.1:37257_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> 1642720 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_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> 1642720 INFO  (indexFetcher-4677-thread-1) 
[n:127.0.0.1:46449_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1642720 INFO  (indexFetcher-4677-thread-1) 
[n:127.0.0.1:46449_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1642720 INFO  (indexFetcher-4677-thread-1) 
[n:127.0.0.1:46449_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 1642720 INFO  (indexFetcher-4677-thread-1) 
[n:127.0.0.1:46449_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's version: 
1506472200292
   [junit4]   2> 1642728 INFO  (qtp1848102950-14006) [n:127.0.0.1:46449_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=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1642729 INFO  (indexFetcher-4679-thread-1) 
[n:127.0.0.1:37257_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1642729 INFO  (indexFetcher-4679-thread-1) 
[n:127.0.0.1:37257_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1642729 INFO  (indexFetcher-4679-thread-1) 
[n:127.0.0.1:37257_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 1642729 INFO  (indexFetcher-4679-thread-1) 
[n:127.0.0.1:37257_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Slave's version: 
1506472200300
   [junit4]   2> 1642812 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_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> 1642813 INFO  (qtp1848102950-14006) [n:127.0.0.1:46449_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1643316 INFO  (qtp1278211665-14007) [n:127.0.0.1:37257_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> 1643316 INFO  (qtp1848102950-14006) [n:127.0.0.1:46449_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1643820 INFO  (qtp1278211665-13996) [n:127.0.0.1:37257_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> 1643821 INFO  (qtp1848102950-14012) [n:127.0.0.1:46449_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1644322 INFO  (qtp1278211665-14007) [n:127.0.0.1:37257_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> 1644322 INFO  (qtp1848102950-14009) [n:127.0.0.1:46449_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1644826 INFO  (qtp1278211665-14075) [n:127.0.0.1:37257_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> 1644826 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1645329 INFO  (qtp1278211665-14076) [n:127.0.0.1:37257_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> 1645329 INFO  (qtp1848102950-14012) [n:127.0.0.1:46449_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1645722 INFO  (qtp1278211665-14000) [n:127.0.0.1:37257_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> 1645722 INFO  (indexFetcher-4677-thread-1) 
[n:127.0.0.1:46449_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1645722 INFO  (indexFetcher-4677-thread-1) 
[n:127.0.0.1:46449_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1645722 INFO  (indexFetcher-4677-thread-1) 
[n:127.0.0.1:46449_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 1645722 INFO  (indexFetcher-4677-thread-1) 
[n:127.0.0.1:46449_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's version: 
1506472200292
   [junit4]   2> 1645729 INFO  (qtp1848102950-14006) [n:127.0.0.1:46449_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=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1645729 INFO  (indexFetcher-4679-thread-1) 
[n:127.0.0.1:37257_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1645729 INFO  (indexFetcher-4679-thread-1) 
[n:127.0.0.1:37257_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1645729 INFO  (indexFetcher-4679-thread-1) 
[n:127.0.0.1:37257_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 1645729 INFO  (indexFetcher-4679-thread-1) 
[n:127.0.0.1:37257_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Slave's version: 
1506472200300
   [junit4]   2> 1645834 INFO  (qtp1278211665-14076) [n:127.0.0.1:37257_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> 1645834 INFO  (qtp1848102950-14006) [n:127.0.0.1:46449_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1646336 INFO  (qtp1278211665-14075) [n:127.0.0.1:37257_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> 1646336 INFO  (qtp1848102950-14010) [n:127.0.0.1:46449_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1646840 INFO  (qtp1278211665-14076) [n:127.0.0.1:37257_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> 1646840 INFO  (qtp1848102950-14006) [n:127.0.0.1:46449_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1647344 INFO  (qtp1278211665-14007) [n:127.0.0.1:37257_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> 1647344 INFO  (qtp1848102950-14002) [n:127.0.0.1:46449_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1647848 INFO  (qtp1848102950-14009) [n:127.0.0.1:46449_solr 
c:coll

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

3]
   [junit4]   2> 2045186 WARN  
(updateExecutor-5560-thread-2-processing-n:127.0.0.1:41543_solr 
x:tlog_replica_test_recovery_shard1_replica_t1 s:shard1 
c:tlog_replica_test_recovery r:core_node3) [n:127.0.0.1:41543_solr 
c:tlog_replica_test_recovery s:shard1 r:core_node3 
x:tlog_replica_test_recovery_shard1_replica_t1] o.a.s.u.DefaultSolrCoreState 
Skipping recovery because Solr is shutdown
   [junit4]   2> 2045186 INFO  (jetty-closer-5527-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=98728182499835921-127.0.0.1:41543_solr-n_0000000004) closing
   [junit4]   2> 2045186 INFO  
(OverseerStateUpdate-98728182499835921-127.0.0.1:41543_solr-n_0000000004) 
[n:127.0.0.1:41543_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:41543_solr
   [junit4]   2> 2045187 WARN  
(zkCallback-5563-thread-3-processing-n:127.0.0.1:41543_solr) 
[n:127.0.0.1:41543_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2045187 INFO  (jetty-closer-5527-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@29b8d0bb{/solr,null,UNAVAILABLE}
   [junit4]   2> 2045188 ERROR 
(SUITE-TestTlogReplica-seed#[5E0ED2692CDFE35A]-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> 2045188 INFO  
(SUITE-TestTlogReplica-seed#[5E0ED2692CDFE35A]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:35949 35949
   [junit4]   2> 2051372 INFO  (Thread-7197) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:35949 35949
   [junit4]   2> 2051374 WARN  (Thread-7197) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        21      /solr/configs/conf
   [junit4]   2>        8       /solr/aliases.json
   [junit4]   2>        7       /solr/security.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        27      
/solr/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json
   [junit4]   2>        25      
/solr/collections/tlog_replica_test_kill_leader/state.json
   [junit4]   2>        24      
/solr/collections/tlog_replica_test_remove_leader/state.json
   [junit4]   2>        24      
/solr/collections/tlog_replica_test_create_delete/state.json
   [junit4]   2>        23      
/solr/collections/tlog_replica_test_add_remove_tlog_replica/state.json
   [junit4]   2>        23      
/solr/collections/tlog_replica_test_kill_tlog_replica/state.json
   [junit4]   2>        22      
/solr/collections/tlog_replica_test_basic_leader_election/state.json
   [junit4]   2>        15      
/solr/collections/tlog_replica_test_recovery/state.json
   [junit4]   2>        15      
/solr/collections/tlog_replica_test_real_time_get/state.json
   [junit4]   2>        15      
/solr/collections/tlog_replica_test_only_leader_indexes/state.json
   [junit4]   2>        13      
/solr/collections/tlog_replica_test_delete_by_id/state.json
   [junit4]   2>        8       /solr/clusterprops.json
   [junit4]   2>        8       /solr/clusterstate.json
   [junit4]   2>        6       
/solr/collections/tlog_replica_test_add_docs/state.json
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_create_delete/leader_elect/shard2/election/98728182499835915-core_node15-n_0000000002
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_recovery/leader_elect/shard1/election/98728182499835915-core_node4-n_0000000000
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_create_delete/leader_elect/shard1/election/98728182499835915-core_node3-n_0000000000
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_create_delete/leader_elect/shard2/election/98728182499835921-core_node14-n_0000000001
   [junit4]   2>        2       
/solr/overseer_elect/election/98728182499835921-127.0.0.1:41543_solr-n_0000000004
   [junit4]   2>        2       
/solr/overseer_elect/election/98728182499835915-127.0.0.1:40689_solr-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/collections
   [junit4]   2>        4       /solr/overseer/queue
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_5E0ED2692CDFE35A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{foo=FSTOrd50, title_s=FSTOrd50, 
id=PostingsFormat(name=LuceneVarGapFixedInterval), foo_s=FSTOrd50}, 
docValues:{_version_=DocValuesFormat(name=Direct), 
id=DocValuesFormat(name=Asserting), 
inplace_updatable_int=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1982, 
maxMBSortInHeap=5.497048573913103, sim=RandomSimilarity(queryNorm=true): {}, 
locale=ar-LY, timezone=America/Kentucky/Monticello
   [junit4]   2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=103775320,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [SuggesterTest, 
ShowFileRequestHandlerTest, TestQuerySenderListener, CircularListTest, 
DeleteLastCustomShardedReplicaTest, NumericFieldsTest, 
XsltUpdateRequestHandlerTest, DirectoryFactoryTest, 
TermVectorComponentDistributedTest, TestDistributedMissingSort, 
TestCollectionAPI, TestLMJelinekMercerSimilarityFactory, 
CachingDirectoryFactoryTest, TestRandomFlRTGCloud, StatsComponentTest, 
TestBinaryResponseWriter, SpatialHeatmapFacetsTest, TestCorePropertiesReload, 
TestSerializedLuceneMatchVersion, TestReRankQParserPlugin, ClusterStateTest, 
TestSearcherReuse, URLClassifyProcessorTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestSolrCoreProperties, 
JvmMetricsTest, UnloadDistributedZkTest, TestQueryWrapperFilter, PolyFieldTest, 
SpatialRPTFieldTypeTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
ManagedSchemaRoundRobinCloudTest, TestDeleteCollectionOnDownNodes, 
TestAuthenticationFramework, MigrateRouteKeyTest, BlockJoinFacetRandomTest, 
TestSuggestSpellingConverter, TestSubQueryTransformer, PingRequestHandlerTest, 
TermsComponentTest, TestReload, ResponseLogComponentTest, 
TemplateUpdateProcessorTest, HdfsChaosMonkeyNothingIsSafeTest, 
ZkStateWriterTest, TestSchemaResource, TestInitQParser, 
PathHierarchyTokenizerFactoryTest, TestFastWriter, TestObjectReleaseTracker, 
SharedFSAutoReplicaFailoverTest, TestCloudNestedDocsSort, 
TestTolerantUpdateProcessorRandomCloud, LeaderElectionTest, TestCollectionAPIs, 
TestNRTOpen, DistributedFacetPivotSmallTest, DocumentBuilderTest, 
SolrTestCaseJ4Test, TestManagedSynonymFilterFactory, V2ApiIntegrationTest, 
TestSolrCloudWithSecureImpersonation, SolrCLIZkUtilsTest, 
SpellPossibilityIteratorTest, ExplicitHLLTest, RecoveryAfterSoftCommitTest, 
TestFieldTypeCollectionResource, TestHighFrequencyDictionaryFactory, 
BadIndexSchemaTest, TestRetrieveFieldsOptimizer, 
SignatureUpdateProcessorFactoryTest, BufferStoreTest, TestStandardQParsers, 
TestCloudSchemaless, TestFieldCacheWithThreads, TestZkAclsWithHadoopAuth, 
FastVectorHighlighterTest, TestBulkSchemaAPI, SolrJmxReporterTest, 
RecoveryZkTest, MoveReplicaHDFSUlogDirTest, ConjunctionSolrSpellCheckerTest, 
SolrGangliaReporterTest, HdfsTlogReplayBufferedWhileIndexingTest, 
TestSSLRandomization, DistributedVersionInfoTest, TestStressReorder, 
TestScoreJoinQPScore, TestEmbeddedSolrServerSchemaAPI, OverseerTest, 
TestExceedMaxTermLength, MinimalSchemaTest, TestSizeLimitedDistributedMap, 
HdfsNNFailoverTest, TestPointFields, UUIDUpdateProcessorFallbackTest, 
DeleteShardTest, DistributedFacetPivotLargeTest, TestDelegationWithHadoopAuth, 
TestStressLiveNodes, SimplePostToolTest, TestCloudJSONFacetJoinDomain, 
DirectUpdateHandlerTest, TestPolicyCloud, TestXmlQParser, TestExactStatsCache, 
MultiTermTest, TestAddFieldRealTimeGet, CopyFieldTest, TestLockTree, 
TestLegacyField, TestImplicitCoreProperties, TestSolrCloudSnapshots, 
TestRecovery, QueryResultKeyTest, NotRequiredUniqueKeyTest, 
TestAnalyzedSuggestions, CdcrRequestHandlerTest, TestSortByMinMaxFunction, 
TestCodecSupport, TestSimpleTextCodec, StressHdfsTest, BasicDistributedZkTest, 
BasicDistributedZk2Test, FullSolrCloudDistribCmdsTest, TestZkChroot, 
ShardRoutingCustomTest, DistributedSpellCheckComponentTest, ZkControllerTest, 
HardAutoCommitTest, TestGroupingSearch, TestIndexSearcher, HighlighterTest, 
DistributedQueryElevationComponentTest, SolrIndexSplitterTest, 
TestCoreDiscovery, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, 
SuggesterFSTTest, TestFoldingMultitermQuery, DocValuesTest, QueryEqualityTest, 
StatelessScriptUpdateProcessorFactoryTest, CacheHeaderTest, 
IndexBasedSpellCheckerTest, TestWriterPerf, PrimitiveFieldTypeTest, 
TestOmitPositions, RequestHandlersTest, TestIndexingPerformance, 
TestSolrQueryParser, RegexBoostProcessorTest, TestJmxIntegration, 
UpdateRequestProcessorFactoryTest, QueryParsingTest, 
UniqFieldsUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, 
CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestLFUCache, 
ChaosMonkeyNothingIsSafeTest, AssignTest, CdcrBootstrapTest, 
ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, 
ConnectionManagerTest, CustomCollectionTest, DeleteStatusTest, 
DocValuesNotIndexedTest, ForceLeaderTest, NodeMutatorTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerStatusTest, 
RemoteQueryErrorTest, SolrCloudExampleTest, TestCloudPivotFacet, 
TestCloudPseudoReturnFields, TestCloudSearcherWarming, 
TestCollectionsAPIViaSolrCloudCluster, TestConfigSetsAPIExclusivity, 
TestConfigSetsAPIZkFailure, TestCryptoKeys, TestExclusionRuleCollectionAccess, 
TestLeaderElectionWithEmptyReplica, TestLeaderElectionZkExpiry, 
TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, TestReplicaProperties, 
TestRequestForwarding, TestTlogReplica]
   [junit4] Completed [560/732 (2!)] on J2 in 100.41s, 13 tests, 2 failures <<< 
FAILURES!

[...truncated 47305 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to