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

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

Error Message:
Timeout waiting for all live and active

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


FAILED:  org.apache.solr.cloud.TestTlogReplica.testCreateDelete 
{seed=[2F00C71C00B65773:80468AACC284646F]}

Error Message:
Could not find collection : tlog_replica_test_create_delete

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : 
tlog_replica_test_create_delete
        at 
__randomizedtesting.SeedInfo.seed([2F00C71C00B65773:80468AACC284646F]:0)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:109)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
        at 
org.apache.solr.cloud.TestTlogReplica.testCreateDelete(TestTlogReplica.java:188)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:


Stack Trace:
java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([2F00C71C00B65773:A9C13FF15FE78193]:0)
        at 
org.apache.solr.cloud.TestTlogReplica.getSolrCore(TestTlogReplica.java:846)
        at 
org.apache.solr.cloud.TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates(TestTlogReplica.java:652)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12997 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> 2540579 INFO  
(SUITE-TestCloudRecovery-seed#[2F00C71C00B65773]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2F00C71C00B65773-001/init-core-data-001
   [junit4]   2> 2540580 WARN  
(SUITE-TestCloudRecovery-seed#[2F00C71C00B65773]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
   [junit4]   2> 2540580 INFO  
(SUITE-TestCloudRecovery-seed#[2F00C71C00B65773]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2540582 INFO  
(SUITE-TestCloudRecovery-seed#[2F00C71C00B65773]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 2540583 INFO  
(SUITE-TestCloudRecovery-seed#[2F00C71C00B65773]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2F00C71C00B65773-001/tempDir-001
   [junit4]   2> 2540583 INFO  
(SUITE-TestCloudRecovery-seed#[2F00C71C00B65773]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2540584 INFO  (Thread-3860) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2540584 INFO  (Thread-3860) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2540590 ERROR (Thread-3860) [    ] 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> 2540684 INFO  
(SUITE-TestCloudRecovery-seed#[2F00C71C00B65773]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:55170
   [junit4]   2> 2540724 INFO  (jetty-launcher-3945-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2540724 INFO  (jetty-launcher-3945-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2540726 INFO  (jetty-launcher-3945-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5c701058{/solr,null,AVAILABLE}
   [junit4]   2> 2540727 INFO  (jetty-launcher-3945-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@604adff1{/solr,null,AVAILABLE}
   [junit4]   2> 2540731 INFO  (jetty-launcher-3945-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@5e46b8be{HTTP/1.1,[http/1.1]}{127.0.0.1:55172}
   [junit4]   2> 2540731 INFO  (jetty-launcher-3945-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@45fa0173{HTTP/1.1,[http/1.1]}{127.0.0.1:55173}
   [junit4]   2> 2540731 INFO  (jetty-launcher-3945-thread-1) [    ] 
o.e.j.s.Server Started @2544939ms
   [junit4]   2> 2540731 INFO  (jetty-launcher-3945-thread-2) [    ] 
o.e.j.s.Server Started @2544939ms
   [junit4]   2> 2540731 INFO  (jetty-launcher-3945-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55173}
   [junit4]   2> 2540732 ERROR (jetty-launcher-3945-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2540732 INFO  (jetty-launcher-3945-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=55172}
   [junit4]   2> 2540732 INFO  (jetty-launcher-3945-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 2540732 ERROR (jetty-launcher-3945-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2540732 INFO  (jetty-launcher-3945-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2540732 INFO  (jetty-launcher-3945-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2540732 INFO  (jetty-launcher-3945-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.1.0
   [junit4]   2> 2540732 INFO  (jetty-launcher-3945-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-19T03:22:01.353Z
   [junit4]   2> 2540732 INFO  (jetty-launcher-3945-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2540732 INFO  (jetty-launcher-3945-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2540733 INFO  (jetty-launcher-3945-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-19T03:22:01.353Z
   [junit4]   2> 2540735 INFO  (jetty-launcher-3945-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2540735 INFO  (jetty-launcher-3945-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2540745 INFO  (jetty-launcher-3945-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55170/solr
   [junit4]   2> 2540745 INFO  (jetty-launcher-3945-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55170/solr
   [junit4]   2> 2540866 INFO  (jetty-launcher-3945-thread-1) 
[n:127.0.0.1:55172_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2540866 INFO  (jetty-launcher-3945-thread-2) 
[n:127.0.0.1:55173_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2540867 INFO  (jetty-launcher-3945-thread-1) 
[n:127.0.0.1:55172_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:55172_solr
   [junit4]   2> 2540867 INFO  (jetty-launcher-3945-thread-2) 
[n:127.0.0.1:55173_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55173_solr
   [junit4]   2> 2540868 INFO  (jetty-launcher-3945-thread-1) 
[n:127.0.0.1:55172_solr    ] o.a.s.c.Overseer Overseer 
(id=98683540026753030-127.0.0.1:55172_solr-n_0000000000) starting
   [junit4]   2> 2540871 INFO  
(zkCallback-3956-thread-1-processing-n:127.0.0.1:55173_solr) 
[n:127.0.0.1:55173_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2540873 INFO  
(zkCallback-3957-thread-1-processing-n:127.0.0.1:55172_solr) 
[n:127.0.0.1:55172_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2540900 INFO  (jetty-launcher-3945-thread-1) 
[n:127.0.0.1:55172_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:55172_solr
   [junit4]   2> 2540902 INFO  
(zkCallback-3956-thread-1-processing-n:127.0.0.1:55173_solr) 
[n:127.0.0.1:55173_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2540902 INFO  
(zkCallback-3957-thread-1-processing-n:127.0.0.1:55172_solr) 
[n:127.0.0.1:55172_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2540973 INFO  (jetty-launcher-3945-thread-1) 
[n:127.0.0.1:55172_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55172.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a20e625
   [junit4]   2> 2540974 INFO  (jetty-launcher-3945-thread-2) 
[n:127.0.0.1:55173_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55173.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a20e625
   [junit4]   2> 2540980 INFO  (jetty-launcher-3945-thread-1) 
[n:127.0.0.1:55172_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55172.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a20e625
   [junit4]   2> 2540980 INFO  (jetty-launcher-3945-thread-1) 
[n:127.0.0.1:55172_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55172.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a20e625
   [junit4]   2> 2540980 INFO  (jetty-launcher-3945-thread-2) 
[n:127.0.0.1:55173_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55173.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a20e625
   [junit4]   2> 2540981 INFO  (jetty-launcher-3945-thread-2) 
[n:127.0.0.1:55173_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55173.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a20e625
   [junit4]   2> 2540981 INFO  (jetty-launcher-3945-thread-1) 
[n:127.0.0.1:55172_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2F00C71C00B65773-001/tempDir-001/node1/.
   [junit4]   2> 2540981 INFO  (jetty-launcher-3945-thread-2) 
[n:127.0.0.1:55173_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2F00C71C00B65773-001/tempDir-001/node2/.
   [junit4]   2> 2541025 INFO  
(SUITE-TestCloudRecovery-seed#[2F00C71C00B65773]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2541027 INFO  
(SUITE-TestCloudRecovery-seed#[2F00C71C00B65773]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55170/solr ready
   [junit4]   2> 2541038 INFO  (qtp139497574-22514) [n:127.0.0.1:55172_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> 2541043 INFO  
(OverseerThreadFactory-8409-thread-1-processing-n:127.0.0.1:55172_solr) 
[n:127.0.0.1:55172_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 2541155 INFO  
(OverseerStateUpdate-98683540026753030-127.0.0.1:55172_solr-n_0000000000) 
[n:127.0.0.1:55172_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:55173/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 2541158 INFO  
(OverseerStateUpdate-98683540026753030-127.0.0.1:55172_solr-n_0000000000) 
[n:127.0.0.1:55172_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:55172/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 2541162 INFO  
(OverseerStateUpdate-98683540026753030-127.0.0.1:55172_solr-n_0000000000) 
[n:127.0.0.1:55172_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_t4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:55173/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 2541165 INFO  
(OverseerStateUpdate-98683540026753030-127.0.0.1:55172_solr-n_0000000000) 
[n:127.0.0.1:55172_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_t6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:55172/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 2541372 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 2541374 INFO  (qtp725918399-22521) [n:127.0.0.1:55173_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t4&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 2541374 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 2541372 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t6&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 2541374 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2541374 INFO  (qtp725918399-22521) [n:127.0.0.1:55173_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2541491 INFO  
(zkCallback-3957-thread-1-processing-n:127.0.0.1:55172_solr) 
[n:127.0.0.1:55172_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> 2541491 INFO  
(zkCallback-3956-thread-1-processing-n:127.0.0.1:55173_solr) 
[n:127.0.0.1:55173_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> 2541491 INFO  
(zkCallback-3957-thread-2-processing-n:127.0.0.1:55172_solr) 
[n:127.0.0.1:55172_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> 2541491 INFO  
(zkCallback-3956-thread-2-processing-n:127.0.0.1:55173_solr) 
[n:127.0.0.1:55173_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> 2542404 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2542408 INFO  (qtp725918399-22521) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2542412 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2542425 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 2542430 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.s.IndexSchema [collection1_shard2_replica_t6] Schema name=minimal
   [junit4]   2> 2542430 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.s.IndexSchema [collection1_shard1_replica_t1] Schema name=minimal
   [junit4]   2> 2542433 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2542433 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t6' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 2542433 INFO  (qtp725918399-22521) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.s.IndexSchema [collection1_shard2_replica_t4] Schema name=minimal
   [junit4]   2> 2542433 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55172.solr.core.collection1.shard2.replica_t6' (registry 
'solr.core.collection1.shard2.replica_t6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a20e625
   [junit4]   2> 2542433 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2542433 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.SolrCore [[collection1_shard2_replica_t6] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2F00C71C00B65773-001/tempDir-001/node1/collection1_shard2_replica_t6],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2F00C71C00B65773-001/tempDir-001/node1/./collection1_shard2_replica_t6/data/]
   [junit4]   2> 2542434 INFO  (qtp725918399-22521) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2542434 INFO  (qtp725918399-22521) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t4' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 2542435 INFO  (qtp725918399-22521) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55173.solr.core.collection1.shard2.replica_t4' (registry 
'solr.core.collection1.shard2.replica_t4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a20e625
   [junit4]   2> 2542435 INFO  (qtp725918399-22521) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2542435 INFO  (qtp725918399-22521) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SolrCore [[collection1_shard2_replica_t4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2F00C71C00B65773-001/tempDir-001/node2/collection1_shard2_replica_t4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2F00C71C00B65773-001/tempDir-001/node2/./collection1_shard2_replica_t4/data/]
   [junit4]   2> 2542438 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2542438 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t1' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 2542439 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55173.solr.core.collection1.shard1.replica_t1' (registry 
'solr.core.collection1.shard1.replica_t1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a20e625
   [junit4]   2> 2542440 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2542440 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.s.IndexSchema [collection1_shard1_replica_t2] Schema name=minimal
   [junit4]   2> 2542440 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.SolrCore [[collection1_shard1_replica_t1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2F00C71C00B65773-001/tempDir-001/node2/collection1_shard1_replica_t1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2F00C71C00B65773-001/tempDir-001/node2/./collection1_shard1_replica_t1/data/]
   [junit4]   2> 2542442 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2542442 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t2' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 2542442 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_55172.solr.core.collection1.shard1.replica_t2' (registry 
'solr.core.collection1.shard1.replica_t2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2a20e625
   [junit4]   2> 2542442 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2542442 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.SolrCore [[collection1_shard1_replica_t2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2F00C71C00B65773-001/tempDir-001/node1/collection1_shard1_replica_t2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_2F00C71C00B65773-001/tempDir-001/node1/./collection1_shard1_replica_t2/data/]
   [junit4]   2> 2542524 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2542525 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2542529 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2542529 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2542530 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@a2cfa53[collection1_shard2_replica_t6] main]
   [junit4]   2> 2542532 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2542532 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2542533 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2542533 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1578936642467528704
   [junit4]   2> 2542533 INFO  
(searcherExecutor-8414-thread-1-processing-n:127.0.0.1:55172_solr 
x:collection1_shard2_replica_t6 s:shard2 c:collection1 r:core_node8) 
[n:127.0.0.1:55172_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.c.SolrCore 
[collection1_shard2_replica_t6] Registered new searcher 
Searcher@a2cfa53[collection1_shard2_replica_t6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2542536 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2542536 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2542537 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2542537 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2542537 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2542537 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2542539 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2542539 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2542539 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2542547 INFO  (qtp725918399-22521) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2542547 INFO  (qtp725918399-22521) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2542548 INFO  (qtp725918399-22521) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2542548 INFO  (qtp725918399-22521) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2542568 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6477464e[collection1_shard1_replica_t2] main]
   [junit4]   2> 2542569 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@53aea97e[collection1_shard1_replica_t1] main]
   [junit4]   2> 2542571 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2542572 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2542572 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2542572 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2542572 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2542573 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1578936642509471744
   [junit4]   2> 2542573 INFO  
(searcherExecutor-8417-thread-1-processing-n:127.0.0.1:55172_solr 
x:collection1_shard1_replica_t2 s:shard1 c:collection1 r:core_node5) 
[n:127.0.0.1:55172_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.c.SolrCore 
[collection1_shard1_replica_t2] Registered new searcher 
Searcher@6477464e[collection1_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2542573 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2542574 INFO  
(searcherExecutor-8416-thread-1-processing-n:127.0.0.1:55173_solr 
x:collection1_shard1_replica_t1 s:shard1 c:collection1 r:core_node3) 
[n:127.0.0.1:55173_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.c.SolrCore 
[collection1_shard1_replica_t1] Registered new searcher 
Searcher@53aea97e[collection1_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2542574 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1578936642510520320
   [junit4]   2> 2542578 INFO  (qtp725918399-22521) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@35d24301[collection1_shard2_replica_t4] main]
   [junit4]   2> 2542579 INFO  (qtp725918399-22521) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2542580 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2542580 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2542580 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:55173/solr/collection1_shard1_replica_t1/
   [junit4]   2> 2542580 INFO  (qtp725918399-22521) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2542581 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_t1 
url=http://127.0.0.1:55173/solr START 
replicas=[http://127.0.0.1:55172/solr/collection1_shard1_replica_t2/] 
nUpdates=100
   [junit4]   2> 2542585 INFO  (qtp139497574-22517) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.S.Request [collection1_shard1_replica_t2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 2542588 INFO  (qtp725918399-22521) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2542588 INFO  (qtp725918399-22521) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1578936642525200384
   [junit4]   2> 2542589 INFO  
(searcherExecutor-8415-thread-1-processing-n:127.0.0.1:55173_solr 
x:collection1_shard2_replica_t4 s:shard2 c:collection1 r:core_node7) 
[n:127.0.0.1:55173_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.c.SolrCore 
[collection1_shard2_replica_t4] Registered new searcher 
Searcher@35d24301[collection1_shard2_replica_t4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2542690 INFO  
(zkCallback-3957-thread-2-processing-n:127.0.0.1:55172_solr) 
[n:127.0.0.1:55172_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> 2542690 INFO  
(zkCallback-3956-thread-1-processing-n:127.0.0.1:55173_solr) 
[n:127.0.0.1:55173_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> 2542690 INFO  
(zkCallback-3957-thread-1-processing-n:127.0.0.1:55172_solr) 
[n:127.0.0.1:55172_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> 2542690 INFO  
(zkCallback-3956-thread-2-processing-n:127.0.0.1:55173_solr) 
[n:127.0.0.1:55173_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> 2542885 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_t1 
url=http://127.0.0.1:55173/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2542886 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 2542886 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2542886 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2542887 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.ZkController collection1_shard1_replica_t1 stopping background 
replication from leader
   [junit4]   2> 2542891 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:55173/solr/collection1_shard1_replica_t1/ shard1
   [junit4]   2> 2542995 INFO  
(zkCallback-3957-thread-1-processing-n:127.0.0.1:55172_solr) 
[n:127.0.0.1:55172_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> 2542995 INFO  
(zkCallback-3956-thread-1-processing-n:127.0.0.1:55173_solr) 
[n:127.0.0.1:55173_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> 2542995 INFO  
(zkCallback-3957-thread-2-processing-n:127.0.0.1:55172_solr) 
[n:127.0.0.1:55172_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> 2542995 INFO  
(zkCallback-3956-thread-2-processing-n:127.0.0.1:55173_solr) 
[n:127.0.0.1:55173_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> 2543047 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2543048 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2543048 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2543048 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:55172/solr/collection1_shard2_replica_t6/
   [junit4]   2> 2543048 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_t6 
url=http://127.0.0.1:55172/solr START 
replicas=[http://127.0.0.1:55173/solr/collection1_shard2_replica_t4/] 
nUpdates=100
   [junit4]   2> 2543052 INFO  (qtp725918399-22525) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 2543052 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=1675
   [junit4]   2> 2543154 INFO  
(zkCallback-3956-thread-2-processing-n:127.0.0.1:55173_solr) 
[n:127.0.0.1:55173_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> 2543154 INFO  
(zkCallback-3957-thread-1-processing-n:127.0.0.1:55172_solr) 
[n:127.0.0.1:55172_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> 2543154 INFO  
(zkCallback-3956-thread-1-processing-n:127.0.0.1:55173_solr) 
[n:127.0.0.1:55173_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> 2543154 INFO  
(zkCallback-3957-thread-2-processing-n:127.0.0.1:55172_solr) 
[n:127.0.0.1:55172_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> 2543349 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_t6 
url=http://127.0.0.1:55172/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2543349 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 2543349 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2543349 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2543349 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ZkController collection1_shard2_replica_t6 stopping background 
replication from leader
   [junit4]   2> 2543353 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:55172/solr/collection1_shard2_replica_t6/ shard2
   [junit4]   2> 2543462 INFO  
(zkCallback-3957-thread-2-processing-n:127.0.0.1:55172_solr) 
[n:127.0.0.1:55172_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> 2543462 INFO  
(zkCallback-3956-thread-2-processing-n:127.0.0.1:55173_solr) 
[n:127.0.0.1:55173_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> 2543462 INFO  
(zkCallback-3957-thread-1-processing-n:127.0.0.1:55172_solr) 
[n:127.0.0.1:55172_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> 2543462 INFO  
(zkCallback-3956-thread-1-processing-n:127.0.0.1:55173_solr) 
[n:127.0.0.1:55173_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> 2543515 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2543517 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t6&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=2147
   [junit4]   2> 2543580 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.ZkController collection1_shard1_replica_t2 starting background 
replication from leader
   [junit4]   2> 2543580 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 2543583 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 2543583 INFO  (indexFetcher-8435-thread-1) 
[n:127.0.0.1:55172_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Updated masterUrl to 
http://127.0.0.1:55173/solr/collection1_shard1_replica_t1/
   [junit4]   2> 2543583 INFO  (qtp725918399-22526) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2543584 INFO  (indexFetcher-8435-thread-1) 
[n:127.0.0.1:55172_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2543584 INFO  (indexFetcher-8435-thread-1) 
[n:127.0.0.1:55172_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2543584 INFO  (indexFetcher-8435-thread-1) 
[n:127.0.0.1:55172_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2543584 INFO  (indexFetcher-8435-thread-1) 
[n:127.0.0.1:55172_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2543584 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=2214
   [junit4]   2> 2543596 INFO  (qtp725918399-22521) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ZkController collection1_shard2_replica_t4 starting background 
replication from leader
   [junit4]   2> 2543596 INFO  (qtp725918399-22521) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 2543597 INFO  (qtp725918399-22521) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 2543597 INFO  (indexFetcher-8437-thread-1) 
[n:127.0.0.1:55173_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Replica core_node8 is 
leader but it's state is down, skipping replication
   [junit4]   2> 2543601 INFO  (qtp725918399-22521) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t4&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=2227
   [junit4]   2> 2543608 INFO  (qtp139497574-22514) [n:127.0.0.1:55172_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> 2543709 INFO  
(zkCallback-3956-thread-1-processing-n:127.0.0.1:55173_solr) 
[n:127.0.0.1:55173_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> 2543709 INFO  
(zkCallback-3957-thread-2-processing-n:127.0.0.1:55172_solr) 
[n:127.0.0.1:55172_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> 2543709 INFO  
(zkCallback-3956-thread-2-processing-n:127.0.0.1:55173_solr) 
[n:127.0.0.1:55173_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> 2543709 INFO  
(zkCallback-3957-thread-1-processing-n:127.0.0.1:55172_solr) 
[n:127.0.0.1:55172_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> 2544617 INFO  (qtp139497574-22514) [n:127.0.0.1:55172_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=3579
   [junit4]   2> 2544618 INFO  
(SUITE-TestCloudRecovery-seed#[2F00C71C00B65773]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 2544618 INFO  
(SUITE-TestCloudRecovery-seed#[2F00C71C00B65773]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 2544734 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[2F00C71C00B65773])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting leaderRecoverFromLogOnStartupTest
   [junit4]   2> 2544749 INFO  (qtp139497574-22511) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&_version_=-1578936644781735936&distrib.from=http://127.0.0.1:55173/solr/collection1_shard1_replica_t1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1578936644781735936)} 0 1
   [junit4]   2> 2544751 INFO  (qtp725918399-22512) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t4]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&_version_=-1578936644776493056&distrib.from=http://127.0.0.1:55172/solr/collection1_shard2_replica_t6/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1578936644776493056)} 0 1
   [junit4]   2> 2544752 INFO  (qtp725918399-22522) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t1]  
webapp=/solr path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:55172/solr/collection1_shard2_replica_t6/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1578936644781735936)} 0 11
   [junit4]   2> 2544752 INFO  (qtp139497574-22519) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t6]  
webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* 
(-1578936644776493056)} 0 17
   [junit4]   2> 2544753 INFO  (qtp725918399-22512) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1578936644795367424,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2544753 INFO  (qtp725918399-22512) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2544754 INFO  (qtp725918399-22512) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2544754 INFO  (qtp139497574-22517) [n:127.0.0.1:55172_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.TestInjection Start waiting for replica in sync with leader
   [junit4]   2> 2544754 INFO  (qtp725918399-22525) [n:127.0.0.1:55173_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.TestInjection Start waiting for replica in sync with leader
   [junit4]   2> 2544755 INFO  (qtp725918399-22512) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:55172/solr/collection1_shard2_replica_t6/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 2544757 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1578936644799561728,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2544757 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2544757 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2544757 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2544758 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t6]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:55172/solr/collection1_shard2_replica_t6/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 2544758 INFO  (qtp725918399-22512) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2545058 INFO  
(OverseerCollectionConfigSetProcessor-98683540026753030-127.0.0.1:55172_solr-n_0000000000)
 [n:127.0.0.1:55172_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> 2545270 INFO  (qtp139497574-22519) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2545270 INFO  (qtp725918399-22524) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2545773 INFO  (qtp725918399-22512) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2545773 INFO  (qtp139497574-22511) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2546286 INFO  (qtp139497574-22514) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2546286 INFO  (qtp725918399-22524) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2546583 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2546583 INFO  (indexFetcher-8435-thread-1) 
[n:127.0.0.1:55172_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2546583 INFO  (indexFetcher-8435-thread-1) 
[n:127.0.0.1:55172_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2546583 INFO  (indexFetcher-8435-thread-1) 
[n:127.0.0.1:55172_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2546583 INFO  (indexFetcher-8435-thread-1) 
[n:127.0.0.1:55172_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2546599 INFO  (indexFetcher-8437-thread-1) 
[n:127.0.0.1:55173_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Last replication failed, 
so I'll force replication
   [junit4]   2> 2546600 INFO  (indexFetcher-8437-thread-1) 
[n:127.0.0.1:55173_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Updated masterUrl to 
http://127.0.0.1:55172/solr/collection1_shard2_replica_t6/
   [junit4]   2> 2546600 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2546600 INFO  (indexFetcher-8437-thread-1) 
[n:127.0.0.1:55173_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2546600 INFO  (indexFetcher-8437-thread-1) 
[n:127.0.0.1:55173_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2546600 INFO  (indexFetcher-8437-thread-1) 
[n:127.0.0.1:55173_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2546600 INFO  (indexFetcher-8437-thread-1) 
[n:127.0.0.1:55173_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2546600 INFO  (indexFetcher-8437-thread-1) 
[n:127.0.0.1:55173_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher New index in Master. 
Deleting mine...
   [junit4]   2> 2546601 INFO  (indexFetcher-8437-thread-1) 
[n:127.0.0.1:55173_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2546601 INFO  (indexFetcher-8437-thread-1) 
[n:127.0.0.1:55173_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.u.SolrIndexWriter Calling setCommitData 
with IW:org.apache.solr.update.SolrIndexWriter@439b9e34 commitCommandVersion:0
   [junit4]   2> 2546605 INFO  (indexFetcher-8437-thread-1) 
[n:127.0.0.1:55173_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4963f544[collection1_shard2_replica_t4] main]
   [junit4]   2> 2546605 INFO  (indexFetcher-8437-thread-1) 
[n:127.0.0.1:55173_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2546606 INFO  
(searcherExecutor-8415-thread-1-processing-n:127.0.0.1:55173_solr 
x:collection1_shard2_replica_t4 s:shard2 c:collection1 r:core_node7) 
[n:127.0.0.1:55173_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.c.SolrCore 
[collection1_shard2_replica_t4] Registered new searcher 
Searcher@4963f544[collection1_shard2_replica_t4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2546794 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2546794 INFO  (qtp725918399-22526) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2547302 INFO  (qtp139497574-22514) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2547302 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2547815 INFO  (qtp725918399-22526) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2547815 INFO  (qtp139497574-22511) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2548324 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2548324 INFO  (qtp139497574-22519) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2548831 INFO  (qtp139497574-22514) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2548831 INFO  (qtp725918399-22522) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2549335 INFO  (qtp139497574-22511) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2549341 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2549587 INFO  (qtp725918399-22512) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2549588 INFO  (indexFetcher-8435-thread-1) 
[n:127.0.0.1:55172_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2549588 INFO  (indexFetcher-8435-thread-1) 
[n:127.0.0.1:55172_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2549588 INFO  (indexFetcher-8435-thread-1) 
[n:127.0.0.1:55172_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2549588 INFO  (indexFetcher-8435-thread-1) 
[n:127.0.0.1:55172_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2549602 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2549602 INFO  (indexFetcher-8437-thread-1) 
[n:127.0.0.1:55173_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2549602 INFO  (indexFetcher-8437-thread-1) 
[n:127.0.0.1:55173_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2549602 INFO  (indexFetcher-8437-thread-1) 
[n:127.0.0.1:55173_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 2549602 INFO  (indexFetcher-8437-thread-1) 
[n:127.0.0.1:55173_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Slave's version: 
1505791327222
   [junit4]   2> 2549838 INFO  (qtp139497574-22511) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2549850 INFO  (qtp725918399-22524) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2550342 INFO  (qtp139497574-22515) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2550353 INFO  (qtp725918399-22512) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2550844 INFO  (qtp139497574-22519) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2550856 INFO  (qtp725918399-22524) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2551350 INFO  (qtp139497574-22514) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2551359 INFO  (qtp725918399-22512) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2551853 INFO  (qtp139497574-22516) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2551861 INFO  (qtp725918399-22526) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2552356 INFO  (qtp139497574-22519) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2552363 INFO  (qtp725918399-22523) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2552583 INFO  (qtp725918399-22512) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2552583 INFO  (indexFetcher-8435-thread-1) 
[n:127.0.0.1:55172_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2552583 INFO  (indexFetcher-8435-thread-1) 
[n:127.0.0.1:55172_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2552583 INFO  (indexFetcher-8435-thread-1) 
[n:127.0.0.1:55172_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2552583 INFO  (indexFetcher-8435-thread-1) 
[n:127.0.0.1:55172_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2552597 INFO  (qtp139497574-22511) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2552598 INFO  (indexFetcher-8437-thread-1) 
[n:127.0.0.1:55173_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2552598 INFO  (indexFetcher-8437-thread-1) 
[n:127.0.0.1:55173_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2552598 INFO  (indexFetcher-8437-thread-1) 
[n:127.0.0.1:55173_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 2552598 INFO  (indexFetcher-8437-thread-1) 
[n:127.0.0.1:55173_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Slave's version: 
1505791327222
   [junit4]   2> 2552859 INFO  (qtp139497574-22514) [n:127.0.0.1:55172_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2552866 INFO  (qtp725918399-22524) [n:127.0.0.1:55173_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.S.Request [collection1_shard1_replica_t1]  webapp=/solr 
path=/replication params={qt=/r

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

_test_kill_leader/state.json
   [junit4]   2>        25      
/solr/collections/tlog_replica_test_add_remove_tlog_replica/state.json
   [junit4]   2>        24      
/solr/collections/tlog_replica_test_basic_leader_election/state.json
   [junit4]   2>        21      
/solr/collections/tlog_replica_test_kill_tlog_replica/state.json
   [junit4]   2>        15      
/solr/collections/tlog_replica_test_real_time_get/state.json
   [junit4]   2>        15      
/solr/collections/tlog_replica_test_only_leader_indexes/state.json
   [junit4]   2>        15      
/solr/collections/tlog_replica_test_delete_by_id/state.json
   [junit4]   2>        13      
/solr/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json
   [junit4]   2>        13      
/solr/collections/tlog_replica_test_add_docs/state.json
   [junit4]   2>        9       /solr/clusterprops.json
   [junit4]   2>        9       /solr/clusterstate.json
   [junit4]   2>        4       
/solr/collections/tlog_replica_test_recovery/leader_elect/shard1/election/98683563370414094-core_node4-n_0000000000
   [junit4]   2>        3       
/solr/overseer_elect/election/98683563370414094-127.0.0.1:56333_solr-n_0000000003
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_create_delete/leader_elect/shard2/election/98683563370414085-core_node16-n_0000000000
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_kill_tlog_replica/leader_elect/shard1/election/98683563370414086-core_node4-n_0000000000
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_create_delete/leader_elect/shard1/election/98683563370414085-core_node5-n_0000000000
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_create_delete/leader_elect/shard1/election/98683563370414085-core_node9-n_0000000001
   [junit4]   2>        2       
/solr/overseer_elect/election/98683563370414086-127.0.0.1:56333_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/collections
   [junit4]   2>        4       /solr/overseer/queue
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_2F00C71C00B65773-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{foo=PostingsFormat(name=Asserting), 
id=PostingsFormat(name=LuceneVarGapFixedInterval)}, 
docValues:{_version_=DocValuesFormat(name=Asserting), 
id=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=224, 
maxMBSortInHeap=6.42601500328885, sim=RandomSimilarity(queryNorm=true): {}, 
locale=ar-QA, timezone=Asia/Kashgar
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=125961312,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [BJQParserTest, 
TestFastLRUCache, CachingDirectoryFactoryTest, TestRealTimeGet, 
TestPointFields, TestManagedResourceStorage, 
DistributedQueryElevationComponentTest, DOMUtilTest, CacheHeaderTest, 
TestHashQParserPlugin, TestRequestForwarding, ZkSolrClientTest, TestRTimerTree, 
PropertiesRequestHandlerTest, CloudExitableDirectoryReaderTest, 
TestSerializedLuceneMatchVersion, TestCSVLoader, 
LeaderFailoverAfterPartitionTest, LukeRequestHandlerTest, 
ConcurrentDeleteAndCreateCollectionTest, FileUtilsTest, ShardRoutingCustomTest, 
TestStandardQParsers, AliasIntegrationTest, BasicFunctionalityTest, 
SaslZkACLProviderTest, HdfsChaosMonkeySafeLeaderTest, DistributedQueueTest, 
TestSolrCloudSnapshots, TestClusterProperties, TestQueryWrapperFilter, 
HdfsTlogReplayBufferedWhileIndexingTest, PreAnalyzedFieldTest, 
TestSha256AuthenticationProvider, InfoHandlerTest, 
TestTolerantUpdateProcessorRandomCloud, TestDynamicFieldCollectionResource, 
DistributedDebugComponentTest, TestNonDefinedSimilarityFactory, 
TestClassicSimilarityFactory, TestSchemaSimilarityResource, CopyFieldTest, 
TestConfigSetsAPIExclusivity, UUIDUpdateProcessorFallbackTest, TestQueryTypes, 
HdfsSyncSliceTest, ResponseHeaderTest, MoreLikeThisHandlerTest, 
DocValuesMissingTest, HLLSerializationTest, SpellingQueryConverterTest, 
CdcrUpdateLogTest, TestIntervalFaceting, ConnectionManagerTest, 
TestRandomFlRTGCloud, TestReload, TestJoin, SegmentsInfoRequestHandlerTest, 
DeleteLastCustomShardedReplicaTest, CurrencyFieldTypeTest, 
TestElisionMultitermQuery, SpellCheckCollatorTest, BufferStoreTest, AssignTest, 
PeerSyncReplicationTest, TestCharFilters, TestHalfAndHalfDocValues, 
AutoCommitTest, RollingRestartTest, PolyFieldTest, TestSolrCoreParser, 
BlockJoinFacetRandomTest, TestMacroExpander, TestPostingsSolrHighlighter, 
TestIndexSearcher, TestCloudSchemaless, ShufflingReplicaListTransformerTest, 
HdfsRecoveryZkTest, TestSSLRandomization, TestRebalanceLeaders, 
SolrMetricManagerTest, TestLeaderElectionWithEmptyReplica, 
TestSolrDeletionPolicy1, DistributedTermsComponentTest, 
HdfsBasicDistributedZkTest, TestNumericTerms64, 
TestCollectionsAPIViaSolrCloudCluster, TestFiltering, TestSolrConfigHandler, 
TestCloudInspectUtil, TestNoOpRegenerator, SolrMetricsIntegrationTest, 
BigEndianAscendingWordSerializerTest, LoggingHandlerTest, 
OverseerModifyCollectionTest, CollectionsAPIDistributedZkTest, 
ReplicationFactorTest, SolrPluginUtilsTest, TestConfigSetProperties, 
SolrGraphiteReporterTest, CollectionStateFormat2Test, 
TestMultiValuedNumericRangeQuery, TestFastOutputStream, ZkNodePropsTest, 
TestFieldCacheVsDocValues, TestComponentsName, 
HdfsWriteToMultipleCollectionsTest, OverriddenZkACLAndCredentialsProvidersTest, 
JSONWriterTest, TestOrdValues, PluginInfoTest, 
SuggestComponentContextFilterQueryTest, TestCorePropertiesReload, 
TestTestInjection, TestSolrConfigHandlerCloud, SuggesterTSTTest, 
TestDistribIDF, TestRangeQuery, AtomicUpdateProcessorFactoryTest, 
ParsingFieldUpdateProcessorsTest, RemoteQueryErrorTest, 
TestGraphMLResponseWriter, TriLevelCompositeIdRoutingTest, 
TestManagedSchemaAPI, TestLegacyField, SolrCloudReportersTest, 
TestBlendedInfixSuggestions, TestStressInPlaceUpdates, 
DistributedFacetExistsSmallTest, TestNamedUpdateProcessors, TestSolrJ, 
TestSchemalessBufferedUpdates, TestAuthenticationFramework, 
TestPayloadCheckQParserPlugin, DirectSolrSpellCheckerTest, 
DistributedFacetPivotSmallTest, TestSystemIdResolver, TestNRTOpen, 
ExitableDirectoryReaderTest, ConnectionReuseTest, TestExactStatsCache, 
TestLegacyFieldCache, JsonLoaderTest, RequestLoggingTest, 
TestDistributedGrouping, TestEmbeddedSolrServerSchemaAPI, 
TestDocBasedVersionConstraints, TestRemoteStreaming, TestFieldCache, 
TestSolrIndexConfig, SuggesterFSTTest, TestSimpleTrackingShardHandler, 
CoreSorterTest, TestBadConfig, TestEmbeddedSolrServerAdminHandler, 
DocumentBuilderTest, TestPerFieldSimilarity, TestScoreJoinQPScore, 
ExplicitHLLTest, BooleanFieldTest, TestNestedDocsSort, SparseHLLTest, 
SolrCmdDistributorTest, HdfsNNFailoverTest, TestCloudPivotFacet, 
BlockCacheTest, BadIndexSchemaTest, HighlighterMaxOffsetTest, 
TestTrackingShardHandlerFactory, QueryResultKeyTest, LargeFieldTest, 
DeleteStatusTest, TestDocumentBuilder, SpellPossibilityIteratorTest, 
TestSolrCloudWithDelegationTokens, BasicZkTest, TestValueSourceCache, 
BasicDistributedZkTest, TestRandomFaceting, LeaderElectionTest, 
TestHashPartitioner, TermVectorComponentDistributedTest, TestCoreContainer, 
TestSolr4Spatial, SpellCheckComponentTest, QueryElevationComponentTest, 
TestFunctionQuery, ShowFileRequestHandlerTest, 
SignatureUpdateProcessorFactoryTest, CoreAdminHandlerTest, SuggesterTest, 
TestStressLucene, TestTrie, SchemaVersionSpecificBehaviorTest, 
SolrCoreCheckLockOnStartupTest, TestUpdate, FieldMutatingUpdateProcessorTest, 
TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, 
StatelessScriptUpdateProcessorFactoryTest, DebugComponentTest, 
DisMaxRequestHandlerTest, TestReversedWildcardFilterFactory, 
PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, RequestHandlersTest, 
PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, 
TestIndexingPerformance, FieldAnalysisRequestHandlerTest, 
FastVectorHighlighterTest, RegexBoostProcessorTest, TestCollationField, 
UpdateRequestProcessorFactoryTest, TestAnalyzedSuggestions, 
BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication, 
TestPHPSerializedResponseWriter, PingRequestHandlerTest, CSVRequestHandlerTest, 
SearchHandlerTest, TestLFUCache, TestMergePolicyConfig, 
TestSolrDeletionPolicy2, SampleTest, TestDocSet, TestBinaryField, 
TestSearchPerf, NumericFieldsTest, MinimalSchemaTest, TestConfig, 
OutputWriterTest, ExternalFileFieldSortTest, TestSolrCoreProperties, 
DirectSolrConnectionTest, TestLuceneMatchVersion, SynonymTokenizerTest, 
TestXIncludeConfig, TestDFRSimilarityFactory, TestIBSimilarityFactory, 
TestBM25SimilarityFactory, ScriptEngineTest, URLClassifyProcessorTest, 
TestSuggestSpellingConverter, DateFieldTest, TestLRUCache, SliceStateTest, 
SystemInfoHandlerTest, UUIDFieldTest, CircularListTest, 
DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, 
DistributedIntervalFacetingTest, TestCrossCoreJoin, 
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestHighlightDedupGrouping, BaseCdcrDistributedZkTest, CdcrBootstrapTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, CleanupOldIndexTest, 
CollectionsAPIAsyncDistributedZkTest, DeleteReplicaTest, 
DistribJoinFromCollectionTest, DocValuesNotIndexedTest, ForceLeaderTest, 
MigrateRouteKeyTest, MissingSegmentRecoveryTest, MultiThreadedOCPTest, 
SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, 
SimpleCollectionCreateDeleteTest, SolrCloudExampleTest, TestCloudDeleteByQuery, 
TestCloudRecovery, TestConfigSetsAPIZkFailure, TestCryptoKeys, 
TestDistribDocBasedVersion, TestDownShardTolerantSearch, 
TestExclusionRuleCollectionAccess, TestHdfsCloudBackupRestore, 
TestLeaderElectionZkExpiry, TestLockTree, TestOnReconnectListenerSupport, 
TestRandomRequestDistribution, TestRequestStatusCollectionAPI, 
TestShortCircuitedRequests, TestSolrCloudWithSecureImpersonation, 
TestStressCloudBlindAtomicUpdates, TestTlogReplica]
   [junit4] Completed [580/732 (2!)] on J1 in 155.81s, 13 tests, 2 errors <<< 
FAILURES!

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

Reply via email to