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

2 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.analytics.facet.RangeFacetCloudTest

Error Message:
Could not find collection:collection1

Stack Trace:
java.lang.AssertionError: Could not find collection:collection1
        at __randomizedtesting.SeedInfo.seed([74439A08012DD9A1]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
        at 
org.apache.solr.analytics.facet.AbstractAnalyticsFacetCloudTest.setupCluster(AbstractAnalyticsFacetCloudTest.java:59)
        at 
org.apache.solr.analytics.facet.RangeFacetCloudTest.beforeClass(RangeFacetCloudTest.java:49)
        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$6.evaluate(RandomizedRunner.java:874)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Timeout waiting for all live and active

Stack Trace:
java.lang.AssertionError: Timeout waiting for all live and active
        at 
__randomizedtesting.SeedInfo.seed([AE2E1709CD288301:2D5848FB1B518DA0]: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)




Build Log:
[...truncated 12930 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> 1728745 INFO  
(SUITE-TestCloudRecovery-seed#[AE2E1709CD288301]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_AE2E1709CD288301-001/init-core-data-001
   [junit4]   2> 1728745 WARN  
(SUITE-TestCloudRecovery-seed#[AE2E1709CD288301]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=21 numCloses=21
   [junit4]   2> 1728745 INFO  
(SUITE-TestCloudRecovery-seed#[AE2E1709CD288301]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1728746 INFO  
(SUITE-TestCloudRecovery-seed#[AE2E1709CD288301]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1728746 INFO  
(SUITE-TestCloudRecovery-seed#[AE2E1709CD288301]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_AE2E1709CD288301-001/tempDir-001
   [junit4]   2> 1728747 INFO  
(SUITE-TestCloudRecovery-seed#[AE2E1709CD288301]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1728748 INFO  (Thread-3330) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1728748 INFO  (Thread-3330) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1728755 ERROR (Thread-3330) [    ] 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> 1728848 INFO  
(SUITE-TestCloudRecovery-seed#[AE2E1709CD288301]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33481
   [junit4]   2> 1728866 INFO  (jetty-launcher-2380-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1728866 INFO  (jetty-launcher-2380-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1728870 INFO  (jetty-launcher-2380-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5185c42a{/solr,null,AVAILABLE}
   [junit4]   2> 1728870 INFO  (jetty-launcher-2380-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@45804384{/solr,null,AVAILABLE}
   [junit4]   2> 1728870 INFO  (jetty-launcher-2380-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@39b0d33e{HTTP/1.1,[http/1.1]}{127.0.0.1:44357}
   [junit4]   2> 1728871 INFO  (jetty-launcher-2380-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3f6632f3{HTTP/1.1,[http/1.1]}{127.0.0.1:35213}
   [junit4]   2> 1728871 INFO  (jetty-launcher-2380-thread-2) [    ] 
o.e.j.s.Server Started @1731382ms
   [junit4]   2> 1728871 INFO  (jetty-launcher-2380-thread-1) [    ] 
o.e.j.s.Server Started @1731382ms
   [junit4]   2> 1728871 INFO  (jetty-launcher-2380-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44357}
   [junit4]   2> 1728871 INFO  (jetty-launcher-2380-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35213}
   [junit4]   2> 1728871 ERROR (jetty-launcher-2380-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1728871 ERROR (jetty-launcher-2380-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1728871 INFO  (jetty-launcher-2380-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1728871 INFO  (jetty-launcher-2380-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 1728871 INFO  (jetty-launcher-2380-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1728871 INFO  (jetty-launcher-2380-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1728871 INFO  (jetty-launcher-2380-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1728872 INFO  (jetty-launcher-2380-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1728872 INFO  (jetty-launcher-2380-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-18T08:19:18.322Z
   [junit4]   2> 1728872 INFO  (jetty-launcher-2380-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-18T08:19:18.322Z
   [junit4]   2> 1728879 INFO  (jetty-launcher-2380-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1728879 INFO  (jetty-launcher-2380-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1728899 INFO  (jetty-launcher-2380-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33481/solr
   [junit4]   2> 1728924 INFO  (jetty-launcher-2380-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33481/solr
   [junit4]   2> 1728959 INFO  (jetty-launcher-2380-thread-1) 
[n:127.0.0.1:35213_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1728960 INFO  (jetty-launcher-2380-thread-1) 
[n:127.0.0.1:35213_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:35213_solr
   [junit4]   2> 1728960 INFO  (jetty-launcher-2380-thread-1) 
[n:127.0.0.1:35213_solr    ] o.a.s.c.Overseer Overseer 
(id=98679046681329670-127.0.0.1:35213_solr-n_0000000000) starting
   [junit4]   2> 1728967 INFO  (jetty-launcher-2380-thread-1) 
[n:127.0.0.1:35213_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35213_solr
   [junit4]   2> 1728982 INFO  
(zkCallback-2392-thread-1-processing-n:127.0.0.1:35213_solr) 
[n:127.0.0.1:35213_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1729011 INFO  (jetty-launcher-2380-thread-2) 
[n:127.0.0.1:44357_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1729012 INFO  (jetty-launcher-2380-thread-2) 
[n:127.0.0.1:44357_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1729013 INFO  (jetty-launcher-2380-thread-2) 
[n:127.0.0.1:44357_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44357_solr
   [junit4]   2> 1729022 INFO  
(zkCallback-2392-thread-1-processing-n:127.0.0.1:35213_solr) 
[n:127.0.0.1:35213_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1729027 INFO  
(zkCallback-2391-thread-1-processing-n:127.0.0.1:44357_solr) 
[n:127.0.0.1:44357_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1729043 INFO  (jetty-launcher-2380-thread-1) 
[n:127.0.0.1:35213_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35213.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@710053c4
   [junit4]   2> 1729049 INFO  (jetty-launcher-2380-thread-1) 
[n:127.0.0.1:35213_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35213.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@710053c4
   [junit4]   2> 1729049 INFO  (jetty-launcher-2380-thread-1) 
[n:127.0.0.1:35213_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35213.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@710053c4
   [junit4]   2> 1729049 INFO  (jetty-launcher-2380-thread-1) 
[n:127.0.0.1:35213_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_AE2E1709CD288301-001/tempDir-001/node1/.
   [junit4]   2> 1729109 INFO  (jetty-launcher-2380-thread-2) 
[n:127.0.0.1:44357_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44357.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@710053c4
   [junit4]   2> 1729116 INFO  (jetty-launcher-2380-thread-2) 
[n:127.0.0.1:44357_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44357.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@710053c4
   [junit4]   2> 1729116 INFO  (jetty-launcher-2380-thread-2) 
[n:127.0.0.1:44357_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44357.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@710053c4
   [junit4]   2> 1729117 INFO  (jetty-launcher-2380-thread-2) 
[n:127.0.0.1:44357_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_AE2E1709CD288301-001/tempDir-001/node2/.
   [junit4]   2> 1729168 INFO  
(SUITE-TestCloudRecovery-seed#[AE2E1709CD288301]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1729169 INFO  
(SUITE-TestCloudRecovery-seed#[AE2E1709CD288301]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33481/solr ready
   [junit4]   2> 1729173 INFO  (qtp1066524219-14667) [n:127.0.0.1:44357_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> 1729182 INFO  
(OverseerThreadFactory-6914-thread-1-processing-n:127.0.0.1:35213_solr) 
[n:127.0.0.1:35213_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1729290 INFO  
(OverseerStateUpdate-98679046681329670-127.0.0.1:35213_solr-n_0000000000) 
[n:127.0.0.1:35213_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":"http://127.0.0.1:35213/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 1729292 INFO  
(OverseerStateUpdate-98679046681329670-127.0.0.1:35213_solr-n_0000000000) 
[n:127.0.0.1:35213_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":"http://127.0.0.1:44357/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 1729293 INFO  
(OverseerStateUpdate-98679046681329670-127.0.0.1:35213_solr-n_0000000000) 
[n:127.0.0.1:35213_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":"http://127.0.0.1:35213/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 1729295 INFO  
(OverseerStateUpdate-98679046681329670-127.0.0.1:35213_solr-n_0000000000) 
[n:127.0.0.1:35213_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":"http://127.0.0.1:44357/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 1729495 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_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> 1729495 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_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> 1729495 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1729496 INFO  (qtp1066524219-14657) [n:127.0.0.1:44357_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> 1729496 INFO  (qtp1066524219-14657) [n:127.0.0.1:44357_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1729496 INFO  (qtp1066524219-14661) [n:127.0.0.1:44357_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> 1729601 INFO  
(zkCallback-2392-thread-2-processing-n:127.0.0.1:35213_solr) 
[n:127.0.0.1:35213_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> 1729601 INFO  
(zkCallback-2392-thread-1-processing-n:127.0.0.1:35213_solr) 
[n:127.0.0.1:35213_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> 1729601 INFO  
(zkCallback-2391-thread-1-processing-n:127.0.0.1:44357_solr) 
[n:127.0.0.1:44357_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> 1729601 INFO  
(zkCallback-2391-thread-2-processing-n:127.0.0.1:44357_solr) 
[n:127.0.0.1:44357_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> 1730511 INFO  (qtp1066524219-14661) [n:127.0.0.1:44357_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1730517 INFO  (qtp1066524219-14657) [n:127.0.0.1:44357_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1730517 INFO  (qtp1066524219-14661) [n:127.0.0.1:44357_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> 1730517 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1730520 INFO  (qtp1066524219-14661) [n:127.0.0.1:44357_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> 1730520 INFO  (qtp1066524219-14661) [n:127.0.0.1:44357_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> 1730521 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1730521 INFO  (qtp1066524219-14661) [n:127.0.0.1:44357_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44357.solr.core.collection1.shard2.replica_t6' (registry 
'solr.core.collection1.shard2.replica_t6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@710053c4
   [junit4]   2> 1730521 INFO  (qtp1066524219-14661) [n:127.0.0.1:44357_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1730521 INFO  (qtp1066524219-14661) [n:127.0.0.1:44357_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.SolrCore [[collection1_shard2_replica_t6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_AE2E1709CD288301-001/tempDir-001/node2/collection1_shard2_replica_t6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_AE2E1709CD288301-001/tempDir-001/node2/./collection1_shard2_replica_t6/data/]
   [junit4]   2> 1730524 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_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> 1730559 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_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> 1730559 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_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> 1730560 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35213.solr.core.collection1.shard1.replica_t1' (registry 
'solr.core.collection1.shard1.replica_t1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@710053c4
   [junit4]   2> 1730560 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1730560 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.SolrCore [[collection1_shard1_replica_t1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_AE2E1709CD288301-001/tempDir-001/node1/collection1_shard1_replica_t1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_AE2E1709CD288301-001/tempDir-001/node1/./collection1_shard1_replica_t1/data/]
   [junit4]   2> 1730561 INFO  (qtp1066524219-14657) [n:127.0.0.1:44357_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> 1730563 INFO  (qtp1066524219-14657) [n:127.0.0.1:44357_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> 1730563 INFO  (qtp1066524219-14657) [n:127.0.0.1:44357_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> 1730563 INFO  (qtp1066524219-14657) [n:127.0.0.1:44357_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44357.solr.core.collection1.shard1.replica_t2' (registry 
'solr.core.collection1.shard1.replica_t2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@710053c4
   [junit4]   2> 1730564 INFO  (qtp1066524219-14657) [n:127.0.0.1:44357_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1730564 INFO  (qtp1066524219-14657) [n:127.0.0.1:44357_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.SolrCore [[collection1_shard1_replica_t2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_AE2E1709CD288301-001/tempDir-001/node2/collection1_shard1_replica_t2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_AE2E1709CD288301-001/tempDir-001/node2/./collection1_shard1_replica_t2/data/]
   [junit4]   2> 1730568 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_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> 1730570 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_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> 1730570 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_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> 1730570 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35213.solr.core.collection1.shard2.replica_t4' (registry 
'solr.core.collection1.shard2.replica_t4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@710053c4
   [junit4]   2> 1730571 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1730571 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SolrCore [[collection1_shard2_replica_t4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_AE2E1709CD288301-001/tempDir-001/node1/collection1_shard2_replica_t4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_AE2E1709CD288301-001/tempDir-001/node1/./collection1_shard2_replica_t4/data/]
   [junit4]   2> 1730643 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_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> 1730643 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_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> 1730644 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1730644 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1730646 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@26c0168e[collection1_shard1_replica_t1] main]
   [junit4]   2> 1730647 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_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> 1730648 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_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> 1730648 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1730650 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_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> 1730651 INFO  (qtp1066524219-14657) [n:127.0.0.1:44357_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> 1730651 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_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> 1730651 INFO  (qtp1066524219-14657) [n:127.0.0.1:44357_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> 1730652 INFO  (qtp1066524219-14657) [n:127.0.0.1:44357_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1730652 INFO  (qtp1066524219-14657) [n:127.0.0.1:44357_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1730652 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1730652 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1730652 INFO  
(searcherExecutor-6920-thread-1-processing-n:127.0.0.1:35213_solr 
x:collection1_shard1_replica_t1 s:shard1 c:collection1 r:core_node3) 
[n:127.0.0.1:35213_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@26c0168e[collection1_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1730653 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_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 1578864748897763328
   [junit4]   2> 1730654 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@114c4416[collection1_shard2_replica_t4] main]
   [junit4]   2> 1730655 INFO  (qtp1066524219-14657) [n:127.0.0.1:44357_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5fc5ac6f[collection1_shard1_replica_t2] main]
   [junit4]   2> 1730657 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_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> 1730659 INFO  (qtp1066524219-14657) [n:127.0.0.1:44357_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> 1730660 INFO  (qtp1066524219-14657) [n:127.0.0.1:44357_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> 1730660 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_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> 1730660 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_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> 1730660 INFO  (qtp1066524219-14657) [n:127.0.0.1:44357_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1730661 INFO  (qtp1066524219-14657) [n:127.0.0.1:44357_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 1578864748906151936
   [junit4]   2> 1730661 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1730661 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_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 1578864748906151936
   [junit4]   2> 1730666 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1730667 INFO  
(searcherExecutor-6922-thread-1-processing-n:127.0.0.1:35213_solr 
x:collection1_shard2_replica_t4 s:shard2 c:collection1 r:core_node7) 
[n:127.0.0.1:35213_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@114c4416[collection1_shard2_replica_t4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1730671 INFO  
(searcherExecutor-6921-thread-1-processing-n:127.0.0.1:44357_solr 
x:collection1_shard1_replica_t2 s:shard1 c:collection1 r:core_node5) 
[n:127.0.0.1:44357_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@5fc5ac6f[collection1_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1730681 INFO  (qtp1066524219-14661) [n:127.0.0.1:44357_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> 1730681 INFO  (qtp1066524219-14661) [n:127.0.0.1:44357_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> 1730683 INFO  (qtp1066524219-14661) [n:127.0.0.1:44357_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1730683 INFO  (qtp1066524219-14661) [n:127.0.0.1:44357_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1730685 INFO  (qtp1066524219-14661) [n:127.0.0.1:44357_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1e494dfe[collection1_shard2_replica_t6] main]
   [junit4]   2> 1730687 INFO  (qtp1066524219-14661) [n:127.0.0.1:44357_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> 1730687 INFO  (qtp1066524219-14661) [n:127.0.0.1:44357_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> 1730687 INFO  (qtp1066524219-14661) [n:127.0.0.1:44357_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1730688 INFO  
(searcherExecutor-6919-thread-1-processing-n:127.0.0.1:44357_solr 
x:collection1_shard2_replica_t6 s:shard2 c:collection1 r:core_node8) 
[n:127.0.0.1:44357_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@1e494dfe[collection1_shard2_replica_t6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1730688 INFO  (qtp1066524219-14661) [n:127.0.0.1:44357_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 1578864748934463488
   [junit4]   2> 1730782 INFO  
(zkCallback-2391-thread-2-processing-n:127.0.0.1:44357_solr) 
[n:127.0.0.1:44357_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> 1730782 INFO  
(zkCallback-2391-thread-1-processing-n:127.0.0.1:44357_solr) 
[n:127.0.0.1:44357_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> 1730782 INFO  
(zkCallback-2392-thread-1-processing-n:127.0.0.1:35213_solr) 
[n:127.0.0.1:35213_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> 1730786 INFO  
(zkCallback-2392-thread-2-processing-n:127.0.0.1:35213_solr) 
[n:127.0.0.1:35213_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> 1731158 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_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> 1731158 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_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> 1731158 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:35213/solr/collection1_shard1_replica_t1/
   [junit4]   2> 1731158 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_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=http://127.0.0.1:35213/solr START 
replicas=[http://127.0.0.1:44357/solr/collection1_shard1_replica_t2/] 
nUpdates=100
   [junit4]   2> 1731159 INFO  (qtp1066524219-14663) [n:127.0.0.1:44357_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> 1731166 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1731166 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1731167 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:35213/solr/collection1_shard2_replica_t4/
   [junit4]   2> 1731167 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_t4 
url=http://127.0.0.1:35213/solr START 
replicas=[http://127.0.0.1:44357/solr/collection1_shard2_replica_t6/] 
nUpdates=100
   [junit4]   2> 1731167 INFO  (qtp1066524219-14663) [n:127.0.0.1:44357_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1731459 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_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=http://127.0.0.1:35213/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1731459 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_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> 1731459 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_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> 1731459 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_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> 1731459 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_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> 1731461 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35213/solr/collection1_shard1_replica_t1/ shard1
   [junit4]   2> 1731467 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_t4 
url=http://127.0.0.1:35213/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1731467 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1731467 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1731467 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1731468 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ZkController collection1_shard2_replica_t4 stopping background 
replication from leader
   [junit4]   2> 1731469 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:35213/solr/collection1_shard2_replica_t4/ shard2
   [junit4]   2> 1731571 INFO  
(zkCallback-2391-thread-1-processing-n:127.0.0.1:44357_solr) 
[n:127.0.0.1:44357_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> 1731571 INFO  
(zkCallback-2392-thread-2-processing-n:127.0.0.1:35213_solr) 
[n:127.0.0.1:35213_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> 1731571 INFO  
(zkCallback-2392-thread-1-processing-n:127.0.0.1:35213_solr) 
[n:127.0.0.1:35213_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> 1731571 INFO  
(zkCallback-2391-thread-2-processing-n:127.0.0.1:44357_solr) 
[n:127.0.0.1:44357_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> 1731612 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_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> 1731613 INFO  (qtp691777470-14658) [n:127.0.0.1:35213_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=2117
   [junit4]   2> 1731620 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1731621 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_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=2126
   [junit4]   2> 1731683 INFO  (qtp1066524219-14657) [n:127.0.0.1:44357_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> 1731683 INFO  (qtp1066524219-14657) [n:127.0.0.1:44357_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> 1731684 INFO  (qtp1066524219-14657) [n:127.0.0.1:44357_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> 1731685 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_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> 1731686 INFO  (qtp1066524219-14657) [n:127.0.0.1:44357_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=2190
   [junit4]   2> 1731691 INFO  (qtp1066524219-14661) [n:127.0.0.1:44357_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ZkController collection1_shard2_replica_t6 starting background 
replication from leader
   [junit4]   2> 1731691 INFO  (qtp1066524219-14661) [n:127.0.0.1:44357_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 1731692 INFO  (qtp1066524219-14661) [n:127.0.0.1:44357_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 1731693 INFO  (qtp1066524219-14661) [n:127.0.0.1:44357_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=2197
   [junit4]   2> 1731695 INFO  (qtp1066524219-14667) [n:127.0.0.1:44357_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> 1731803 INFO  
(zkCallback-2391-thread-1-processing-n:127.0.0.1:44357_solr) 
[n:127.0.0.1:44357_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> 1731804 INFO  
(zkCallback-2391-thread-2-processing-n:127.0.0.1:44357_solr) 
[n:127.0.0.1:44357_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> 1731804 INFO  
(zkCallback-2392-thread-2-processing-n:127.0.0.1:35213_solr) 
[n:127.0.0.1:35213_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> 1731804 INFO  
(zkCallback-2392-thread-1-processing-n:127.0.0.1:35213_solr) 
[n:127.0.0.1:35213_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> 1732698 INFO  (qtp1066524219-14667) [n:127.0.0.1:44357_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=3524
   [junit4]   2> 1732699 INFO  
(SUITE-TestCloudRecovery-seed#[AE2E1709CD288301]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 1732699 INFO  
(SUITE-TestCloudRecovery-seed#[AE2E1709CD288301]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1732757 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[AE2E1709CD288301])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting leaderRecoverFromLogOnStartupTest
   [junit4]   2> 1732766 INFO  (qtp1066524219-14718) [n:127.0.0.1:44357_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t6]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&_version_=-1578864751108161536&distrib.from=http://127.0.0.1:35213/solr/collection1_shard2_replica_t4/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1578864751108161536)} 0 0
   [junit4]   2> 1732771 INFO  (qtp1066524219-14732) [n:127.0.0.1:44357_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_=-1578864751114452992&distrib.from=http://127.0.0.1:35213/solr/collection1_shard1_replica_t1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1578864751114452992)} 0 0
   [junit4]   2> 1732772 INFO  (qtp691777470-14660) [n:127.0.0.1:35213_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=http://127.0.0.1:35213/solr/collection1_shard2_replica_t4/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1578864751114452992)} 0 4
   [junit4]   2> 1732772 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t4]  
webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* 
(-1578864751108161536)} 0 13
   [junit4]   2> 1732773 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1578864751120744448,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1732773 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_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> 1732773 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1732773 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_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=http://127.0.0.1:35213/solr/collection1_shard2_replica_t4/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1732774 INFO  (qtp1066524219-14732) [n:127.0.0.1:44357_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> 1732784 INFO  (qtp691777470-14668) [n:127.0.0.1:35213_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> 1732785 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1578864751133327360,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1732785 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1732785 INFO  (qtp1066524219-14671) [n:127.0.0.1:44357_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.TestInjection Start waiting for replica in sync with leader
   [junit4]   2> 1732785 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1732786 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t4]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:35213/solr/collection1_shard2_replica_t4/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 1732787 INFO  (qtp691777470-14668) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1733199 INFO  
(OverseerCollectionConfigSetProcessor-98679046681329670-127.0.0.1:35213_solr-n_0000000000)
 [n:127.0.0.1:35213_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> 1733300 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_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> 1733304 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1733816 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_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> 1733831 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1734319 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_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> 1734333 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1734507 INFO  (indexFetcher-6942-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Updated masterUrl to 
http://127.0.0.1:35213/solr/collection1_shard2_replica_t4/
   [junit4]   2> 1734508 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1734508 INFO  (indexFetcher-6942-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1734508 INFO  (indexFetcher-6942-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1734508 INFO  (indexFetcher-6942-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1734508 INFO  (indexFetcher-6942-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1734684 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_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> 1734684 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Updated masterUrl to 
http://127.0.0.1:35213/solr/collection1_shard1_replica_t1/
   [junit4]   2> 1734685 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_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> 1734685 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1734685 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1734685 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1734685 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1734685 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_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> 1734685 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_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> 1734685 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_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@4e11dccd commitCommandVersion:0
   [junit4]   2> 1734702 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@44e9b7bd[collection1_shard1_replica_t2] main]
   [junit4]   2> 1734702 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1734703 INFO  
(searcherExecutor-6921-thread-1-processing-n:127.0.0.1:44357_solr 
x:collection1_shard1_replica_t2 s:shard1 c:collection1 r:core_node5) 
[n:127.0.0.1:44357_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@44e9b7bd[collection1_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1734821 INFO  (qtp691777470-14668) [n:127.0.0.1:35213_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> 1734835 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1735323 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_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> 1735337 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1735825 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_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> 1735839 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1736326 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_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> 1736340 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1736836 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_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> 1736842 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1737338 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_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> 1737344 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1737507 INFO  (qtp691777470-14666) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1737507 INFO  (indexFetcher-6942-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1737507 INFO  (indexFetcher-6942-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1737507 INFO  (indexFetcher-6942-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1737507 INFO  (indexFetcher-6942-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1737685 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_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> 1737685 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1737685 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1737685 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 1737685 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's version: 
1505722764135
   [junit4]   2> 1737840 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_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> 1737846 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1738341 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_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> 1738348 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1738843 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_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> 1738849 INFO  (qtp691777470-14668) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1739345 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_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> 1739351 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1739846 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_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> 1739852 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1740348 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_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> 1740354 INFO  (qtp691777470-14668) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1740507 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1740507 INFO  (indexFetcher-6942-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1740507 INFO  (indexFetcher-6942-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1740507 INFO  (indexFetcher-6942-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1740507 INFO  (indexFetcher-6942-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1740685 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_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> 1740685 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1740685 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1740685 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 1740685 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's version: 
1505722764135
   [junit4]   2> 1740849 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_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> 1740856 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1741350 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_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> 1741357 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1741852 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_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> 1741859 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1742355 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_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> 1742360 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1742857 INFO  (qtp691777470-14666) [n:127.0.0.1:35213_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> 1742862 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1743359 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_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> 1743364 INFO  (qtp691777470-14666) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1743507 INFO  (qtp691777470-14668) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1743507 INFO  (indexFetcher-6942-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1743507 INFO  (indexFetcher-6942-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1743507 INFO  (indexFetcher-6942-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1743507 INFO  (indexFetcher-6942-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1743685 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_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> 1743685 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1743685 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1743685 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 1743685 INFO  (indexFetcher-6940-thread-1) 
[n:127.0.0.1:44357_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's version: 
1505722764135
   [junit4]   2> 1743860 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_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> 1743865 INFO  (qtp691777470-14668) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1744362 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_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> 1744366 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1744863 INFO  (qtp691777470-14668) [n:127.0.0.1:35213_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> 1744867 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1745365 INFO  (qtp691777470-14664) [n:127.0.0.1:35213_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> 1745369 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1745866 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_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> 1745870 INFO  (qtp691777470-14668) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1746368 INFO  (qtp691777470-14656) [n:127.0.0.1:35213_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> 1746371 INFO  (qtp691777470-14659) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1746507 INFO  (qtp691777470-14666) [n:127.0.0.1:35213_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard

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

ErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1902518 INFO  (jetty-closer-2381-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2f158f7{/solr,null,UNAVAILABLE}
   [junit4]   2> 1903821 ERROR 
(recoveryExecutor-2421-thread-1-processing-n:127.0.0.1:44357_solr 
x:collection1_shard1_replica_t2 s:shard1 c:collection1 r:core_node5) 
[n:127.0.0.1:44357_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.c.RecoveryStrategy SolrCore not found - 
cannot recover:collection1_shard1_replica_t2
   [junit4]   2> 1905321 WARN  
(zkCallback-2423-thread-2-processing-n:127.0.0.1:44357_solr) 
[n:127.0.0.1:44357_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1905322 INFO  (jetty-closer-2381-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@76b17067{/solr,null,UNAVAILABLE}
   [junit4]   2> 1905322 ERROR 
(SUITE-TestCloudRecovery-seed#[AE2E1709CD288301]-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> 1905322 INFO  
(SUITE-TestCloudRecovery-seed#[AE2E1709CD288301]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:33481 33481
   [junit4]   2> 1910378 INFO  (Thread-3330) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:33481 33481
   [junit4]   2> 1910379 WARN  (Thread-3330) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/aliases.json
   [junit4]   2>        7       /solr/clusterprops.json
   [junit4]   2>        6       /solr/security.json
   [junit4]   2>        6       /solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        144     /solr/collections/collection1/state.json
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/collections
   [junit4]   2>        5       /solr/overseer/queue
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_AE2E1709CD288301-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{id=PostingsFormat(name=Memory)}, 
docValues:{_version_=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1249, 
maxMBSortInHeap=7.709033511876257, sim=RandomSimilarity(queryNorm=false): {}, 
locale=de-DE, timezone=Europe/London
   [junit4]   2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=144194360,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [ImplicitSnitchTest, 
TestSolrIndexConfig, HdfsBasicDistributedZk2Test, SolrMetricReporterTest, 
DistributedIntervalFacetingTest, ExitableDirectoryReaderTest, MoveReplicaTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, ConfigureRecoveryStrategyTest, 
LukeRequestHandlerTest, DistributedFacetPivotLongTailTest, 
TestFuzzyAnalyzedSuggestions, SaslZkACLProviderTest, TestNoOpRegenerator, 
TestReloadDeadlock, TestRequestForwarding, TestAnalyzeInfixSuggestions, 
DirectSolrSpellCheckerTest, WrapperMergePolicyFactoryTest, 
TestSolrFieldCacheBean, TestInfoStreamLogging, 
TestEmbeddedSolrServerConstructors, BadComponentTest, TestTlogReplica, 
TestCursorMarkWithoutUniqueKey, MetricUtilsTest, TestPerFieldSimilarity, 
TestFreeTextSuggestions, TestReloadAndDeleteDocs, 
DistributedExpandComponentTest, SuggesterTSTTest, SliceStateTest, 
TestFieldCacheVsDocValues, TestPayloadScoreQParserPlugin, HdfsLockFactoryTest, 
PrimUtilsTest, TestElisionMultitermQuery, TestGraphMLResponseWriter, 
TestClusterStateMutator, TestSubQueryTransformerDistrib, 
TestDFISimilarityFactory, TestCustomStream, TestRandomRequestDistribution, 
TestBackupRepositoryFactory, HdfsUnloadDistributedZkTest, 
LeaderElectionContextKeyTest, TlogReplayBufferedWhileIndexingTest, 
BaseCdcrDistributedZkTest, TestSolrCloudWithHadoopAuthPlugin, 
TestConfigSetProperties, EnumFieldTest, TestScoreJoinQPNoScore, 
TestValueSourceCache, RestartWhileUpdatingTest, BasicAuthIntegrationTest, 
LoggingHandlerTest, UpdateRequestProcessorFactoryTest, HdfsRecoverLeaseTest, 
TestSystemIdResolver, OpenCloseCoreStressTest, StatsReloadRaceTest, 
ZkControllerTest, FileUtilsTest, TestCloudPivotFacet, 
TestAuthorizationFramework, BasicFunctionalityTest, 
TestStressCloudBlindAtomicUpdates, TermVectorComponentTest, 
TestConfigSetsAPIZkFailure, TestComplexPhraseLeadingWildcard, 
DistribCursorPagingTest, DisMaxRequestHandlerTest, TestSchemaNameResource, 
TestStressRecovery, AlternateDirectoryTest, BitVectorTest, BadCopyFieldTest, 
TestTrieFacet, TestCollectionsAPIViaSolrCloudCluster, SolrCmdDistributorTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, OverseerTaskQueueTest, 
CoreMergeIndexesAdminHandlerTest, SchemaVersionSpecificBehaviorTest, 
DOMUtilTest, CollectionsAPISolrJTest, JsonLoaderTest, ZkFailoverTest, 
TestInPlaceUpdatesDistrib, BlobRepositoryCloudTest, CSVRequestHandlerTest, 
TestFieldResource, BlockDirectoryTest, HdfsSyncSliceTest, 
TestPostingsSolrHighlighter, RemoteQueryErrorTest, TestDistributedGrouping, 
CacheHeaderTest, AtomicUpdatesTest, ConnectionReuseTest, 
TestMaxScoreQueryParser, DistributedTermsComponentTest, CloudMLTQParserTest, 
TestCharFilters, ReplicaListTransformerTest, TestMaxTokenLenTokenizer, 
TestExactSharedStatsCache, HdfsChaosMonkeySafeLeaderTest, ScriptEngineTest, 
TestUpdate, ChaosMonkeySafeLeaderTest, OverseerModifyCollectionTest, 
TolerantUpdateProcessorTest, TestManagedStopFilterFactory, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
TestMultiValuedNumericRangeQuery, TestRestManager, TestStressVersions, 
MissingSegmentRecoveryTest, SoftAutoCommitTest, UnloadDistributedZkTest, 
CollectionsAPIDistributedZkTest, LeaderElectionIntegrationTest, RecoveryZkTest, 
ClusterStateUpdateTest, LeaderElectionTest, ShardRoutingCustomTest, 
AutoCommitTest, TestFaceting, TestRecovery, TestRealTimeGet, TestStressReorder, 
SolrCoreTest, TestGroupingSearch, ConvertedLegacyTest, TestFiltering, 
TestFunctionQuery, TestBadConfig, HighlighterTest, SolrIndexSplitterTest, 
TestCoreDiscovery, TestExtendedDismaxParser, CoreAdminHandlerTest, 
SuggesterTest, SpatialFilterTest, TestCSVLoader, PolyFieldTest, 
NoCacheHeaderTest, FieldMutatingUpdateProcessorTest, 
TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, 
StatelessScriptUpdateProcessorFactoryTest, DistanceFunctionTest, 
SolrInfoBeanTest, TestWriterPerf, TestOmitPositions, FileBasedSpellCheckerTest, 
RequestHandlersTest, RequiredFieldsTest, IndexSchemaRuntimeFieldTest, 
SolrPluginUtilsTest, TestJmxIntegration, QueryParsingTest, 
TestAnalyzedSuggestions, TestPartialUpdateDeduplication, 
PingRequestHandlerTest, TestComponentsName, HighlighterConfigTest, SOLR749Test, 
TestQuerySenderListener, TestQuerySenderNoQuery, CopyFieldTest, 
SolrIndexConfigTest, SampleTest, TestDocSet, TestBinaryField, TestSearchPerf, 
DirectSolrConnectionTest, NotRequiredUniqueKeyTest, 
SpellPossibilityIteratorTest, TestCodecSupport, 
TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestFastWriter, 
ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, TestFastLRUCache, 
TestSuggestSpellingConverter, TestSolrJ, TestLRUCache, UUIDFieldTest, 
DistributedMLTComponentTest, AssignBackwardCompatibilityTest, 
CleanupOldIndexTest, CollectionTooManyReplicasTest, DeleteInactiveReplicaTest, 
DistribJoinFromCollectionTest, DocValuesNotIndexedTest, 
LeaderInitiatedRecoveryOnCommitTest, OverseerRolesTest, 
PeerSyncReplicationTest, SharedFSAutoReplicaFailoverTest, 
SharedFSAutoReplicaFailoverUtilsTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, 
TestCloudRecovery]
   [junit4] Completed [546/732 (1!)] on J1 in 181.65s, 2 tests, 1 failure <<< 
FAILURES!

[...truncated 3509 lines...]
   [junit4] Suite: org.apache.solr.analytics.facet.RangeFacetCloudTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analytics/test/J0/temp/solr.analytics.facet.RangeFacetCloudTest_74439A08012DD9A1-001/init-core-data-001
   [junit4]   2> Sep 18, 2017 8:33:55 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ko, 
timezone=Indian/Antananarivo
   [junit4]   2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=445818384,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [NoFacetTest, 
RangeFacetCloudTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RangeFacetCloudTest 
-Dtests.seed=74439A08012DD9A1 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ko -Dtests.timezone=Indian/Antananarivo -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | RangeFacetCloudTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not find 
collection:collection1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([74439A08012DD9A1]:0)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
   [junit4]    >        at 
org.apache.solr.analytics.facet.AbstractAnalyticsFacetCloudTest.setupCluster(AbstractAnalyticsFacetCloudTest.java:59)
   [junit4]    >        at 
org.apache.solr.analytics.facet.RangeFacetCloudTest.beforeClass(RangeFacetCloudTest.java:49)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [16/17 (1!)] on J0 in 37.38s, 0 tests, 1 failure <<< 
FAILURES!

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

Reply via email to