Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/265/

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

Error Message:
Could not load collection from ZK: collection1

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
collection1
        at 
__randomizedtesting.SeedInfo.seed([6B92EF153FC882F1:E8E4B0E7E9B18C50]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1122)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:130)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:110)
        at 
org.apache.solr.common.cloud.ClusterStateUtil.waitForAllActiveAndLiveReplicas(ClusterStateUtil.java:70)
        at 
org.apache.solr.cloud.TestCloudRecovery.corruptedLogTest(TestCloudRecovery.java:184)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/collection1/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:332)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:332)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1134)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1120)
        ... 44 more


FAILED:  org.apache.solr.core.TestLazyCores.testNoCommit

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([6B92EF153FC882F1:B4F24EC4F4EFE154]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
        at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
        at 
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
        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: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound='10']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">39</int><lst name="params"><str 
name="q">*:*</str></lst></lst><result name="response" numFound="0" 
start="0"></result>
</response>

        request was:q=*:*
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:894)
        ... 41 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) 
Thread[id=2206, name=searcherExecutor-957-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         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 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=2206, name=searcherExecutor-957-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]
        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 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([6B92EF153FC882F1]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=2206, name=searcherExecutor-957-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         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 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=2206, name=searcherExecutor-957-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]
        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 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([6B92EF153FC882F1]:0)




Build Log:
[...truncated 11764 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> 248560 INFO  
(SUITE-TestCloudRecovery-seed#[6B92EF153FC882F1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_6B92EF153FC882F1-001/init-core-data-001
   [junit4]   2> 248598 INFO  
(SUITE-TestCloudRecovery-seed#[6B92EF153FC882F1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 248599 INFO  
(SUITE-TestCloudRecovery-seed#[6B92EF153FC882F1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 248638 INFO  
(SUITE-TestCloudRecovery-seed#[6B92EF153FC882F1]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_6B92EF153FC882F1-001/tempDir-001
   [junit4]   2> 248638 INFO  
(SUITE-TestCloudRecovery-seed#[6B92EF153FC882F1]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 248639 INFO  (Thread-63) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 248639 INFO  (Thread-63) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 248670 ERROR (Thread-63) [    ] 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> 248749 INFO  
(SUITE-TestCloudRecovery-seed#[6B92EF153FC882F1]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:52556
   [junit4]   2> 248919 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 0x1601064909f0000, 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> 249037 INFO  (jetty-launcher-60-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 249279 INFO  (jetty-launcher-60-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@62237f35{/solr,null,AVAILABLE}
   [junit4]   2> 249305 INFO  (jetty-launcher-60-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7bcab1dd{HTTP/1.1,[http/1.1]}{127.0.0.1:46153}
   [junit4]   2> 249328 INFO  (jetty-launcher-60-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 249405 INFO  (jetty-launcher-60-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4c3eec1c{/solr,null,AVAILABLE}
   [junit4]   2> 249405 INFO  (jetty-launcher-60-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4d936779{HTTP/1.1,[http/1.1]}{127.0.0.1:39848}
   [junit4]   2> 249405 INFO  (jetty-launcher-60-thread-2) [    ] 
o.e.j.s.Server Started @271532ms
   [junit4]   2> 249405 INFO  (jetty-launcher-60-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39848}
   [junit4]   2> 249448 ERROR (jetty-launcher-60-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 249461 INFO  (jetty-launcher-60-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 249461 INFO  (jetty-launcher-60-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 249461 INFO  (jetty-launcher-60-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 249461 INFO  (jetty-launcher-60-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-01T04:45:15.074Z
   [junit4]   2> 249463 INFO  (jetty-launcher-60-thread-1) [    ] 
o.e.j.s.Server Started @271431ms
   [junit4]   2> 249463 INFO  (jetty-launcher-60-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46153}
   [junit4]   2> 249463 ERROR (jetty-launcher-60-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 249866 INFO  (jetty-launcher-60-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 249867 INFO  (jetty-launcher-60-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 249867 INFO  (jetty-launcher-60-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 249867 INFO  (jetty-launcher-60-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-01T04:45:15.480Z
   [junit4]   2> 250537 INFO  (jetty-launcher-60-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 252028 INFO  (jetty-launcher-60-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 252059 INFO  (jetty-launcher-60-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52556/solr
   [junit4]   2> 252355 INFO  (jetty-launcher-60-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52556/solr
   [junit4]   2> 253541 INFO  (jetty-launcher-60-thread-1) 
[n:127.0.0.1:46153_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 253542 INFO  (jetty-launcher-60-thread-2) 
[n:127.0.0.1:39848_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 253670 INFO  (jetty-launcher-60-thread-1) 
[n:127.0.0.1:46153_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:46153_solr
   [junit4]   2> 253682 INFO  (jetty-launcher-60-thread-2) 
[n:127.0.0.1:39848_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39848_solr
   [junit4]   2> 253682 INFO  (jetty-launcher-60-thread-1) 
[n:127.0.0.1:46153_solr    ] o.a.s.c.Overseer Overseer 
(id=99097215911264262-127.0.0.1:46153_solr-n_0000000000) starting
   [junit4]   2> 253684 INFO  
(zkCallback-72-thread-1-processing-n:127.0.0.1:46153_solr) 
[n:127.0.0.1:46153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 253710 INFO  
(zkCallback-71-thread-1-processing-n:127.0.0.1:39848_solr) 
[n:127.0.0.1:39848_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 253949 INFO  (jetty-launcher-60-thread-1) 
[n:127.0.0.1:46153_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46153_solr
   [junit4]   2> 253971 INFO  
(zkCallback-72-thread-1-processing-n:127.0.0.1:46153_solr) 
[n:127.0.0.1:46153_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 253989 INFO  
(zkCallback-71-thread-1-processing-n:127.0.0.1:39848_solr) 
[n:127.0.0.1:39848_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 255880 INFO  (jetty-launcher-60-thread-2) 
[n:127.0.0.1:39848_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39848.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12ed8855
   [junit4]   2> 255972 INFO  (jetty-launcher-60-thread-2) 
[n:127.0.0.1:39848_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39848.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12ed8855
   [junit4]   2> 256041 INFO  (jetty-launcher-60-thread-2) 
[n:127.0.0.1:39848_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39848.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12ed8855
   [junit4]   2> 256042 INFO  (jetty-launcher-60-thread-2) 
[n:127.0.0.1:39848_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_6B92EF153FC882F1-001/tempDir-001/node2/.
   [junit4]   2> 256917 INFO  (jetty-launcher-60-thread-1) 
[n:127.0.0.1:46153_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46153.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12ed8855
   [junit4]   2> 257278 INFO  (jetty-launcher-60-thread-1) 
[n:127.0.0.1:46153_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46153.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12ed8855
   [junit4]   2> 257279 INFO  (jetty-launcher-60-thread-1) 
[n:127.0.0.1:46153_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46153.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12ed8855
   [junit4]   2> 257287 INFO  (jetty-launcher-60-thread-1) 
[n:127.0.0.1:46153_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_6B92EF153FC882F1-001/tempDir-001/node1/.
   [junit4]   2> 258179 INFO  
(SUITE-TestCloudRecovery-seed#[6B92EF153FC882F1]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 258180 INFO  
(SUITE-TestCloudRecovery-seed#[6B92EF153FC882F1]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52556/solr ready
   [junit4]   2> 258214 INFO  (qtp750240940-336) [n:127.0.0.1:46153_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> 258373 INFO  
(OverseerThreadFactory-133-thread-1-processing-n:127.0.0.1:46153_solr) 
[n:127.0.0.1:46153_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 258547 INFO  
(OverseerStateUpdate-99097215911264262-127.0.0.1:46153_solr-n_0000000000) 
[n:127.0.0.1:46153_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:39848/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 258549 INFO  
(OverseerStateUpdate-99097215911264262-127.0.0.1:46153_solr-n_0000000000) 
[n:127.0.0.1:46153_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_t3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46153/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 258568 INFO  
(OverseerStateUpdate-99097215911264262-127.0.0.1:46153_solr-n_0000000000) 
[n:127.0.0.1:46153_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:39848/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 258585 INFO  
(OverseerStateUpdate-99097215911264262-127.0.0.1:46153_solr-n_0000000000) 
[n:127.0.0.1:46153_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:46153/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 259001 INFO  (qtp750240940-333) [n:127.0.0.1:46153_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_t3&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 259002 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 259783 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_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> 259783 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 260466 INFO  
(zkCallback-72-thread-1-processing-n:127.0.0.1:46153_solr) 
[n:127.0.0.1:46153_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> 260837 INFO  
(zkCallback-71-thread-1-processing-n:127.0.0.1:39848_solr) 
[n:127.0.0.1:39848_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> 261914 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 261915 INFO  (qtp750240940-339) [n:127.0.0.1:46153_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> 261919 INFO  
(zkCallback-72-thread-2-processing-n:127.0.0.1:46153_solr) 
[n:127.0.0.1:46153_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> 262269 INFO  
(zkCallback-71-thread-2-processing-n:127.0.0.1:39848_solr) 
[n:127.0.0.1:39848_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> 262273 INFO  
(zkCallback-71-thread-1-processing-n:127.0.0.1:39848_solr) 
[n:127.0.0.1:39848_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> 262274 INFO  
(zkCallback-72-thread-2-processing-n:127.0.0.1:46153_solr) 
[n:127.0.0.1:46153_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> 262274 INFO  
(zkCallback-72-thread-1-processing-n:127.0.0.1:46153_solr) 
[n:127.0.0.1:46153_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> 262282 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 262341 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.s.IndexSchema [collection1_shard1_replica_t3] Schema name=minimal
   [junit4]   2> 262344 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 262344 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t3' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 262385 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46153.solr.core.collection1.shard1.replica_t3' (registry 
'solr.core.collection1.shard1.replica_t3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12ed8855
   [junit4]   2> 262450 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 262450 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.c.SolrCore [[collection1_shard1_replica_t3] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_6B92EF153FC882F1-001/tempDir-001/node1/collection1_shard1_replica_t3],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_6B92EF153FC882F1-001/tempDir-001/node1/./collection1_shard1_replica_t3/data/]
   [junit4]   2> 263283 INFO  (qtp750240940-339) [n:127.0.0.1:46153_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 263289 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 263299 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 263562 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_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> 263564 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_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> 263564 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_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> 263601 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.s.IndexSchema [collection1_shard1_replica_t1] Schema name=minimal
   [junit4]   2> 263603 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 263603 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 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> 263604 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39848.solr.core.collection1.shard1.replica_t1' (registry 
'solr.core.collection1.shard1.replica_t1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12ed8855
   [junit4]   2> 263604 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 263604 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.c.SolrCore [[collection1_shard1_replica_t1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_6B92EF153FC882F1-001/tempDir-001/node2/collection1_shard1_replica_t1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_6B92EF153FC882F1-001/tempDir-001/node2/./collection1_shard1_replica_t1/data/]
   [junit4]   2> 263677 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39848.solr.core.collection1.shard2.replica_t4' (registry 
'solr.core.collection1.shard2.replica_t4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12ed8855
   [junit4]   2> 263677 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 263677 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_6B92EF153FC882F1-001/tempDir-001/node2/collection1_shard2_replica_t4],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_6B92EF153FC882F1-001/tempDir-001/node2/./collection1_shard2_replica_t4/data/]
   [junit4]   2> 263684 INFO  (qtp750240940-339) [n:127.0.0.1:46153_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> 263699 INFO  (qtp750240940-339) [n:127.0.0.1:46153_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> 263699 INFO  (qtp750240940-339) [n:127.0.0.1:46153_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> 263700 INFO  (qtp750240940-339) [n:127.0.0.1:46153_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46153.solr.core.collection1.shard2.replica_t6' (registry 
'solr.core.collection1.shard2.replica_t6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@12ed8855
   [junit4]   2> 263700 INFO  (qtp750240940-339) [n:127.0.0.1:46153_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 263700 INFO  (qtp750240940-339) [n:127.0.0.1:46153_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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_6B92EF153FC882F1-001/tempDir-001/node1/collection1_shard2_replica_t6],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestCloudRecovery_6B92EF153FC882F1-001/tempDir-001/node1/./collection1_shard2_replica_t6/data/]
   [junit4]   2> 264119 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 264119 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 264120 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 264120 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 264333 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@480b672f[collection1_shard1_replica_t3] main]
   [junit4]   2> 264334 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 264335 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 264335 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 264337 INFO  
(searcherExecutor-138-thread-1-processing-n:127.0.0.1:46153_solr 
x:collection1_shard1_replica_t3 s:shard1 c:collection1 r:core_node5) 
[n:127.0.0.1:46153_solr c:collection1 s:shard1 r:core_node5 
x:collection1_shard1_replica_t3] o.a.s.c.SolrCore 
[collection1_shard1_replica_t3] Registered new searcher 
Searcher@480b672f[collection1_shard1_replica_t3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 264353 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1585555471037628416
   [junit4]   2> 264390 INFO  
(zkCallback-71-thread-1-processing-n:127.0.0.1:39848_solr) 
[n:127.0.0.1:39848_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> 264390 INFO  
(zkCallback-71-thread-2-processing-n:127.0.0.1:39848_solr) 
[n:127.0.0.1:39848_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> 264409 INFO  
(zkCallback-72-thread-2-processing-n:127.0.0.1:46153_solr) 
[n:127.0.0.1:46153_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> 264409 INFO  
(zkCallback-72-thread-1-processing-n:127.0.0.1:46153_solr) 
[n:127.0.0.1:46153_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> 264410 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 264960 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 264960 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 264977 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 264977 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 265769 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@617f51bc[collection1_shard1_replica_t1] main]
   [junit4]   2> 265791 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 265791 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 265792 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 265806 INFO  
(searcherExecutor-140-thread-1-processing-n:127.0.0.1:39848_solr 
x:collection1_shard1_replica_t1 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.c.SolrCore 
[collection1_shard1_replica_t1] Registered new searcher 
Searcher@617f51bc[collection1_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 265859 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1585555472616783872
   [junit4]   2> 265934 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_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> 265934 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_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> 265935 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 265935 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 266137 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@cfdb64[collection1_shard2_replica_t4] main]
   [junit4]   2> 266139 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_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> 266139 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_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> 266140 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 266157 INFO  (qtp750240940-339) [n:127.0.0.1:46153_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> 266157 INFO  (qtp750240940-339) [n:127.0.0.1:46153_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> 266158 INFO  (qtp750240940-339) [n:127.0.0.1:46153_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 266158 INFO  (qtp750240940-339) [n:127.0.0.1:46153_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 266177 INFO  (qtp750240940-339) [n:127.0.0.1:46153_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2aafd49c[collection1_shard2_replica_t6] main]
   [junit4]   2> 266509 INFO  
(searcherExecutor-139-thread-1-processing-n:127.0.0.1:39848_solr 
x:collection1_shard2_replica_t4 s:shard2 c:collection1 r:core_node7) 
[n:127.0.0.1:39848_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@cfdb64[collection1_shard2_replica_t4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 266510 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_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 1585555473299406848
   [junit4]   2> 266529 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 266529 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 266529 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:46153/solr/collection1_shard1_replica_t3/
   [junit4]   2> 266557 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 266634 INFO  (qtp750240940-339) [n:127.0.0.1:46153_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> 266634 INFO  (qtp750240940-339) [n:127.0.0.1:46153_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> 266635 INFO  (qtp750240940-339) [n:127.0.0.1:46153_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 266635 INFO  (qtp750240940-339) [n:127.0.0.1:46153_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 1585555473430478848
   [junit4]   2> 266637 INFO  
(zkCallback-72-thread-1-processing-n:127.0.0.1:46153_solr) 
[n:127.0.0.1:46153_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> 266835 INFO  
(searcherExecutor-141-thread-1-processing-n:127.0.0.1:46153_solr 
x:collection1_shard2_replica_t6 s:shard2 c:collection1 r:core_node8) 
[n:127.0.0.1:46153_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@2aafd49c[collection1_shard2_replica_t6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 266835 INFO  
(zkCallback-71-thread-1-processing-n:127.0.0.1:39848_solr) 
[n:127.0.0.1:39848_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> 266835 INFO  
(zkCallback-71-thread-2-processing-n:127.0.0.1:39848_solr) 
[n:127.0.0.1:39848_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> 266836 INFO  
(zkCallback-72-thread-2-processing-n:127.0.0.1:46153_solr) 
[n:127.0.0.1:46153_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> 266840 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_t3 
url=http://127.0.0.1:46153/solr START 
replicas=[http://127.0.0.1:39848/solr/collection1_shard1_replica_t1/] 
nUpdates=100
   [junit4]   2> 267105 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 267105 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 267105 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:39848/solr/collection1_shard2_replica_t4/
   [junit4]   2> 267106 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_t4 
url=http://127.0.0.1:39848/solr START 
replicas=[http://127.0.0.1:46153/solr/collection1_shard2_replica_t6/] 
nUpdates=100
   [junit4]   2> 267299 INFO  (qtp1419144632-346) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 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=41
   [junit4]   2> 267351 INFO  (qtp750240940-340) [n:127.0.0.1:46153_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.S.Request [collection1_shard2_replica_t6]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 267529 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_t3 
url=http://127.0.0.1:46153/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 267529 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 267529 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
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> 267529 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 267569 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.c.ZkController collection1_shard1_replica_t3 stopping background 
replication from leader
   [junit4]   2> 267569 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_t4 
url=http://127.0.0.1:39848/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 267569 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 267569 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 267569 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 267609 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ZkController collection1_shard2_replica_t4 stopping background 
replication from leader
   [junit4]   2> 267709 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:39848/solr/collection1_shard2_replica_t4/ shard2
   [junit4]   2> 267710 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46153/solr/collection1_shard1_replica_t3/ shard1
   [junit4]   2> 267850 INFO  
(zkCallback-71-thread-1-processing-n:127.0.0.1:39848_solr) 
[n:127.0.0.1:39848_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> 267850 INFO  
(zkCallback-71-thread-2-processing-n:127.0.0.1:39848_solr) 
[n:127.0.0.1:39848_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> 267870 INFO  
(zkCallback-72-thread-1-processing-n:127.0.0.1:46153_solr) 
[n:127.0.0.1:46153_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> 267870 INFO  
(zkCallback-72-thread-2-processing-n:127.0.0.1:46153_solr) 
[n:127.0.0.1:46153_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> 267878 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 267886 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_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=8103
   [junit4]   2> 267912 INFO  (qtp750240940-339) [n:127.0.0.1:46153_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ZkController collection1_shard2_replica_t6 starting background 
replication from leader
   [junit4]   2> 267912 INFO  (qtp750240940-339) [n:127.0.0.1:46153_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 267929 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 267931 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
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_t3&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=8929
   [junit4]   2> 267966 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.c.ZkController collection1_shard1_replica_t1 starting background 
replication from leader
   [junit4]   2> 267966 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 268052 INFO  
(zkCallback-71-thread-1-processing-n:127.0.0.1:39848_solr) 
[n:127.0.0.1:39848_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> 268057 INFO  
(zkCallback-71-thread-2-processing-n:127.0.0.1:39848_solr) 
[n:127.0.0.1:39848_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> 268058 INFO  
(zkCallback-72-thread-2-processing-n:127.0.0.1:46153_solr) 
[n:127.0.0.1:46153_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> 268058 INFO  
(zkCallback-72-thread-1-processing-n:127.0.0.1:46153_solr) 
[n:127.0.0.1:46153_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> 268297 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 268297 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 268298 INFO  (indexFetcher-160-thread-1) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Updated masterUrl to 
http://127.0.0.1:46153/solr/collection1_shard1_replica_t3/
   [junit4]   2> 268308 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=6393
   [junit4]   2> 268350 INFO  (qtp750240940-338) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.c.S.Request [collection1_shard1_replica_t3]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 268351 INFO  (qtp750240940-339) [n:127.0.0.1:46153_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 268351 INFO  (qtp750240940-339) [n:127.0.0.1:46153_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 268351 INFO  (indexFetcher-160-thread-1) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 268352 INFO  (indexFetcher-160-thread-1) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 268352 INFO  (indexFetcher-160-thread-1) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 268352 INFO  (indexFetcher-160-thread-1) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 268352 INFO  (indexFetcher-160-thread-1) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher New index in Master. 
Deleting mine...
   [junit4]   2> 268366 INFO  (indexFetcher-160-thread-1) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7f8de9cf[collection1_shard1_replica_t1] main]
   [junit4]   2> 268368 INFO  
(searcherExecutor-140-thread-1-processing-n:127.0.0.1:39848_solr 
x:collection1_shard1_replica_t1 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.c.SolrCore 
[collection1_shard1_replica_t1] Registered new searcher 
Searcher@7f8de9cf[collection1_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 268385 INFO  (qtp750240940-339) [n:127.0.0.1:46153_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=6469
   [junit4]   2> 268609 INFO  (qtp750240940-336) [n:127.0.0.1:46153_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> 268759 INFO  
(zkCallback-71-thread-2-processing-n:127.0.0.1:39848_solr) 
[n:127.0.0.1:39848_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> 268759 INFO  
(zkCallback-71-thread-1-processing-n:127.0.0.1:39848_solr) 
[n:127.0.0.1:39848_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> 268759 INFO  
(zkCallback-72-thread-3-processing-n:127.0.0.1:46153_solr) 
[n:127.0.0.1:46153_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> 268759 INFO  
(zkCallback-72-thread-1-processing-n:127.0.0.1:46153_solr) 
[n:127.0.0.1:46153_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> 268366 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Updated masterUrl to 
http://127.0.0.1:39848/solr/collection1_shard2_replica_t4/
   [junit4]   2> 268762 INFO  (qtp1419144632-344) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 268763 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 268763 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 268763 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 268763 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 268763 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher New index in Master. 
Deleting mine...
   [junit4]   2> 268765 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@23b9398d[collection1_shard2_replica_t6] main]
   [junit4]   2> 268766 INFO  
(searcherExecutor-141-thread-1-processing-n:127.0.0.1:46153_solr 
x:collection1_shard2_replica_t6 s:shard2 c:collection1 r:core_node8) 
[n:127.0.0.1:46153_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@23b9398d[collection1_shard2_replica_t6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 268891 INFO  
(OverseerCollectionConfigSetProcessor-99097215911264262-127.0.0.1:46153_solr-n_0000000000)
 [n:127.0.0.1:46153_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> 269633 INFO  (qtp750240940-336) [n:127.0.0.1:46153_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=11418
   [junit4]   2> 269634 INFO  
(SUITE-TestCloudRecovery-seed#[6B92EF153FC882F1]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 269634 INFO  
(SUITE-TestCloudRecovery-seed#[6B92EF153FC882F1]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 270102 INFO  
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[6B92EF153FC882F1])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting leaderRecoverFromLogOnStartupTest
   [junit4]   2> 270641 INFO  (qtp1419144632-348) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&_version_=-1585555477276655616&distrib.from=http://127.0.0.1:46153/solr/collection1_shard1_replica_t3/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1585555477276655616)} 0 17
   [junit4]   2> 271362 INFO  (qtp1419144632-346) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 271364 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 271364 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 271364 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 271364 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 271364 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher New index in Master. 
Deleting mine...
   [junit4]   2> 271364 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@393311e6[collection1_shard2_replica_t6] main]
   [junit4]   2> 272330 INFO  
(searcherExecutor-141-thread-1-processing-n:127.0.0.1:46153_solr 
x:collection1_shard2_replica_t6 s:shard2 c:collection1 r:core_node8) 
[n:127.0.0.1:46153_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@393311e6[collection1_shard2_replica_t6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 272367 INFO  (qtp750240940-337) [n:127.0.0.1:46153_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t6]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&_version_=-1585555477203255296&distrib.from=http://127.0.0.1:39848/solr/collection1_shard2_replica_t4/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1585555477203255296)} 0 1745
   [junit4]   2> 272405 INFO  (qtp750240940-340) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.c.S.Request [collection1_shard1_replica_t3]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=37
   [junit4]   2> 272406 INFO  (indexFetcher-160-thread-1) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 272406 INFO  (indexFetcher-160-thread-1) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 272406 INFO  (indexFetcher-160-thread-1) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 272406 INFO  (indexFetcher-160-thread-1) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 272406 INFO  (indexFetcher-160-thread-1) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher New index in Master. 
Deleting mine...
   [junit4]   2> 272406 INFO  (indexFetcher-160-thread-1) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@fc41ab1[collection1_shard1_replica_t1] main]
   [junit4]   2> 272408 INFO  
(searcherExecutor-140-thread-1-processing-n:127.0.0.1:39848_solr 
x:collection1_shard1_replica_t1 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.c.SolrCore 
[collection1_shard1_replica_t1] Registered new searcher 
Searcher@fc41ab1[collection1_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 272425 INFO  (qtp750240940-334) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t3]  
webapp=/solr path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:39848/solr/collection1_shard2_replica_t4/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1585555477276655616)} 0 2123
   [junit4]   2> 272426 INFO  (qtp1419144632-349) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t4]  
webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* 
(-1585555477203255296)} 0 2304
   [junit4]   2> 272672 INFO  (qtp750240940-339) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1585555479760732160,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 272672 INFO  (qtp750240940-339) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 272673 INFO  (qtp750240940-339) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 272678 INFO  (qtp1419144632-347) [n:127.0.0.1:39848_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.u.TestInjection Start waiting for replica in sync with leader
   [junit4]   2> 272737 INFO  (qtp750240940-339) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t3]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:39848/solr/collection1_shard2_replica_t4/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 65
   [junit4]   2> 272744 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.c.S.Request [collection1_shard1_replica_t3]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=1
   [junit4]   2> 272858 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1585555479955767296,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 272858 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 272859 INFO  (qtp750240940-336) [n:127.0.0.1:46153_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6] 
o.a.s.u.TestInjection Start waiting for replica in sync with leader
   [junit4]   2> 272899 INFO  (qtp1419144632-344) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 272948 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 272949 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t4]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:39848/solr/collection1_shard2_replica_t4/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 90
   [junit4]   2> 273280 INFO  (qtp750240940-340) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.c.S.Request [collection1_shard1_replica_t3]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 273547 INFO  (qtp1419144632-348) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 273843 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.c.S.Request [collection1_shard1_replica_t3]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 274097 INFO  (qtp1419144632-344) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 274342 INFO  (qtp1419144632-348) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 274343 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 274343 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 274343 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 274343 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 274343 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher New index in Master. 
Deleting mine...
   [junit4]   2> 274344 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2abccf9[collection1_shard2_replica_t6] main]
   [junit4]   2> 274363 INFO  
(searcherExecutor-141-thread-1-processing-n:127.0.0.1:46153_solr 
x:collection1_shard2_replica_t6 s:shard2 c:collection1 r:core_node8) 
[n:127.0.0.1:46153_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@2abccf9[collection1_shard2_replica_t6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 274365 INFO  (qtp750240940-333) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.c.S.Request [collection1_shard1_replica_t3]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=31
   [junit4]   2> 274366 INFO  (indexFetcher-160-thread-1) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 274366 INFO  (indexFetcher-160-thread-1) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 274366 INFO  (indexFetcher-160-thread-1) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 274366 INFO  (indexFetcher-160-thread-1) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 274366 INFO  (indexFetcher-160-thread-1) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.h.IndexFetcher New index in Master. 
Deleting mine...
   [junit4]   2> 274366 INFO  (indexFetcher-160-thread-1) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7b75fb56[collection1_shard1_replica_t1] main]
   [junit4]   2> 274368 INFO  
(searcherExecutor-140-thread-1-processing-n:127.0.0.1:39848_solr 
x:collection1_shard1_replica_t1 s:shard1 c:collection1 r:core_node2) 
[n:127.0.0.1:39848_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_t1] o.a.s.c.SolrCore 
[collection1_shard1_replica_t1] Registered new searcher 
Searcher@7b75fb56[collection1_shard1_replica_t1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 274466 INFO  (qtp750240940-340) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.c.S.Request [collection1_shard1_replica_t3]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 274721 INFO  (qtp1419144632-348) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=5
   [junit4]   2> 275028 INFO  (qtp750240940-334) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.c.S.Request [collection1_shard1_replica_t3]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 275311 INFO  (qtp1419144632-345) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=0
   [junit4]   2> 275557 INFO  (qtp750240940-340) [n:127.0.0.1:46153_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t3] 
o.a.s.c.S.Request [collection1_shard1_replica_t3]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=6
   [junit4]   2> 276921 INFO  (qtp1419144632-344) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication params={qt=/replication&wt=javabin&version=2&command=details} 
status=0 QTime=35
   [junit4]   2> 277318 INFO  (qtp1419144632-342) [n:127.0.0.1:39848_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4] 
o.a.s.c.S.Request [collection1_shard2_replica_t4]  webapp=/solr 
path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 277319 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 277319 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 277319 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 277319 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 277319 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher New index in Master. 
Deleting mine...
   [junit4]   2> 277319 INFO  (indexFetcher-161-thread-1) 
[n:127.0.0.1:46153_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t6] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5a756148[collection1_shard2_replica_t6] main]
   [junit4]   2> 277321 INFO  
(searcherExecutor-141-thread-1-processing-n:127.0.0.1:46153_solr 
x:collection1_shard2_replica_t6 s:shard2 c:collection1 r:core_node8) 
[n:127.0.0.1:46153_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@5a756148[collection1_shard2_replica_t6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
  

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

isk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_6B92EF153FC882F1-001
   [junit4]   2> Dec 01, 2017 5:01:59 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked 
thread(s).
   [junit4]   2> Dec 01, 2017 5:02:19 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=2206, name=searcherExecutor-957-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Dec 01, 2017 5:02:19 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=2206, name=searcherExecutor-957-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Dec 01, 2017 5:02:22 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=2206, name=searcherExecutor-957-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=3, maxDocsPerChunk=857, blockSize=147), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=3, blockSize=147)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=es-PA, timezone=Asia/Ulaanbaatar
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=2,free=103692392,total=401604608
   [junit4]   2> NOTE: All tests run in this JVM: 
[HdfsCollectionsAPIDistributedZkTest, TestReqParamsAPI, ConvertedLegacyTest, 
ShardRoutingCustomTest, TestDynamicFieldResource, 
TestTrackingShardHandlerFactory, TestPushWriter, TestRTGBase, 
TestCloudRecovery, TestMacros, TestAtomicUpdateErrorCases, 
TemplateUpdateProcessorTest, QueryEqualityTest, TestPointFields, 
TestSolr4Spatial2, HdfsWriteToMultipleCollectionsTest, TestPseudoReturnFields, 
CdcrBootstrapTest, TestExpandComponent, TestOmitPositions, 
AnalysisErrorHandlingTest, TestInitParams, SignatureUpdateProcessorFactoryTest, 
ManagedSchemaRoundRobinCloudTest, TestQuerySenderNoQuery, PreAnalyzedFieldTest, 
ReplaceNodeTest, RegexBoostProcessorTest, SolrRequestParserTest, 
ShowFileRequestHandlerTest, OutputWriterTest, TestSQLHandlerNonCloud, 
TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=6B92EF153FC882F1 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=es-PA -Dtests.timezone=Asia/Ulaanbaatar -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=2206, name=searcherExecutor-957-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6B92EF153FC882F1]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=2206, name=searcherExecutor-957-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6B92EF153FC882F1]:0)
   [junit4] Completed [90/749 (2!)] on J1 in 126.13s, 9 tests, 3 errors <<< 
FAILURES!

[...truncated 36212 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj1077359280
 [ecj-lint] Compiling 825 source files to /tmp/ecj1077359280
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/core/src/java/org/apache/lucene/codecs/CodecUtil.java
 (at line 523)
 [ecj-lint]     throw new CorruptIndexException("misplaced codec footer (file 
truncated?): length=" + in.length() + " but footerLength==" + footerLength(), 
input);
 [ecj-lint]     
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'in' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. ERROR in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/core/src/java/org/apache/lucene/index/FlushPolicy.java
 (at line 19)
 [ecj-lint]     import java.util.Iterator;
 [ecj-lint]            ^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Iterator is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/core/src/java/org/apache/lucene/index/FrozenBufferedUpdates.java
 (at line 144)
 [ecj-lint]     RAMOutputStream out = new RAMOutputStream();
 [ecj-lint]                     ^^^
 [ecj-lint] Resource leak: 'out' is never closed
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/core/src/java/org/apache/lucene/index/FrozenBufferedUpdates.java
 (at line 186)
 [ecj-lint]     RAMOutputStream out = new RAMOutputStream();
 [ecj-lint]                     ^^^
 [ecj-lint] Resource leak: 'out' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/core/src/java/org/apache/lucene/index/ReadersAndUpdates.java
 (at line 846)
 [ecj-lint]     SegmentReader newReader = new SegmentReader(info, reader, 
liveDocs, info.info.maxDoc() - delCount);
 [ecj-lint]                   ^^^^^^^^^
 [ecj-lint] Resource leak: 'newReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] 5 problems (1 error, 4 warnings)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/build.xml:835: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/build.xml:101: The 
following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/build.xml:203: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/common-build.xml:2105:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/common-build.xml:2144:
 Compile failed; see the compiler error output for details.

Total time: 279 minutes 15 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to