Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Solaris/164/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

2 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([592CCE92A469C34E:DA5A91607210CDEF]: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:  
junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:
2 threads leaked from SUITE scope at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation:     1) 
Thread[id=27257, name=jetty-launcher-5906-thread-1-EventThread, 
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         
at sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)  
       at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)      
   at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
         at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
         at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
         at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
         at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
         at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)   
      at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)   
 2) Thread[id=27253, name=jetty-launcher-5906-thread-2-EventThread, 
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         
at sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)  
       at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)      
   at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
         at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
         at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
         at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
         at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
         at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)   
      at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE 
scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   1) Thread[id=27257, name=jetty-launcher-5906-thread-1-EventThread, 
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   2) Thread[id=27253, name=jetty-launcher-5906-thread-2-EventThread, 
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at sun.misc.Unsafe.park(Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
        at __randomizedtesting.SeedInfo.seed([592CCE92A469C34E]:0)




Build Log:
[...truncated 12976 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> 2578853 INFO  
(SUITE-TestCloudRecovery-seed#[592CCE92A469C34E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_592CCE92A469C34E-001/init-core-data-001
   [junit4]   2> 2578853 WARN  
(SUITE-TestCloudRecovery-seed#[592CCE92A469C34E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 2578854 INFO  
(SUITE-TestCloudRecovery-seed#[592CCE92A469C34E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2578855 INFO  
(SUITE-TestCloudRecovery-seed#[592CCE92A469C34E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2578855 INFO  
(SUITE-TestCloudRecovery-seed#[592CCE92A469C34E]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_592CCE92A469C34E-001/tempDir-001
   [junit4]   2> 2578855 INFO  
(SUITE-TestCloudRecovery-seed#[592CCE92A469C34E]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2578856 INFO  (Thread-5667) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2578856 INFO  (Thread-5667) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2578858 ERROR (Thread-5667) [    ] 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> 2578956 INFO  
(SUITE-TestCloudRecovery-seed#[592CCE92A469C34E]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:37312
   [junit4]   2> 2578970 INFO  (jetty-launcher-3342-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2578971 INFO  (jetty-launcher-3342-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2578974 INFO  (jetty-launcher-3342-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@290579a8{/solr,null,AVAILABLE}
   [junit4]   2> 2578976 INFO  (jetty-launcher-3342-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3f3d7217{HTTP/1.1,[http/1.1]}{127.0.0.1:48759}
   [junit4]   2> 2578977 INFO  (jetty-launcher-3342-thread-1) [    ] 
o.e.j.s.Server Started @2582539ms
   [junit4]   2> 2578977 INFO  (jetty-launcher-3342-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=48759}
   [junit4]   2> 2578978 ERROR (jetty-launcher-3342-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2578978 INFO  (jetty-launcher-3342-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 2578978 INFO  (jetty-launcher-3342-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2578978 INFO  (jetty-launcher-3342-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2578978 INFO  (jetty-launcher-3342-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-09T11:09:23.926Z
   [junit4]   2> 2578979 INFO  (jetty-launcher-3342-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4d76cfd1{/solr,null,AVAILABLE}
   [junit4]   2> 2578979 INFO  (jetty-launcher-3342-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1f119700{HTTP/1.1,[http/1.1]}{127.0.0.1:39994}
   [junit4]   2> 2578979 INFO  (jetty-launcher-3342-thread-2) [    ] 
o.e.j.s.Server Started @2582542ms
   [junit4]   2> 2578979 INFO  (jetty-launcher-3342-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39994}
   [junit4]   2> 2578980 ERROR (jetty-launcher-3342-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2578980 INFO  (jetty-launcher-3342-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 2578980 INFO  (jetty-launcher-3342-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2578980 INFO  (jetty-launcher-3342-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2578980 INFO  (jetty-launcher-3342-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-09T11:09:23.928Z
   [junit4]   2> 2578985 INFO  (jetty-launcher-3342-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2578986 INFO  (jetty-launcher-3342-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2579000 INFO  (jetty-launcher-3342-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37312/solr
   [junit4]   2> 2579000 INFO  (jetty-launcher-3342-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37312/solr
   [junit4]   2> 2579125 INFO  (jetty-launcher-3342-thread-2) 
[n:127.0.0.1:39994_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2579126 INFO  (jetty-launcher-3342-thread-2) 
[n:127.0.0.1:39994_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:39994_solr
   [junit4]   2> 2579128 INFO  (jetty-launcher-3342-thread-2) 
[n:127.0.0.1:39994_solr    ] o.a.s.c.Overseer Overseer 
(id=98628754722324485-127.0.0.1:39994_solr-n_0000000000) starting
   [junit4]   2> 2579134 INFO  (jetty-launcher-3342-thread-1) 
[n:127.0.0.1:48759_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2579135 INFO  (jetty-launcher-3342-thread-1) 
[n:127.0.0.1:48759_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:48759_solr
   [junit4]   2> 2579137 INFO  
(zkCallback-3353-thread-1-processing-n:127.0.0.1:39994_solr) 
[n:127.0.0.1:39994_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2579137 INFO  
(zkCallback-3354-thread-1-processing-n:127.0.0.1:48759_solr) 
[n:127.0.0.1:48759_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2579138 INFO  (jetty-launcher-3342-thread-2) 
[n:127.0.0.1:39994_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39994_solr
   [junit4]   2> 2579139 INFO  
(zkCallback-3353-thread-1-processing-n:127.0.0.1:39994_solr) 
[n:127.0.0.1:39994_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2579141 INFO  
(zkCallback-3354-thread-1-processing-n:127.0.0.1:48759_solr) 
[n:127.0.0.1:48759_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2579236 INFO  (jetty-launcher-3342-thread-1) 
[n:127.0.0.1:48759_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_48759.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5917cb21
   [junit4]   2> 2579243 INFO  (jetty-launcher-3342-thread-1) 
[n:127.0.0.1:48759_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_48759.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5917cb21
   [junit4]   2> 2579243 INFO  (jetty-launcher-3342-thread-1) 
[n:127.0.0.1:48759_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_48759.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5917cb21
   [junit4]   2> 2579244 INFO  (jetty-launcher-3342-thread-1) 
[n:127.0.0.1:48759_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_592CCE92A469C34E-001/tempDir-001/node1/.
   [junit4]   2> 2579258 INFO  (jetty-launcher-3342-thread-2) 
[n:127.0.0.1:39994_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39994.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5917cb21
   [junit4]   2> 2579262 INFO  (jetty-launcher-3342-thread-2) 
[n:127.0.0.1:39994_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39994.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5917cb21
   [junit4]   2> 2579263 INFO  (jetty-launcher-3342-thread-2) 
[n:127.0.0.1:39994_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39994.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5917cb21
   [junit4]   2> 2579263 INFO  (jetty-launcher-3342-thread-2) 
[n:127.0.0.1:39994_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_592CCE92A469C34E-001/tempDir-001/node2/.
   [junit4]   2> 2579282 INFO  
(SUITE-TestCloudRecovery-seed#[592CCE92A469C34E]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2579283 INFO  
(SUITE-TestCloudRecovery-seed#[592CCE92A469C34E]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37312/solr ready
   [junit4]   2> 2579288 INFO  (qtp1320178805-21515) [n:127.0.0.1:39994_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> 2579291 INFO  
(OverseerThreadFactory-8920-thread-1-processing-n:127.0.0.1:39994_solr) 
[n:127.0.0.1:39994_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 2579408 INFO  
(OverseerStateUpdate-98628754722324485-127.0.0.1:39994_solr-n_0000000000) 
[n:127.0.0.1:39994_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:48759/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 2579414 INFO  
(OverseerStateUpdate-98628754722324485-127.0.0.1:39994_solr-n_0000000000) 
[n:127.0.0.1:39994_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:39994/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 2579423 INFO  
(OverseerStateUpdate-98628754722324485-127.0.0.1:39994_solr-n_0000000000) 
[n:127.0.0.1:39994_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:48759/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 2579431 INFO  
(OverseerStateUpdate-98628754722324485-127.0.0.1:39994_solr-n_0000000000) 
[n:127.0.0.1:39994_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:39994/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 2579637 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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> 2579638 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2579638 INFO  (qtp1320178805-21517) [n:127.0.0.1:39994_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> 2579639 INFO  (qtp1320178805-21518) [n:127.0.0.1:39994_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> 2579639 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_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> 2579639 INFO  (qtp1320178805-21517) [n:127.0.0.1:39994_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2579762 INFO  
(zkCallback-3353-thread-1-processing-n:127.0.0.1:39994_solr) 
[n:127.0.0.1:39994_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> 2579762 INFO  
(zkCallback-3354-thread-1-processing-n:127.0.0.1:48759_solr) 
[n:127.0.0.1:48759_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> 2579763 INFO  
(zkCallback-3354-thread-2-processing-n:127.0.0.1:48759_solr) 
[n:127.0.0.1:48759_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> 2579763 INFO  
(zkCallback-3353-thread-2-processing-n:127.0.0.1:39994_solr) 
[n:127.0.0.1:39994_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> 2580684 INFO  (qtp1320178805-21518) [n:127.0.0.1:39994_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> 2580685 INFO  (qtp1320178805-21517) [n:127.0.0.1:39994_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> 2580686 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_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> 2580694 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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> 2580694 INFO  (qtp1320178805-21517) [n:127.0.0.1:39994_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> 2580696 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_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> 2580694 INFO  (qtp1320178805-21518) [n:127.0.0.1:39994_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> 2580704 INFO  (qtp1320178805-21517) [n:127.0.0.1:39994_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> 2580704 INFO  (qtp1320178805-21517) [n:127.0.0.1:39994_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> 2580704 INFO  (qtp1320178805-21517) [n:127.0.0.1:39994_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39994.solr.core.collection1.shard1.replica_t2' (registry 
'solr.core.collection1.shard1.replica_t2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5917cb21
   [junit4]   2> 2580704 INFO  (qtp1320178805-21517) [n:127.0.0.1:39994_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2580705 INFO  (qtp1320178805-21517) [n:127.0.0.1:39994_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 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_592CCE92A469C34E-001/tempDir-001/node2/collection1_shard1_replica_t2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_592CCE92A469C34E-001/tempDir-001/node2/./collection1_shard1_replica_t2/data/]
   [junit4]   2> 2580705 INFO  (qtp1320178805-21518) [n:127.0.0.1:39994_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> 2580705 INFO  (qtp1320178805-21518) [n:127.0.0.1:39994_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> 2580705 INFO  (qtp1320178805-21518) [n:127.0.0.1:39994_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39994.solr.core.collection1.shard2.replica_t6' (registry 
'solr.core.collection1.shard2.replica_t6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5917cb21
   [junit4]   2> 2580705 INFO  (qtp1320178805-21518) [n:127.0.0.1:39994_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2580705 INFO  (qtp1320178805-21518) [n:127.0.0.1:39994_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 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_592CCE92A469C34E-001/tempDir-001/node2/collection1_shard2_replica_t6],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_592CCE92A469C34E-001/tempDir-001/node2/./collection1_shard2_replica_t6/data/]
   [junit4]   2> 2580707 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_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> 2580707 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_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> 2580707 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_48759.solr.core.collection1.shard2.replica_t4' (registry 
'solr.core.collection1.shard2.replica_t4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5917cb21
   [junit4]   2> 2580707 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2580707 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_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 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_592CCE92A469C34E-001/tempDir-001/node1/collection1_shard2_replica_t4],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_592CCE92A469C34E-001/tempDir-001/node1/./collection1_shard2_replica_t4/data/]
   [junit4]   2> 2580711 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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> 2580712 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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> 2580712 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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> 2580713 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_48759.solr.core.collection1.shard1.replica_t1' (registry 
'solr.core.collection1.shard1.replica_t1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5917cb21
   [junit4]   2> 2580713 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2580713 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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 
[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_592CCE92A469C34E-001/tempDir-001/node1/collection1_shard1_replica_t1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_592CCE92A469C34E-001/tempDir-001/node1/./collection1_shard1_replica_t1/data/]
   [junit4]   2> 2580764 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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> 2580764 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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> 2580765 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2580765 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2580766 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6df3d113[collection1_shard1_replica_t1] main]
   [junit4]   2> 2580767 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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> 2580768 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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> 2580768 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_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> 2580768 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_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> 2580768 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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> 2580769 INFO  
(searcherExecutor-8928-thread-1-processing-n:127.0.0.1:48759_solr 
x:collection1_shard1_replica_t1 s:shard1 c:collection1 r:core_node3) 
[n:127.0.0.1:48759_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@6df3d113[collection1_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2580769 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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 1578060077562068992
   [junit4]   2> 2580769 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2580769 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2580770 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@77142d1d[collection1_shard2_replica_t4] main]
   [junit4]   2> 2580772 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_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> 2580772 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_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> 2580773 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_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> 2580773 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_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 1578060077566263296
   [junit4]   2> 2580773 INFO  
(searcherExecutor-8927-thread-1-processing-n:127.0.0.1:48759_solr 
x:collection1_shard2_replica_t4 s:shard2 c:collection1 r:core_node7) 
[n:127.0.0.1:48759_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@77142d1d[collection1_shard2_replica_t4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2580774 INFO  (qtp1320178805-21518) [n:127.0.0.1:39994_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> 2580774 INFO  (qtp1320178805-21518) [n:127.0.0.1:39994_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> 2580775 INFO  (qtp1320178805-21518) [n:127.0.0.1:39994_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2580775 INFO  (qtp1320178805-21518) [n:127.0.0.1:39994_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2580776 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2580777 INFO  (qtp1320178805-21518) [n:127.0.0.1:39994_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1d2af98a[collection1_shard2_replica_t6] main]
   [junit4]   2> 2580779 INFO  (qtp1320178805-21518) [n:127.0.0.1:39994_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> 2580779 INFO  (qtp1320178805-21518) [n:127.0.0.1:39994_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> 2580779 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2580780 INFO  (qtp1320178805-21518) [n:127.0.0.1:39994_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> 2580780 INFO  (qtp1320178805-21518) [n:127.0.0.1:39994_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 1578060077573603328
   [junit4]   2> 2580781 INFO  
(searcherExecutor-8926-thread-1-processing-n:127.0.0.1:39994_solr 
x:collection1_shard2_replica_t6 s:shard2 c:collection1 r:core_node8) 
[n:127.0.0.1:39994_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@1d2af98a[collection1_shard2_replica_t6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2580792 INFO  (qtp1320178805-21517) [n:127.0.0.1:39994_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> 2580792 INFO  (qtp1320178805-21517) [n:127.0.0.1:39994_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> 2580793 INFO  (qtp1320178805-21517) [n:127.0.0.1:39994_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2580793 INFO  (qtp1320178805-21517) [n:127.0.0.1:39994_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2580794 INFO  (qtp1320178805-21517) [n:127.0.0.1:39994_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@43bb126f[collection1_shard1_replica_t2] main]
   [junit4]   2> 2580795 INFO  (qtp1320178805-21517) [n:127.0.0.1:39994_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> 2580796 INFO  (qtp1320178805-21517) [n:127.0.0.1:39994_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> 2580796 INFO  (qtp1320178805-21517) [n:127.0.0.1:39994_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> 2580796 INFO  
(searcherExecutor-8925-thread-1-processing-n:127.0.0.1:39994_solr 
x:collection1_shard1_replica_t2 s:shard1 c:collection1 r:core_node5) 
[n:127.0.0.1:39994_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@43bb126f[collection1_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2580797 INFO  (qtp1320178805-21517) [n:127.0.0.1:39994_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 1578060077591429120
   [junit4]   2> 2580885 INFO  
(zkCallback-3353-thread-2-processing-n:127.0.0.1:39994_solr) 
[n:127.0.0.1:39994_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> 2580885 INFO  
(zkCallback-3354-thread-1-processing-n:127.0.0.1:48759_solr) 
[n:127.0.0.1:48759_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> 2580885 INFO  
(zkCallback-3353-thread-1-processing-n:127.0.0.1:39994_solr) 
[n:127.0.0.1:39994_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> 2580885 INFO  
(zkCallback-3354-thread-2-processing-n:127.0.0.1:48759_solr) 
[n:127.0.0.1:48759_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> 2581277 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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> 2581278 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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> 2581278 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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:48759/solr/collection1_shard1_replica_t1/
   [junit4]   2> 2581278 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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:48759/solr START 
replicas=[http://127.0.0.1:39994/solr/collection1_shard1_replica_t2/] 
nUpdates=100
   [junit4]   2> 2581280 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2581281 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2581281 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:48759/solr/collection1_shard2_replica_t4/
   [junit4]   2> 2581282 INFO  (qtp1320178805-21519) [n:127.0.0.1:39994_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=1
   [junit4]   2> 2581282 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_t4 
url=http://127.0.0.1:48759/solr START 
replicas=[http://127.0.0.1:39994/solr/collection1_shard2_replica_t6/] 
nUpdates=100
   [junit4]   2> 2581284 INFO  (qtp1320178805-21509) [n:127.0.0.1:39994_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 2581580 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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:48759/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2581580 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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> 2581580 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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> 2581580 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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> 2581581 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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> 2581584 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_t4 
url=http://127.0.0.1:48759/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2581584 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 2581584 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2581584 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2581585 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ZkController collection1_shard2_replica_t4 stopping background 
replication from leader
   [junit4]   2> 2581592 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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:48759/solr/collection1_shard1_replica_t1/ shard1
   [junit4]   2> 2581594 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:48759/solr/collection1_shard2_replica_t4/ shard2
   [junit4]   2> 2581703 INFO  
(zkCallback-3354-thread-1-processing-n:127.0.0.1:48759_solr) 
[n:127.0.0.1:48759_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> 2581703 INFO  
(zkCallback-3354-thread-2-processing-n:127.0.0.1:48759_solr) 
[n:127.0.0.1:48759_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> 2581703 INFO  
(zkCallback-3353-thread-1-processing-n:127.0.0.1:39994_solr) 
[n:127.0.0.1:39994_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> 2581703 INFO  
(zkCallback-3353-thread-2-processing-n:127.0.0.1:39994_solr) 
[n:127.0.0.1:39994_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> 2581748 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2581748 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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> 2581751 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_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=2113
   [junit4]   2> 2581752 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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=2115
   [junit4]   2> 2581818 INFO  (qtp1320178805-21518) [n:127.0.0.1:39994_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ZkController collection1_shard2_replica_t6 starting background 
replication from leader
   [junit4]   2> 2581819 INFO  (qtp1320178805-21518) [n:127.0.0.1:39994_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 2581818 INFO  (qtp1320178805-21517) [n:127.0.0.1:39994_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> 2581819 INFO  (qtp1320178805-21517) [n:127.0.0.1:39994_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> 2581821 INFO  (qtp1320178805-21517) [n:127.0.0.1:39994_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> 2581821 INFO  (qtp1320178805-21518) [n:127.0.0.1:39994_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 2581822 INFO  (indexFetcher-8948-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Replica core_node3 is 
leader but it's state is down, skipping replication
   [junit4]   2> 2581823 INFO  (indexFetcher-8947-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Replica core_node7 is 
leader but it's state is down, skipping replication
   [junit4]   2> 2581826 INFO  (qtp1320178805-21517) [n:127.0.0.1:39994_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=2188
   [junit4]   2> 2581830 INFO  (qtp1320178805-21518) [n:127.0.0.1:39994_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=2191
   [junit4]   2> 2581834 INFO  (qtp1320178805-21515) [n:127.0.0.1:39994_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> 2581934 INFO  
(zkCallback-3353-thread-2-processing-n:127.0.0.1:39994_solr) 
[n:127.0.0.1:39994_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> 2581934 INFO  
(zkCallback-3353-thread-1-processing-n:127.0.0.1:39994_solr) 
[n:127.0.0.1:39994_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> 2581934 INFO  
(zkCallback-3354-thread-2-processing-n:127.0.0.1:48759_solr) 
[n:127.0.0.1:48759_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> 2581934 INFO  
(zkCallback-3354-thread-1-processing-n:127.0.0.1:48759_solr) 
[n:127.0.0.1:48759_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> 2582840 INFO  (qtp1320178805-21515) [n:127.0.0.1:39994_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=3552
   [junit4]   2> 2582840 INFO  
(SUITE-TestCloudRecovery-seed#[592CCE92A469C34E]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 2582841 INFO  
(SUITE-TestCloudRecovery-seed#[592CCE92A469C34E]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 2582882 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[592CCE92A469C34E])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting leaderRecoverFromLogOnStartupTest
   [junit4]   2> 2582891 INFO  (qtp1320178805-21516) [n:127.0.0.1:39994_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t6]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&_version_=-1578060079784001536&distrib.from=http://127.0.0.1:48759/solr/collection1_shard2_replica_t4/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1578060079784001536)} 0 0
   [junit4]   2> 2582891 INFO  (qtp2007135903-21511) [n:127.0.0.1:48759_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=TOLEADER&distrib.from=http://127.0.0.1:48759/solr/collection1_shard1_replica_t1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1578060079784001536)} 0 4
   [junit4]   2> 2582892 INFO  (qtp1320178805-21520) [n:127.0.0.1:39994_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_=-1578060079781904384&distrib.from=http://127.0.0.1:48759/solr/collection1_shard1_replica_t1/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1578060079781904384)} 0 1
   [junit4]   2> 2582892 INFO  (qtp2007135903-21508) [n:127.0.0.1:48759_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={wt=javabin&version=2}{deleteByQuery=*:* 
(-1578060079781904384)} 0 7
   [junit4]   2> 2582894 INFO  (qtp2007135903-21504) [n:127.0.0.1:48759_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1578060079790292992,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2582894 INFO  (qtp2007135903-21504) [n:127.0.0.1:48759_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> 2582895 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1578060079791341568,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2582895 INFO  (qtp2007135903-21504) [n:127.0.0.1:48759_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2582895 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2582895 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2582895 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t4]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:48759/solr/collection1_shard2_replica_t4/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 2582895 INFO  (qtp1320178805-21516) [n:127.0.0.1:39994_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> 2582895 INFO  (qtp2007135903-21504) [n:127.0.0.1:48759_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:48759/solr/collection1_shard2_replica_t4/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 2582896 INFO  (qtp1320178805-21509) [n:127.0.0.1:39994_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.TestInjection Start waiting for replica in sync with leader
   [junit4]   2> 2582898 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2582898 INFO  (qtp2007135903-21510) [n:127.0.0.1:48759_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> 2583297 INFO  
(OverseerCollectionConfigSetProcessor-98628754722324485-127.0.0.1:39994_solr-n_0000000000)
 [n:127.0.0.1:39994_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> 2583403 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2583403 INFO  (qtp2007135903-21510) [n:127.0.0.1:48759_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> 2583908 INFO  (qtp2007135903-21508) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2583908 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_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> 2584412 INFO  (qtp2007135903-21511) [n:127.0.0.1:48759_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> 2584414 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2584821 INFO  (indexFetcher-8947-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Last replication failed, 
so I'll force replication
   [junit4]   2> 2584821 INFO  (indexFetcher-8947-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Updated masterUrl to 
http://127.0.0.1:48759/solr/collection1_shard2_replica_t4/
   [junit4]   2> 2584821 INFO  (indexFetcher-8948-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Last replication failed, 
so I'll force replication
   [junit4]   2> 2584822 INFO  (indexFetcher-8948-thread-1) 
[n:127.0.0.1:39994_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:48759/solr/collection1_shard1_replica_t1/
   [junit4]   2> 2584832 INFO  (qtp2007135903-21510) [n:127.0.0.1:48759_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> 2584832 INFO  (qtp2007135903-21504) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2584832 INFO  (indexFetcher-8948-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2584833 INFO  (indexFetcher-8947-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2584833 INFO  (indexFetcher-8947-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2584833 INFO  (indexFetcher-8947-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2584833 INFO  (indexFetcher-8948-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2584833 INFO  (indexFetcher-8948-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2584833 INFO  (indexFetcher-8948-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2584833 INFO  (indexFetcher-8947-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2584833 INFO  (indexFetcher-8947-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher New index in Master. 
Deleting mine...
   [junit4]   2> 2584833 INFO  (indexFetcher-8948-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher New index in Master. 
Deleting mine...
   [junit4]   2> 2584834 INFO  (indexFetcher-8948-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2584833 INFO  (indexFetcher-8947-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2584834 INFO  (indexFetcher-8947-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.u.SolrIndexWriter Calling setCommitData 
with IW:org.apache.solr.update.SolrIndexWriter@52c4c4a9 commitCommandVersion:0
   [junit4]   2> 2584834 INFO  (indexFetcher-8948-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.u.SolrIndexWriter Calling setCommitData 
with IW:org.apache.solr.update.SolrIndexWriter@5288d3f commitCommandVersion:0
   [junit4]   2> 2584839 INFO  (indexFetcher-8947-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@13f9ce92[collection1_shard2_replica_t6] main]
   [junit4]   2> 2584839 INFO  (indexFetcher-8948-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@44158704[collection1_shard1_replica_t2] main]
   [junit4]   2> 2584840 INFO  (indexFetcher-8947-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2584840 INFO  (indexFetcher-8948-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2584842 INFO  
(searcherExecutor-8926-thread-1-processing-n:127.0.0.1:39994_solr 
x:collection1_shard2_replica_t6 s:shard2 c:collection1 r:core_node8) 
[n:127.0.0.1:39994_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@13f9ce92[collection1_shard2_replica_t6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2584842 INFO  
(searcherExecutor-8925-thread-1-processing-n:127.0.0.1:39994_solr 
x:collection1_shard1_replica_t2 s:shard1 c:collection1 r:core_node5) 
[n:127.0.0.1:39994_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@44158704[collection1_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2584917 INFO  (qtp2007135903-21511) [n:127.0.0.1:48759_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> 2584918 INFO  (qtp2007135903-21504) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=1
   [junit4]   2> 2585422 INFO  (qtp2007135903-21508) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2585422 INFO  (qtp2007135903-21510) [n:127.0.0.1:48759_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> 2585926 INFO  (qtp2007135903-21504) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2585927 INFO  (qtp2007135903-21508) [n:127.0.0.1:48759_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> 2586431 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2586431 INFO  (qtp2007135903-21504) [n:127.0.0.1:48759_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> 2586934 INFO  (qtp2007135903-21508) [n:127.0.0.1:48759_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> 2586934 INFO  (qtp2007135903-21510) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2587439 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2587439 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_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> 2587820 INFO  (qtp2007135903-21508) [n:127.0.0.1:48759_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> 2587820 INFO  (qtp2007135903-21510) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2587821 INFO  (indexFetcher-8948-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2587821 INFO  (indexFetcher-8947-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2587821 INFO  (indexFetcher-8947-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2587821 INFO  (indexFetcher-8948-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2587821 INFO  (indexFetcher-8947-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 2587821 INFO  (indexFetcher-8948-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 2587821 INFO  (indexFetcher-8947-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's version: 
1504955369782
   [junit4]   2> 2587821 INFO  (indexFetcher-8948-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's version: 
1504955369782
   [junit4]   2> 2587944 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2587944 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_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> 2588447 INFO  (qtp2007135903-21510) [n:127.0.0.1:48759_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> 2588447 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2588951 INFO  (qtp2007135903-21511) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2588951 INFO  (qtp2007135903-21504) [n:127.0.0.1:48759_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> 2589455 INFO  (qtp2007135903-21510) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2589461 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_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> 2589963 INFO  (qtp2007135903-21504) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2589965 INFO  (qtp2007135903-21508) [n:127.0.0.1:48759_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> 2590470 INFO  (qtp2007135903-21504) [n:127.0.0.1:48759_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> 2590470 INFO  (qtp2007135903-21508) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2590827 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_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> 2590827 INFO  (qtp2007135903-21511) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2590827 INFO  (indexFetcher-8948-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2590827 INFO  (indexFetcher-8948-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2590827 INFO  (indexFetcher-8947-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2590828 INFO  (indexFetcher-8947-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2590828 INFO  (indexFetcher-8947-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 2590827 INFO  (indexFetcher-8948-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 2590828 INFO  (indexFetcher-8948-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's version: 
1504955369782
   [junit4]   2> 2590828 INFO  (indexFetcher-8947-thread-1) 
[n:127.0.0.1:39994_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's version: 
1504955369782
   [junit4]   2> 2590982 INFO  (qtp2007135903-21510) [n:127.0.0.1:48759_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> 2590982 INFO  (qtp2007135903-21508) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2591486 INFO  (qtp2007135903-21504) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2591490 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_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> 2591994 INFO  (qtp2007135903-21511) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2591996 INFO  (qtp2007135903-21507) [n:127.0.0.1:48759_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> 2592500 INFO  (qtp2007135903-21504) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2592510 INFO  (qtp2007135903-21511) [n:127.0.0.1:48759_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> 2593012 INFO  (qtp2007135903-21510) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2593014 INFO  (qtp2007135903-21506) [n:127.0.0.1:48759_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> 2593518 INFO  (qtp2007135903-21511) [n:127.0.0.1:48759_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] o.a.s.

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

estManagedSchemaThreadSafety, DistribDocExpirationUpdateProcessorTest, 
TestRequestForwarding, DistributedQueryComponentCustomSortTest, 
PreAnalyzedUpdateProcessorTest, ConnectionManagerTest, TestLuceneMatchVersion, 
TermVectorComponentDistributedTest, SpellPossibilityIteratorTest, 
CachingDirectoryFactoryTest, TestSystemCollAutoCreate, TestSearchPerf, 
BasicAuthStandaloneTest, TestSimpleQParserPlugin, AtomicUpdatesTest, 
TestLRUCache, TestSortByMinMaxFunction, HLLUtilTest, TestConfig, 
TestCollationField, LukeRequestHandlerTest, TestStressUserVersions, 
TestCollectionsAPIViaSolrCloudCluster, ShufflingReplicaListTransformerTest, 
TestWordDelimiterFilterFactory, TestLockTree, TestJoin, ConnectionReuseTest, 
TestSubQueryTransformerCrossCore, BigEndianAscendingWordDeserializerTest, 
TolerantUpdateProcessorTest, TestTrackingShardHandlerFactory, 
LeaderFailoverAfterPartitionTest, TestEmbeddedSolrServerSchemaAPI, 
BadComponentTest, TriLevelCompositeIdRoutingTest, TestDocumentBuilder, 
TestSQLHandler, TestDistributedGrouping, CoreSorterTest, SuggesterTSTTest, 
SortSpecParsingTest, DistributedDebugComponentTest, BasicFunctionalityTest, 
TestMultiWordSynonyms, SynonymTokenizerTest, TestXmlQParser, 
CloneFieldUpdateProcessorFactoryTest, TestDynamicFieldResource, 
TestComplexPhraseQParserPlugin, TestFileDictionaryLookup, 
TestChildDocTransformer, SolrCoreCheckLockOnStartupTest, SolrMetricManagerTest, 
LeaderElectionIntegrationTest, SpellingQueryConverterTest, 
SaslZkACLProviderTest, TestTlogReplica, TestFieldResource, 
TestFieldCacheReopen, DistributedMLTComponentTest, TestPullReplica, 
TestSolrCloudWithDelegationTokens, DataDrivenBlockJoinTest, MoveReplicaTest, 
TestSuggestSpellingConverter, TestCloudManagedSchema, TestCharFilters, 
TestLMJelinekMercerSimilarityFactory, MoveReplicaHDFSTest, HdfsSyncSliceTest, 
OverseerModifyCollectionTest, MoreLikeThisHandlerTest, 
CoreAdminRequestStatusTest, ExternalFileFieldSortTest, TestSystemIdResolver, 
ClassificationUpdateProcessorIntegrationTest, TestMergePolicyConfig, 
TestGraphMLResponseWriter, HdfsNNFailoverTest, TestCSVLoader, 
CloudExitableDirectoryReaderTest, TestRandomFlRTGCloud, 
TestOverriddenPrefixQueryForCustomFieldType, TestMacroExpander, BasicZkTest, 
SuggesterFSTTest, OpenExchangeRatesOrgProviderTest, ChaosMonkeySafeLeaderTest, 
TestSimpleTrackingShardHandler, TemplateUpdateProcessorTest, 
TestSolrIndexConfig, ZkStateWriterTest, TestNumericRangeQuery64, FullHLLTest, 
TestHdfsBackupRestoreCore, SpellCheckCollatorTest, RemoteQueryErrorTest, 
TestClusterProperties, TestFastWriter, TestInfoStreamLogging, 
DistributedFacetPivotSmallTest, QueryEqualityTest, SolrIndexConfigTest, 
TestReRankQParserPlugin, TestManagedResource, TestZkChroot, 
TestOnReconnectListenerSupport, TestTrie, TestDistribDocBasedVersion, 
TestObjectReleaseTracker, PreAnalyzedFieldManagedSchemaCloudTest, 
SolrGraphiteReporterTest, TestUniqueKeyFieldResource, SimpleMLTQParserTest, 
TestBadConfig, DistributedSuggestComponentTest, HdfsChaosMonkeySafeLeaderTest, 
TestFieldCacheWithThreads, TestConfigSetsAPIExclusivity, AssignTest, 
TestFastOutputStream, BlockJoinFacetSimpleTest, TestAuthenticationFramework, 
SolrIndexMetricsTest, BadCopyFieldTest, DeleteLastCustomShardedReplicaTest, 
MigrateRouteKeyTest, FileUtilsTest, TestRealTimeGet, TestClusterStateMutator, 
BlockJoinFacetDistribTest, TestComponentsName, TestRestManager, 
TestMultiValuedNumericRangeQuery, ShardRoutingCustomTest, TestConfigOverlay, 
ChangedSchemaMergeTest, AliasIntegrationTest, 
ConcurrentDeleteAndCreateCollectionTest, CollectionsAPIDistributedZkTest, 
OpenCloseCoreStressTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, 
TestRandomFaceting, LeaderElectionTest, DirectUpdateHandlerTest, 
TestIndexSearcher, ShowFileRequestHandlerTest, SolrIndexSplitterTest, 
SimplePostToolTest, TestCoreDiscovery, PolyFieldTest, 
SchemaVersionSpecificBehaviorTest, FieldMutatingUpdateProcessorTest, 
TestRemoteStreaming, DocValuesMultiTest, DistanceFunctionTest, 
SolrInfoBeanTest, IndexBasedSpellCheckerTest, TestQueryUtils, 
DirectSolrSpellCheckerTest, TestQueryTypes, FileBasedSpellCheckerTest, 
RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, 
TermVectorComponentTest, FastVectorHighlighterTest, RegexBoostProcessorTest, 
IndexSchemaTest, UpdateRequestProcessorFactoryTest, TestAnalyzedSuggestions, 
UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, 
TestPartialUpdateDeduplication, PingRequestHandlerTest, CSVRequestHandlerTest, 
SearchHandlerTest, MultiTermTest, SampleTest, TestDocSet, MinimalSchemaTest, 
TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, 
DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestPhraseSuggestions, 
TestCodecSupport, TestXIncludeConfig, EchoParamsTest, TestDFRSimilarityFactory, 
TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, 
TestIBSimilarityFactory, URLClassifyProcessorTest, DateMathParserTest, 
ChaosMonkeyNothingIsSafeTest, SolrTestCaseJ4Test, TestCrossCoreJoin, 
TestDistributedMissingSort, BaseCdcrDistributedZkTest, CdcrBootstrapTest, 
CleanupOldIndexTest, CollectionReloadTest, CollectionStateFormat2Test, 
CollectionsAPIAsyncDistributedZkTest, DistributedQueueTest, 
DocValuesNotIndexedTest, ForceLeaderTest, NodeMutatorTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, PeerSyncReplicationTest, 
ShardSplitTest, TestCollectionAPI, TestConfigSetsAPI, TestPrepRecovery, 
TestSolrCloudWithSecureImpersonation]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrCloudWithSecureImpersonation -Dtests.seed=592CCE92A469C34E 
-Dtests.slow=true -Dtests.locale=mt -Dtests.timezone=EAT -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestSolrCloudWithSecureImpersonation (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE 
scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   [junit4]    >    1) Thread[id=27257, 
name=jetty-launcher-5906-thread-1-EventThread, state=TIMED_WAITING, 
group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]    >         at 
java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]    >         at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]    >         at 
org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]    >         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]    >         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]    >         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]    >         at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]    >         at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]    >         at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]    >         at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]    >    2) Thread[id=27253, 
name=jetty-launcher-5906-thread-2-EventThread, state=TIMED_WAITING, 
group=TGRP-TestSolrCloudWithSecureImpersonation]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]    >         at 
java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]    >         at 
org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]    >         at 
org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]    >         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]    >         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]    >         at 
org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]    >         at 
org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]    >         at 
org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]    >         at 
org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]    >         at 
org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]    >         at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([592CCE92A469C34E]:0)
   [junit4] Completed [545/731 (2!)] on J1 in 58.09s, 12 tests, 1 error <<< 
FAILURES!

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

Reply via email to