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

4 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([E1FDA922DFA9BD1F:628BF6D009D0B3BE]: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:
3 threads leaked from SUITE scope at 
org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation:     1) 
Thread[id=23983, name=jetty-launcher-3375-thread-2-SendThread(127.0.0.1:50440), 
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         
at java.lang.Thread.sleep(Native Method)         at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
         at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)    
     at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)    
2) Thread[id=23913, name=jetty-launcher-3375-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)   
 3) Thread[id=23984, name=jetty-launcher-3375-thread-2-EventThread, 
state=WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         at 
sun.misc.Unsafe.park(Native Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE 
scope at org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation: 
   1) Thread[id=23983, 
name=jetty-launcher-3375-thread-2-SendThread(127.0.0.1:50440), 
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
        at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
   2) Thread[id=23913, name=jetty-launcher-3375-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)
   3) Thread[id=23984, name=jetty-launcher-3375-thread-2-EventThread, 
state=WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)
        at __randomizedtesting.SeedInfo.seed([E1FDA922DFA9BD1F]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestSolrCloudWithSecureImpersonation

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=23983, name=jetty-launcher-3375-thread-2-SendThread(127.0.0.1:50440), 
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]         
at java.lang.Thread.sleep(Native Method)         at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
         at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)    
     at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=23983, 
name=jetty-launcher-3375-thread-2-SendThread(127.0.0.1:50440), 
state=TIMED_WAITING, group=TGRP-TestSolrCloudWithSecureImpersonation]
        at java.lang.Thread.sleep(Native Method)
        at 
org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
        at 
org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:997)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1060)
        at __randomizedtesting.SeedInfo.seed([E1FDA922DFA9BD1F]:0)


FAILED:  
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelExecutorStream

Error Message:
Error from server at http://127.0.0.1:52232/solr/workQueue_shard2_replica_n2: 
Expected mime type application/octet-stream but got text/html. <html> <head> 
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> 
<title>Error 404 </title> </head> <body> <h2>HTTP ERROR: 404</h2> <p>Problem 
accessing /solr/workQueue_shard2_replica_n2/update. Reason: <pre>    Can not 
find: /solr/workQueue_shard2_replica_n2/update</pre></p> <hr /><a 
href="http://eclipse.org/jetty";>Powered by Jetty:// 9.3.20.v20170531</a><hr/> 
</body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from 
server at http://127.0.0.1:52232/solr/workQueue_shard2_replica_n2: Expected 
mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/workQueue_shard2_replica_n2/update. Reason:
<pre>    Can not find: /solr/workQueue_shard2_replica_n2/update</pre></p>
<hr /><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.3.20.v20170531</a><hr/>
</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([6656DC8B1B13ED40:DB41A992223FD01D]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:539)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:993)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelExecutorStream(StreamExpressionTest.java:7260)
        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)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:52232/solr/workQueue_shard2_replica_n2: 
Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/workQueue_shard2_replica_n2/update. Reason:
<pre>    Can not find: /solr/workQueue_shard2_replica_n2/update</pre></p>
<hr /><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.3.20.v20170531</a><hr/>
</body>
</html>

        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:516)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more




Build Log:
[...truncated 13214 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> 2800024 INFO  
(SUITE-TestCloudRecovery-seed#[E1FDA922DFA9BD1F]-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_E1FDA922DFA9BD1F-001/init-core-data-001
   [junit4]   2> 2800025 WARN  
(SUITE-TestCloudRecovery-seed#[E1FDA922DFA9BD1F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 2800025 INFO  
(SUITE-TestCloudRecovery-seed#[E1FDA922DFA9BD1F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2800026 INFO  
(SUITE-TestCloudRecovery-seed#[E1FDA922DFA9BD1F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2800026 INFO  
(SUITE-TestCloudRecovery-seed#[E1FDA922DFA9BD1F]-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_E1FDA922DFA9BD1F-001/tempDir-001
   [junit4]   2> 2800026 INFO  
(SUITE-TestCloudRecovery-seed#[E1FDA922DFA9BD1F]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2800027 INFO  (Thread-4900) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2800027 INFO  (Thread-4900) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2800028 ERROR (Thread-4900) [    ] 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> 2800128 INFO  
(SUITE-TestCloudRecovery-seed#[E1FDA922DFA9BD1F]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:46861
   [junit4]   2> 2800140 INFO  (jetty-launcher-3113-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2800140 INFO  (jetty-launcher-3113-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2800146 INFO  (jetty-launcher-3113-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@644e2385{/solr,null,AVAILABLE}
   [junit4]   2> 2800147 INFO  (jetty-launcher-3113-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@62e9fb5e{/solr,null,AVAILABLE}
   [junit4]   2> 2800147 INFO  (jetty-launcher-3113-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@72774919{HTTP/1.1,[http/1.1]}{127.0.0.1:46915}
   [junit4]   2> 2800147 INFO  (jetty-launcher-3113-thread-1) [    ] 
o.e.j.s.Server Started @2792868ms
   [junit4]   2> 2800147 INFO  (jetty-launcher-3113-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46915}
   [junit4]   2> 2800147 INFO  (jetty-launcher-3113-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2d495e{HTTP/1.1,[http/1.1]}{127.0.0.1:63606}
   [junit4]   2> 2800147 INFO  (jetty-launcher-3113-thread-2) [    ] 
o.e.j.s.Server Started @2792868ms
   [junit4]   2> 2800147 ERROR (jetty-launcher-3113-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2800147 INFO  (jetty-launcher-3113-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=63606}
   [junit4]   2> 2800148 INFO  (jetty-launcher-3113-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 2800148 ERROR (jetty-launcher-3113-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2800148 INFO  (jetty-launcher-3113-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2800148 INFO  (jetty-launcher-3113-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2800148 INFO  (jetty-launcher-3113-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.1.0
   [junit4]   2> 2800148 INFO  (jetty-launcher-3113-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-22T19:23:11.837Z
   [junit4]   2> 2800148 INFO  (jetty-launcher-3113-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2800149 INFO  (jetty-launcher-3113-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2800149 INFO  (jetty-launcher-3113-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-22T19:23:11.838Z
   [junit4]   2> 2800154 INFO  (jetty-launcher-3113-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2800154 INFO  (jetty-launcher-3113-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2800166 INFO  (jetty-launcher-3113-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46861/solr
   [junit4]   2> 2800169 INFO  (jetty-launcher-3113-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46861/solr
   [junit4]   2> 2800311 INFO  (jetty-launcher-3113-thread-1) 
[n:127.0.0.1:46915_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2800312 INFO  (jetty-launcher-3113-thread-2) 
[n:127.0.0.1:63606_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2800312 INFO  (jetty-launcher-3113-thread-1) 
[n:127.0.0.1:46915_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:46915_solr
   [junit4]   2> 2800313 INFO  (jetty-launcher-3113-thread-1) 
[n:127.0.0.1:46915_solr    ] o.a.s.c.Overseer Overseer 
(id=98704306452365318-127.0.0.1:46915_solr-n_0000000000) starting
   [junit4]   2> 2800313 INFO  (jetty-launcher-3113-thread-2) 
[n:127.0.0.1:63606_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:63606_solr
   [junit4]   2> 2800316 INFO  
(zkCallback-3125-thread-1-processing-n:127.0.0.1:46915_solr) 
[n:127.0.0.1:46915_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2800316 INFO  
(zkCallback-3124-thread-1-processing-n:127.0.0.1:63606_solr) 
[n:127.0.0.1:63606_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2800324 INFO  (jetty-launcher-3113-thread-1) 
[n:127.0.0.1:46915_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46915_solr
   [junit4]   2> 2800326 INFO  
(zkCallback-3125-thread-1-processing-n:127.0.0.1:46915_solr) 
[n:127.0.0.1:46915_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2800328 INFO  
(zkCallback-3124-thread-1-processing-n:127.0.0.1:63606_solr) 
[n:127.0.0.1:63606_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2800386 INFO  (jetty-launcher-3113-thread-1) 
[n:127.0.0.1:46915_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46915.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@45cf19fc
   [junit4]   2> 2800391 INFO  (jetty-launcher-3113-thread-1) 
[n:127.0.0.1:46915_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46915.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@45cf19fc
   [junit4]   2> 2800391 INFO  (jetty-launcher-3113-thread-1) 
[n:127.0.0.1:46915_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46915.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@45cf19fc
   [junit4]   2> 2800392 INFO  (jetty-launcher-3113-thread-1) 
[n:127.0.0.1:46915_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_E1FDA922DFA9BD1F-001/tempDir-001/node1/.
   [junit4]   2> 2800435 INFO  (jetty-launcher-3113-thread-2) 
[n:127.0.0.1:63606_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63606.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@45cf19fc
   [junit4]   2> 2800441 INFO  (jetty-launcher-3113-thread-2) 
[n:127.0.0.1:63606_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63606.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@45cf19fc
   [junit4]   2> 2800441 INFO  (jetty-launcher-3113-thread-2) 
[n:127.0.0.1:63606_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63606.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@45cf19fc
   [junit4]   2> 2800442 INFO  (jetty-launcher-3113-thread-2) 
[n:127.0.0.1:63606_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_E1FDA922DFA9BD1F-001/tempDir-001/node2/.
   [junit4]   2> 2800462 INFO  
(SUITE-TestCloudRecovery-seed#[E1FDA922DFA9BD1F]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2800464 INFO  
(SUITE-TestCloudRecovery-seed#[E1FDA922DFA9BD1F]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46861/solr ready
   [junit4]   2> 2800470 INFO  (qtp1504203364-22402) [n:127.0.0.1:46915_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> 2800474 INFO  
(OverseerThreadFactory-9450-thread-1-processing-n:127.0.0.1:46915_solr) 
[n:127.0.0.1:46915_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 2800589 INFO  
(OverseerStateUpdate-98704306452365318-127.0.0.1:46915_solr-n_0000000000) 
[n:127.0.0.1:46915_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:46915/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 2800596 INFO  
(OverseerStateUpdate-98704306452365318-127.0.0.1:46915_solr-n_0000000000) 
[n:127.0.0.1:46915_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:63606/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 2800603 INFO  
(OverseerStateUpdate-98704306452365318-127.0.0.1:46915_solr-n_0000000000) 
[n:127.0.0.1:46915_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:46915/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 2800609 INFO  
(OverseerStateUpdate-98704306452365318-127.0.0.1:46915_solr-n_0000000000) 
[n:127.0.0.1:46915_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:63606/solr";,
   [junit4]   2>   "type":"TLOG"} 
   [junit4]   2> 2800811 INFO  (qtp1504203364-22403) [n:127.0.0.1:46915_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> 2800813 INFO  (qtp1504203364-22405) [n:127.0.0.1:46915_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> 2800814 INFO  (qtp1504203364-22403) [n:127.0.0.1:46915_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2800815 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_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> 2800815 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_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> 2800815 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2800943 INFO  
(zkCallback-3125-thread-1-processing-n:127.0.0.1:46915_solr) 
[n:127.0.0.1:46915_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> 2800943 INFO  
(zkCallback-3124-thread-1-processing-n:127.0.0.1:63606_solr) 
[n:127.0.0.1:63606_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> 2800944 INFO  
(zkCallback-3125-thread-2-processing-n:127.0.0.1:46915_solr) 
[n:127.0.0.1:46915_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> 2800944 INFO  
(zkCallback-3124-thread-2-processing-n:127.0.0.1:63606_solr) 
[n:127.0.0.1:63606_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> 2801836 INFO  (qtp1504203364-22403) [n:127.0.0.1:46915_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> 2801836 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_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> 2801837 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_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> 2801844 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_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> 2801844 INFO  (qtp1504203364-22403) [n:127.0.0.1:46915_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> 2801844 INFO  (qtp1504203364-22405) [n:127.0.0.1:46915_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> 2801855 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_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> 2801855 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_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> 2801856 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_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> 2801856 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63606.solr.core.collection1.shard1.replica_t2' (registry 
'solr.core.collection1.shard1.replica_t2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@45cf19fc
   [junit4]   2> 2801856 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2801856 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_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_E1FDA922DFA9BD1F-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_E1FDA922DFA9BD1F-001/tempDir-001/node2/./collection1_shard1_replica_t2/data/]
   [junit4]   2> 2801857 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_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> 2801857 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_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> 2801858 INFO  (qtp1504203364-22403) [n:127.0.0.1:46915_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> 2801858 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_63606.solr.core.collection1.shard2.replica_t6' (registry 
'solr.core.collection1.shard2.replica_t6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@45cf19fc
   [junit4]   2> 2801858 INFO  (qtp1504203364-22403) [n:127.0.0.1:46915_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> 2801858 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2801858 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_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_E1FDA922DFA9BD1F-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_E1FDA922DFA9BD1F-001/tempDir-001/node2/./collection1_shard2_replica_t6/data/]
   [junit4]   2> 2801858 INFO  (qtp1504203364-22403) [n:127.0.0.1:46915_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46915.solr.core.collection1.shard1.replica_t1' (registry 
'solr.core.collection1.shard1.replica_t1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@45cf19fc
   [junit4]   2> 2801858 INFO  (qtp1504203364-22403) [n:127.0.0.1:46915_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2801858 INFO  (qtp1504203364-22403) [n:127.0.0.1:46915_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_E1FDA922DFA9BD1F-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_E1FDA922DFA9BD1F-001/tempDir-001/node1/./collection1_shard1_replica_t1/data/]
   [junit4]   2> 2801871 INFO  (qtp1504203364-22405) [n:127.0.0.1:46915_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> 2801872 INFO  (qtp1504203364-22405) [n:127.0.0.1:46915_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> 2801872 INFO  (qtp1504203364-22405) [n:127.0.0.1:46915_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> 2801872 INFO  (qtp1504203364-22405) [n:127.0.0.1:46915_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46915.solr.core.collection1.shard2.replica_t4' (registry 
'solr.core.collection1.shard2.replica_t4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@45cf19fc
   [junit4]   2> 2801872 INFO  (qtp1504203364-22405) [n:127.0.0.1:46915_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2801872 INFO  (qtp1504203364-22405) [n:127.0.0.1:46915_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_E1FDA922DFA9BD1F-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_E1FDA922DFA9BD1F-001/tempDir-001/node1/./collection1_shard2_replica_t4/data/]
   [junit4]   2> 2801934 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_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> 2801934 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_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> 2801936 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2801936 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2801942 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@23df4b39[collection1_shard1_replica_t2] main]
   [junit4]   2> 2801943 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_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> 2801944 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_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> 2801944 INFO  (qtp1504203364-22403) [n:127.0.0.1:46915_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> 2801944 INFO  (qtp1504203364-22403) [n:127.0.0.1:46915_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> 2801944 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_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> 2801944 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_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 1579268905246916608
   [junit4]   2> 2801945 INFO  (qtp1504203364-22403) [n:127.0.0.1:46915_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2801945 INFO  (qtp1504203364-22403) [n:127.0.0.1:46915_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2801946 INFO  (qtp1504203364-22403) [n:127.0.0.1:46915_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5947d338[collection1_shard1_replica_t1] main]
   [junit4]   2> 2801947 INFO  
(searcherExecutor-9455-thread-1-processing-n:127.0.0.1:63606_solr 
x:collection1_shard1_replica_t2 s:shard1 c:collection1 r:core_node5) 
[n:127.0.0.1:63606_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@23df4b39[collection1_shard1_replica_t2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2801947 INFO  (qtp1504203364-22403) [n:127.0.0.1:46915_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> 2801948 INFO  (qtp1504203364-22403) [n:127.0.0.1:46915_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> 2801948 INFO  (qtp1504203364-22403) [n:127.0.0.1:46915_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> 2801948 INFO  (qtp1504203364-22403) [n:127.0.0.1:46915_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 1579268905251110912
   [junit4]   2> 2801949 INFO  
(searcherExecutor-9457-thread-1-processing-n:127.0.0.1:46915_solr 
x:collection1_shard1_replica_t1 s:shard1 c:collection1 r:core_node3) 
[n:127.0.0.1:46915_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@5947d338[collection1_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2801951 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_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> 2801951 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_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> 2801951 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2801951 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2801953 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@23c8e241[collection1_shard2_replica_t6] main]
   [junit4]   2> 2801954 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2801954 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2801954 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:63606/solr/collection1_shard1_replica_t2/
   [junit4]   2> 2801954 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_t2 
url=http://127.0.0.1:63606/solr START 
replicas=[http://127.0.0.1:46915/solr/collection1_shard1_replica_t1/] 
nUpdates=100
   [junit4]   2> 2801956 INFO  (qtp1504203364-22407) [n:127.0.0.1:46915_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=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2801956 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_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> 2801957 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_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> 2801957 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_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> 2801957 INFO  (qtp1504203364-22405) [n:127.0.0.1:46915_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> 2801957 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_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 1579268905260548096
   [junit4]   2> 2801957 INFO  (qtp1504203364-22405) [n:127.0.0.1:46915_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> 2801958 INFO  (qtp1504203364-22405) [n:127.0.0.1:46915_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2801958 INFO  (qtp1504203364-22405) [n:127.0.0.1:46915_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2801960 INFO  (qtp1504203364-22405) [n:127.0.0.1:46915_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3166b8d9[collection1_shard2_replica_t4] main]
   [junit4]   2> 2801961 INFO  
(searcherExecutor-9456-thread-1-processing-n:127.0.0.1:63606_solr 
x:collection1_shard2_replica_t6 s:shard2 c:collection1 r:core_node8) 
[n:127.0.0.1:63606_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@23c8e241[collection1_shard2_replica_t6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2801963 INFO  (qtp1504203364-22405) [n:127.0.0.1:46915_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> 2801963 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2801964 INFO  (qtp1504203364-22405) [n:127.0.0.1:46915_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> 2801965 INFO  (qtp1504203364-22405) [n:127.0.0.1:46915_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> 2801965 INFO  
(searcherExecutor-9458-thread-1-processing-n:127.0.0.1:46915_solr 
x:collection1_shard2_replica_t4 s:shard2 c:collection1 r:core_node7) 
[n:127.0.0.1:46915_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@3166b8d9[collection1_shard2_replica_t4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2801965 INFO  (qtp1504203364-22405) [n:127.0.0.1:46915_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 1579268905268936704
   [junit4]   2> 2802067 INFO  
(zkCallback-3124-thread-2-processing-n:127.0.0.1:63606_solr) 
[n:127.0.0.1:63606_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> 2802067 INFO  
(zkCallback-3124-thread-1-processing-n:127.0.0.1:63606_solr) 
[n:127.0.0.1:63606_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> 2802067 INFO  
(zkCallback-3125-thread-1-processing-n:127.0.0.1:46915_solr) 
[n:127.0.0.1:46915_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> 2802067 INFO  
(zkCallback-3125-thread-2-processing-n:127.0.0.1:46915_solr) 
[n:127.0.0.1:46915_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> 2802256 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_t2 
url=http://127.0.0.1:63606/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2802256 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 2802256 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2802256 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2802257 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.ZkController collection1_shard1_replica_t2 stopping background 
replication from leader
   [junit4]   2> 2802268 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:63606/solr/collection1_shard1_replica_t2/ shard1
   [junit4]   2> 2802377 INFO  
(zkCallback-3125-thread-1-processing-n:127.0.0.1:46915_solr) 
[n:127.0.0.1:46915_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> 2802377 INFO  
(zkCallback-3124-thread-1-processing-n:127.0.0.1:63606_solr) 
[n:127.0.0.1:63606_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> 2802377 INFO  
(zkCallback-3125-thread-2-processing-n:127.0.0.1:46915_solr) 
[n:127.0.0.1:46915_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> 2802377 INFO  
(zkCallback-3124-thread-2-processing-n:127.0.0.1:63606_solr) 
[n:127.0.0.1:63606_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> 2802420 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2802423 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_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=1609
   [junit4]   2> 2802469 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2802469 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2802470 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:63606/solr/collection1_shard2_replica_t6/
   [junit4]   2> 2802470 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_t6 
url=http://127.0.0.1:63606/solr START 
replicas=[http://127.0.0.1:46915/solr/collection1_shard2_replica_t4/] 
nUpdates=100
   [junit4]   2> 2802471 INFO  (qtp1504203364-22400) [n:127.0.0.1:46915_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2802530 INFO  
(zkCallback-3125-thread-2-processing-n:127.0.0.1:46915_solr) 
[n:127.0.0.1:46915_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> 2802530 INFO  
(zkCallback-3124-thread-2-processing-n:127.0.0.1:63606_solr) 
[n:127.0.0.1:63606_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> 2802530 INFO  
(zkCallback-3124-thread-1-processing-n:127.0.0.1:63606_solr) 
[n:127.0.0.1:63606_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> 2802530 INFO  
(zkCallback-3125-thread-1-processing-n:127.0.0.1:46915_solr) 
[n:127.0.0.1:46915_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> 2802772 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_t6 
url=http://127.0.0.1:63606/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2802772 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 2802773 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2802773 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2802774 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ZkController collection1_shard2_replica_t6 stopping background 
replication from leader
   [junit4]   2> 2802786 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:63606/solr/collection1_shard2_replica_t6/ shard2
   [junit4]   2> 2802894 INFO  
(zkCallback-3125-thread-2-processing-n:127.0.0.1:46915_solr) 
[n:127.0.0.1:46915_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> 2802895 INFO  
(zkCallback-3125-thread-1-processing-n:127.0.0.1:46915_solr) 
[n:127.0.0.1:46915_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> 2802897 INFO  
(zkCallback-3124-thread-1-processing-n:127.0.0.1:63606_solr) 
[n:127.0.0.1:63606_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> 2802898 INFO  
(zkCallback-3124-thread-2-processing-n:127.0.0.1:63606_solr) 
[n:127.0.0.1:63606_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> 2802938 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2802940 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_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=2126
   [junit4]   2> 2802962 INFO  (qtp1504203364-22403) [n:127.0.0.1:46915_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.ZkController collection1_shard1_replica_t1 starting background 
replication from leader
   [junit4]   2> 2802962 INFO  (qtp1504203364-22403) [n:127.0.0.1:46915_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 2802963 INFO  (qtp1504203364-22403) [n:127.0.0.1:46915_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 2802964 INFO  (qtp1504203364-22403) [n:127.0.0.1:46915_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=2154
   [junit4]   2> 2802969 INFO  (qtp1504203364-22405) [n:127.0.0.1:46915_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ZkController collection1_shard2_replica_t4 starting background 
replication from leader
   [junit4]   2> 2802969 INFO  (qtp1504203364-22405) [n:127.0.0.1:46915_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 2802970 INFO  (qtp1504203364-22405) [n:127.0.0.1:46915_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 2802970 INFO  (indexFetcher-9478-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Replica core_node8 is 
leader but it's state is down, skipping replication
   [junit4]   2> 2802971 INFO  (qtp1504203364-22405) [n:127.0.0.1:46915_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=2160
   [junit4]   2> 2802974 INFO  (qtp1504203364-22402) [n:127.0.0.1:46915_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> 2803075 INFO  
(zkCallback-3124-thread-1-processing-n:127.0.0.1:63606_solr) 
[n:127.0.0.1:63606_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> 2803075 INFO  
(zkCallback-3125-thread-1-processing-n:127.0.0.1:46915_solr) 
[n:127.0.0.1:46915_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> 2803075 INFO  
(zkCallback-3124-thread-2-processing-n:127.0.0.1:63606_solr) 
[n:127.0.0.1:63606_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> 2803075 INFO  
(zkCallback-3125-thread-2-processing-n:127.0.0.1:46915_solr) 
[n:127.0.0.1:46915_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> 2803975 INFO  (qtp1504203364-22402) [n:127.0.0.1:46915_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=3506
   [junit4]   2> 2803975 INFO  
(SUITE-TestCloudRecovery-seed#[E1FDA922DFA9BD1F]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 2803976 INFO  
(SUITE-TestCloudRecovery-seed#[E1FDA922DFA9BD1F]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 2804019 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[E1FDA922DFA9BD1F])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting leaderRecoverFromLogOnStartupTest
   [junit4]   2> 2804030 INFO  (qtp1504203364-22406) [n:127.0.0.1:46915_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&_version_=-1579268907429003264&distrib.from=http://127.0.0.1:63606/solr/collection1_shard1_replica_t2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1579268907429003264)} 0 1
   [junit4]   2> 2804031 INFO  (qtp366274840-22413) [n:127.0.0.1:63606_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=TOLEADER&distrib.from=http://127.0.0.1:63606/solr/collection1_shard2_replica_t6/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1579268907429003264)} 0 6
   [junit4]   2> 2804032 INFO  (qtp1504203364-22404) [n:127.0.0.1:46915_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t4]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&_version_=-1579268907425857536&distrib.from=http://127.0.0.1:63606/solr/collection1_shard2_replica_t6/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1579268907425857536)} 0 4
   [junit4]   2> 2804032 INFO  (qtp366274840-22412) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t6]  
webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* 
(-1579268907425857536)} 0 10
   [junit4]   2> 2804034 INFO  (qtp1504203364-22407) [n:127.0.0.1:46915_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.TestInjection Start waiting for replica in sync with leader
   [junit4]   2> 2804034 INFO  (qtp366274840-22415) [n:127.0.0.1:63606_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579268907438440448,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2804034 INFO  (qtp366274840-22415) [n:127.0.0.1:63606_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2804034 INFO  (qtp366274840-22415) [n:127.0.0.1:63606_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2804034 INFO  (qtp1504203364-22400) [n:127.0.0.1:46915_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1] 
o.a.s.u.TestInjection Start waiting for replica in sync with leader
   [junit4]   2> 2804035 INFO  (qtp366274840-22415) [n:127.0.0.1:63606_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&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:63606/solr/collection1_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 2804035 INFO  (qtp366274840-22408) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1579268907439489024,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2804036 INFO  (qtp366274840-22408) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2804036 INFO  (qtp366274840-22408) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2804036 INFO  (qtp366274840-22415) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2804037 INFO  (qtp366274840-22408) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t6]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:63606/solr/collection1_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 2804037 INFO  (qtp366274840-22415) [n:127.0.0.1:63606_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2804480 INFO  
(OverseerCollectionConfigSetProcessor-98704306452365318-127.0.0.1:46915_solr-n_0000000000)
 [n:127.0.0.1:46915_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> 2804541 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2804541 INFO  (qtp366274840-22408) [n:127.0.0.1:63606_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2805051 INFO  (qtp366274840-22415) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2805051 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2805556 INFO  (qtp366274840-22413) [n:127.0.0.1:63606_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2805561 INFO  (qtp366274840-22412) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=1
   [junit4]   2> 2805639 INFO  (indexFetcher-9476-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Updated masterUrl to 
http://127.0.0.1:63606/solr/collection1_shard1_replica_t2/
   [junit4]   2> 2805641 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_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=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2805641 INFO  (indexFetcher-9476-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2805641 INFO  (indexFetcher-9476-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2805641 INFO  (indexFetcher-9476-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2805641 INFO  (indexFetcher-9476-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2805971 INFO  (indexFetcher-9478-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Last replication failed, 
so I'll force replication
   [junit4]   2> 2805972 INFO  (indexFetcher-9478-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Updated masterUrl to 
http://127.0.0.1:63606/solr/collection1_shard2_replica_t6/
   [junit4]   2> 2805972 INFO  (qtp366274840-22408) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2805972 INFO  (indexFetcher-9478-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2805973 INFO  (indexFetcher-9478-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2805973 INFO  (indexFetcher-9478-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2805973 INFO  (indexFetcher-9478-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2805973 INFO  (indexFetcher-9478-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher New index in Master. 
Deleting mine...
   [junit4]   2> 2805973 INFO  (indexFetcher-9478-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2805973 INFO  (indexFetcher-9478-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.u.SolrIndexWriter Calling setCommitData 
with IW:org.apache.solr.update.SolrIndexWriter@4a780675 commitCommandVersion:0
   [junit4]   2> 2805976 INFO  (indexFetcher-9478-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@40806d05[collection1_shard2_replica_t4] main]
   [junit4]   2> 2805977 INFO  (indexFetcher-9478-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2805979 INFO  
(searcherExecutor-9458-thread-1-processing-n:127.0.0.1:46915_solr 
x:collection1_shard2_replica_t4 s:shard2 c:collection1 r:core_node7) 
[n:127.0.0.1:46915_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@40806d05[collection1_shard2_replica_t4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2806064 INFO  (qtp366274840-22415) [n:127.0.0.1:63606_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2806065 INFO  (qtp366274840-22412) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2806569 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2806569 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2807074 INFO  (qtp366274840-22415) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2807079 INFO  (qtp366274840-22413) [n:127.0.0.1:63606_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2807580 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2807583 INFO  (qtp366274840-22412) [n:127.0.0.1:63606_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2808083 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2808087 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2808590 INFO  (qtp366274840-22408) [n:127.0.0.1:63606_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2808590 INFO  (qtp366274840-22413) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2808637 INFO  (qtp366274840-22412) [n:127.0.0.1:63606_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=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2808638 INFO  (indexFetcher-9476-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2808638 INFO  (indexFetcher-9476-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2808638 INFO  (indexFetcher-9476-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 2808638 INFO  (indexFetcher-9476-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 2808973 INFO  (qtp366274840-22411) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 2808974 INFO  (indexFetcher-9478-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 2808974 INFO  (indexFetcher-9478-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 2808974 INFO  (indexFetcher-9478-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 2808974 INFO  (indexFetcher-9478-thread-1) 
[n:127.0.0.1:46915_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_t4] o.a.s.h.IndexFetcher Slave's version: 
1506108197662
   [junit4]   2> 2809100 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2809100 INFO  (qtp366274840-22408) [n:127.0.0.1:63606_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2809605 INFO  (qtp366274840-22412) [n:127.0.0.1:63606_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2809605 INFO  (qtp366274840-22413) [n:127.0.0.1:63606_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2810118 INFO  (qtp366274840-22410) [n:127.0.0.1:63606_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=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 2810118 INFO  (qtp366274840-22411) [

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

eReader A cluster state change: [WatchedEvent state:SyncConnected 
type:NodeDataChanged path:/collections/workQueue/state.json] for collection 
[workQueue] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 161063 INFO  
(zkCallback-25-thread-2-processing-n:127.0.0.1:43490_solr) 
[n:127.0.0.1:43490_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/mainCorpus/state.json] for collection [mainCorpus] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 161063 INFO  
(zkCallback-25-thread-6-processing-n:127.0.0.1:43490_solr) 
[n:127.0.0.1:43490_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/workQueue/state.json] for collection [workQueue] has occurred 
- updating... (live nodes size: [3])
   [junit4]   2> 161066 INFO  (coreCloseExecutor-243-thread-1) 
[n:127.0.0.1:36435_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard1.leader, tag=154022825
   [junit4]   2> 161081 INFO  (coreCloseExecutor-246-thread-1) 
[n:127.0.0.1:52232_solr c:destination s:shard1 r:core_node3 
x:destination_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.destination.shard1.leader, tag=133732701
   [junit4]   2> 161088 INFO  (jetty-closer-6-thread-4) [    ] o.a.s.c.Overseer 
Overseer (id=98704339802259465-127.0.0.1:43490_solr-n_0000000000) closing
   [junit4]   2> 161090 INFO  
(OverseerStateUpdate-98704339802259465-127.0.0.1:43490_solr-n_0000000000) 
[n:127.0.0.1:43490_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:43490_solr
   [junit4]   2> 161106 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15eab12f7b4000c, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 161114 INFO  (jetty-closer-6-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3c31ffd8{/solr,null,UNAVAILABLE}
   [junit4]   2> 161129 INFO  (jetty-closer-6-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@507ed89e{/solr,null,UNAVAILABLE}
   [junit4]   2> 162408 WARN  
(zkCallback-27-thread-1-processing-n:127.0.0.1:60150_solr) 
[n:127.0.0.1:60150_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 162409 INFO  (jetty-closer-6-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@25a182af{/solr,null,UNAVAILABLE}
   [junit4]   2> 162608 WARN  
(zkCallback-25-thread-2-processing-n:127.0.0.1:43490_solr) 
[n:127.0.0.1:43490_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 162608 INFO  (jetty-closer-6-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2aafa92{/solr,null,UNAVAILABLE}
   [junit4]   2> 162610 ERROR 
(SUITE-StreamExpressionTest-seed#[6656DC8B1B13ED40]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 162612 INFO  
(SUITE-StreamExpressionTest-seed#[6656DC8B1B13ED40]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:34611 34611
   [junit4]   2> 174368 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxnFactory Ignoring unexpected runtime exception
   [junit4]   2> java.nio.channels.CancelledKeyException
   [junit4]   2>        at 
sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73)
   [junit4]   2>        at 
sun.nio.ch.SelectionKeyImpl.readyOps(SelectionKeyImpl.java:87)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:182)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 174369 INFO  (Thread-12) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:34611 34611
   [junit4]   2> 174374 WARN  (Thread-12) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        92      /solr/aliases.json
   [junit4]   2>        92      /solr/clusterprops.json
   [junit4]   2>        10      /solr/configs/conf
   [junit4]   2>        7       /solr/configs/ml
   [junit4]   2>        4       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        92      /solr/clusterstate.json
   [junit4]   2>        42      
/solr/collections/destinationCollection/state.json
   [junit4]   2>        30      
/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2>        24      /solr/collections/destination/state.json
   [junit4]   2>        22      /solr/collections/mainCorpus/state.json
   [junit4]   2>        20      
/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2>        20      /solr/collections/workQueue/state.json
   [junit4]   2>        12      /solr/collections/collection1/state.json
   [junit4]   2>        12      /solr/collections/uknownCollection/state.json
   [junit4]   2>        12      /solr/collections/modelCollection/state.json
   [junit4]   2>        10      
/solr/collections/checkpointCollection/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/98704339802259467-127.0.0.1:52232_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        92      /solr/live_nodes
   [junit4]   2>        92      /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-7.x-Solaris/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_6656DC8B1B13ED40-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{name_s=BlockTreeOrds(blocksize=128), expr_s=PostingsFormat(name=MockRandom), 
terms_ss=Lucene50(blocksize=128), 
field_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
join2_s=Lucene50(blocksize=128), multiDefault=Lucene50(blocksize=128), 
subject=Lucene50(blocksize=128), 
a1_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
a2_s=PostingsFormat(name=MockRandom), level1_s=PostingsFormat(name=MockRandom), 
body_t=BlockTreeOrds(blocksize=128), s_multi=PostingsFormat(name=MockRandom), 
col_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
a_ss=Lucene50(blocksize=128), 
level2_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
a_s=PostingsFormat(name=MockRandom), 
tv_text=PostingsFormat(name=LuceneVarGapFixedInterval), 
term_s=Lucene50(blocksize=128), a_t=Lucene50(blocksize=128), 
text_s=PostingsFormat(name=MockRandom), id=BlockTreeOrds(blocksize=128), 
text=PostingsFormat(name=MockRandom), 
featureSet_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
checkpoint_ss=BlockTreeOrds(blocksize=128), 
test_t=BlockTreeOrds(blocksize=128), 
ident_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
whitetok=BlockTreeOrds(blocksize=128), side_s=BlockTreeOrds(blocksize=128)}, 
docValues:{name_s=DocValuesFormat(name=Lucene70), 
expr_s=DocValuesFormat(name=Asserting), 
iteration_i=DocValuesFormat(name=Lucene70), 
terms_ss=DocValuesFormat(name=Direct), join2_s=DocValuesFormat(name=Direct), 
multiDefault=DocValuesFormat(name=Direct), a_f=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Lucene70), 
falseNegative_i=DocValuesFormat(name=Lucene70), 
a2_s=DocValuesFormat(name=Asserting), a_i=DocValuesFormat(name=Lucene70), 
level1_s=DocValuesFormat(name=Asserting), a_s=DocValuesFormat(name=Asserting), 
id=DocValuesFormat(name=Lucene70), alpha_d=DocValuesFormat(name=Lucene70), 
i_multi=DocValuesFormat(name=Lucene70), idf_d=DocValuesFormat(name=Lucene70), 
b_ls=DocValuesFormat(name=Lucene70), 
checkpoint_ss=DocValuesFormat(name=Lucene70), 
ident_s=DocValuesFormat(name=Lucene70), order_i=DocValuesFormat(name=Direct), 
error_d=DocValuesFormat(name=Asserting), 
truePositive_i=DocValuesFormat(name=Asserting), 
side_s=DocValuesFormat(name=Lucene70), miles_i=DocValuesFormat(name=Lucene70), 
field_s=DocValuesFormat(name=Lucene70), price_f=DocValuesFormat(name=Direct), 
a1_s=DocValuesFormat(name=Lucene70), join1_i=DocValuesFormat(name=Asserting), 
join3_i=DocValuesFormat(name=Lucene70), test_i=DocValuesFormat(name=Direct), 
falsePositive_i=DocValuesFormat(name=Lucene70), 
field_i=DocValuesFormat(name=Direct), s_multi=DocValuesFormat(name=Asserting), 
col_s=DocValuesFormat(name=Lucene70), a_ss=DocValuesFormat(name=Direct), 
level2_s=DocValuesFormat(name=Lucene70), 
score_f=DocValuesFormat(name=Asserting), term_s=DocValuesFormat(name=Direct), 
text_s=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Direct), 
idfs_ds=DocValuesFormat(name=Direct), 
weights_ds=DocValuesFormat(name=Lucene70), 
featureSet_s=DocValuesFormat(name=Lucene70), 
trueNegative_i=DocValuesFormat(name=Asserting), 
index_i=DocValuesFormat(name=Lucene70), 
test_dt=DocValuesFormat(name=Asserting), out_i=DocValuesFormat(name=Lucene70), 
_version_=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1302, 
maxMBSortInHeap=7.588478171830985, sim=RandomSimilarity(queryNorm=true): {}, 
locale=zh-CN, timezone=ROK
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_141 
(64-bit)/cpus=3,threads=1,free=155842968,total=329252864
   [junit4]   2> NOTE: All tests run in this JVM: 
[CollectionAdminRequestRequiredParamsTest, SolrSchemalessExampleTest, 
OperationsTest, TermsResponseTest, JsonValidatorTest, StreamExpressionTest]
   [junit4] Completed [58/145 (1!)] on J0 in 157.82s, 110 tests, 1 error <<< 
FAILURES!

[...truncated 45731 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to