Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.0/109/

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

Error Message:
Could not load collection from ZK: collection1

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
collection1
        at 
__randomizedtesting.SeedInfo.seed([36801DA81234B0FF:B5F6425AC44DBE5E]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1114)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:128)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:108)
        at 
org.apache.solr.common.cloud.ClusterStateUtil.waitForAllActiveAndLiveReplicas(ClusterStateUtil.java:70)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/collection1/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1126)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1112)
        ... 44 more


FAILED:  org.apache.solr.client.solrj.TestLBHttpSolrClient.testSimple

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

Stack Trace:
java.lang.AssertionError: expected:<3> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([D3E25AF89D851649:EB517E06BA76C298]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.client.solrj.TestLBHttpSolrClient.testSimple(TestLBHttpSolrClient.java:170)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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 11537 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_36801DA81234B0FF-001/init-core-data-001
   [junit4]   2> 1443482 WARN  
(SUITE-TestCloudRecovery-seed#[36801DA81234B0FF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1443482 INFO  
(SUITE-TestCloudRecovery-seed#[36801DA81234B0FF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1443483 INFO  
(SUITE-TestCloudRecovery-seed#[36801DA81234B0FF]-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> 1443484 INFO  
(SUITE-TestCloudRecovery-seed#[36801DA81234B0FF]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_36801DA81234B0FF-001/tempDir-001
   [junit4]   2> 1443484 INFO  
(SUITE-TestCloudRecovery-seed#[36801DA81234B0FF]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1443498 INFO  (Thread-985) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1443498 INFO  (Thread-985) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1443506 ERROR (Thread-985) [    ] 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> 1443599 INFO  
(SUITE-TestCloudRecovery-seed#[36801DA81234B0FF]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:35366
   [junit4]   2> 1443722 INFO  (jetty-launcher-673-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1443722 INFO  (jetty-launcher-673-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1443754 INFO  (jetty-launcher-673-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@392a2960{/solr,null,AVAILABLE}
   [junit4]   2> 1443755 INFO  (jetty-launcher-673-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2cefd8b0{HTTP/1.1,[http/1.1]}{127.0.0.1:34356}
   [junit4]   2> 1443755 INFO  (jetty-launcher-673-thread-1) [    ] 
o.e.j.s.Server Started @1456363ms
   [junit4]   2> 1443755 INFO  (jetty-launcher-673-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34356}
   [junit4]   2> 1443755 ERROR (jetty-launcher-673-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1443755 INFO  (jetty-launcher-673-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1443755 INFO  (jetty-launcher-673-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1443756 INFO  (jetty-launcher-673-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1443756 INFO  (jetty-launcher-673-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-10T23:48:20.513Z
   [junit4]   2> 1443835 INFO  (jetty-launcher-673-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@585149f0{/solr,null,AVAILABLE}
   [junit4]   2> 1443836 INFO  (jetty-launcher-673-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6efbf0ec{HTTP/1.1,[http/1.1]}{127.0.0.1:46141}
   [junit4]   2> 1443836 INFO  (jetty-launcher-673-thread-2) [    ] 
o.e.j.s.Server Started @1456444ms
   [junit4]   2> 1443836 INFO  (jetty-launcher-673-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46141}
   [junit4]   2> 1443836 ERROR (jetty-launcher-673-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1443836 INFO  (jetty-launcher-673-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 1443836 INFO  (jetty-launcher-673-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1443836 INFO  (jetty-launcher-673-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 1443836 INFO  (jetty-launcher-673-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-08-10T23:48:20.593Z
   [junit4]   2> 1443932 INFO  (jetty-launcher-673-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1443935 INFO  (jetty-launcher-673-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1444019 INFO  (jetty-launcher-673-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35366/solr
   [junit4]   2> 1444118 INFO  (jetty-launcher-673-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35366/solr
   [junit4]   2> 1444391 INFO  (jetty-launcher-673-thread-2) 
[n:127.0.0.1:46141_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1444477 INFO  (jetty-launcher-673-thread-2) 
[n:127.0.0.1:46141_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:46141_solr
   [junit4]   2> 1444545 INFO  (jetty-launcher-673-thread-2) 
[n:127.0.0.1:46141_solr    ] o.a.s.c.Overseer Overseer 
(id=98461869687635974-127.0.0.1:46141_solr-n_0000000000) starting
   [junit4]   2> 1444748 INFO  (jetty-launcher-673-thread-2) 
[n:127.0.0.1:46141_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46141_solr
   [junit4]   2> 1444825 INFO  
(zkCallback-685-thread-1-processing-n:127.0.0.1:46141_solr) 
[n:127.0.0.1:46141_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1445338 INFO  (jetty-launcher-673-thread-2) 
[n:127.0.0.1:46141_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46141.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@163a435b
   [junit4]   2> 1445341 INFO  (jetty-launcher-673-thread-2) 
[n:127.0.0.1:46141_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46141.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@163a435b
   [junit4]   2> 1445354 INFO  (jetty-launcher-673-thread-2) 
[n:127.0.0.1:46141_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46141.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@163a435b
   [junit4]   2> 1445354 INFO  (jetty-launcher-673-thread-2) 
[n:127.0.0.1:46141_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_36801DA81234B0FF-001/tempDir-001/node2/.
   [junit4]   2> 1445494 INFO  (jetty-launcher-673-thread-1) 
[n:127.0.0.1:34356_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1445495 INFO  (jetty-launcher-673-thread-1) 
[n:127.0.0.1:34356_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1445525 INFO  (jetty-launcher-673-thread-1) 
[n:127.0.0.1:34356_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34356_solr
   [junit4]   2> 1445577 INFO  
(zkCallback-682-thread-1-processing-n:127.0.0.1:34356_solr) 
[n:127.0.0.1:34356_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1445577 INFO  
(zkCallback-685-thread-2-processing-n:127.0.0.1:46141_solr) 
[n:127.0.0.1:46141_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1445927 INFO  (jetty-launcher-673-thread-1) 
[n:127.0.0.1:34356_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34356.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@163a435b
   [junit4]   2> 1445930 INFO  (jetty-launcher-673-thread-1) 
[n:127.0.0.1:34356_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34356.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@163a435b
   [junit4]   2> 1445930 INFO  (jetty-launcher-673-thread-1) 
[n:127.0.0.1:34356_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34356.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@163a435b
   [junit4]   2> 1445964 INFO  (jetty-launcher-673-thread-1) 
[n:127.0.0.1:34356_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_36801DA81234B0FF-001/tempDir-001/node1/.
   [junit4]   2> 1446284 INFO  
(SUITE-TestCloudRecovery-seed#[36801DA81234B0FF]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1446285 INFO  
(SUITE-TestCloudRecovery-seed#[36801DA81234B0FF]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35366/solr ready
   [junit4]   2> 1446290 INFO  (qtp5363431-4569) [n:127.0.0.1:34356_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> 1446385 INFO  
(OverseerThreadFactory-2166-thread-1-processing-n:127.0.0.1:46141_solr) 
[n:127.0.0.1:46141_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1446564 INFO  
(OverseerStateUpdate-98461869687635974-127.0.0.1:46141_solr-n_0000000000) 
[n:127.0.0.1:46141_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:34356/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 1446588 INFO  
(OverseerStateUpdate-98461869687635974-127.0.0.1:46141_solr-n_0000000000) 
[n:127.0.0.1:46141_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:46141/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 1446646 INFO  
(OverseerStateUpdate-98461869687635974-127.0.0.1:46141_solr-n_0000000000) 
[n:127.0.0.1:46141_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_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:34356/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 1446647 INFO  
(OverseerStateUpdate-98461869687635974-127.0.0.1:46141_solr-n_0000000000) 
[n:127.0.0.1:46141_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_t2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46141/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 1446948 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1446948 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1446963 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&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> 1446997 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node1&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> 1446998 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1447011 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t1&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1447333 INFO  
(zkCallback-682-thread-1-processing-n:127.0.0.1:34356_solr) 
[n:127.0.0.1:34356_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> 1447341 INFO  
(zkCallback-685-thread-1-processing-n:127.0.0.1:46141_solr) 
[n:127.0.0.1:46141_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> 1448144 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1448419 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1448500 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.s.IndexSchema [collection1_shard1_replica_t2] Schema name=minimal
   [junit4]   2> 1448533 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1448533 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 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> 1448534 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46141.solr.core.collection1.shard1.replica_t2' (registry 
'solr.core.collection1.shard1.replica_t2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@163a435b
   [junit4]   2> 1448534 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1448534 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.SolrCore [[collection1_shard1_replica_t2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_36801DA81234B0FF-001/tempDir-001/node2/collection1_shard1_replica_t2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_36801DA81234B0FF-001/tempDir-001/node2/./collection1_shard1_replica_t2/data/]
   [junit4]   2> 1448581 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1448592 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.s.IndexSchema [collection1_shard2_replica_t1] Schema name=minimal
   [junit4]   2> 1448594 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1448594 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t1' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 1448595 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34356.solr.core.collection1.shard2.replica_t1' (registry 
'solr.core.collection1.shard2.replica_t1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@163a435b
   [junit4]   2> 1448595 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1448595 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.SolrCore [[collection1_shard2_replica_t1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_36801DA81234B0FF-001/tempDir-001/node1/collection1_shard2_replica_t1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_36801DA81234B0FF-001/tempDir-001/node1/./collection1_shard2_replica_t1/data/]
   [junit4]   2> 1448614 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_t1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1448698 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.s.IndexSchema [collection1_shard2_replica_t2] Schema name=minimal
   [junit4]   2> 1448700 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1448700 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t2' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 1448701 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46141.solr.core.collection1.shard2.replica_t2' (registry 
'solr.core.collection1.shard2.replica_t2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@163a435b
   [junit4]   2> 1448701 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1448701 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.c.SolrCore [[collection1_shard2_replica_t2] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_36801DA81234B0FF-001/tempDir-001/node2/collection1_shard2_replica_t2],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_36801DA81234B0FF-001/tempDir-001/node2/./collection1_shard2_replica_t2/data/]
   [junit4]   2> 1448717 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_t1] 
o.a.s.s.IndexSchema [collection1_shard1_replica_t1] Schema name=minimal
   [junit4]   2> 1448780 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_t1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1448780 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 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> 1448782 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_t1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34356.solr.core.collection1.shard1.replica_t1' (registry 
'solr.core.collection1.shard1.replica_t1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@163a435b
   [junit4]   2> 1448782 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_t1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1448782 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_t1] 
o.a.s.c.SolrCore [[collection1_shard1_replica_t1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_36801DA81234B0FF-001/tempDir-001/node1/collection1_shard1_replica_t1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_36801DA81234B0FF-001/tempDir-001/node1/./collection1_shard1_replica_t1/data/]
   [junit4]   2> 1449030 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1449030 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1449080 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1449080 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1449097 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3d29ea3b[collection1_shard1_replica_t2] main]
   [junit4]   2> 1449108 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1449108 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1449109 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1449109 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1449111 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6da2b376[collection1_shard2_replica_t1] main]
   [junit4]   2> 1449111 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 1449228 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1449229 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1449229 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1575389921003175936
   [junit4]   2> 1449242 INFO  
(searcherExecutor-2172-thread-1-processing-n:127.0.0.1:34356_solr 
x:collection1_shard2_replica_t1 s:shard2 c:collection1 r:core_node3) 
[n:127.0.0.1:34356_solr c:collection1 s:shard2 r:core_node3 
x:collection1_shard2_replica_t1] o.a.s.c.SolrCore 
[collection1_shard2_replica_t1] Registered new searcher 
Searcher@6da2b376[collection1_shard2_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1449270 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 1449276 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1449286 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1449287 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1449287 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1575389921063993344
   [junit4]   2> 1449295 INFO  
(searcherExecutor-2171-thread-1-processing-n:127.0.0.1:46141_solr 
x:collection1_shard1_replica_t2 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:46141_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t2] o.a.s.c.SolrCore 
[collection1_shard1_replica_t2] Registered new searcher 
Searcher@3d29ea3b[collection1_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1449380 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_t1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1449380 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_t1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1449381 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_t1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1449381 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_t1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1449383 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_t1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@27497dd5[collection1_shard1_replica_t1] main]
   [junit4]   2> 1449396 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1449396 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1449397 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1449397 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1449416 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7369542b[collection1_shard2_replica_t2] main]
   [junit4]   2> 1449437 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 1449437 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1449438 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_t1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1449438 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_t1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1575389921222328320
   [junit4]   2> 1449445 INFO  
(searcherExecutor-2174-thread-1-processing-n:127.0.0.1:34356_solr 
x:collection1_shard1_replica_t1 s:shard1 c:collection1 r:core_node1) 
[n:127.0.0.1:34356_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica_t1] o.a.s.c.SolrCore 
[collection1_shard1_replica_t1] Registered new searcher 
Searcher@27497dd5[collection1_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1449469 INFO  
(zkCallback-685-thread-1-processing-n:127.0.0.1:46141_solr) 
[n:127.0.0.1:46141_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> 1449478 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1449498 INFO  
(zkCallback-682-thread-1-processing-n:127.0.0.1:34356_solr) 
[n:127.0.0.1:34356_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> 1449498 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 1449505 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1449551 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1449551 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1575389921340817408
   [junit4]   2> 1449555 INFO  
(searcherExecutor-2173-thread-1-processing-n:127.0.0.1:46141_solr 
x:collection1_shard2_replica_t2 s:shard2 c:collection1 r:core_node4) 
[n:127.0.0.1:46141_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_t2] o.a.s.c.SolrCore 
[collection1_shard2_replica_t2] Registered new searcher 
Searcher@7369542b[collection1_shard2_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1449636 INFO  
(zkCallback-682-thread-1-processing-n:127.0.0.1:34356_solr) 
[n:127.0.0.1:34356_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> 1449636 INFO  
(zkCallback-685-thread-2-processing-n:127.0.0.1:46141_solr) 
[n:127.0.0.1:46141_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> 1449790 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1449791 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1449791 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:34356/solr/collection1_shard2_replica_t1/
   [junit4]   2> 1449791 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_t1 
url=http://127.0.0.1:34356/solr START 
replicas=[http://127.0.0.1:46141/solr/collection1_shard2_replica_t2/] 
nUpdates=100
   [junit4]   2> 1449803 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_t1 
url=http://127.0.0.1:34356/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1449843 INFO  (qtp606386767-4584) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.c.S.Request [collection1_shard2_replica_t2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=39
   [junit4]   2> 1449851 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1449851 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_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> 1449851 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1449852 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.ZkController collection1_shard2_replica_t1 stopping background 
replication from leader
   [junit4]   2> 1449853 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:34356/solr/collection1_shard2_replica_t1/ shard2
   [junit4]   2> 1450014 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1450014 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1450014 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:46141/solr/collection1_shard1_replica_t2/
   [junit4]   2> 1450014 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_t2 
url=http://127.0.0.1:46141/solr START 
replicas=[http://127.0.0.1:34356/solr/collection1_shard1_replica_t1/] 
nUpdates=100
   [junit4]   2> 1450030 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_t2 
url=http://127.0.0.1:46141/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1450063 INFO  (qtp5363431-4575) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=15
   [junit4]   2> 1450063 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1450063 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
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> 1450063 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1450066 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.ZkController collection1_shard1_replica_t2 stopping background 
replication from leader
   [junit4]   2> 1450079 INFO  
(zkCallback-682-thread-1-processing-n:127.0.0.1:34356_solr) 
[n:127.0.0.1:34356_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> 1450079 INFO  
(zkCallback-685-thread-2-processing-n:127.0.0.1:46141_solr) 
[n:127.0.0.1:46141_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> 1450116 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1450151 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_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_shard2_replica_t1&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=3139
   [junit4]   2> 1450180 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46141/solr/collection1_shard1_replica_t2/ shard1
   [junit4]   2> 1450290 INFO  
(zkCallback-682-thread-1-processing-n:127.0.0.1:34356_solr) 
[n:127.0.0.1:34356_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> 1450290 INFO  
(zkCallback-685-thread-2-processing-n:127.0.0.1:46141_solr) 
[n:127.0.0.1:46141_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> 1450326 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1450360 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&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=3396
   [junit4]   2> 1450461 INFO  
(zkCallback-685-thread-2-processing-n:127.0.0.1:46141_solr) 
[n:127.0.0.1:46141_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> 1450480 INFO  
(zkCallback-682-thread-1-processing-n:127.0.0.1:34356_solr) 
[n:127.0.0.1:34356_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> 1450501 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_t1] 
o.a.s.c.ZkController collection1_shard1_replica_t1 starting background 
replication from leader
   [junit4]   2> 1450517 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_t1] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 1450519 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_t1] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 1450521 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_t1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node1&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=3524
   [junit4]   2> 1450563 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.c.ZkController collection1_shard2_replica_t2 starting background 
replication from leader
   [junit4]   2> 1450563 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 1450564 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 1450569 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=3621
   [junit4]   2> 1450672 INFO  (qtp5363431-4569) [n:127.0.0.1:34356_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> 1450765 INFO  
(zkCallback-682-thread-1-processing-n:127.0.0.1:34356_solr) 
[n:127.0.0.1:34356_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> 1450765 INFO  
(zkCallback-685-thread-2-processing-n:127.0.0.1:46141_solr) 
[n:127.0.0.1:46141_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> 1451672 INFO  (qtp5363431-4569) [n:127.0.0.1:34356_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=5382
   [junit4]   2> 1451673 INFO  
(SUITE-TestCloudRecovery-seed#[36801DA81234B0FF]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 1451673 INFO  
(SUITE-TestCloudRecovery-seed#[36801DA81234B0FF]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1451719 INFO  
(TEST-TestCloudRecovery.corruptedLogTest-seed#[36801DA81234B0FF]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting corruptedLogTest
   [junit4]   2> 1451781 INFO  (qtp5363431-4576) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&_version_=-1575389923661316096&distrib.from=http://127.0.0.1:46141/solr/collection1_shard1_replica_t2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1575389923661316096)} 0 0
   [junit4]   2> 1451782 INFO  (qtp606386767-4585) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t2]  
webapp=/solr path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:34356/solr/collection1_shard2_replica_t1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1575389923661316096)} 0 17
   [junit4]   2> 1451782 INFO  (qtp606386767-4587) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&_version_=-1575389923631955968&distrib.from=http://127.0.0.1:34356/solr/collection1_shard2_replica_t1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1575389923631955968)} 0 16
   [junit4]   2> 1451782 INFO  (qtp5363431-4572) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t1]  
webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* 
(-1575389923631955968)} 0 46
   [junit4]   2> 1451801 INFO  (qtp606386767-4584) [n:127.0.0.1:46141_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_t2] 
o.a.s.u.TestInjection Start waiting for replica in sync with leader
   [junit4]   2> 1451803 INFO  (qtp5363431-4574) [n:127.0.0.1:34356_solr 
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_t1] 
o.a.s.u.TestInjection Start waiting for replica in sync with leader
   [junit4]   2> 1451804 INFO  (qtp5363431-4575) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1575389923703259136,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1451804 INFO  (qtp5363431-4575) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1451850 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1575389923751493632,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1451865 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1451866 INFO  (qtp5363431-4575) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1451829 INFO  (qtp606386767-4583) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=24
   [junit4]   2> 1451866 INFO  (qtp5363431-4575) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_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:34356/solr/collection1_shard2_replica_t1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 61
   [junit4]   2> 1451817 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1451866 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1451868 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:34356/solr/collection1_shard2_replica_t1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 17
   [junit4]   2> 1452209 INFO  (indexFetcher-2194-thread-1) 
[n:127.0.0.1:46141_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_t2] o.a.s.h.IndexFetcher Updated masterUrl to 
http://127.0.0.1:34356/solr/collection1_shard2_replica_t1/
   [junit4]   2> 1452209 INFO  (qtp5363431-4569) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1452209 INFO  (indexFetcher-2194-thread-1) 
[n:127.0.0.1:46141_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1452209 INFO  (indexFetcher-2194-thread-1) 
[n:127.0.0.1:46141_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1452209 INFO  (indexFetcher-2194-thread-1) 
[n:127.0.0.1:46141_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1452210 INFO  (indexFetcher-2194-thread-1) 
[n:127.0.0.1:46141_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_t2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1452375 INFO  (qtp5363431-4569) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1452389 INFO  (qtp606386767-4586) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=13
   [junit4]   2> 1452454 INFO  
(OverseerCollectionConfigSetProcessor-98461869687635974-127.0.0.1:46141_solr-n_0000000000)
 [n:127.0.0.1:46141_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> 1452900 INFO  (qtp5363431-4576) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1452917 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1453217 INFO  (indexFetcher-2192-thread-1) 
[n:127.0.0.1:34356_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Updated masterUrl to 
http://127.0.0.1:46141/solr/collection1_shard1_replica_t2/
   [junit4]   2> 1453217 INFO  (qtp606386767-4585) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1453218 INFO  (indexFetcher-2192-thread-1) 
[n:127.0.0.1:34356_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1453218 INFO  (indexFetcher-2192-thread-1) 
[n:127.0.0.1:34356_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1453218 INFO  (indexFetcher-2192-thread-1) 
[n:127.0.0.1:34356_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1453218 INFO  (indexFetcher-2192-thread-1) 
[n:127.0.0.1:34356_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1453428 INFO  (qtp5363431-4575) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1453432 INFO  (qtp606386767-4585) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1453931 INFO  (qtp5363431-4576) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1453944 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1454448 INFO  (qtp606386767-4585) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1454449 INFO  (qtp5363431-4575) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1454976 INFO  (qtp5363431-4576) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1454992 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1455235 INFO  (qtp5363431-4575) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1455235 INFO  (indexFetcher-2194-thread-1) 
[n:127.0.0.1:46141_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1455235 INFO  (indexFetcher-2194-thread-1) 
[n:127.0.0.1:46141_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1455235 INFO  (indexFetcher-2194-thread-1) 
[n:127.0.0.1:46141_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1455235 INFO  (indexFetcher-2194-thread-1) 
[n:127.0.0.1:46141_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_t2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1455507 INFO  (qtp5363431-4576) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1455527 INFO  (qtp606386767-4585) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1456020 INFO  (qtp5363431-4572) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1456036 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1456217 INFO  (qtp606386767-4585) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1456234 INFO  (indexFetcher-2192-thread-1) 
[n:127.0.0.1:34356_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1456234 INFO  (indexFetcher-2192-thread-1) 
[n:127.0.0.1:34356_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1456234 INFO  (indexFetcher-2192-thread-1) 
[n:127.0.0.1:34356_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1456234 INFO  (indexFetcher-2192-thread-1) 
[n:127.0.0.1:34356_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1456549 INFO  (qtp606386767-4585) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1456580 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1457093 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1457120 INFO  (qtp5363431-4575) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1457617 INFO  (qtp606386767-4585) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1457627 INFO  (qtp5363431-4576) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1458120 INFO  (qtp606386767-4583) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1458129 INFO  (qtp5363431-4569) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1458209 INFO  (qtp5363431-4575) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1458210 INFO  (indexFetcher-2194-thread-1) 
[n:127.0.0.1:46141_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1458210 INFO  (indexFetcher-2194-thread-1) 
[n:127.0.0.1:46141_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1458210 INFO  (indexFetcher-2194-thread-1) 
[n:127.0.0.1:46141_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1458210 INFO  (indexFetcher-2194-thread-1) 
[n:127.0.0.1:46141_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_t2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1458622 INFO  (qtp606386767-4586) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1458643 INFO  (qtp5363431-4576) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1459125 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1459145 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1459218 INFO  (qtp606386767-4583) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1459218 INFO  (indexFetcher-2192-thread-1) 
[n:127.0.0.1:34356_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1459218 INFO  (indexFetcher-2192-thread-1) 
[n:127.0.0.1:34356_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1459219 INFO  (indexFetcher-2192-thread-1) 
[n:127.0.0.1:34356_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1459219 INFO  (indexFetcher-2192-thread-1) 
[n:127.0.0.1:34356_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1459627 INFO  (qtp606386767-4587) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1459647 INFO  (qtp5363431-4576) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1460134 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1460149 INFO  (qtp5363431-4575) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1460642 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1460651 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1461145 INFO  (qtp606386767-4586) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1461160 INFO  (qtp5363431-4575) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1461209 INFO  (qtp5363431-4569) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1461209 INFO  (indexFetcher-2194-thread-1) 
[n:127.0.0.1:46141_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1461209 INFO  (indexFetcher-2194-thread-1) 
[n:127.0.0.1:46141_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1461209 INFO  (indexFetcher-2194-thread-1) 
[n:127.0.0.1:46141_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1461209 INFO  (indexFetcher-2194-thread-1) 
[n:127.0.0.1:46141_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_t2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1461647 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1461662 INFO  (qtp5363431-4576) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1462149 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1462164 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1462213 INFO  (qtp606386767-4587) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1462213 INFO  (indexFetcher-2192-thread-1) 
[n:127.0.0.1:34356_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1462213 INFO  (indexFetcher-2192-thread-1) 
[n:127.0.0.1:34356_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1462213 INFO  (indexFetcher-2192-thread-1) 
[n:127.0.0.1:34356_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1462213 INFO  (indexFetcher-2192-thread-1) 
[n:127.0.0.1:34356_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1462652 INFO  (qtp606386767-4585) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1462666 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1463154 INFO  (qtp606386767-4583) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1463167 INFO  (qtp5363431-4569) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1463656 INFO  (qtp606386767-4587) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1463669 INFO  (qtp5363431-4569) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1464158 INFO  (qtp606386767-4581) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1464171 INFO  (qtp5363431-4576) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1464210 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1464210 INFO  (indexFetcher-2194-thread-1) 
[n:127.0.0.1:46141_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1464210 INFO  (indexFetcher-2194-thread-1) 
[n:127.0.0.1:46141_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 1464210 INFO  (indexFetcher-2194-thread-1) 
[n:127.0.0.1:46141_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 1464211 INFO  (indexFetcher-2194-thread-1) 
[n:127.0.0.1:46141_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_t2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 1464661 INFO  (qtp606386767-4580) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1464673 INFO  (qtp5363431-4573) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1465183 INFO  (qtp606386767-4585) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1465201 INFO  (qtp5363431-4575) [n:127.0.0.1:34356_solr 
c:collection1 s:shard2 r:core_node3 x:collection1_shard2_replica_t1] 
o.a.s.c.S.Request [collection1_shard2_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 1465223 INFO  (qtp606386767-4586) [n:127.0.0.1:46141_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 1465223 INFO  (indexFetcher-2192-thread-1) 
[n:127.0.0.1:34356_solr c:collection1 s:shard1 r:core_node1 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 1465223 INFO  (indexFetcher-2192-thread-1) 
[n:127.0.0.1:34356_solr c:collection1

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

tag=null
   [junit4]   2> 290388 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[D3E25AF89D851649]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 290389 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[D3E25AF89D851649]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 290435 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[D3E25AF89D851649]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 290436 INFO  (coreCloseExecutor-529-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@21107bbf
   [junit4]   2> 290439 INFO  (coreCloseExecutor-529-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=554728383
   [junit4]   2> 290485 ERROR (qtp1734682592-768) [    ] o.a.s.s.HttpSolrCall 
null:org.apache.solr.core.SolrCoreInitializationException: SolrCore 
'collection1' is not available due to init failure: null
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:1401)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.init(HttpSolrCall.java:267)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:480)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:378)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:322)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:988)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:843)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:978)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:1420)
   [junit4]   2>        ... 28 more
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.initRestManager(SolrCore.java:2766)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.<init>(SolrCore.java:963)
   [junit4]   2>        ... 31 more
   [junit4]   2> 
   [junit4]   2> 290614 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[D3E25AF89D851649]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@b368eaf{/solr,null,UNAVAILABLE}
   [junit4]   2> 290650 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[D3E25AF89D851649]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@71de83e0{HTTP/1.1,[http/1.1]}{127.0.0.1:33057}
   [junit4]   2> 290651 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[D3E25AF89D851649]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2098502933
   [junit4]   2> 290651 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[D3E25AF89D851649]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 290651 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[D3E25AF89D851649]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 290651 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[D3E25AF89D851649]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 290651 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[D3E25AF89D851649]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7457f015{/solr,null,UNAVAILABLE}
   [junit4]   2> 290654 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[D3E25AF89D851649]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@528f062d{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 290654 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[D3E25AF89D851649]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=864708636
   [junit4]   2> 290654 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[D3E25AF89D851649]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 290654 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[D3E25AF89D851649]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 290654 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[D3E25AF89D851649]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 290699 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[D3E25AF89D851649]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 290699 INFO  (coreCloseExecutor-532-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@563bf3ef
   [junit4]   2> 290715 INFO  (coreCloseExecutor-532-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1446769647
   [junit4]   2> 290866 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[D3E25AF89D851649]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4e0ab76a{/solr,null,UNAVAILABLE}
   [junit4]   2> 290884 INFO  
(TEST-TestLBHttpSolrClient.testSimple-seed#[D3E25AF89D851649]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testSimple
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestLBHttpSolrClient -Dtests.method=testSimple 
-Dtests.seed=D3E25AF89D851649 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=es-CO -Dtests.timezone=Etc/GMT+5 -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 12.5s J2 | TestLBHttpSolrClient.testSimple <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<3> but 
was:<2>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D3E25AF89D851649:EB517E06BA76C298]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.TestLBHttpSolrClient.testSimple(TestLBHttpSolrClient.java:170)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.0/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.TestLBHttpSolrClient_D3E25AF89D851649-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{name=BlockTreeOrds(blocksize=128), id=BlockTreeOrds(blocksize=128)}, 
docValues:{}, maxPointsInLeafNode=1684, maxMBSortInHeap=6.110734309261579, 
sim=RandomSimilarity(queryNorm=true): {}, locale=es-CO, timezone=Etc/GMT+5
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=3,free=119707248,total=399507456
   [junit4]   2> NOTE: All tests run in this JVM: [NotEvaluatorTest, 
JsonValidatorTest, TestDelegationTokenResponse, RawValueEvaluatorTest, 
ConcatOperationTest, EqualsEvaluatorTest, SolrZkClientTest, 
LargeVolumeJettyTest, FloorEvaluatorTest, LengthEvaluatorTest, 
SolrExampleJettyTest, SolrPingTest, SolrExampleBinaryTest, 
HyperbolicCosineEvaluatorTest, ModuloEvaluatorTest, ModifiableSolrParamsTest, 
CommonAdminParamsTest, TestCoreAdmin, AndEvaluatorTest, 
SolrSchemalessExampleTest, CloudSolrClientCacheTest, TestBatchUpdate, 
TestSpellCheckResponse, TermsResponseTest, TestFastInputStream, 
DocumentAnalysisResponseTest, TestUpdateRequestCodec, NamedListTest, 
FacetFieldTest, TestLBHttpSolrClient]
   [junit4] Completed [85/135 (1!)] on J2 in 65.89s, 3 tests, 1 failure <<< 
FAILURES!

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

Reply via email to