Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/3798/
Java: 32bit/jdk1.8.0_131 -server -XX:+UseSerialGC

2 tests failed.
FAILED:  
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

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

Stack Trace:
java.lang.AssertionError: expected:<3> but was:<1>
        at 
__randomizedtesting.SeedInfo.seed([94CAC7A5936EB6AE:DCBFB311955D993B]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:522)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey

Error Message:
There are still nodes recoverying - waited for 330 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330 
seconds
        at 
__randomizedtesting.SeedInfo.seed([94CAC7A5936EB6AE:1FED1474D2681D2A]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:187)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:144)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:856)
        at 
org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:437)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12197 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_94CAC7A5936EB6AE-001/init-core-data-001
   [junit4]   2> 834884 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[94CAC7A5936EB6AE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 834885 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[94CAC7A5936EB6AE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 834885 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[94CAC7A5936EB6AE]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_94CAC7A5936EB6AE-001/tempDir-001
   [junit4]   2> 834885 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[94CAC7A5936EB6AE]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 834886 INFO  (Thread-1986) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 834886 INFO  (Thread-1986) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 834888 ERROR (Thread-1986) [    ] 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> 834986 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[94CAC7A5936EB6AE]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38051
   [junit4]   2> 834990 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 834993 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 834993 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 834997 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@172fc03{/solr,null,AVAILABLE}
   [junit4]   2> 834998 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@10206b4{HTTP/1.1,[http/1.1]}{127.0.0.1:38817}
   [junit4]   2> 834998 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.e.j.s.Server Started @837019ms
   [junit4]   2> 834998 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38817}
   [junit4]   2> 834998 ERROR (jetty-launcher-1370-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 834998 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.7.0
   [junit4]   2> 834998 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 834998 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 834998 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-20T15:27:38.514Z
   [junit4]   2> 835000 INFO  (jetty-launcher-1370-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 835008 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 835016 INFO  (jetty-launcher-1370-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@ee36d2{/solr,null,AVAILABLE}
   [junit4]   2> 835017 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@a2092e{/solr,null,AVAILABLE}
   [junit4]   2> 835017 INFO  (jetty-launcher-1370-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@17e9fb0{HTTP/1.1,[http/1.1]}{127.0.0.1:39281}
   [junit4]   2> 835017 INFO  (jetty-launcher-1370-thread-4) [    ] 
o.e.j.s.Server Started @837038ms
   [junit4]   2> 835017 INFO  (jetty-launcher-1370-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39281}
   [junit4]   2> 835017 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1fd8c0c{HTTP/1.1,[http/1.1]}{127.0.0.1:38701}
   [junit4]   2> 835017 ERROR (jetty-launcher-1370-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 835017 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.e.j.s.Server Started @837038ms
   [junit4]   2> 835017 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38701}
   [junit4]   2> 835017 INFO  (jetty-launcher-1370-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.7.0
   [junit4]   2> 835017 INFO  (jetty-launcher-1370-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 835017 INFO  (jetty-launcher-1370-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 835017 ERROR (jetty-launcher-1370-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 835017 INFO  (jetty-launcher-1370-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-20T15:27:38.533Z
   [junit4]   2> 835017 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.7.0
   [junit4]   2> 835017 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 835017 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 835017 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-20T15:27:38.533Z
   [junit4]   2> 835024 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@57de18{/solr,null,AVAILABLE}
   [junit4]   2> 835024 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@48403a{HTTP/1.1,[http/1.1]}{127.0.0.1:43333}
   [junit4]   2> 835024 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.e.j.s.Server Started @837046ms
   [junit4]   2> 835024 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43333}
   [junit4]   2> 835025 ERROR (jetty-launcher-1370-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 835025 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
6.7.0
   [junit4]   2> 835025 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 835025 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 835025 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 835025 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-20T15:27:38.541Z
   [junit4]   2> 835026 INFO  (jetty-launcher-1370-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38051/solr
   [junit4]   2> 835026 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 835031 INFO  (jetty-launcher-1370-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 835038 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 835038 INFO  (jetty-launcher-1370-thread-4) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 835041 INFO  (jetty-launcher-1370-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38051/solr
   [junit4]   2> 835041 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 0x15cc61dc3a30005, 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> 835045 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 835047 INFO  (jetty-launcher-1370-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38051/solr
   [junit4]   2> 835051 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 835068 INFO  (jetty-launcher-1370-thread-4) 
[n:127.0.0.1:39281_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 835069 INFO  (jetty-launcher-1370-thread-3) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 835069 INFO  (jetty-launcher-1370-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38051/solr
   [junit4]   2> 835070 INFO  (jetty-launcher-1370-thread-3) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:38817_solr
   [junit4]   2> 835070 INFO  (jetty-launcher-1370-thread-4) 
[n:127.0.0.1:39281_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39281_solr
   [junit4]   2> 835071 INFO  (jetty-launcher-1370-thread-3) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.Overseer Overseer 
(id=98171123033899015-127.0.0.1:38817_solr-n_0000000000) starting
   [junit4]   2> 835072 INFO  
(zkCallback-1380-thread-1-processing-n:127.0.0.1:38817_solr) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 835073 INFO  
(zkCallback-1387-thread-1-processing-n:127.0.0.1:39281_solr) 
[n:127.0.0.1:39281_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 835077 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 0x15cc61dc3a3000b, 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> 835083 INFO  (jetty-launcher-1370-thread-3) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38817_solr
   [junit4]   2> 835084 INFO  (jetty-launcher-1370-thread-1) 
[n:127.0.0.1:43333_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 835086 INFO  
(zkCallback-1387-thread-1-processing-n:127.0.0.1:39281_solr) 
[n:127.0.0.1:39281_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 835086 INFO  
(zkCallback-1394-thread-1-processing-n:127.0.0.1:43333_solr) 
[n:127.0.0.1:43333_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 835089 INFO  (jetty-launcher-1370-thread-2) 
[n:127.0.0.1:38701_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 835090 INFO  (jetty-launcher-1370-thread-1) 
[n:127.0.0.1:43333_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 835093 INFO  (jetty-launcher-1370-thread-1) 
[n:127.0.0.1:43333_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43333_solr
   [junit4]   2> 835093 INFO  (jetty-launcher-1370-thread-2) 
[n:127.0.0.1:38701_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 835094 INFO  
(zkCallback-1387-thread-1-processing-n:127.0.0.1:39281_solr) 
[n:127.0.0.1:39281_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 835098 INFO  
(zkCallback-1394-thread-1-processing-n:127.0.0.1:43333_solr) 
[n:127.0.0.1:43333_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 835114 INFO  
(zkCallback-1389-thread-1-processing-n:127.0.0.1:38701_solr) 
[n:127.0.0.1:38701_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 835115 INFO  (jetty-launcher-1370-thread-2) 
[n:127.0.0.1:38701_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38701_solr
   [junit4]   2> 835116 INFO  
(zkCallback-1389-thread-1-processing-n:127.0.0.1:38701_solr) 
[n:127.0.0.1:38701_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 835116 INFO  
(zkCallback-1394-thread-1-processing-n:127.0.0.1:43333_solr) 
[n:127.0.0.1:43333_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 835116 INFO  
(zkCallback-1387-thread-1-processing-n:127.0.0.1:39281_solr) 
[n:127.0.0.1:39281_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 835125 INFO  
(zkCallback-1380-thread-2-processing-n:127.0.0.1:38817_solr) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (3)
   [junit4]   2> 835125 INFO  
(zkCallback-1380-thread-1-processing-n:127.0.0.1:38817_solr) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 835215 INFO  (jetty-launcher-1370-thread-4) 
[n:127.0.0.1:39281_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_94CAC7A5936EB6AE-001/tempDir-001/node4/.
   [junit4]   2> 835222 INFO  (jetty-launcher-1370-thread-3) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_94CAC7A5936EB6AE-001/tempDir-001/node3/.
   [junit4]   2> 835261 INFO  (jetty-launcher-1370-thread-1) 
[n:127.0.0.1:43333_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_94CAC7A5936EB6AE-001/tempDir-001/node1/.
   [junit4]   2> 835307 INFO  (jetty-launcher-1370-thread-2) 
[n:127.0.0.1:38701_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_94CAC7A5936EB6AE-001/tempDir-001/node2/.
   [junit4]   2> 835315 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[94CAC7A5936EB6AE]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 835315 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[94CAC7A5936EB6AE]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38051/solr ready
   [junit4]   2> 835337 INFO  
(TEST-CollectionsAPIDistributedZkTest.deleteCollectionRemovesStaleZkCollectionsNode-seed#[94CAC7A5936EB6AE])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
deleteCollectionRemovesStaleZkCollectionsNode
   [junit4]   2> 835338 INFO  
(TEST-CollectionsAPIDistributedZkTest.deleteCollectionRemovesStaleZkCollectionsNode-seed#[94CAC7A5936EB6AE])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 835340 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=out_of_sync_collection&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 835344 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=out_of_sync_collection&action=DELETE&wt=javabin&version=2} 
status=0 QTime=3
   [junit4]   2> 835345 INFO  (qtp16011056-8567) [n:127.0.0.1:38701_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 835345 INFO  (qtp16011056-8567) [n:127.0.0.1:38701_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 835346 INFO  
(TEST-CollectionsAPIDistributedZkTest.deleteCollectionRemovesStaleZkCollectionsNode-seed#[94CAC7A5936EB6AE])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
deleteCollectionRemovesStaleZkCollectionsNode
   [junit4]   2> 835361 INFO  
(TEST-CollectionsAPIDistributedZkTest.testNoCollectionSpecified-seed#[94CAC7A5936EB6AE])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testNoCollectionSpecified
   [junit4]   2> 835362 INFO  
(TEST-CollectionsAPIDistributedZkTest.testNoCollectionSpecified-seed#[94CAC7A5936EB6AE])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 835365 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
dataDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_94CAC7A5936EB6AE-001/tempDir-002&collection.configName=conf&name=corewithnocollection&action=CREATE&numShards=1&collection=&wt=javabin&version=2
   [junit4]   2> 835366 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 835367 INFO  
(OverseerStateUpdate-98171123033899015-127.0.0.1:38817_solr-n_0000000000) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 836374 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 836378 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.s.IndexSchema 
[corewithnocollection] Schema name=minimal
   [junit4]   2> 836380 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 836380 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.CoreContainer Creating 
SolrCore 'corewithnocollection' using configuration from collection 
corewithnocollection, trusted=true
   [junit4]   2> 836381 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 836381 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.SolrCore 
[[corewithnocollection] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_94CAC7A5936EB6AE-001/tempDir-001/node2/corewithnocollection],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_94CAC7A5936EB6AE-001/tempDir-002/]
   [junit4]   2> 836412 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 836412 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 836412 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 836412 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 836413 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@b50fda[corewithnocollection] main]
   [junit4]   2> 836414 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 836414 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 836414 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 836414 INFO  
(searcherExecutor-3893-thread-1-processing-n:127.0.0.1:38701_solr 
x:corewithnocollection c:corewithnocollection) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.SolrCore 
[corewithnocollection] Registered new searcher 
Searcher@b50fda[corewithnocollection] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 836414 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570737970143559680
   [junit4]   2> 836418 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 836418 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 836418 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:38701/solr/corewithnocollection/
   [junit4]   2> 836418 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 836418 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.SyncStrategy 
http://127.0.0.1:38701/solr/corewithnocollection/ has no replicas
   [junit4]   2> 836418 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 836420 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38701/solr/corewithnocollection/ shard1
   [junit4]   2> 836571 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 836573 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={dataDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_94CAC7A5936EB6AE-001/tempDir-002&collection.configName=conf&name=corewithnocollection&action=CREATE&numShards=1&collection=&wt=javabin&version=2}
 status=0 QTime=1208
   [junit4]   2> 836575 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
dataDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_94CAC7A5936EB6AE-001/tempDir-002&collection.configName=conf&name=corewithnocollection2&action=CREATE&numShards=1&wt=javabin&version=2
   [junit4]   2> 836576 INFO  
(OverseerStateUpdate-98171123033899015-127.0.0.1:38817_solr-n_0000000000) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 837342 INFO  
(OverseerCollectionConfigSetProcessor-98171123033899015-127.0.0.1:38817_solr-n_0000000000)
 [n:127.0.0.1:38817_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> 837601 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 6.7.0
   [junit4]   2> 837607 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.s.IndexSchema 
[corewithnocollection2] Schema name=minimal
   [junit4]   2> 837609 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 837609 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.CoreContainer 
Creating SolrCore 'corewithnocollection2' using configuration from collection 
corewithnocollection2, trusted=true
   [junit4]   2> 837609 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 837609 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.SolrCore 
[[corewithnocollection2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_94CAC7A5936EB6AE-001/tempDir-001/node2/corewithnocollection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_94CAC7A5936EB6AE-001/tempDir-002/]
   [junit4]   2> 837637 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 837637 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 837637 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 837637 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 837638 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1ce0fcd[corewithnocollection2] main]
   [junit4]   2> 837639 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 837639 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 837639 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 837639 INFO  
(searcherExecutor-3898-thread-1-processing-n:127.0.0.1:38701_solr 
x:corewithnocollection2 c:corewithnocollection2) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.SolrCore 
[corewithnocollection2] Registered new searcher 
Searcher@1ce0fcd[corewithnocollection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 837639 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1570737971428065280
   [junit4]   2> 837643 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 837643 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 837643 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:38701/solr/corewithnocollection2/
   [junit4]   2> 837643 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 837643 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.SyncStrategy 
http://127.0.0.1:38701/solr/corewithnocollection2/ has no replicas
   [junit4]   2> 837643 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 837645 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38701/solr/corewithnocollection2/ shard1
   [junit4]   2> 837795 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.ZkController I am 
the leader, no recovery necessary
   [junit4]   2> 837797 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={dataDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_94CAC7A5936EB6AE-001/tempDir-002&collection.configName=conf&name=corewithnocollection2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=1222
   [junit4]   2> 837798 INFO  
(TEST-CollectionsAPIDistributedZkTest.testNoCollectionSpecified-seed#[94CAC7A5936EB6AE])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testNoCollectionSpecified
   [junit4]   2> 837817 INFO  
(TEST-CollectionsAPIDistributedZkTest.testZeroNumShards-seed#[94CAC7A5936EB6AE])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testZeroNumShards
   [junit4]   2> 837818 INFO  
(TEST-CollectionsAPIDistributedZkTest.testZeroNumShards-seed#[94CAC7A5936EB6AE])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 837820 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=corewithnocollection&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 837824 INFO  
(OverseerThreadFactory-3884-thread-2-processing-n:127.0.0.1:38817_solr) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 837827 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.corewithnocollection
   [junit4]   2> 837827 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr    ] 
o.a.s.c.SolrCore [corewithnocollection]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1fefa5
   [junit4]   2> 837827 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.corewithnocollection
   [junit4]   2> 837828 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=corewithnocollection&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 838530 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=corewithnocollection&action=DELETE&wt=javabin&version=2} status=0 
QTime=710
   [junit4]   2> 838532 INFO  (qtp16011056-8567) [n:127.0.0.1:38701_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=corewithnocollection2&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 838533 INFO  
(OverseerThreadFactory-3884-thread-3-processing-n:127.0.0.1:38817_solr) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 838533 INFO  
(OverseerCollectionConfigSetProcessor-98171123033899015-127.0.0.1:38817_solr-n_0000000000)
 [n:127.0.0.1:38817_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 838535 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.corewithnocollection2
   [junit4]   2> 838535 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr    ] 
o.a.s.c.SolrCore [corewithnocollection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@16d89ff
   [junit4]   2> 838535 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.corewithnocollection2
   [junit4]   2> 838536 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=corewithnocollection2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 839239 INFO  (qtp16011056-8567) [n:127.0.0.1:38701_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=corewithnocollection2&action=DELETE&wt=javabin&version=2} status=0 
QTime=707
   [junit4]   2> 839242 INFO  (qtp16011056-8551) [n:127.0.0.1:38701_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=10&collection.configName=conf&name=acollection&action=CREATE&numShards=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 839243 INFO  
(OverseerThreadFactory-3884-thread-4-processing-n:127.0.0.1:38817_solr) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
acollection
   [junit4]   2> 839243 INFO  
(OverseerCollectionConfigSetProcessor-98171123033899015-127.0.0.1:38817_solr-n_0000000000)
 [n:127.0.0.1:38817_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 839243 ERROR 
(OverseerThreadFactory-3884-thread-4-processing-n:127.0.0.1:38817_solr) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.OverseerCollectionMessageHandler 
Collection: acollection operation: create 
failed:org.apache.solr.common.SolrException: numShards must be > 0
   [junit4]   2>        at 
org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:124)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:226)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 839245 INFO  (qtp16011056-8551) [n:127.0.0.1:38701_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=10&collection.configName=conf&name=acollection&action=CREATE&numShards=0&wt=javabin&version=2}
 status=400 QTime=3
   [junit4]   2> 839245 INFO  
(TEST-CollectionsAPIDistributedZkTest.testZeroNumShards-seed#[94CAC7A5936EB6AE])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testZeroNumShards
   [junit4]   2> 839264 INFO  
(TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[94CAC7A5936EB6AE])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadActionNames
   [junit4]   2> 839266 INFO  
(TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[94CAC7A5936EB6AE])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 839269 ERROR (qtp16011056-8566) [n:127.0.0.1:38701_solr    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Unknown 
action: BADACTION
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:210)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:748)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:729)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:510)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:363)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:307)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 839269 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=badactioncollection&action=BADACTION&numShards=2&wt=javabin&version=2}
 status=400 QTime=0
   [junit4]   2> 839269 INFO  
(TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[94CAC7A5936EB6AE])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadActionNames
   [junit4]   2> 839294 INFO  
(TEST-CollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[94CAC7A5936EB6AE])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting deletePartiallyCreatedCollection
   [junit4]   2> 839294 INFO  
(TEST-CollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[94CAC7A5936EB6AE])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 839296 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
dataDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_94CAC7A5936EB6AE-001/tempDir-003&collection.configName=conf&name=halfdeletedcollection_shard1_replica1&action=CREATE&numShards=2&collection=halfdeletedcollection&wt=javabin&version=2
   [junit4]   2> 839297 INFO  
(OverseerStateUpdate-98171123033899015-127.0.0.1:38817_solr-n_0000000000) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 840305 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 840309 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.s.IndexSchema [halfdeletedcollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 840312 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 840312 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection_shard1_replica1' 
using configuration from collection halfdeletedcollection, trusted=true
   [junit4]   2> 840312 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 840337 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.SolrCore [[halfdeletedcollection_shard1_replica1] ] Opening new 
SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_94CAC7A5936EB6AE-001/tempDir-001/node2/halfdeletedcollection_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_94CAC7A5936EB6AE-001/tempDir-003/]
   [junit4]   2> 840372 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 840372 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 840373 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 840373 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 840373 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@f1bdf5[halfdeletedcollection_shard1_replica1] main]
   [junit4]   2> 840375 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 840375 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 840375 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 840375 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570737974296969216
   [junit4]   2> 840375 INFO  
(searcherExecutor-3903-thread-1-processing-n:127.0.0.1:38701_solr 
x:halfdeletedcollection_shard1_replica1 c:halfdeletedcollection) 
[n:127.0.0.1:38701_solr c:halfdeletedcollection   
x:halfdeletedcollection_shard1_replica1] o.a.s.c.SolrCore 
[halfdeletedcollection_shard1_replica1] Registered new searcher 
Searcher@f1bdf5[halfdeletedcollection_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 840381 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 840381 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 840381 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38701/solr/halfdeletedcollection_shard1_replica1/
   [junit4]   2> 840381 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 840381 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:38701/solr/halfdeletedcollection_shard1_replica1/ has no 
replicas
   [junit4]   2> 840381 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 840384 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38701/solr/halfdeletedcollection_shard1_replica1/ shard2
   [junit4]   2> 840535 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 840536 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection   x:halfdeletedcollection_shard1_replica1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={dataDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_94CAC7A5936EB6AE-001/tempDir-003&collection.configName=conf&name=halfdeletedcollection_shard1_replica1&action=CREATE&numShards=2&collection=halfdeletedcollection&wt=javabin&version=2}
 status=0 QTime=1239
   [junit4]   2> 840537 INFO  (qtp16011056-8567) [n:127.0.0.1:38701_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=halfdeletedcollection&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 840539 INFO  
(OverseerThreadFactory-3884-thread-5-processing-n:127.0.0.1:38817_solr) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 840539 INFO  
(OverseerCollectionConfigSetProcessor-98171123033899015-127.0.0.1:38817_solr-n_0000000000)
 [n:127.0.0.1:38817_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 840542 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.halfdeletedcollection.shard1.replica1
   [junit4]   2> 840542 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr    ] 
o.a.s.c.SolrCore [halfdeletedcollection_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1505814
   [junit4]   2> 840543 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.halfdeletedcollection.shard1.replica1
   [junit4]   2> 840545 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=halfdeletedcollection_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=3
   [junit4]   2> 841257 INFO  (qtp16011056-8567) [n:127.0.0.1:38701_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=halfdeletedcollection&action=DELETE&wt=javabin&version=2} status=0 
QTime=720
   [junit4]   2> 841258 INFO  
(OverseerCollectionConfigSetProcessor-98171123033899015-127.0.0.1:38817_solr-n_0000000000)
 [n:127.0.0.1:38817_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 841259 INFO  (qtp16011056-8551) [n:127.0.0.1:38701_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 841259 INFO  (qtp16011056-8551) [n:127.0.0.1:38701_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 841261 INFO  (qtp16011056-8551) [n:127.0.0.1:38701_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=halfdeletedcollection&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 841262 INFO  
(OverseerThreadFactory-3884-thread-5-processing-n:127.0.0.1:38817_solr) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
halfdeletedcollection
   [junit4]   2> 841471 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection_shard2_replica1&action=CREATE&numShards=2&collection=halfdeletedcollection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 841474 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection_shard1_replica1&action=CREATE&numShards=2&collection=halfdeletedcollection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 841474 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 841578 INFO  
(zkCallback-1389-thread-2-processing-n:127.0.0.1:38701_solr) 
[n:127.0.0.1:38701_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection/state.json] for collection 
[halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 841578 INFO  
(zkCallback-1380-thread-2-processing-n:127.0.0.1:38817_solr) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection/state.json] for collection 
[halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 842482 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 842485 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 842490 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.s.IndexSchema [halfdeletedcollection_shard2_replica1] Schema name=minimal
   [junit4]   2> 842493 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 842493 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.s.IndexSchema [halfdeletedcollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 842493 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection_shard2_replica1' 
using configuration from collection halfdeletedcollection, trusted=true
   [junit4]   2> 842494 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 842494 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.c.SolrCore [[halfdeletedcollection_shard2_replica1] ] Opening new 
SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_94CAC7A5936EB6AE-001/tempDir-001/node2/halfdeletedcollection_shard2_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_94CAC7A5936EB6AE-001/tempDir-001/node2/./halfdeletedcollection_shard2_replica1/data/]
   [junit4]   2> 842512 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 842512 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'halfdeletedcollection_shard1_replica1' 
using configuration from collection halfdeletedcollection, trusted=true
   [junit4]   2> 842513 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 842513 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.SolrCore [[halfdeletedcollection_shard1_replica1] ] Opening new 
SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_94CAC7A5936EB6AE-001/tempDir-001/node3/halfdeletedcollection_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_94CAC7A5936EB6AE-001/tempDir-001/node3/./halfdeletedcollection_shard1_replica1/data/]
   [junit4]   2> 842555 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 842555 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 842555 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 842555 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 842555 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 842555 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 842556 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 842556 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 842556 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@65031e[halfdeletedcollection_shard2_replica1] main]
   [junit4]   2> 842557 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@128c711[halfdeletedcollection_shard1_replica1] main]
   [junit4]   2> 842557 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 842557 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 842557 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 842557 INFO  
(searcherExecutor-3908-thread-1-processing-n:127.0.0.1:38701_solr 
x:halfdeletedcollection_shard2_replica1 s:shard2 c:halfdeletedcollection) 
[n:127.0.0.1:38701_solr c:halfdeletedcollection s:shard2  
x:halfdeletedcollection_shard2_replica1] o.a.s.c.SolrCore 
[halfdeletedcollection_shard2_replica1] Registered new searcher 
Searcher@65031e[halfdeletedcollection_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 842557 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570737976584962048
   [junit4]   2> 842558 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 842559 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 842559 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 842559 INFO  
(searcherExecutor-3909-thread-1-processing-n:127.0.0.1:38817_solr 
x:halfdeletedcollection_shard1_replica1 s:shard1 c:halfdeletedcollection) 
[n:127.0.0.1:38817_solr c:halfdeletedcollection s:shard1  
x:halfdeletedcollection_shard1_replica1] o.a.s.c.SolrCore 
[halfdeletedcollection_shard1_replica1] Registered new searcher 
Searcher@128c711[halfdeletedcollection_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 842559 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570737976587059200
   [junit4]   2> 842561 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 842561 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 842561 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38701/solr/halfdeletedcollection_shard2_replica1/
   [junit4]   2> 842561 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 842561 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:38701/solr/halfdeletedcollection_shard2_replica1/ has no 
replicas
   [junit4]   2> 842561 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 842563 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38701/solr/halfdeletedcollection_shard2_replica1/ shard2
   [junit4]   2> 842564 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 842564 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 842564 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:38817/solr/halfdeletedcollection_shard1_replica1/
   [junit4]   2> 842564 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 842564 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:38817/solr/halfdeletedcollection_shard1_replica1/ has no 
replicas
   [junit4]   2> 842564 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 842565 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:38817/solr/halfdeletedcollection_shard1_replica1/ shard1
   [junit4]   2> 842667 INFO  
(zkCallback-1380-thread-2-processing-n:127.0.0.1:38817_solr) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection/state.json] for collection 
[halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 842667 INFO  
(zkCallback-1389-thread-2-processing-n:127.0.0.1:38701_solr) 
[n:127.0.0.1:38701_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection/state.json] for collection 
[halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 842715 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 842716 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 842716 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr 
c:halfdeletedcollection s:shard2  x:halfdeletedcollection_shard2_replica1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection_shard2_replica1&action=CREATE&numShards=2&collection=halfdeletedcollection&shard=shard2&wt=javabin&version=2}
 status=0 QTime=1245
   [junit4]   2> 842720 INFO  (qtp491401-8556) [n:127.0.0.1:38817_solr 
c:halfdeletedcollection s:shard1  x:halfdeletedcollection_shard1_replica1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfdeletedcollection_shard1_replica1&action=CREATE&numShards=2&collection=halfdeletedcollection&shard=shard1&wt=javabin&version=2}
 status=0 QTime=1247
   [junit4]   2> 842721 INFO  (qtp16011056-8551) [n:127.0.0.1:38701_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> 842821 INFO  
(zkCallback-1389-thread-2-processing-n:127.0.0.1:38701_solr) 
[n:127.0.0.1:38701_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection/state.json] for collection 
[halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 842821 INFO  
(zkCallback-1380-thread-2-processing-n:127.0.0.1:38817_solr) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/halfdeletedcollection/state.json] for collection 
[halfdeletedcollection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 843263 INFO  
(OverseerCollectionConfigSetProcessor-98171123033899015-127.0.0.1:38817_solr-n_0000000000)
 [n:127.0.0.1:38817_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 843721 INFO  (qtp16011056-8551) [n:127.0.0.1:38701_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf&name=halfdeletedcollection&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=2460
   [junit4]   2> 843723 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 843723 INFO  (qtp16011056-8572) [n:127.0.0.1:38701_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 843724 INFO  
(TEST-CollectionsAPIDistributedZkTest.deletePartiallyCreatedCollection-seed#[94CAC7A5936EB6AE])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending deletePartiallyCreatedCollection
   [junit4]   2> 843754 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[94CAC7A5936EB6AE])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionsAPI
   [junit4]   2> 843754 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[94CAC7A5936EB6AE])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 843757 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=halfdeletedcollection&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 843762 INFO  
(OverseerThreadFactory-3884-thread-5-processing-n:127.0.0.1:38817_solr) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 843763 INFO  (qtp491401-8557) [n:127.0.0.1:38817_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.halfdeletedcollection.shard1.replica1
   [junit4]   2> 843764 INFO  (qtp16011056-8567) [n:127.0.0.1:38701_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.halfdeletedcollection.shard2.replica1
   [junit4]   2> 843765 INFO  (qtp16011056-8567) [n:127.0.0.1:38701_solr    ] 
o.a.s.c.SolrCore [halfdeletedcollection_shard2_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1527a23
   [junit4]   2> 843765 INFO  (qtp491401-8557) [n:127.0.0.1:38817_solr    ] 
o.a.s.c.SolrCore [halfdeletedcollection_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@e2a145
   [junit4]   2> 843766 INFO  (qtp16011056-8567) [n:127.0.0.1:38701_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.halfdeletedcollection.shard2.replica1
   [junit4]   2> 843766 INFO  (qtp491401-8557) [n:127.0.0.1:38817_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.halfdeletedcollection.shard1.replica1
   [junit4]   2> 843769 INFO  (qtp16011056-8567) [n:127.0.0.1:38701_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=halfdeletedcollection_shard2_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=4
   [junit4]   2> 843769 INFO  (qtp491401-8557) [n:127.0.0.1:38817_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=halfdeletedcollection_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=5
   [junit4]   2> 844471 INFO  (qtp16011056-8547) [n:127.0.0.1:38701_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=halfdeletedcollection&action=DELETE&wt=javabin&version=2} status=0 
QTime=714
   [junit4]   2> 844472 INFO  
(OverseerCollectionConfigSetProcessor-98171123033899015-127.0.0.1:38817_solr-n_0000000000)
 [n:127.0.0.1:38817_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000012 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 844473 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
async=b84edc7d-7a08-4020-a731-5a6d25b81b89&replicationFactor=4&collection.configName=conf2&maxShardsPerNode=5&name=awhollynewcollection_0&action=CREATE&numShards=4&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 844473 INFO  (qtp16011056-8566) [n:127.0.0.1:38701_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=b84edc7d-7a08-4020-a731-5a6d25b81b89&replicationFactor=4&collection.configName=conf2&maxShardsPerNode=5&name=awhollynewcollection_0&action=CREATE&numShards=4&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 844475 INFO  
(OverseerThreadFactory-3884-thread-5-processing-n:127.0.0.1:38817_solr) 
[n:127.0.0.1:38817_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
awhollynewcollection_0
   [junit4]   2> 844583 INFO  (zkCallback-1400-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeCreated 
path:/collections/awhollynewcollection_0/state.json] for collection 
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 844679 INFO  (qtp12709087-8570) [n:127.0.0.1:39281_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={async=b84edc7d-7a08-4020-a731-5a6d25b81b892171144853207605&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica1&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 844679 INFO  
(parallelCoreAdminExecutor-3885-thread-1-processing-n:127.0.0.1:39281_solr 
b84edc7d-7a08-4020-a731-5a6d25b81b892171144853207605 CREATE) 
[n:127.0.0.1:39281_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
async=b84edc7d-7a08-4020-a731-5a6d25b81b892171144853207605&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica1&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2
   [junit4]   2> 844679 INFO  (qtp12709087-8569) [n:127.0.0.1:39281_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={async=b84edc7d-7a08-4020-a731-5a6d25b81b892171144853137873&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica1&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 844679 INFO  
(parallelCoreAdminExecutor-3885-thread-2-processing-n:127.0.0.1:39281_solr 
b84edc7d-7a08-4020-a731-5a6d25b81b892171144853137873 CREATE) 
[n:127.0.0.1:39281_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
async=b84edc7d-7a08-4020-a731-5a6d25b81b892171144853137873&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica1&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2
   [junit4]   2> 844679 INFO  
(parallelCoreAdminExecutor-3885-thread-1-processing-n:127.0.0.1:39281_solr 
b84edc7d-7a08-4020-a731-5a6d25b81b892171144853207605 CREATE) 
[n:127.0.0.1:39281_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 844680 INFO  (qtp491401-8558) [n:127.0.0.1:38817_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={async=b84edc7d-7a08-4020-a731-5a6d25b81b892171144853235954&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica3&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 844680 INFO  
(parallelCoreAdminExecutor-3886-thread-1-processing-n:127.0.0.1:38817_solr 
b84edc7d-7a08-4020-a731-5a6d25b81b892171144853235954 CREATE) 
[n:127.0.0.1:38817_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
async=b84edc7d-7a08-4020-a731-5a6d25b81b892171144853235954&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica3&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2
   [junit4]   2> 844683 INFO  (qtp31982606-8549) [n:127.0.0.1:43333_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={async=b84edc7d-7a08-4020-a731-5a6d25b81b892171144855349674&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica2&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 844684 INFO  (qtp31982606-8571) [n:127.0.0.1:43333_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={async=b84edc7d-7a08-4020-a731-5a6d25b81b892171144854794898&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard3_replica2&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard3&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 844684 INFO  (qtp31982606-8550) [n:127.0.0.1:43333_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={async=b84edc7d-7a08-4020-a731-5a6d25b81b892171144856586693&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica2&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 844684 INFO  
(parallelCoreAdminExecutor-3889-thread-2-processing-n:127.0.0.1:43333_solr 
b84edc7d-7a08-4020-a731-5a6d25b81b892171144855349674 CREATE) 
[n:127.0.0.1:43333_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
async=b84edc7d-7a08-4020-a731-5a6d25b81b892171144855349674&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica2&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2
   [junit4]   2> 844684 INFO  
(parallelCoreAdminExecutor-3889-thread-3-processing-n:127.0.0.1:43333_solr 
b84edc7d-7a08-4020-a731-5a6d25b81b892171144856586693 CREATE) 
[n:127.0.0.1:43333_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
async=b84edc7d-7a08-4020-a731-5a6d25b81b892171144856586693&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica2&action=CREATE&numShards=4&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2
   [junit4]   2> 844685 INFO  
(parallelCoreAdminExecutor-3889-thread-2-processing-n:127.0.0.1:43333_solr 
b84edc7d-7a08-4020-a731-5a6d25b81b892171144855349674 CREATE) 
[n:127.0.0.1:43333_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 844685 INFO  
(parallelCoreAdminExecutor-3889-thread-4-processing-n:127.0.0.1:43333_solr 
b84edc7d-7a08-4020-a731-5a6d25b81b892171144854794898 CREATE) [n:127.0.0.1:43333

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

olr.jvm
   [junit4]   2> 2042438 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[94CAC7A5936EB6AE]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 2042439 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[94CAC7A5936EB6AE]) [    ] 
o.a.s.c.Overseer Overseer 
(id=98171200548765714-127.0.0.1:42147__fub%2Fj-n_0000000004) closing
   [junit4]   2> 2042439 INFO  
(OverseerStateUpdate-98171200548765714-127.0.0.1:42147__fub%2Fj-n_0000000004) 
[n:127.0.0.1:42147__fub%2Fj    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:42147__fub%2Fj
   [junit4]   2> 2042439 INFO  (zkCallback-2105-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2042477 WARN  
(zkCallback-2130-thread-1-processing-n:127.0.0.1:42147__fub%2Fj) 
[n:127.0.0.1:42147__fub%2Fj c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 2042477 INFO  
(zkCallback-2130-thread-1-processing-n:127.0.0.1:42147__fub%2Fj) 
[n:127.0.0.1:42147__fub%2Fj c:collection1 s:shard1 r:core_node4 x:collection1] 
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> 2042477 INFO  
(zkCallback-2130-thread-1-processing-n:127.0.0.1:42147__fub%2Fj) 
[n:127.0.0.1:42147__fub%2Fj c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@157d267
   [junit4]   2> 2042497 INFO  
(zkCallback-2130-thread-1-processing-n:127.0.0.1:42147__fub%2Fj) 
[n:127.0.0.1:42147__fub%2Fj c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 2042564 WARN  
(zkCallback-2130-thread-3-processing-n:127.0.0.1:42147__fub%2Fj) 
[n:127.0.0.1:42147__fub%2Fj c:shardSplitWithRule s:shard1_1 r:core_node5 
x:shardSplitWithRule_shard1_1_replica0] o.a.s.c.SyncStrategy Closed, skipping 
sync up.
   [junit4]   2> 2042564 INFO  
(zkCallback-2130-thread-3-processing-n:127.0.0.1:42147__fub%2Fj) 
[n:127.0.0.1:42147__fub%2Fj c:shardSplitWithRule s:shard1_1 r:core_node5 
x:shardSplitWithRule_shard1_1_replica0] 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> 2042564 INFO  
(zkCallback-2130-thread-3-processing-n:127.0.0.1:42147__fub%2Fj) 
[n:127.0.0.1:42147__fub%2Fj c:shardSplitWithRule s:shard1_1 r:core_node5 
x:shardSplitWithRule_shard1_1_replica0] o.a.s.c.SolrCore 
[shardSplitWithRule_shard1_1_replica0]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@d498ef
   [junit4]   2> 2042574 INFO  
(zkCallback-2130-thread-3-processing-n:127.0.0.1:42147__fub%2Fj) 
[n:127.0.0.1:42147__fub%2Fj c:shardSplitWithRule s:shard1_1 r:core_node5 
x:shardSplitWithRule_shard1_1_replica0] o.a.s.m.SolrMetricManager Closing 
metric reporters for: solr.core.shardSplitWithRule.shard1_1.replica0
   [junit4]   2> 2043939 WARN  
(zkCallback-2130-thread-4-processing-n:127.0.0.1:42147__fub%2Fj) 
[n:127.0.0.1:42147__fub%2Fj    ] o.a.s.c.c.ZkStateReader ZooKeeper watch 
triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for 
/live_nodes]
   [junit4]   2> 2043940 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[94CAC7A5936EB6AE]) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@1db37bc{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2043940 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[94CAC7A5936EB6AE]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6349d2{/_fub/j,null,UNAVAILABLE}
   [junit4]   2> 2043941 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[94CAC7A5936EB6AE]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop shard! 42263
   [junit4]   2> 2043941 ERROR 
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[94CAC7A5936EB6AE]) [    ] 
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> 2043941 INFO  
(TEST-ShardSplitTest.testSplitShardWithRule-seed#[94CAC7A5936EB6AE]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:44401 44401
   [junit4]   2> 2044720 INFO  (Thread-2864) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:44401 44401
   [junit4]   2> 2044721 WARN  (Thread-2864) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        60      /solr/collections/shardSplitWithRule/state.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        5       /solr/overseer/queue
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 2044723 INFO  
(SUITE-ShardSplitTest-seed#[94CAC7A5936EB6AE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ShardSplitTest_94CAC7A5936EB6AE-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=und, 
timezone=America/Cayenne
   [junit4]   2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation 
1.8.0_131 (32-bit)/cpus=8,threads=1,free=132423808,total=446996480
   [junit4]   2> NOTE: All tests run in this JVM: [V2ApiIntegrationTest, 
BlockDirectoryTest, SolrMetricsIntegrationTest, CollectionTooManyReplicasTest, 
TestGraphTermsQParserPlugin, TermVectorComponentDistributedTest, 
FullSolrCloudDistribCmdsTest, TestTrackingShardHandlerFactory, 
TestManagedResource, TestBinaryField, PingRequestHandlerTest, 
OverseerRolesTest, LukeRequestHandlerTest, TestHdfsCloudBackupRestore, 
TestLegacyFieldCache, TestHdfsUpdateLog, DistributedFacetPivotWhiteBoxTest, 
TestReversedWildcardFilterFactory, DistributedExpandComponentTest, 
TestCollationField, TestIndexSearcher, TestFieldCacheReopen, TestSort, 
TestCloudManagedSchema, TestDistribDocBasedVersion, 
TestPerFieldSimilarityWithDefaultOverride, TestConfigSetImmutable, 
BinaryUpdateRequestHandlerTest, BlockJoinFacetDistribTest, 
TestCloudPseudoReturnFields, TestFreeTextSuggestions, TestScoreJoinQPNoScore, 
TestHdfsBackupRestoreCore, CoreAdminHandlerTest, TestUnifiedSolrHighlighter, 
SuggesterTest, UnloadDistributedZkTest, PeerSyncReplicationTest, 
DirectUpdateHandlerTest, SOLR749Test, TestShortCircuitedRequests, 
HdfsChaosMonkeyNothingIsSafeTest, RequestLoggingTest, 
TestLMJelinekMercerSimilarityFactory, BooleanFieldTest, TestFieldResource, 
TestExtendedDismaxParser, TestUninvertingReader, QueryResultKeyTest, 
FieldMutatingUpdateProcessorTest, TestSimpleTextCodec, TestSolrDeletionPolicy1, 
HLLUtilTest, BadComponentTest, TestDistributedMissingSort, 
TestUseDocValuesAsStored2, CreateCollectionCleanupTest, TestCollectionAPI, 
TimeZoneUtilsTest, TestSmileRequest, CloudExitableDirectoryReaderTest, 
RulesTest, TestImpersonationWithHadoopAuth, HardAutoCommitTest, 
PreAnalyzedFieldManagedSchemaCloudTest, SolrTestCaseJ4Test, 
ReplicaListTransformerTest, MigrateRouteKeyTest, BasicDistributedZk2Test, 
TestExportWriter, ReplaceNodeTest, TestManagedSynonymFilterFactory, 
HdfsNNFailoverTest, DirectUpdateHandlerOptimizeTest, PluginInfoTest, 
TestSolrCloudWithKerberosAlt, TestConfigSetsAPIZkFailure, 
TestImplicitCoreProperties, TestZkChroot, TestLFUCache, 
TestFieldCacheSortRandom, TestSolrJ, DirectoryFactoryTest, RankQueryTest, 
HttpPartitionTest, OverriddenZkACLAndCredentialsProvidersTest, 
CdcrReplicationDistributedZkTest, TestReload, TestWriterPerf, 
TestCollapseQParserPlugin, TestStressReorder, TestRebalanceLeaders, 
CheckHdfsIndexTest, SolrJmxReporterTest, TestSchemaNameResource, 
CoreMergeIndexesAdminHandlerTest, MinimalSchemaTest, DocValuesMissingTest, 
StatsComponentTest, RequestHandlersTest, TestCoreDiscovery, DOMUtilTest, 
TestSchemaVersionResource, CdcrUpdateLogTest, 
StatelessScriptUpdateProcessorFactoryTest, ResponseLogComponentTest, 
TestMiniSolrCloudCluster, ClassificationUpdateProcessorIntegrationTest, 
DistribDocExpirationUpdateProcessorTest, StatsReloadRaceTest, 
ResponseHeaderTest, PrimUtilsTest, SimpleCollectionCreateDeleteTest, 
TestNoOpRegenerator, HdfsLockFactoryTest, TestObjectReleaseTracker, 
CollectionsAPIDistributedZkTest, LeaderElectionIntegrationTest, 
LeaderElectionTest, TestDistributedSearch, TestSolrQueryParser, 
LoggingHandlerTest, UpdateRequestProcessorFactoryTest, TestAnalyzedSuggestions, 
UpdateParamsTest, TestMergePolicyConfig, TestConfig, 
TestPostingsSolrHighlighter, SpellPossibilityIteratorTest, TestXIncludeConfig, 
TestIBSimilarityFactory, ResourceLoaderTest, ScriptEngineTest, 
URLClassifyProcessorTest, PreAnalyzedFieldTest, TestSystemIdResolver, 
TestSuggestSpellingConverter, SpellingQueryConverterTest, ClusterStateTest, 
TestLRUCache, TestUtils, UUIDFieldTest, CursorPagingTest, TestCrossCoreJoin, 
TestHighlightDedupGrouping, TestTolerantSearch, TestPathTrie, 
TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, 
ActionThrottleTest, AssignTest, AsyncCallRequestStatusResponseTest, 
CdcrRequestHandlerTest, CdcrVersionReplicationTest, CollectionsAPISolrJTest, 
DistribCursorPagingTest, LeaderInitiatedRecoveryOnCommitTest, 
MultiThreadedOCPTest, ShardSplitTest]
   [junit4] Completed [715/715 (2!)] on J2 in 717.85s, 5 tests, 1 failure <<< 
FAILURES!

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

Reply via email to