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

7 tests failed.
FAILED:  org.apache.solr.cloud.HttpPartitionTest.test

Error Message:
Could not load collection from ZK: c8n_1x2

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: c8n_1x2
        at 
__randomizedtesting.SeedInfo.seed([5D3C760E1FD07E28:D56849D4B12C13D0]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1172)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:692)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:130)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1963)
        at 
org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:370)
        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:132)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/c8n_1x2/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1184)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1170)
        ... 46 more


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

Error Message:
Error from server at https://127.0.0.1:34391/solr: KeeperErrorCode = NoNode for 
/overseer/collection-queue-work/qnr-0000000000

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:34391/solr: KeeperErrorCode = NoNode for 
/overseer/collection-queue-work/qnr-0000000000
        at __randomizedtesting.SeedInfo.seed([5D3C760E1FD07E28]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:867)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:800)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
        at 
org.apache.solr.cloud.TestCloudRecovery.setupCluster(TestCloudRecovery.java:68)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testTrigger

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

Stack Trace:
java.lang.AssertionError: expected:<0> but was:<1>
        at 
__randomizedtesting.SeedInfo.seed([5D3C760E1FD07E28:3EF7408C861F0D05]: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.autoscaling.SearchRateTriggerTest.testTrigger(SearchRateTriggerTest.java:101)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.processor.TestNamedUpdateProcessors.test

Error Message:
{   "responseHeader":{     "status":500,     "QTime":31981},   
"errorMessages":["4 out of 5 the property overlay to be of version 0 within 30 
seconds! Failed cores: 
[https://127.0.0.1:53437/collection1_shard2_replica_n41/, 
https://127.0.0.1:44108/collection1_shard2_replica_n45/, 
https://127.0.0.1:59937/collection1_shard1_replica_n43/, 
https://127.0.0.1:36887/collection1_shard1_replica_n47/]\n";],   "WARNING":"This 
response format is experimental.  It is likely to change in the future.",   
"error":{     "metadata":[       
"error-class","org.apache.solr.common.SolrException",       
"root-error-class","org.apache.solr.common.SolrException"],     "msg":"4 out of 
5 the property overlay to be of version 0 within 30 seconds! Failed cores: 
[https://127.0.0.1:53437/collection1_shard2_replica_n41/, 
https://127.0.0.1:44108/collection1_shard2_replica_n45/, 
https://127.0.0.1:59937/collection1_shard1_replica_n43/, 
https://127.0.0.1:36887/collection1_shard1_replica_n47/]";,     
"trace":"org.apache.solr.common.SolrException: 4 out of 5 the property overlay 
to be of version 0 within 30 seconds! Failed cores: 
[https://127.0.0.1:53437/collection1_shard2_replica_n41/, 
https://127.0.0.1:44108/collection1_shard2_replica_n45/, 
https://127.0.0.1:59937/collection1_shard1_replica_n43/, 
https://127.0.0.1:36887/collection1_shard1_replica_n47/]\n\tat 
org.apache.solr.handler.SolrConfigHandler.waitForAllReplicasState(SolrConfigHandler.java:772)\n\tat
 
org.apache.solr.handler.SolrConfigHandler.access$400(SolrConfigHandler.java:102)\n\tat
 
org.apache.solr.handler.SolrConfigHandler$Command.handleCommands(SolrConfigHandler.java:503)\n\tat
 
org.apache.solr.handler.SolrConfigHandler$Command.handlePOST(SolrConfigHandler.java:346)\n\tat
 
org.apache.solr.handler.SolrConfigHandler$Command.access$100(SolrConfigHandler.java:159)\n\tat
 
org.apache.solr.handler.SolrConfigHandler.handleRequestBody(SolrConfigHandler.java:137)\n\tat
 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)\n\tat
 org.apache.solr.core.SolrCore.execute(SolrCore.java:2484)\n\tat 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:710)\n\tat 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:516)\n\tat 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)\n\tat
 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)\n\tat
 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)\n\tat
 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)\n\tat 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat
 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)\n\tat
 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)\n\tat
 org.eclipse.jetty.server.Server.handle(Server.java:534)\n\tat 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)\n\tat 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)\n\tat
 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)\n\tat
 org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)\n\tat 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)\n\tat 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)\n\tat
 org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)\n\tat 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)\n\tat
 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)\n\tat
 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)\n\tat
 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)\n\tat
 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)\n\tat
 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)\n\tat
 java.lang.Thread.run(Thread.java:748)\n",     "code":500}} 

Stack Trace:
java.lang.AssertionError: {
  "responseHeader":{
    "status":500,
    "QTime":31981},
  "errorMessages":["4 out of 5 the property overlay to be of version 0 within 
30 seconds! Failed cores: 
[https://127.0.0.1:53437/collection1_shard2_replica_n41/, 
https://127.0.0.1:44108/collection1_shard2_replica_n45/, 
https://127.0.0.1:59937/collection1_shard1_replica_n43/, 
https://127.0.0.1:36887/collection1_shard1_replica_n47/]\n";],
  "WARNING":"This response format is experimental.  It is likely to change in 
the future.",
  "error":{
    "metadata":[
      "error-class","org.apache.solr.common.SolrException",
      "root-error-class","org.apache.solr.common.SolrException"],
    "msg":"4 out of 5 the property overlay to be of version 0 within 30 
seconds! Failed cores: 
[https://127.0.0.1:53437/collection1_shard2_replica_n41/, 
https://127.0.0.1:44108/collection1_shard2_replica_n45/, 
https://127.0.0.1:59937/collection1_shard1_replica_n43/, 
https://127.0.0.1:36887/collection1_shard1_replica_n47/]";,
    "trace":"org.apache.solr.common.SolrException: 4 out of 5 the property 
overlay to be of version 0 within 30 seconds! Failed cores: 
[https://127.0.0.1:53437/collection1_shard2_replica_n41/, 
https://127.0.0.1:44108/collection1_shard2_replica_n45/, 
https://127.0.0.1:59937/collection1_shard1_replica_n43/, 
https://127.0.0.1:36887/collection1_shard1_replica_n47/]\n\tat 
org.apache.solr.handler.SolrConfigHandler.waitForAllReplicasState(SolrConfigHandler.java:772)\n\tat
 
org.apache.solr.handler.SolrConfigHandler.access$400(SolrConfigHandler.java:102)\n\tat
 
org.apache.solr.handler.SolrConfigHandler$Command.handleCommands(SolrConfigHandler.java:503)\n\tat
 
org.apache.solr.handler.SolrConfigHandler$Command.handlePOST(SolrConfigHandler.java:346)\n\tat
 
org.apache.solr.handler.SolrConfigHandler$Command.access$100(SolrConfigHandler.java:159)\n\tat
 
org.apache.solr.handler.SolrConfigHandler.handleRequestBody(SolrConfigHandler.java:137)\n\tat
 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)\n\tat
 org.apache.solr.core.SolrCore.execute(SolrCore.java:2484)\n\tat 
org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:710)\n\tat 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:516)\n\tat 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)\n\tat
 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)\n\tat
 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)\n\tat
 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)\n\tat
 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)\n\tat 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)\n\tat
 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)\n\tat
 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat
 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)\n\tat
 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)\n\tat
 org.eclipse.jetty.server.Server.handle(Server.java:534)\n\tat 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)\n\tat 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)\n\tat
 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)\n\tat
 org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)\n\tat 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)\n\tat 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)\n\tat
 org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)\n\tat 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)\n\tat
 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)\n\tat
 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)\n\tat
 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)\n\tat
 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)\n\tat
 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)\n\tat
 java.lang.Thread.run(Thread.java:748)\n",
    "code":500}}

        at 
__randomizedtesting.SeedInfo.seed([5D3C760E1FD07E28:D56849D4B12C13D0]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.core.TestSolrConfigHandler.runConfigCommand(TestSolrConfigHandler.java:185)
        at 
org.apache.solr.update.processor.TestNamedUpdateProcessors.test(TestNamedUpdateProcessors.java:85)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
No live SolrServers available to handle this 
request:[http://127.0.0.1:52419/solr/awhollynewcollection_0, 
http://127.0.0.1:59254/solr/awhollynewcollection_0, 
http://127.0.0.1:59800/solr/awhollynewcollection_0, 
http://127.0.0.1:45558/solr/awhollynewcollection_0]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[http://127.0.0.1:52419/solr/awhollynewcollection_0, 
http://127.0.0.1:59254/solr/awhollynewcollection_0, 
http://127.0.0.1:59800/solr/awhollynewcollection_0, 
http://127.0.0.1:45558/solr/awhollynewcollection_0]
        at 
__randomizedtesting.SeedInfo.seed([5D3C760E1FD07E28:154902BA19E351BD]:0)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:867)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:800)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:460)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:59254/solr/awhollynewcollection_0: no servers 
hosting shard: shard5
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        ... 45 more


FAILED:  org.apache.solr.schema.TestCloudSchemaless.test

Error Message:
Error from server at http://127.0.0.1:43259/jglt/b/collection1: 4 Async 
exceptions during distributed update:  Error from server at 
http://127.0.0.1:60536/jglt/b/collection1_shard1_replica_n87: Server Error    
request: 
http://127.0.0.1:60536/jglt/b/collection1_shard1_replica_n87/update?update.chain=add-unknown-fields-to-the-schema&update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A43259%2Fjglt%2Fb%2Fcollection1_shard3_replica_n91%2F&wt=javabin&version=2
 Remote error message: Error persisting managed schema at 
/configs/conf1/managed-schema Error from server at 
http://127.0.0.1:43224/jglt/b/collection1_shard4_replica_n85: Server Error    
request: 
http://127.0.0.1:43224/jglt/b/collection1_shard4_replica_n85/update?update.chain=add-unknown-fields-to-the-schema&update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A43259%2Fjglt%2Fb%2Fcollection1_shard3_replica_n91%2F&wt=javabin&version=2
 Remote error message: Error persisting managed schema at 
/configs/conf1/managed-schema Error from server at 
http://127.0.0.1:37445/jglt/b/collection1_shard3_replica_n83: Server Error    
request: 
http://127.0.0.1:37445/jglt/b/collection1_shard3_replica_n83/update?update.chain=add-unknown-fields-to-the-schema&update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A43259%2Fjglt%2Fb%2Fcollection1_shard3_replica_n91%2F&wt=javabin&version=2
 Remote error message: Error persisting managed schema at 
/configs/conf1/managed-schema Error from server at 
http://127.0.0.1:51945/jglt/b/collection1_shard2_replica_n81: Server Error    
request: 
http://127.0.0.1:51945/jglt/b/collection1_shard2_replica_n81/update?update.chain=add-unknown-fields-to-the-schema&update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A43259%2Fjglt%2Fb%2Fcollection1_shard3_replica_n91%2F&wt=javabin&version=2
 Remote error message: Error persisting managed schema at 
/configs/conf1/managed-schema

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:43259/jglt/b/collection1: 4 Async exceptions 
during distributed update: 
Error from server at 
http://127.0.0.1:60536/jglt/b/collection1_shard1_replica_n87: Server Error



request: 
http://127.0.0.1:60536/jglt/b/collection1_shard1_replica_n87/update?update.chain=add-unknown-fields-to-the-schema&update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A43259%2Fjglt%2Fb%2Fcollection1_shard3_replica_n91%2F&wt=javabin&version=2
Remote error message: Error persisting managed schema at 
/configs/conf1/managed-schema
Error from server at 
http://127.0.0.1:43224/jglt/b/collection1_shard4_replica_n85: Server Error



request: 
http://127.0.0.1:43224/jglt/b/collection1_shard4_replica_n85/update?update.chain=add-unknown-fields-to-the-schema&update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A43259%2Fjglt%2Fb%2Fcollection1_shard3_replica_n91%2F&wt=javabin&version=2
Remote error message: Error persisting managed schema at 
/configs/conf1/managed-schema
Error from server at 
http://127.0.0.1:37445/jglt/b/collection1_shard3_replica_n83: Server Error



request: 
http://127.0.0.1:37445/jglt/b/collection1_shard3_replica_n83/update?update.chain=add-unknown-fields-to-the-schema&update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A43259%2Fjglt%2Fb%2Fcollection1_shard3_replica_n91%2F&wt=javabin&version=2
Remote error message: Error persisting managed schema at 
/configs/conf1/managed-schema
Error from server at 
http://127.0.0.1:51945/jglt/b/collection1_shard2_replica_n81: Server Error



request: 
http://127.0.0.1:51945/jglt/b/collection1_shard2_replica_n81/update?update.chain=add-unknown-fields-to-the-schema&update.distrib=TOLEADER&distrib.from=http%3A%2F%2F127.0.0.1%3A43259%2Fjglt%2Fb%2Fcollection1_shard3_replica_n91%2F&wt=javabin&version=2
Remote error message: Error persisting managed schema at 
/configs/conf1/managed-schema
        at 
__randomizedtesting.SeedInfo.seed([5D3C760E1FD07E28:D56849D4B12C13D0]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:106)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:71)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:85)
        at 
org.apache.solr.schema.TestCloudSchemaless.test(TestCloudSchemaless.java:124)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Shard split did not succeed after a previous failed split attempt left 
sub-shards in construction state

Stack Trace:
java.lang.AssertionError: Shard split did not succeed after a previous failed 
split attempt left sub-shards in construction state
        at 
__randomizedtesting.SeedInfo.seed([5D3C760E1FD07E28:A471E5A123A533A2]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:294)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12238 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
   [junit4]   2> 2538711 INFO  
(SUITE-TestCloudRecovery-seed#[5D3C760E1FD07E28]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_5D3C760E1FD07E28-001/init-core-data-001
   [junit4]   2> 2538712 WARN  
(SUITE-TestCloudRecovery-seed#[5D3C760E1FD07E28]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=21 numCloses=21
   [junit4]   2> 2538712 INFO  
(SUITE-TestCloudRecovery-seed#[5D3C760E1FD07E28]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2538714 INFO  
(SUITE-TestCloudRecovery-seed#[5D3C760E1FD07E28]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2538723 INFO  
(SUITE-TestCloudRecovery-seed#[5D3C760E1FD07E28]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_5D3C760E1FD07E28-001/tempDir-001
   [junit4]   2> 2538724 INFO  
(SUITE-TestCloudRecovery-seed#[5D3C760E1FD07E28]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2539001 INFO  (Thread-1492) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2539001 INFO  (Thread-1492) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2539114 ERROR (Thread-1492) [    ] 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> 2539114 INFO  
(SUITE-TestCloudRecovery-seed#[5D3C760E1FD07E28]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:41174
   [junit4]   2> 2539502 INFO  (jetty-launcher-838-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2539513 INFO  (jetty-launcher-838-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2539514 INFO  (jetty-launcher-838-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@45f94c23{/solr,null,AVAILABLE}
   [junit4]   2> 2539535 INFO  (jetty-launcher-838-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1c94313d{SSL,[ssl, 
http/1.1]}{127.0.0.1:34391}
   [junit4]   2> 2539535 INFO  (jetty-launcher-838-thread-2) [    ] 
o.e.j.s.Server Started @2557456ms
   [junit4]   2> 2539535 INFO  (jetty-launcher-838-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34391}
   [junit4]   2> 2539535 ERROR (jetty-launcher-838-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2539535 INFO  (jetty-launcher-838-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 2539535 INFO  (jetty-launcher-838-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2539535 INFO  (jetty-launcher-838-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2539535 INFO  (jetty-launcher-838-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-20T08:00:30.166Z
   [junit4]   2> 2539538 INFO  (jetty-launcher-838-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3648a272{/solr,null,AVAILABLE}
   [junit4]   2> 2539538 INFO  (jetty-launcher-838-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@69ceb7c8{SSL,[ssl, 
http/1.1]}{127.0.0.1:47185}
   [junit4]   2> 2539538 INFO  (jetty-launcher-838-thread-1) [    ] 
o.e.j.s.Server Started @2557459ms
   [junit4]   2> 2539538 INFO  (jetty-launcher-838-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=47185}
   [junit4]   2> 2539538 ERROR (jetty-launcher-838-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2539538 INFO  (jetty-launcher-838-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.2.0
   [junit4]   2> 2539538 INFO  (jetty-launcher-838-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2539538 INFO  (jetty-launcher-838-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 2539538 INFO  (jetty-launcher-838-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-20T08:00:30.169Z
   [junit4]   2> 2539558 INFO  (jetty-launcher-838-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2539632 INFO  (jetty-launcher-838-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2539922 INFO  (jetty-launcher-838-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41174/solr
   [junit4]   2> 2540624 INFO  (jetty-launcher-838-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41174/solr
   [junit4]   2> 2540910 INFO  (jetty-launcher-838-thread-1) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2540910 INFO  (jetty-launcher-838-thread-1) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:47185_solr
   [junit4]   2> 2540911 INFO  (jetty-launcher-838-thread-1) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.Overseer Overseer 
(id=98860166652624902-127.0.0.1:47185_solr-n_0000000000) starting
   [junit4]   2> 2541023 INFO  (jetty-launcher-838-thread-1) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:47185_solr
   [junit4]   2> 2541177 INFO  
(OverseerStateUpdate-98860166652624902-127.0.0.1:47185_solr-n_0000000000) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2541910 INFO  (jetty-launcher-838-thread-2) 
[n:127.0.0.1:34391_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2541911 INFO  (jetty-launcher-838-thread-2) 
[n:127.0.0.1:34391_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2541942 INFO  (jetty-launcher-838-thread-2) 
[n:127.0.0.1:34391_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34391_solr
   [junit4]   2> 2541943 INFO  
(zkCallback-851-thread-1-processing-n:127.0.0.1:47185_solr) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2542250 INFO  
(zkCallback-849-thread-1-processing-n:127.0.0.1:34391_solr) 
[n:127.0.0.1:34391_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2543120 INFO  (jetty-launcher-838-thread-2) 
[n:127.0.0.1:34391_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34391.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3a17f0a4
   [junit4]   2> 2543245 INFO  (jetty-launcher-838-thread-1) 
[n:127.0.0.1:47185_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47185.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3a17f0a4
   [junit4]   2> 2543354 INFO  (jetty-launcher-838-thread-2) 
[n:127.0.0.1:34391_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34391.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3a17f0a4
   [junit4]   2> 2543451 INFO  (jetty-launcher-838-thread-2) 
[n:127.0.0.1:34391_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34391.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3a17f0a4
   [junit4]   2> 2543452 INFO  (jetty-launcher-838-thread-1) 
[n:127.0.0.1:47185_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47185.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3a17f0a4
   [junit4]   2> 2543452 INFO  (jetty-launcher-838-thread-1) 
[n:127.0.0.1:47185_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47185.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3a17f0a4
   [junit4]   2> 2543467 INFO  (jetty-launcher-838-thread-2) 
[n:127.0.0.1:34391_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_5D3C760E1FD07E28-001/tempDir-001/node2/.
   [junit4]   2> 2543467 INFO  (jetty-launcher-838-thread-1) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_5D3C760E1FD07E28-001/tempDir-001/node1/.
   [junit4]   2> 2544082 INFO  
(SUITE-TestCloudRecovery-seed#[5D3C760E1FD07E28]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2544082 INFO  
(SUITE-TestCloudRecovery-seed#[5D3C760E1FD07E28]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41174/solr ready
   [junit4]   2> 2544378 INFO  (qtp698573975-5431) [n:127.0.0.1:34391_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=0&collection.configName=config&maxShardsPerNode=2&name=collection1&nrtReplicas=0&action=CREATE&numShards=2&tlogReplicas=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2544433 INFO  
(OverseerThreadFactory-2191-thread-1-processing-n:127.0.0.1:47185_solr) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 2544647 INFO  
(OverseerStateUpdate-98860166652624902-127.0.0.1:47185_solr-n_0000000000) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34391/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2544650 INFO  
(OverseerStateUpdate-98860166652624902-127.0.0.1:47185_solr-n_0000000000) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_t3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:47185/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2544670 INFO  
(OverseerStateUpdate-98860166652624902-127.0.0.1:47185_solr-n_0000000000) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_t5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34391/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2544672 INFO  
(OverseerStateUpdate-98860166652624902-127.0.0.1:47185_solr-n_0000000000) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_t7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:47185/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2545200 INFO  (qtp698573975-5430) [n:127.0.0.1:34391_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 2545201 INFO  (qtp698573975-5430) [n:127.0.0.1:34391_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2545235 INFO  (qtp932038018-5434) [n:127.0.0.1:47185_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t7&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 2545235 INFO  (qtp932038018-5434) [n:127.0.0.1:47185_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2545816 INFO  
(zkCallback-849-thread-1-processing-n:127.0.0.1:34391_solr) 
[n:127.0.0.1:34391_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2545816 INFO  
(zkCallback-851-thread-1-processing-n:127.0.0.1:47185_solr) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2545819 INFO  
(zkCallback-851-thread-2-processing-n:127.0.0.1:47185_solr) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2545856 INFO  
(zkCallback-849-thread-2-processing-n:127.0.0.1:34391_solr) 
[n:127.0.0.1:34391_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2545902 INFO  (qtp932038018-5441) [n:127.0.0.1:47185_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t3&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 2545922 INFO  (qtp698573975-5425) [n:127.0.0.1:34391_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node6&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t5&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 2546085 INFO  
(zkCallback-849-thread-2-processing-n:127.0.0.1:34391_solr) 
[n:127.0.0.1:34391_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2546085 INFO  
(zkCallback-849-thread-1-processing-n:127.0.0.1:34391_solr) 
[n:127.0.0.1:34391_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2546086 INFO  
(zkCallback-851-thread-3-processing-n:127.0.0.1:47185_solr) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2546086 INFO  
(zkCallback-851-thread-2-processing-n:127.0.0.1:47185_solr) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2546777 INFO  (qtp932038018-5434) [n:127.0.0.1:47185_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t7] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2546812 INFO  (qtp698573975-5430) [n:127.0.0.1:34391_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2565560 WARN  
(jetty-launcher-838-thread-2-SendThread(127.0.0.1:41174)) 
[n:127.0.0.1:34391_solr    ] o.a.z.ClientCnxn Client session timed out, have 
not heard from server in 18626ms for sessionid 0x15f38cc3bc40005
   [junit4]   2> 2565568 INFO  (qtp932038018-5434) [n:127.0.0.1:47185_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t7] 
o.a.s.s.IndexSchema [collection1_shard2_replica_t7] Schema name=minimal
   [junit4]   2> 2565589 INFO  (qtp932038018-5434) [n:127.0.0.1:47185_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t7] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2565589 INFO  (qtp932038018-5434) [n:127.0.0.1:47185_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t7] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t7' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 2565590 INFO  (qtp932038018-5434) [n:127.0.0.1:47185_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t7] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47185.solr.core.collection1.shard2.replica_t7' (registry 
'solr.core.collection1.shard2.replica_t7') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3a17f0a4
   [junit4]   2> 2565590 INFO  (qtp932038018-5434) [n:127.0.0.1:47185_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t7] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2565590 INFO  (qtp932038018-5434) [n:127.0.0.1:47185_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t7] 
o.a.s.c.SolrCore [[collection1_shard2_replica_t7] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_5D3C760E1FD07E28-001/tempDir-001/node1/collection1_shard2_replica_t7],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_5D3C760E1FD07E28-001/tempDir-001/node1/./collection1_shard2_replica_t7/data/]
   [junit4]   2> 2565560 WARN  
(jetty-launcher-838-thread-1-SendThread(127.0.0.1:41174)) 
[n:127.0.0.1:47185_solr    ] o.a.z.ClientCnxn Client session timed out, have 
not heard from server in 18636ms for sessionid 0x15f38cc3bc40006
   [junit4]   2> 2565765 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 0x15f38cc3bc40006, 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> 2565794 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 0x15f38cc3bc40005, 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> 2565678 WARN  
(zkCallback-849-thread-4-processing-n:127.0.0.1:34391_solr) 
[n:127.0.0.1:34391_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3187160e name: 
ZooKeeperConnection Watcher:127.0.0.1:41174/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 2565561 WARN  
(SUITE-TestCloudRecovery-seed#[5D3C760E1FD07E28]-worker-SendThread(127.0.0.1:41174))
 [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server 
in 21119ms for sessionid 0x15f38cc3bc40008
   [junit4]   2> 2565794 WARN  
(zkCallback-849-thread-4-processing-n:127.0.0.1:34391_solr) 
[n:127.0.0.1:34391_solr    ] o.a.s.c.c.ConnectionManager zkClient has 
disconnected
   [junit4]   2> 2565918 WARN  
(zkCallback-851-thread-2-processing-n:127.0.0.1:47185_solr) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@103cfaa5 name: 
ZooKeeperConnection Watcher:127.0.0.1:41174/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 2565918 WARN  
(zkCallback-851-thread-2-processing-n:127.0.0.1:47185_solr) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.c.ConnectionManager zkClient has 
disconnected
   [junit4]   2> 2565921 WARN  (zkCallback-857-thread-2) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7e307391 name: 
ZooKeeperConnection Watcher:127.0.0.1:41174/solr got event WatchedEvent 
state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 2565921 WARN  (zkCallback-857-thread-2) [    ] 
o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 2566357 INFO  (qtp932038018-5434) [n:127.0.0.1:47185_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t7] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2566357 INFO  (qtp932038018-5434) [n:127.0.0.1:47185_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t7] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2566359 INFO  (qtp932038018-5434) [n:127.0.0.1:47185_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t7] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2566359 INFO  (qtp932038018-5434) [n:127.0.0.1:47185_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t7] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2566397 INFO  (qtp932038018-5434) [n:127.0.0.1:47185_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t7] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@538b0dd1[collection1_shard2_replica_t7] main]
   [junit4]   2> 2567036 INFO  (qtp932038018-5434) [n:127.0.0.1:47185_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t7] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2567037 INFO  (qtp932038018-5434) [n:127.0.0.1:47185_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t7] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2567038 INFO  (qtp932038018-5434) [n:127.0.0.1:47185_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t7] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2567038 INFO  (qtp932038018-5434) [n:127.0.0.1:47185_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t7] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1581762695836729344
   [junit4]   2> 2567078 INFO  
(searcherExecutor-2196-thread-1-processing-n:127.0.0.1:47185_solr 
x:collection1_shard2_replica_t7 s:shard2 c:collection1 r:core_node8) 
[n:127.0.0.1:47185_solr c:collection1 s:shard2 r:core_node8 
x:collection1_shard2_replica_t7] o.a.s.c.SolrCore 
[collection1_shard2_replica_t7] Registered new searcher 
Searcher@538b0dd1[collection1_shard2_replica_t7] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2567106 INFO  (qtp932038018-5434) [n:127.0.0.1:47185_solr 
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t7] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2567129 INFO  
(zkCallback-851-thread-8-processing-n:127.0.0.1:47185_solr) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2567141 INFO  
(zkCallback-851-thread-7-processing-n:127.0.0.1:47185_solr) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2567397 INFO  
(zkCallback-851-thread-7-processing-n:127.0.0.1:47185_solr) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 2567410 WARN  
(jetty-launcher-838-thread-2-SendThread(127.0.0.1:41174)) 
[n:127.0.0.1:34391_solr    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper 
service, session 0x15f38cc3bc40005 has expired
   [junit4]   2> 2567413 WARN  
(zkCallback-849-thread-4-processing-n:127.0.0.1:34391_solr) 
[n:127.0.0.1:34391_solr    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3187160e name: 
ZooKeeperConnection Watcher:127.0.0.1:41174/solr got event WatchedEvent 
state:Expired type:None path:null path: null type: None
   [junit4]   2> 2567413 WARN  
(zkCallback-849-thread-4-processing-n:127.0.0.1:34391_solr) 
[n:127.0.0.1:34391_solr    ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper 
session was expired. Attempting to reconnect to recover relationship with 
ZooKeeper...
   [junit4]   2> 2567413 WARN  
(zkCallback-849-thread-4-processing-n:127.0.0.1:34391_solr) 
[n:127.0.0.1:34391_solr    ] o.a.s.c.c.DefaultConnectionStrategy Connection 
expired - starting a new one...
   [junit4]   2> 2567425 INFO  
(zkCallback-849-thread-4-processing-n:127.0.0.1:34391_solr) 
[n:127.0.0.1:34391_solr    ] o.a.s.c.c.ConnectionManager Connection with 
ZooKeeper reestablished.
   [junit4]   2> 2567425 INFO  
(zkCallback-849-thread-4-processing-n:127.0.0.1:34391_solr) 
[n:127.0.0.1:34391_solr    ] o.a.s.c.ZkController ZooKeeper session 
re-connected ... refreshing core states after session expiration.
   [junit4]   2> 2567457 INFO  
(zkCallback-849-thread-4-processing-n:127.0.0.1:34391_solr) 
[n:127.0.0.1:34391_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 2567463 WARN  
(SUITE-TestCloudRecovery-seed#[5D3C760E1FD07E28]-worker-SendThread(127.0.0.1:41174))
 [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 
0x15f38cc3bc40008 has expired
   [junit4]   2> 2567464 WARN  (zkCallback-857-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7e307391 name: 
ZooKeeperConnection Watcher:127.0.0.1:41174/solr got event WatchedEvent 
state:Expired type:None path:null path: null type: None
   [junit4]   2> 2567464 WARN  (zkCallback-857-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. 
Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 2567464 WARN  (zkCallback-857-thread-4) [    ] 
o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 2567502 INFO  (zkCallback-857-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 2567517 ERROR (qtp698573975-5425) [n:127.0.0.1:34391_solr 
c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_t5] 
o.a.s.c.CloudConfigSetService 
null:org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/collection1
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1102)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:323)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:320)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:320)
   [junit4]   2>        at 
org.apache.solr.cloud.CloudConfigSetService.createCoreResourceLoader(CloudConfigSetService.java:44)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:75)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1080)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1032)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:948)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [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:426)
   [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:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [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> 2567527 INFO  (qtp932038018-5441) [n:127.0.0.1:47185_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2567569 INFO  
(zkCallback-849-thread-4-processing-n:127.0.0.1:34391_solr) 
[n:127.0.0.1:34391_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34391_solr
   [junit4]   2> 2567593 INFO  
(zkCallback-849-thread-4-processing-n:127.0.0.1:34391_solr) 
[n:127.0.0.1:34391_solr    ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to 
ZooKeeper
   [junit4]   2> 2567593 INFO  
(zkCallback-849-thread-4-processing-n:127.0.0.1:34391_solr) 
[n:127.0.0.1:34391_solr    ] o.a.s.c.c.ConnectionManager Connected:true
   [junit4]   2> 2567612 INFO  (qtp698573975-5425) [n:127.0.0.1:34391_solr 
c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_t5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 2567650 INFO  
(zkCallback-851-thread-7-processing-n:127.0.0.1:47185_solr) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2567666 INFO  (zkCallback-857-thread-4) [    ] 
o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 2567666 INFO  (zkCallback-857-thread-4) [    ] 
o.a.s.c.c.ConnectionManager Connected:true
   [junit4]   2> 2567689 INFO  
(zkCallback-849-thread-4-processing-n:127.0.0.1:34391_solr) 
[n:127.0.0.1:34391_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2567695 INFO  (qtp698573975-5425) [n:127.0.0.1:34391_solr 
c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_t5] 
o.a.s.s.IndexSchema [collection1_shard2_replica_t5] Schema name=minimal
   [junit4]   2> 2567751 INFO  (qtp932038018-5441) [n:127.0.0.1:47185_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t3] 
o.a.s.s.IndexSchema [collection1_shard1_replica_t3] Schema name=minimal
   [junit4]   2> 2567765 INFO  (qtp932038018-5441) [n:127.0.0.1:47185_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t3] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2567765 INFO  (qtp932038018-5441) [n:127.0.0.1:47185_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t3' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 2567766 INFO  (qtp932038018-5441) [n:127.0.0.1:47185_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_47185.solr.core.collection1.shard1.replica_t3' (registry 
'solr.core.collection1.shard1.replica_t3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3a17f0a4
   [junit4]   2> 2567766 INFO  (qtp932038018-5441) [n:127.0.0.1:47185_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t3] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2567766 INFO  (qtp932038018-5441) [n:127.0.0.1:47185_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t3] 
o.a.s.c.SolrCore [[collection1_shard1_replica_t3] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_5D3C760E1FD07E28-001/tempDir-001/node1/collection1_shard1_replica_t3],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_5D3C760E1FD07E28-001/tempDir-001/node1/./collection1_shard1_replica_t3/data/]
   [junit4]   2> 2567785 INFO  
(zkCallback-851-thread-7-processing-n:127.0.0.1:47185_solr) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2567786 INFO  
(zkCallback-851-thread-8-processing-n:127.0.0.1:47185_solr) 
[n:127.0.0.1:47185_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2567786 INFO  
(zkCallback-849-thread-4-processing-n:127.0.0.1:34391_solr) 
[n:127.0.0.1:34391_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2567787 INFO  (qtp698573975-5425) [n:127.0.0.1:34391_solr 
c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_t5] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2567787 INFO  (qtp698573975-5425) [n:127.0.0.1:34391_solr 
c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_t5] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t5' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 2567788 INFO  (qtp698573975-5425) [n:127.0.0.1:34391_solr 
c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_t5] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34391.solr.core.collection1.shard2.replica_t5' (registry 
'solr.core.collection1.shard2.replica_t5') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3a17f0a4
   [junit4]   2> 2567788 INFO  (qtp698573975-5425) [n:127.0.0.1:34391_solr 
c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_t5] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2567788 INFO  (qtp698573975-5425) [n:127.0.0.1:34391_solr 
c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_t5] 
o.a.s.c.SolrCore [[collection1_shard2_replica_t5] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_5D3C760E1FD07E28-001/tempDir-001/node2/collection1_shard2_replica_t5],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_5D3C760E1FD07E28-001/tempDir-001/node2/./collection1_shard2_replica_t5/data/]
   [junit4]   2> 2568379 INFO  (qtp932038018-5441) [n:127.0.0.1:47185_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t3] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2568379 INFO  (qtp932038018-5441) [n:127.0.0.1:47185_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t3] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2568386 INFO  (qtp932038018-5441) [n:127.0.0.1:47185_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2568386 INFO  (qtp932038018-5441) [n:127.0.0.1:47185_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2568432 INFO  (qtp932038018-5441) [n:127.0.0.1:47185_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3c9e875e[collection1_shard1_replica_t3] main]
   [junit4]   2> 2568556 INFO  (qtp698573975-5430) [n:127.0.0.1:34391_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.s.IndexSchema [collection1_shard1_replica_t1] Schema name=minimal
   [junit4]   2> 2568580 INFO  (qtp698573975-5430) [n:127.0.0.1:34391_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2568580 INFO  (qtp698573975-5430) [n:127.0.0.1:34391_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t1' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 2568581 INFO  (qtp698573975-5430) [n:127.0.0.1:34391_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34391.solr.core.collection1.shard1.replica_t1' (registry 
'solr.core.collection1.shard1.replica_t1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3a17f0a4
   [junit4]   2> 2568581 INFO  (qtp698573975-5430) [n:127.0.0.1:34391_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_t1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2568593 INFO  (qtp698573975-5430) [n:127.0.0.1:34391_solr 
c:collection1 s:shard1 r:core_node2 x:collec

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

2a3c387: rootName = solr_57520, domain = 
solr.core.SearchRateTriggerTest-collection1.shard1.replica_n2, service url = 
null, agent id = null] for registry 
solr.core.SearchRateTriggerTest-collection1.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@18936c02
   [junit4]   2> 9392383 INFO  (coreCloseExecutor-8765-thread-2) 
[n:127.0.0.1:57520_solr c:SearchRateTriggerTest-collection2 s:shard2 
r:core_node6 x:SearchRateTriggerTest-collection2_shard2_replica_n5] 
o.a.s.c.SolrCore [SearchRateTriggerTest-collection2_shard2_replica_n5]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@6a79cd06
   [junit4]   2> 9392389 INFO  (coreCloseExecutor-8765-thread-2) 
[n:127.0.0.1:57520_solr c:SearchRateTriggerTest-collection2 s:shard2 
r:core_node6 x:SearchRateTriggerTest-collection2_shard2_replica_n5] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.SearchRateTriggerTest-collection2.shard2.replica_n5, 
tag=1786367238
   [junit4]   2> 9392389 INFO  (coreCloseExecutor-8765-thread-2) 
[n:127.0.0.1:57520_solr c:SearchRateTriggerTest-collection2 s:shard2 
r:core_node6 x:SearchRateTriggerTest-collection2_shard2_replica_n5] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4c790c85: rootName = 
solr_57520, domain = 
solr.core.SearchRateTriggerTest-collection2.shard2.replica_n5, service url = 
null, agent id = null] for registry 
solr.core.SearchRateTriggerTest-collection2.shard2.replica_n5 / 
com.codahale.metrics.MetricRegistry@36bb7d9f
   [junit4]   2> 9392434 INFO  (coreCloseExecutor-8765-thread-2) 
[n:127.0.0.1:57520_solr c:SearchRateTriggerTest-collection2 s:shard2 
r:core_node6 x:SearchRateTriggerTest-collection2_shard2_replica_n5] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.SearchRateTriggerTest-collection2.shard2.leader, 
tag=1786367238
   [junit4]   2> 9392482 INFO  (coreCloseExecutor-8765-thread-1) 
[n:127.0.0.1:57520_solr c:SearchRateTriggerTest-collection1 s:shard1 
r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.SearchRateTriggerTest-collection1.shard1.leader, 
tag=30065930
   [junit4]   2> 9392803 INFO  (jetty-closer-4996-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@193ce9af{/solr,null,UNAVAILABLE}
   [junit4]   2> 9392804 INFO  (jetty-closer-4996-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=98860612339105800-127.0.0.1:54907_solr-n_0000000000) closing
   [junit4]   2> 9392804 INFO  
(OverseerStateUpdate-98860612339105800-127.0.0.1:54907_solr-n_0000000000) 
[n:127.0.0.1:54907_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:54907_solr
   [junit4]   2> 9392867 WARN  
(OverseerAutoScalingTriggerThread-98860612339105800-127.0.0.1:54907_solr-n_0000000000)
 [n:127.0.0.1:54907_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 9392954 INFO  (jetty-closer-4996-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@17c31e63{/solr,null,UNAVAILABLE}
   [junit4]   2> 9392968 INFO  
(zkCallback-5018-thread-8-processing-n:127.0.0.1:57520_solr) 
[n:127.0.0.1:57520_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:57520_solr
   [junit4]   2> 9392969 INFO  (jetty-closer-4996-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7d5539ed{/solr,null,UNAVAILABLE}
   [junit4]   2> 9393031 INFO  (jetty-closer-4996-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3538438d{/solr,null,UNAVAILABLE}
   [junit4]   2> 9393068 ERROR 
(SUITE-SearchRateTriggerTest-seed#[5D3C760E1FD07E28]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 9393068 INFO  
(SUITE-SearchRateTriggerTest-seed#[5D3C760E1FD07E28]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:57676 57676
   [junit4]   2> 9393158 INFO  (Thread-4652) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:57676 57676
   [junit4]   2> 9393184 WARN  (Thread-4652) [    ] 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>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        53      
/solr/collections/SearchRateTriggerTest-collection1/state.json
   [junit4]   2>        48      
/solr/collections/SearchRateTriggerTest-collection2/state.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/98860612339105800-127.0.0.1:54907_solr-n_0000000000
   [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> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.SearchRateTriggerTest_5D3C760E1FD07E28-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1297, maxMBSortInHeap=6.6087307604771155, 
sim=RandomSimilarity(queryNorm=true): {}, locale=ar-SD, timezone=SystemV/MST7MDT
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=247663976,total=520617984
   [junit4]   2> NOTE: All tests run in this JVM: [SuggesterTSTTest, 
ClusterStateUpdateTest, TestLegacyTerms, HdfsChaosMonkeySafeLeaderTest, 
NotRequiredUniqueKeyTest, SolrCmdDistributorTest, TestDynamicFieldResource, 
PrimUtilsTest, InfixSuggestersTest, ImplicitSnitchTest, SynonymTokenizerTest, 
MoreLikeThisHandlerTest, ExecutePlanActionTest, TestManagedResource, 
SharedFSAutoReplicaFailoverTest, SOLR749Test, SuggesterFSTTest, 
TestCollectionAPIs, TestSurroundQueryParser, BasicAuthStandaloneTest, 
TestReloadAndDeleteDocs, TestFastWriter, TestInitQParser, 
TestSimpleTrackingShardHandler, SimpleMLTQParserTest, TestDocumentBuilder, 
TestStressLiveNodes, TestSolrQueryParser, CdcrBootstrapTest, 
TestInPlaceUpdatesStandalone, NodeMutatorTest, ZkSolrClientTest, 
ShardRoutingTest, TestBlobHandler, TestDocSet, HdfsRecoverLeaseTest, 
TestReRankQParserPlugin, QueryEqualityTest, TestDelegationWithHadoopAuth, 
TestCloudDeleteByQuery, TestSubQueryTransformer, TestMacros, 
CloneFieldUpdateProcessorFactoryTest, TestFieldCacheSort, 
UninvertDocValuesMergePolicyTest, TestCollectionsAPIViaSolrCloudCluster, 
BlobRepositoryCloudTest, TemplateUpdateProcessorTest, 
TermVectorComponentDistributedTest, HdfsUnloadDistributedZkTest, 
TestManagedSchema, TestSchemaResource, TestRemoteStreaming, 
ChaosMonkeySafeLeaderTest, DistributedDebugComponentTest, TestSegmentSorting, 
DeleteShardTest, TestStressRecovery, SolrMetricManagerTest, 
ConvertedLegacyTest, OpenCloseCoreStressTest, SolrCloudExampleTest, 
RequestHandlersTest, TestSolrConfigHandlerConcurrent, TestMissingGroups, 
TestManagedSynonymFilterFactory, CollectionTooManyReplicasTest, 
TestStressLucene, TestSolrConfigHandler, AssignTest, TestGeoJSONResponseWriter, 
LeaderFailureAfterFreshStartTest, HighlighterMaxOffsetTest, TestFastLRUCache, 
MergeStrategyTest, BooleanFieldTest, DistributedVersionInfoTest, 
TestJettySolrRunner, ManagedSchemaRoundRobinCloudTest, DirectUpdateHandlerTest, 
SSLMigrationTest, NumericFieldsTest, TestDistribDocBasedVersion, 
MoveReplicaHDFSTest, TestRetrieveFieldsOptimizer, SolrGangliaReporterTest, 
TestDistributedStatsComponentCardinality, CoreAdminRequestStatusTest, 
CloudExitableDirectoryReaderTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
TestCollationField, TestScoreJoinQPScore, TestSolr4Spatial, 
TestAnalyzedSuggestions, SampleTest, CollectionsAPIDistributedZkTest, 
TestLazyCores, TestQueryWrapperFilter, NodeAddedTriggerTest, 
TestCloudSchemaless, TestSkipOverseerOperations, CdcrRequestHandlerTest, 
SpatialHeatmapFacetsTest, TestAtomicUpdateErrorCases, TestDefaultStatsCache, 
DistribDocExpirationUpdateProcessorTest, TestHdfsCloudBackupRestore, 
ConcurrentDeleteAndCreateCollectionTest, TestJmxIntegration, 
DistributedTermsComponentTest, TestPushWriter, 
SchemaVersionSpecificBehaviorTest, TestPullReplica, 
TestMiniSolrCloudClusterSSL, SpatialRPTFieldTypeTest, 
ExitableDirectoryReaderTest, TestPivotHelperCode, TestConfigSetsAPIZkFailure, 
OpenExchangeRatesOrgProviderTest, PolyFieldTest, LukeRequestHandlerTest, 
TestOmitPositions, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, 
FieldAnalysisRequestHandlerTest, RegexBoostProcessorTest, ReturnFieldsTest, 
QueryParsingTest, TestPartialUpdateDeduplication, CSVRequestHandlerTest, 
TestComponentsName, HighlighterConfigTest, TestSolrIndexConfig, CopyFieldTest, 
ResponseLogComponentTest, BadComponentTest, TestSolrDeletionPolicy2, 
TestFuzzyAnalyzedSuggestions, DirectSolrConnectionTest, TestCodecSupport, 
FileUtilsTest, TestRTGBase, TestCursorMarkWithoutUniqueKey, 
TestDistributedMissingSort, TestHighlightDedupGrouping, AliasIntegrationTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, 
LeaderInitiatedRecoveryOnCommitTest, MissingSegmentRecoveryTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerStatusTest, 
ReplicationFactorTest, RollingRestartTest, SolrXmlInZkTest, 
TestCloudPivotFacet, TestCollectionAPI, TestCryptoKeys, 
TestLeaderInitiatedRecoveryThread, TestPrepRecovery, 
TestSizeLimitedDistributedMap, TestSolrCloudWithDelegationTokens, 
TestStressCloudBlindAtomicUpdates, TestTolerantUpdateProcessorRandomCloud, 
AutoAddReplicasIntegrationTest, SearchRateTriggerTest]
   [junit4] Completed [553/744 (7!)] on J1 in 56.50s, 1 test, 1 failure <<< 
FAILURES!

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

Reply via email to