Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2121/

6 tests failed.
FAILED:  
org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
Could not load collection from ZK: deleteshard_test

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
deleteshard_test
        at 
__randomizedtesting.SeedInfo.seed([81F1B6DE437B6038:21EBFD85E70B2B34]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1170)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:690)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:130)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:110)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
        at 
org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:113)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/deleteshard_test/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:1182)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1168)
        ... 44 more


FAILED:  org.apache.solr.cloud.DeleteStatusTest.testAsyncIdsMayBeDeleted

Error Message:
expected:<NOT_FOUND> but was:<RUNNING>

Stack Trace:
java.lang.AssertionError: expected:<NOT_FOUND> but was:<RUNNING>
        at 
__randomizedtesting.SeedInfo.seed([81F1B6DE437B6038:BF44DA28A2EDB7FD]: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:147)
        at 
org.apache.solr.cloud.DeleteStatusTest.testAsyncIdsMayBeDeleted(DeleteStatusTest.java:74)
        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.cloud.HttpPartitionTest.test

Error Message:
Doc with id=2 not found in http://127.0.0.1:51898/c8n_1x2 due to: Path not 
found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=2 not found in 
http://127.0.0.1:51898/c8n_1x2 due to: Path not found: /id; rsp={doc=null}
        at 
__randomizedtesting.SeedInfo.seed([81F1B6DE437B6038:9A58904ED870DC0]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:605)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:560)
        at 
org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:329)
        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)


FAILED:  
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration

Error Message:
Path /autoscaling/nodeAdded/127.0.0.1:48392_solr wasn't created

Stack Trace:
java.lang.AssertionError: Path /autoscaling/nodeAdded/127.0.0.1:48392_solr 
wasn't created
        at 
__randomizedtesting.SeedInfo.seed([81F1B6DE437B6038:994B3ED24D4EADD7]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration(TriggerIntegrationTest.java:909)
        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.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew

Error Message:
expected:<200> but was:<403>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<403>
        at 
__randomizedtesting.SeedInfo.seed([81F1B6DE437B6038:B66A42C07BB7BD9C]: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.security.hadoop.TestDelegationWithHadoopAuth.renewDelegationToken(TestDelegationWithHadoopAuth.java:118)
        at 
org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.verifyDelegationTokenRenew(TestDelegationWithHadoopAuth.java:302)
        at 
org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew(TestDelegationWithHadoopAuth.java:319)
        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.client.solrj.impl.CloudSolrClientTest.testHandlingOfStaleAlias

Error Message:
Fetching cluster properties not supported using the HttpClusterStateProvider. 
ZkClientClusterStateProvider can be used for this.

Stack Trace:
java.lang.UnsupportedOperationException: Fetching cluster properties not 
supported using the HttpClusterStateProvider. ZkClientClusterStateProvider can 
be used for this.
        at 
__randomizedtesting.SeedInfo.seed([DE81599CA4335759:CEFC1E5551D057CE]:0)
        at 
org.apache.solr.client.solrj.impl.HttpClusterStateProvider.getClusterProperties(HttpClusterStateProvider.java:254)
        at 
org.apache.solr.client.solrj.impl.ClusterStateProvider.getClusterProperty(ClusterStateProvider.java:65)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1019)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testHandlingOfStaleAlias(CloudSolrClientTest.java:226)
        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.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        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 11684 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteStatusTest
   [junit4]   2> 657686 INFO  
(SUITE-DeleteStatusTest-seed#[81F1B6DE437B6038]-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-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteStatusTest_81F1B6DE437B6038-001/init-core-data-001
   [junit4]   2> 657686 WARN  
(SUITE-DeleteStatusTest-seed#[81F1B6DE437B6038]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 657686 INFO  
(SUITE-DeleteStatusTest-seed#[81F1B6DE437B6038]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 657692 INFO  
(SUITE-DeleteStatusTest-seed#[81F1B6DE437B6038]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 657692 INFO  
(SUITE-DeleteStatusTest-seed#[81F1B6DE437B6038]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteStatusTest_81F1B6DE437B6038-001/tempDir-001
   [junit4]   2> 657692 INFO  
(SUITE-DeleteStatusTest-seed#[81F1B6DE437B6038]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 657711 INFO  (Thread-275) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 657711 INFO  (Thread-275) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 657771 ERROR (Thread-275) [    ] 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> 657823 INFO  
(SUITE-DeleteStatusTest-seed#[81F1B6DE437B6038]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40097
   [junit4]   2> 657940 INFO  (jetty-launcher-1002-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 658155 INFO  (jetty-launcher-1002-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 658176 INFO  (jetty-launcher-1002-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2ba12a9b{/solr,null,AVAILABLE}
   [junit4]   2> 658177 INFO  (jetty-launcher-1002-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@24b97dee{HTTP/1.1,[http/1.1]}{127.0.0.1:44989}
   [junit4]   2> 658177 INFO  (jetty-launcher-1002-thread-2) [    ] 
o.e.j.s.Server Started @674801ms
   [junit4]   2> 658178 INFO  (jetty-launcher-1002-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44989}
   [junit4]   2> 658178 ERROR (jetty-launcher-1002-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 658178 INFO  (jetty-launcher-1002-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 658178 INFO  (jetty-launcher-1002-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 658178 INFO  (jetty-launcher-1002-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 658178 INFO  (jetty-launcher-1002-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-15T13:15:21.895Z
   [junit4]   2> 658192 INFO  (jetty-launcher-1002-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6f1ad765{/solr,null,AVAILABLE}
   [junit4]   2> 658199 INFO  (jetty-launcher-1002-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@6131ca66{HTTP/1.1,[http/1.1]}{127.0.0.1:46416}
   [junit4]   2> 658199 INFO  (jetty-launcher-1002-thread-1) [    ] 
o.e.j.s.Server Started @674823ms
   [junit4]   2> 658199 INFO  (jetty-launcher-1002-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46416}
   [junit4]   2> 658249 ERROR (jetty-launcher-1002-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 658249 INFO  (jetty-launcher-1002-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 658249 INFO  (jetty-launcher-1002-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 658249 INFO  (jetty-launcher-1002-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 658249 INFO  (jetty-launcher-1002-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-10-15T13:15:21.966Z
   [junit4]   2> 658320 INFO  (jetty-launcher-1002-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 658340 INFO  (jetty-launcher-1002-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 658416 INFO  (jetty-launcher-1002-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40097/solr
   [junit4]   2> 658541 INFO  (jetty-launcher-1002-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40097/solr
   [junit4]   2> 659285 INFO  (jetty-launcher-1002-thread-1) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 659324 INFO  (jetty-launcher-1002-thread-1) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:46416_solr
   [junit4]   2> 659325 INFO  (jetty-launcher-1002-thread-1) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.Overseer Overseer 
(id=98833093194153989-127.0.0.1:46416_solr-n_0000000000) starting
   [junit4]   2> 659345 INFO  (jetty-launcher-1002-thread-2) 
[n:127.0.0.1:44989_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 659345 INFO  (jetty-launcher-1002-thread-2) 
[n:127.0.0.1:44989_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44989_solr
   [junit4]   2> 659384 INFO  
(zkCallback-1014-thread-1-processing-n:127.0.0.1:44989_solr) 
[n:127.0.0.1:44989_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 659404 INFO  
(zkCallback-1013-thread-1-processing-n:127.0.0.1:46416_solr) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 659568 INFO  (jetty-launcher-1002-thread-1) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46416_solr
   [junit4]   2> 659627 INFO  
(zkCallback-1013-thread-1-processing-n:127.0.0.1:46416_solr) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 659628 INFO  
(zkCallback-1014-thread-1-processing-n:127.0.0.1:44989_solr) 
[n:127.0.0.1:44989_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 660321 INFO  (jetty-launcher-1002-thread-2) 
[n:127.0.0.1:44989_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44989.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a79b6ee
   [junit4]   2> 660326 INFO  (jetty-launcher-1002-thread-1) 
[n:127.0.0.1:46416_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46416.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a79b6ee
   [junit4]   2> 660510 INFO  (jetty-launcher-1002-thread-2) 
[n:127.0.0.1:44989_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44989.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a79b6ee
   [junit4]   2> 660511 INFO  (jetty-launcher-1002-thread-2) 
[n:127.0.0.1:44989_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44989.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a79b6ee
   [junit4]   2> 660576 INFO  (jetty-launcher-1002-thread-1) 
[n:127.0.0.1:46416_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46416.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a79b6ee
   [junit4]   2> 660577 INFO  (jetty-launcher-1002-thread-1) 
[n:127.0.0.1:46416_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46416.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a79b6ee
   [junit4]   2> 660588 INFO  (jetty-launcher-1002-thread-1) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteStatusTest_81F1B6DE437B6038-001/tempDir-001/node1/.
   [junit4]   2> 660588 INFO  (jetty-launcher-1002-thread-2) 
[n:127.0.0.1:44989_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteStatusTest_81F1B6DE437B6038-001/tempDir-001/node2/.
   [junit4]   2> 661348 INFO  
(SUITE-DeleteStatusTest-seed#[81F1B6DE437B6038]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 661349 INFO  
(SUITE-DeleteStatusTest-seed#[81F1B6DE437B6038]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40097/solr ready
   [junit4]   2> 661443 INFO  
(TEST-DeleteStatusTest.testAsyncIdsMayBeDeleted-seed#[81F1B6DE437B6038]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testAsyncIdsMayBeDeleted
   [junit4]   2> 661528 INFO  (qtp1433681445-2107) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
async=6733edf7-da46-4802-aee7-a161d4f7091c&replicationFactor=1&collection.configName=conf1&name=deletestatus&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 661531 INFO  (qtp1433681445-2107) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=6733edf7-da46-4802-aee7-a161d4f7091c&replicationFactor=1&collection.configName=conf1&name=deletestatus&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3
   [junit4]   2> 661535 INFO  (qtp1433681445-2108) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=6733edf7-da46-4802-aee7-a161d4f7091c&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 661536 INFO  (qtp1433681445-2108) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=6733edf7-da46-4802-aee7-a161d4f7091c&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 661537 INFO  
(OverseerThreadFactory-573-thread-1-processing-n:127.0.0.1:46416_solr) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
deletestatus
   [junit4]   2> 661666 INFO  
(OverseerStateUpdate-98833093194153989-127.0.0.1:46416_solr-n_0000000000) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deletestatus",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deletestatus_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46416/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 662196 INFO  (qtp1135172787-2098) [n:127.0.0.1:46416_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=deletestatus&version=2&replicaType=NRT&async=6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666&coreNodeName=core_node2&name=deletestatus_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin}
 status=0 QTime=15
   [junit4]   2> 662197 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=deletestatus&version=2&replicaType=NRT&async=6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666&coreNodeName=core_node2&name=deletestatus_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 662222 INFO  (qtp1135172787-2099) [n:127.0.0.1:46416_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666
   [junit4]   2> 662222 INFO  (qtp1135172787-2099) [n:127.0.0.1:46416_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 662232 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 662499 INFO  
(zkCallback-1013-thread-1-processing-n:127.0.0.1:46416_solr) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/deletestatus/state.json] for collection [deletestatus] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 662568 INFO  (qtp1433681445-2109) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=6733edf7-da46-4802-aee7-a161d4f7091c&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 662568 INFO  
(zkCallback-1013-thread-2-processing-n:127.0.0.1:46416_solr) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/deletestatus/state.json] for collection [deletestatus] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 662593 INFO  (qtp1433681445-2109) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=6733edf7-da46-4802-aee7-a161d4f7091c&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=25
   [junit4]   2> 663224 INFO  (qtp1135172787-2100) [n:127.0.0.1:46416_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666
   [junit4]   2> 663224 INFO  (qtp1135172787-2100) [n:127.0.0.1:46416_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 663386 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
8.0.0
   [junit4]   2> 663529 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.s.IndexSchema 
[deletestatus_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 663602 INFO  (qtp1433681445-2110) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=6733edf7-da46-4802-aee7-a161d4f7091c&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 663604 INFO  (qtp1433681445-2110) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=6733edf7-da46-4802-aee7-a161d4f7091c&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 663606 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 
with uniqueid field id
   [junit4]   2> 663606 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'deletestatus_shard1_replica_n1' using configuration from collection 
deletestatus, trusted=true
   [junit4]   2> 663643 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46416.solr.core.deletestatus.shard1.replica_n1' (registry 
'solr.core.deletestatus.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a79b6ee
   [junit4]   2> 663643 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 663644 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.c.SolrCore 
[[deletestatus_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteStatusTest_81F1B6DE437B6038-001/tempDir-001/node1/deletestatus_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteStatusTest_81F1B6DE437B6038-001/tempDir-001/node1/./deletestatus_shard1_replica_n1/data/]
   [junit4]   2> 664207 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 664207 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 664208 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 664208 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 664248 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@541ceeae[deletestatus_shard1_replica_n1] main]
   [junit4]   2> 664249 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 664249 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 664250 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000ms.
   [junit4]   2> 664268 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version 
in index or recent updates, using new clock 1581329497965199360
   [junit4]   2> 664308 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 664308 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be 
the new leader - try and sync
   [junit4]   2> 664308 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:46416/solr/deletestatus_shard1_replica_n1/
   [junit4]   2> 664308 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 664308 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:46416/solr/deletestatus_shard1_replica_n1/ has no replicas
   [junit4]   2> 664308 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 664344 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the 
new leader: http://127.0.0.1:46416/solr/deletestatus_shard1_replica_n1/ shard1
   [junit4]   2> 664424 INFO  (qtp1135172787-2100) [n:127.0.0.1:46416_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666
   [junit4]   2> 664424 INFO  (qtp1135172787-2100) [n:127.0.0.1:46416_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 664428 INFO  
(searcherExecutor-578-thread-1-processing-x:deletestatus_shard1_replica_n1 
r:core_node2 6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE 
n:127.0.0.1:46416_solr s:shard1 c:deletestatus) [n:127.0.0.1:46416_solr 
c:deletestatus s:shard1 r:core_node2 x:deletestatus_shard1_replica_n1] 
o.a.s.c.SolrCore [deletestatus_shard1_replica_n1] Registered new searcher 
Searcher@541ceeae[deletestatus_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 664627 INFO  
(zkCallback-1013-thread-1-processing-n:127.0.0.1:46416_solr) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/deletestatus/state.json] for collection [deletestatus] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 664627 INFO  
(zkCallback-1013-thread-2-processing-n:127.0.0.1:46416_solr) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/deletestatus/state.json] for collection [deletestatus] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 664632 INFO  
(parallelCoreAdminExecutor-575-thread-1-processing-n:127.0.0.1:46416_solr 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666 CREATE) 
[n:127.0.0.1:46416_solr c:deletestatus s:shard1 r:core_node2 
x:deletestatus_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 664736 INFO  (qtp1433681445-2106) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=6733edf7-da46-4802-aee7-a161d4f7091c&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 664753 INFO  (qtp1433681445-2106) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=6733edf7-da46-4802-aee7-a161d4f7091c&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=16
   [junit4]   2> 664831 INFO  
(zkCallback-1013-thread-1-processing-n:127.0.0.1:46416_solr) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/deletestatus/state.json] for collection [deletestatus] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 664919 INFO  
(zkCallback-1013-thread-3-processing-n:127.0.0.1:46416_solr) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/deletestatus/state.json] for collection [deletestatus] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 665437 INFO  (qtp1135172787-2100) [n:127.0.0.1:46416_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666
   [junit4]   2> 665446 INFO  (qtp1135172787-2100) [n:127.0.0.1:46416_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=6733edf7-da46-4802-aee7-a161d4f7091c8325251530765666&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=9
   [junit4]   2> 665924 INFO  (qtp1433681445-2103) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=6733edf7-da46-4802-aee7-a161d4f7091c&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 665928 INFO  (qtp1433681445-2103) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=6733edf7-da46-4802-aee7-a161d4f7091c&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=3
   [junit4]   2> 665931 INFO  (qtp1433681445-2103) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=6733edf7-da46-4802-aee7-a161d4f7091c&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 665933 INFO  (qtp1433681445-2103) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=6733edf7-da46-4802-aee7-a161d4f7091c&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 665935 INFO  (qtp1433681445-2107) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with 
params 
requestid=6733edf7-da46-4802-aee7-a161d4f7091c&action=DELETESTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 665936 INFO  (qtp1433681445-2107) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=6733edf7-da46-4802-aee7-a161d4f7091c&action=DELETESTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 665940 INFO  (qtp1433681445-2108) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=6733edf7-da46-4802-aee7-a161d4f7091c&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 665940 INFO  (qtp1433681445-2108) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=6733edf7-da46-4802-aee7-a161d4f7091c&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 665941 INFO  
(TEST-DeleteStatusTest.testAsyncIdsMayBeDeleted-seed#[81F1B6DE437B6038]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testAsyncIdsMayBeDeleted
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DeleteStatusTest 
-Dtests.method=testAsyncIdsMayBeDeleted -Dtests.seed=81F1B6DE437B6038 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sq-AL 
-Dtests.timezone=Asia/Krasnoyarsk -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 4.59s J1 | DeleteStatusTest.testAsyncIdsMayBeDeleted <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<NOT_FOUND> 
but was:<RUNNING>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([81F1B6DE437B6038:BF44DA28A2EDB7FD]:0)
   [junit4]    >        at 
org.apache.solr.cloud.DeleteStatusTest.testAsyncIdsMayBeDeleted(DeleteStatusTest.java:74)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 665952 INFO  
(OverseerThreadFactory-573-thread-1-processing-n:127.0.0.1:46416_solr) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 666008 INFO  
(TEST-DeleteStatusTest.testProcessAndWaitDeletesAsyncIds-seed#[81F1B6DE437B6038])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testProcessAndWaitDeletesAsyncIds
   [junit4]   2> 666008 INFO  (qtp1433681445-2109) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
async=request1&replicationFactor=1&collection.configName=conf1&name=requeststatus&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 666009 INFO  (qtp1433681445-2109) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=request1&replicationFactor=1&collection.configName=conf1&name=requeststatus&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 666010 INFO  (qtp1433681445-2110) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params requestid=request1&action=REQUESTSTATUS&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 666012 INFO  (qtp1433681445-2110) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=request1&action=REQUESTSTATUS&wt=javabin&version=2} status=0 
QTime=1
   [junit4]   2> 666103 INFO  
(OverseerCollectionConfigSetProcessor-98833093194153989-127.0.0.1:46416_solr-n_0000000000)
 [n:127.0.0.1:46416_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 666130 INFO  
(OverseerThreadFactory-573-thread-2-processing-n:127.0.0.1:46416_solr) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
requeststatus
   [junit4]   2> 666316 INFO  
(OverseerStateUpdate-98833093194153989-127.0.0.1:46416_solr-n_0000000000) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"requeststatus",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"requeststatus_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46416/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 667075 INFO  (qtp1433681445-2106) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params requestid=request1&action=REQUESTSTATUS&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 667075 INFO  (qtp1433681445-2106) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=request1&action=REQUESTSTATUS&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 667745 INFO  (qtp1135172787-2095) [n:127.0.0.1:46416_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=requeststatus&version=2&replicaType=NRT&async=request18325256181658011&coreNodeName=core_node2&name=requeststatus_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin}
 status=0 QTime=1117
   [junit4]   2> 667770 INFO  (qtp1135172787-2098) [n:127.0.0.1:46416_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
request18325256181658011
   [junit4]   2> 667770 INFO  (qtp1135172787-2098) [n:127.0.0.1:46416_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=request18325256181658011&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 667770 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=requeststatus&version=2&replicaType=NRT&async=request18325256181658011&coreNodeName=core_node2&name=requeststatus_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 667897 INFO  
(zkCallback-1013-thread-3-processing-n:127.0.0.1:46416_solr) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/requeststatus/state.json] for collection [requeststatus] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 667897 INFO  
(zkCallback-1013-thread-1-processing-n:127.0.0.1:46416_solr) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/requeststatus/state.json] for collection [requeststatus] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 668127 INFO  (qtp1433681445-2103) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params requestid=request1&action=REQUESTSTATUS&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 668135 INFO  (qtp1433681445-2103) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=request1&action=REQUESTSTATUS&wt=javabin&version=2} status=0 
QTime=8
   [junit4]   2> 668772 INFO  (qtp1135172787-2098) [n:127.0.0.1:46416_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
request18325256181658011
   [junit4]   2> 668772 INFO  (qtp1135172787-2098) [n:127.0.0.1:46416_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=request18325256181658011&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 669133 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 669140 INFO  (qtp1433681445-2107) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params requestid=request1&action=REQUESTSTATUS&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 669168 INFO  (qtp1433681445-2107) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=request1&action=REQUESTSTATUS&wt=javabin&version=2} status=0 
QTime=27
   [junit4]   2> 669206 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] o.a.s.s.IndexSchema 
[requeststatus_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 669208 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 669208 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'requeststatus_shard1_replica_n1' using configuration from 
collection requeststatus, trusted=true
   [junit4]   2> 669209 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46416.solr.core.requeststatus.shard1.replica_n1' (registry 
'solr.core.requeststatus.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1a79b6ee
   [junit4]   2> 669209 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 669209 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] o.a.s.c.SolrCore 
[[requeststatus_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteStatusTest_81F1B6DE437B6038-001/tempDir-001/node1/requeststatus_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteStatusTest_81F1B6DE437B6038-001/tempDir-001/node1/./requeststatus_shard1_replica_n1/data/]
   [junit4]   2> 669766 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 669766 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 669767 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 669767 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 669776 INFO  (qtp1135172787-2098) [n:127.0.0.1:46416_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
request18325256181658011
   [junit4]   2> 669776 INFO  (qtp1135172787-2098) [n:127.0.0.1:46416_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=request18325256181658011&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 669777 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@291169dd[requeststatus_shard1_replica_n1] main]
   [junit4]   2> 669796 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 669796 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 669796 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 669843 INFO  
(searcherExecutor-583-thread-1-processing-x:requeststatus_shard1_replica_n1 
r:core_node2 request18325256181658011 CREATE n:127.0.0.1:46416_solr s:shard1 
c:requeststatus) [n:127.0.0.1:46416_solr c:requeststatus s:shard1 r:core_node2 
x:requeststatus_shard1_replica_n1] o.a.s.c.SolrCore 
[requeststatus_shard1_replica_n1] Registered new searcher 
Searcher@291169dd[requeststatus_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 669863 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1581329503831982080
   [junit4]   2> 669902 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 669902 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 669902 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:46416/solr/requeststatus_shard1_replica_n1/
   [junit4]   2> 669920 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 669920 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:46416/solr/requeststatus_shard1_replica_n1/ has no replicas
   [junit4]   2> 669920 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 669937 INFO  
(zkCallback-1013-thread-3-processing-n:127.0.0.1:46416_solr) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/requeststatus/state.json] for collection [requeststatus] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 669937 INFO  
(zkCallback-1013-thread-1-processing-n:127.0.0.1:46416_solr) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/requeststatus/state.json] for collection [requeststatus] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 669955 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46416/solr/requeststatus_shard1_replica_n1/ shard1
   [junit4]   2> 669956 INFO  
(parallelCoreAdminExecutor-575-thread-2-processing-n:127.0.0.1:46416_solr 
request18325256181658011 CREATE) [n:127.0.0.1:46416_solr c:requeststatus 
s:shard1 r:core_node2 x:requeststatus_shard1_replica_n1] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 670176 INFO  (qtp1433681445-2108) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params requestid=request1&action=REQUESTSTATUS&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 670176 INFO  (qtp1433681445-2108) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=request1&action=REQUESTSTATUS&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 670220 INFO  
(zkCallback-1013-thread-1-processing-n:127.0.0.1:46416_solr) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/requeststatus/state.json] for collection [requeststatus] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 670220 INFO  
(zkCallback-1013-thread-3-processing-n:127.0.0.1:46416_solr) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/requeststatus/state.json] for collection [requeststatus] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 670792 INFO  (qtp1135172787-2098) [n:127.0.0.1:46416_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
request18325256181658011
   [junit4]   2> 670792 INFO  (qtp1135172787-2098) [n:127.0.0.1:46416_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=request18325256181658011&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 670811 INFO  
(OverseerThreadFactory-573-thread-2-processing-n:127.0.0.1:46416_solr) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000001 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 671226 INFO  (qtp1433681445-2109) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params requestid=request1&action=REQUESTSTATUS&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 671227 INFO  (qtp1433681445-2109) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=request1&action=REQUESTSTATUS&wt=javabin&version=2} status=0 
QTime=1
   [junit4]   2> 671239 INFO  (qtp1433681445-2110) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with 
params requestid=request1&action=DELETESTATUS&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 671259 INFO  (qtp1433681445-2110) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=request1&action=DELETESTATUS&wt=javabin&version=2} status=0 
QTime=19
   [junit4]   2> 671263 INFO  (qtp1433681445-2106) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params requestid=request1&action=REQUESTSTATUS&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 671264 INFO  (qtp1433681445-2106) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=request1&action=REQUESTSTATUS&wt=javabin&version=2} status=0 
QTime=0
   [junit4]   2> 671265 INFO  
(TEST-DeleteStatusTest.testProcessAndWaitDeletesAsyncIds-seed#[81F1B6DE437B6038])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testProcessAndWaitDeletesAsyncIds
   [junit4]   2> 671364 INFO  
(TEST-DeleteStatusTest.testDeletingNonExistentRequests-seed#[81F1B6DE437B6038]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testDeletingNonExistentRequests
   [junit4]   2> 671367 INFO  (qtp1433681445-2103) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with 
params requestid=foo&action=DELETESTATUS&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 671371 INFO  (qtp1433681445-2103) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=foo&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 671372 INFO  
(TEST-DeleteStatusTest.testDeletingNonExistentRequests-seed#[81F1B6DE437B6038]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testDeletingNonExistentRequests
   [junit4]   2> 671452 INFO  
(TEST-DeleteStatusTest.testDeleteStatusFlush-seed#[81F1B6DE437B6038]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testDeleteStatusFlush
   [junit4]   2> 671452 INFO  (qtp1433681445-2107) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
async=ec36e34f-fa96-4f4b-be38-e00bf6cd474d&replicationFactor=1&collection.configName=conf1&name=flush1&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 671461 INFO  (qtp1433681445-2107) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=ec36e34f-fa96-4f4b-be38-e00bf6cd474d&replicationFactor=1&collection.configName=conf1&name=flush1&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=8
   [junit4]   2> 671483 INFO  (qtp1433681445-2108) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
async=7436c340-de46-4c84-a708-45c1c3e1194c&replicationFactor=1&collection.configName=conf1&name=flush2&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 671488 INFO  (qtp1433681445-2108) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=7436c340-de46-4c84-a708-45c1c3e1194c&replicationFactor=1&collection.configName=conf1&name=flush2&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=5
   [junit4]   2> 671520 INFO  (qtp1433681445-2109) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=ec36e34f-fa96-4f4b-be38-e00bf6cd474d&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 671535 INFO  (qtp1433681445-2109) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=ec36e34f-fa96-4f4b-be38-e00bf6cd474d&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=14
   [junit4]   2> 671555 INFO  
(OverseerCollectionConfigSetProcessor-98833093194153989-127.0.0.1:46416_solr-n_0000000000)
 [n:127.0.0.1:46416_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000001 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 671560 INFO  
(OverseerThreadFactory-573-thread-3-processing-n:127.0.0.1:46416_solr) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
flush1
   [junit4]   2> 671564 INFO  
(OverseerThreadFactory-573-thread-4-processing-n:127.0.0.1:46416_solr) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
flush2
   [junit4]   2> 671780 INFO  
(OverseerStateUpdate-98833093194153989-127.0.0.1:46416_solr-n_0000000000) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"flush1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"flush1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44989/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 671829 INFO  
(OverseerStateUpdate-98833093194153989-127.0.0.1:46416_solr-n_0000000000) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"flush2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"flush2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46416/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 672100 INFO  (qtp1433681445-2104) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=flush1&version=2&replicaType=NRT&async=ec36e34f-fa96-4f4b-be38-e00bf6cd474d8325261646028462&coreNodeName=core_node2&name=flush1_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin}
 status=0 QTime=0
   [junit4]   2> 672116 INFO  
(parallelCoreAdminExecutor-574-thread-1-processing-n:127.0.0.1:44989_solr 
ec36e34f-fa96-4f4b-be38-e00bf6cd474d8325261646028462 CREATE) 
[n:127.0.0.1:44989_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=flush1&version=2&replicaType=NRT&async=ec36e34f-fa96-4f4b-be38-e00bf6cd474d8325261646028462&coreNodeName=core_node2&name=flush1_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 672116 INFO  
(parallelCoreAdminExecutor-574-thread-1-processing-n:127.0.0.1:44989_solr 
ec36e34f-fa96-4f4b-be38-e00bf6cd474d8325261646028462 CREATE) 
[n:127.0.0.1:44989_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 672117 INFO  (qtp1433681445-2106) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
ec36e34f-fa96-4f4b-be38-e00bf6cd474d8325261646028462
   [junit4]   2> 672117 INFO  (qtp1433681445-2106) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=ec36e34f-fa96-4f4b-be38-e00bf6cd474d8325261646028462&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 672200 INFO  (qtp1135172787-2098) [n:127.0.0.1:46416_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=flush2&version=2&replicaType=NRT&async=7436c340-de46-4c84-a708-45c1c3e1194c8325261694515007&coreNodeName=core_node2&name=flush2_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin}
 status=0 QTime=69
   [junit4]   2> 672215 INFO  
(parallelCoreAdminExecutor-575-thread-3-processing-n:127.0.0.1:46416_solr 
7436c340-de46-4c84-a708-45c1c3e1194c8325261694515007 CREATE) 
[n:127.0.0.1:46416_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=flush2&version=2&replicaType=NRT&async=7436c340-de46-4c84-a708-45c1c3e1194c8325261694515007&coreNodeName=core_node2&name=flush2_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 672252 INFO  (qtp1135172787-2095) [n:127.0.0.1:46416_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
7436c340-de46-4c84-a708-45c1c3e1194c8325261694515007
   [junit4]   2> 672252 INFO  (qtp1135172787-2095) [n:127.0.0.1:46416_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=7436c340-de46-4c84-a708-45c1c3e1194c8325261694515007&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 672326 INFO  
(zkCallback-1014-thread-1-processing-n:127.0.0.1:44989_solr) 
[n:127.0.0.1:44989_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/flush1/state.json] for collection [flush1] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 672395 INFO  
(zkCallback-1014-thread-2-processing-n:127.0.0.1:44989_solr) 
[n:127.0.0.1:44989_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/flush1/state.json] for collection [flush1] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 672456 INFO  
(zkCallback-1013-thread-3-processing-n:127.0.0.1:46416_solr) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/flush2/state.json] for collection [flush2] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 672456 INFO  
(zkCallback-1013-thread-1-processing-n:127.0.0.1:46416_solr) 
[n:127.0.0.1:46416_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/flush2/state.json] for collection [flush2] has occurred - 
updating... (live nodes size: [2])
   [junit4]   2> 672576 INFO  (qtp1433681445-2110) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=ec36e34f-fa96-4f4b-be38-e00bf6cd474d&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 672577 INFO  (qtp1433681445-2110) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=ec36e34f-fa96-4f4b-be38-e00bf6cd474d&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 673132 INFO  (qtp1433681445-2103) [n:127.0.0.1:44989_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
ec36e34f-fa96-4f4b-be38-e00bf6cd474d8325261646028462
   [junit4]   2> 673132 INFO  (qtp1433681445-2103) [n:127.0.0.1:44989_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=ec36e34f-fa96-4f4b-be38-e00bf6cd474d8325261646028462&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 673330 INFO  (qtp1135172787-2095) [n:127.0.0.1:46416_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
7436c340-de46-4c84-a708-45c1c3e1194c8325261694515007
   [junit4]   2> 673330 INFO  (qtp1135172787-2095) [n:127.0.0.1:46416_

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

er Closing metric reporters for registry=solr.collection.foo.shard1.leader, 
tag=1280107932
   [junit4]   2> 599682 INFO  (coreCloseExecutor-575-thread-5) 
[n:127.0.0.1:43673_solr c:multicollection1 s:shard2 r:core_node4 
x:multicollection1_shard2_replica_n3] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.multicollection1.shard2.replica_n3, 
tag=1774323606
   [junit4]   2> 599682 INFO  (coreCloseExecutor-575-thread-5) 
[n:127.0.0.1:43673_solr c:multicollection1 s:shard2 r:core_node4 
x:multicollection1_shard2_replica_n3] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6735c671: rootName 
= solr_43673, domain = solr.core.multicollection1.shard2.replica_n3, service 
url = null, agent id = null] for registry 
solr.core.multicollection1.shard2.replica_n3 / 
com.codahale.metrics.MetricRegistry@1d894870
   [junit4]   2> 599689 INFO  (coreCloseExecutor-575-thread-6) 
[n:127.0.0.1:43673_solr c:multicollection2 s:shard2 r:core_node4 
x:multicollection2_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.multicollection2.shard2.replica_n2, 
tag=1019532888
   [junit4]   2> 599689 INFO  (coreCloseExecutor-575-thread-6) 
[n:127.0.0.1:43673_solr c:multicollection2 s:shard2 r:core_node4 
x:multicollection2_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7940b8f8: rootName 
= solr_43673, domain = solr.core.multicollection2.shard2.replica_n2, service 
url = null, agent id = null] for registry 
solr.core.multicollection2.shard2.replica_n2 / 
com.codahale.metrics.MetricRegistry@73c7accc
   [junit4]   2> 599724 INFO  (coreCloseExecutor-575-thread-7) 
[n:127.0.0.1:43673_solr c:foo s:shard1 r:core_node6 x:foo_shard1_replica_n4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.foo.shard1.replica_n4, tag=729848066
   [junit4]   2> 599724 INFO  (coreCloseExecutor-575-thread-7) 
[n:127.0.0.1:43673_solr c:foo s:shard1 r:core_node6 x:foo_shard1_replica_n4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@611720e9: rootName = 
solr_43673, domain = solr.core.foo.shard1.replica_n4, service url = null, agent 
id = null] for registry solr.core.foo.shard1.replica_n4 / 
com.codahale.metrics.MetricRegistry@65e624c2
   [junit4]   2> 599747 INFO  (coreCloseExecutor-575-thread-7) 
[n:127.0.0.1:43673_solr c:foo s:shard1 r:core_node6 x:foo_shard1_replica_n4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.foo.shard1.leader, tag=729848066
   [junit4]   2> 599774 INFO  (coreCloseExecutor-575-thread-1) 
[n:127.0.0.1:43673_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard1.leader, tag=573737818
   [junit4]   2> 599775 INFO  (coreCloseExecutor-575-thread-5) 
[n:127.0.0.1:43673_solr c:multicollection1 s:shard2 r:core_node4 
x:multicollection1_shard2_replica_n3] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.multicollection1.shard2.leader, 
tag=1774323606
   [junit4]   2> 599775 INFO  (coreCloseExecutor-575-thread-6) 
[n:127.0.0.1:43673_solr c:multicollection2 s:shard2 r:core_node4 
x:multicollection2_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.multicollection2.shard2.leader, 
tag=1019532888
   [junit4]   2> 599775 INFO  (coreCloseExecutor-575-thread-4) 
[n:127.0.0.1:43673_solr c:localShardsTestColl s:shard3 r:core_node15 
x:localShardsTestColl_shard3_replica_n12] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard3.leader, tag=233617229
   [junit4]   2> 600083 WARN  
(zkCallback-168-thread-1-processing-n:127.0.0.1:46997_solr) 
[n:127.0.0.1:46997_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 600084 INFO  (jetty-closer-152-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4785523a{/solr,null,UNAVAILABLE}
   [junit4]   2> 600085 INFO  
(zkCallback-167-thread-7-processing-n:127.0.0.1:43673_solr) 
[n:127.0.0.1:43673_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 600085 INFO  
(zkCallback-163-thread-4-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 600151 INFO  (jetty-closer-152-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=98833817686376457-127.0.0.1:43673_solr-n_0000000000) closing
   [junit4]   2> 600152 INFO  
(OverseerStateUpdate-98833817686376457-127.0.0.1:43673_solr-n_0000000000) 
[n:127.0.0.1:43673_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:43673_solr
   [junit4]   2> 600158 INFO  
(zkCallback-167-thread-9-processing-n:127.0.0.1:43673_solr) 
[n:127.0.0.1:43673_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 600186 WARN  
(OverseerAutoScalingTriggerThread-98833817686376457-127.0.0.1:43673_solr-n_0000000000)
 [n:127.0.0.1:43673_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 600243 INFO  (jetty-closer-152-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@12160018{/solr,null,UNAVAILABLE}
   [junit4]   2> 601925 WARN  
(zkCallback-163-thread-4-processing-n:127.0.0.1:34477_solr) 
[n:127.0.0.1:34477_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 601934 INFO  (jetty-closer-152-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3eddafb9{/solr,null,UNAVAILABLE}
   [junit4]   2> 601957 ERROR 
(SUITE-CloudSolrClientTest-seed#[DE81599CA4335759]-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> 601957 INFO  
(SUITE-CloudSolrClientTest-seed#[DE81599CA4335759]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:41259 41259
   [junit4]   2> 602102 INFO  (Thread-246) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:41259 41259
   [junit4]   2> 602103 WARN  (Thread-246) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/aliases.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        3       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        39      /solr/collections/localShardsTestColl/state.json
   [junit4]   2>        27      /solr/collections/foo/state.json
   [junit4]   2>        18      /solr/collections/2nd_collection/state.json
   [junit4]   2>        15      /solr/collections/multicollection1/state.json
   [junit4]   2>        11      /solr/collections/multicollection2/state.json
   [junit4]   2>        9       /solr/collections/collection1/state.json
   [junit4]   2>        9       /solr/clusterprops.json
   [junit4]   2>        9       /solr/clusterstate.json
   [junit4]   2>        6       /solr/collections/overwrite/state.json
   [junit4]   2>        2       
/solr/collections/foo/leader_elect/shard1/election/98833817686376454-core_node3-n_0000000000
   [junit4]   2>        2       
/solr/collections/localShardsTestColl/leader_elect/shard2/election/98833817686376457-core_node9-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/98833817686376457-127.0.0.1:43673_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/live_nodes
   [junit4]   2>        9       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.CloudSolrClientTest_DE81599CA4335759-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{_version_=PostingsFormat(name=MockRandom), 
multiDefault=PostingsFormat(name=Asserting), 
a_t=PostingsFormat(name=MockRandom), title_s=PostingsFormat(name=Asserting), 
intDefault=PostingsFormat(name=MockRandom), id=PostingsFormat(name=Direct), 
text=BlockTreeOrds(blocksize=128), timestamp=PostingsFormat(name=MockRandom)}, 
docValues:{_version_=DocValuesFormat(name=Direct), 
multiDefault=DocValuesFormat(name=Lucene70), 
title_s=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1858, 
maxMBSortInHeap=7.33641652414445, sim=RandomSimilarity(queryNorm=false): {}, 
locale=en-PH, timezone=US/Hawaii
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=171383416,total=416808960
   [junit4]   2> NOTE: All tests run in this JVM: [LBHttpSolrClientBuilderTest, 
PowerEvaluatorTest, TestFastInputStream, CloudSolrClientBuilderTest, 
TestJsonRecordReader, CommonParamsTest, TangentEvaluatorTest, 
NoOpResponseParserTest, FacetFieldTest, ExclusiveOrEvaluatorTest, 
OperationsTest, TestDocumentObjectBinder, QueryResponseTest, 
LessThanEqualToEvaluatorTest, HyperbolicSineEvaluatorTest, 
MultiplyEvaluatorTest, AddEvaluatorTest, SolrQueryTest, ArrayEvaluatorTest, 
UuidEvaluatorTest, CosineEvaluatorTest, TestSolrProperties, 
TestCollectionStateWatchers, MergeIndexesEmbeddedTest, 
SolrExampleStreamingTest, SolrExampleBinaryTest, SolrExampleEmbeddedTest, 
JettyWebappTest, ContentStreamTest, DocumentAnalysisResponseTest, 
SolrDocumentTest, SolrExceptionTest, TestUpdateRequestCodec, ClientUtilsTest, 
GetByIdTest, TestLBHttpSolrClient, TestPolicy, CloudSolrClientTest]
   [junit4] Completed [90/145 (1!)] on J1 in 143.43s, 15 tests, 1 error <<< 
FAILURES!

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

Reply via email to