Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1671/

5 tests failed.
FAILED:  org.apache.solr.cloud.DeleteNodeTest.test

Error Message:
Could not load collection from ZK: deletenodetest_coll

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
deletenodetest_coll
        at 
__randomizedtesting.SeedInfo.seed([BBDF5DA8FB090389:338B627255F56E71]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1321)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:737)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:117)
        at org.apache.solr.cloud.DeleteNodeTest.test(DeleteNodeTest.java:78)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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/deletenodetest_coll/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:341)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:341)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1333)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1319)
        ... 44 more


FAILED:  
org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates

Error Message:
Timeout while trying to assert number of documents @ source_collection

Stack Trace:
java.lang.AssertionError: Timeout while trying to assert number of documents @ 
source_collection
        at 
__randomizedtesting.SeedInfo.seed([BBDF5DA8FB090389:68D60DB6BE9A9F1E]:0)
        at 
org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:278)
        at 
org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates(CdcrReplicationHandlerTest.java:234)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1010)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.AssertionError: expected:<130> but was:<140>
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:269)
        ... 42 more


FAILED:  org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest.test

Error Message:
shard1 is not consistent.  Got 713 from 
https://127.0.0.1:38274/collection1_shard1_replica_n23 (previous client) and 
got 0 from https://127.0.0.1:42071/collection1_shard1_replica_n25

Stack Trace:
java.lang.AssertionError: shard1 is not consistent.  Got 713 from 
https://127.0.0.1:38274/collection1_shard1_replica_n23 (previous client) and 
got 0 from https://127.0.0.1:42071/collection1_shard1_replica_n25
        at 
__randomizedtesting.SeedInfo.seed([BBDF5DA8FB090389:338B627255F56E71]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1329)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1308)
        at 
org.apache.solr.cloud.RestartWhileUpdatingTest.test(RestartWhileUpdatingTest.java:159)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1010)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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.LIROnShardRestartTest.testAllReplicasInLIR

Error Message:
Error from server at http://127.0.0.1:40864/solr: Cannot create collection 
allReplicasInLIR. Value of maxShardsPerNode is 1, and the number of nodes 
currently live or live and part of your createNodeSet is 2. This allows a 
maximum of 2 to be created. Value of numShards is 1, value of nrtReplicas is 3, 
value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 3 
shards to be created (higher than the allowed number)

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:40864/solr: Cannot create collection 
allReplicasInLIR. Value of maxShardsPerNode is 1, and the number of nodes 
currently live or live and part of your createNodeSet is 2. This allows a 
maximum of 2 to be created. Value of numShards is 1, value of nrtReplicas is 3, 
value of tlogReplicas is 0 and value of pullReplicas is 0. This requires 3 
shards to be created (higher than the allowed number)
        at 
__randomizedtesting.SeedInfo.seed([BBDF5DA8FB090389:E147676E8589646E]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.LIROnShardRestartTest.testAllReplicasInLIR(LIROnShardRestartTest.java:78)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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.LIROnShardRestartTest.testSeveralReplicasInLIR

Error Message:
Timeout waiting for replicas rejoin election

Stack Trace:
java.lang.AssertionError: Timeout waiting for replicas rejoin election
        at 
__randomizedtesting.SeedInfo.seed([BBDF5DA8FB090389:3D85CA9CDB534ED0]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertFalse(Assert.java:68)
        at 
org.apache.solr.cloud.LIROnShardRestartTest.testSeveralReplicasInLIR(LIROnShardRestartTest.java:242)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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 13746 lines...]
   [junit4] Suite: org.apache.solr.cloud.DeleteNodeTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteNodeTest_BBDF5DA8FB090389-001/init-core-data-001
   [junit4]   2> 1274758 INFO  
(SUITE-DeleteNodeTest-seed#[BBDF5DA8FB090389]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 6 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteNodeTest_BBDF5DA8FB090389-001/tempDir-001
   [junit4]   2> 1274758 INFO  
(SUITE-DeleteNodeTest-seed#[BBDF5DA8FB090389]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1274787 INFO  (Thread-1504) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1274787 INFO  (Thread-1504) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1274803 ERROR (Thread-1504) [    ] 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> 1274880 INFO  
(SUITE-DeleteNodeTest-seed#[BBDF5DA8FB090389]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:46172
   [junit4]   2> 1275035 INFO  (zkConnectionManagerCallback-1973-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1275110 INFO  (jetty-launcher-1970-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1275121 INFO  (jetty-launcher-1970-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1275122 INFO  (jetty-launcher-1970-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1275123 INFO  (jetty-launcher-1970-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1275137 INFO  (jetty-launcher-1970-thread-5) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1275170 INFO  (jetty-launcher-1970-thread-6) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1275291 INFO  (jetty-launcher-1970-thread-6) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1275291 INFO  (jetty-launcher-1970-thread-6) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1275291 INFO  (jetty-launcher-1970-thread-6) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1275311 INFO  (jetty-launcher-1970-thread-6) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@187ceefc{/solr,null,AVAILABLE}
   [junit4]   2> 1275319 INFO  (jetty-launcher-1970-thread-6) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@32825547{SSL,[ssl, 
http/1.1]}{127.0.0.1:38059}
   [junit4]   2> 1275319 INFO  (jetty-launcher-1970-thread-6) [    ] 
o.e.j.s.Server Started @1275495ms
   [junit4]   2> 1275319 INFO  (jetty-launcher-1970-thread-6) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38059}
   [junit4]   2> 1275320 ERROR (jetty-launcher-1970-thread-6) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1275320 INFO  (jetty-launcher-1970-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1275320 INFO  (jetty-launcher-1970-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1275320 INFO  (jetty-launcher-1970-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1275320 INFO  (jetty-launcher-1970-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1275320 INFO  (jetty-launcher-1970-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-19T06:16:23.031Z
   [junit4]   2> 1275322 INFO  (jetty-launcher-1970-thread-5) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1275322 INFO  (jetty-launcher-1970-thread-5) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1275322 INFO  (jetty-launcher-1970-thread-5) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1275322 INFO  (jetty-launcher-1970-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@51c919a6{/solr,null,AVAILABLE}
   [junit4]   2> 1275322 INFO  (jetty-launcher-1970-thread-5) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@25ef7100{SSL,[ssl, 
http/1.1]}{127.0.0.1:39134}
   [junit4]   2> 1275322 INFO  (jetty-launcher-1970-thread-5) [    ] 
o.e.j.s.Server Started @1275498ms
   [junit4]   2> 1275322 INFO  (jetty-launcher-1970-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39134}
   [junit4]   2> 1275323 ERROR (jetty-launcher-1970-thread-5) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1275323 INFO  (jetty-launcher-1970-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1275323 INFO  (jetty-launcher-1970-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1275323 INFO  (jetty-launcher-1970-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1275323 INFO  (jetty-launcher-1970-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1275323 INFO  (jetty-launcher-1970-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-19T06:16:23.034Z
   [junit4]   2> 1275413 INFO  (jetty-launcher-1970-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1275413 INFO  (jetty-launcher-1970-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1275413 INFO  (jetty-launcher-1970-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1275414 INFO  (jetty-launcher-1970-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@493806bf{/solr,null,AVAILABLE}
   [junit4]   2> 1275414 INFO  (jetty-launcher-1970-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@62fa8d38{SSL,[ssl, 
http/1.1]}{127.0.0.1:42200}
   [junit4]   2> 1275415 INFO  (jetty-launcher-1970-thread-4) [    ] 
o.e.j.s.Server Started @1275590ms
   [junit4]   2> 1275415 INFO  (jetty-launcher-1970-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42200}
   [junit4]   2> 1275415 ERROR (jetty-launcher-1970-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1275415 INFO  (jetty-launcher-1970-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1275415 INFO  (jetty-launcher-1970-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1275416 INFO  (jetty-launcher-1970-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1275416 INFO  (jetty-launcher-1970-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1275416 INFO  (jetty-launcher-1970-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-19T06:16:23.127Z
   [junit4]   2> 1275427 INFO  (jetty-launcher-1970-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1275427 INFO  (jetty-launcher-1970-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1275427 INFO  (jetty-launcher-1970-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1275427 INFO  (jetty-launcher-1970-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6779dfc3{/solr,null,AVAILABLE}
   [junit4]   2> 1275428 INFO  (jetty-launcher-1970-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@c346a2c{SSL,[ssl, 
http/1.1]}{127.0.0.1:40424}
   [junit4]   2> 1275428 INFO  (jetty-launcher-1970-thread-3) [    ] 
o.e.j.s.Server Started @1275603ms
   [junit4]   2> 1275428 INFO  (jetty-launcher-1970-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40424}
   [junit4]   2> 1275428 ERROR (jetty-launcher-1970-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1275428 INFO  (jetty-launcher-1970-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1275428 INFO  (jetty-launcher-1970-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1275428 INFO  (jetty-launcher-1970-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1275428 INFO  (jetty-launcher-1970-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1275429 INFO  (jetty-launcher-1970-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-19T06:16:23.139Z
   [junit4]   2> 1275555 INFO  (jetty-launcher-1970-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1275555 INFO  (jetty-launcher-1970-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1275555 INFO  (jetty-launcher-1970-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1275571 INFO  (jetty-launcher-1970-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@79937fc3{/solr,null,AVAILABLE}
   [junit4]   2> 1275572 INFO  (jetty-launcher-1970-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@17f910d7{SSL,[ssl, 
http/1.1]}{127.0.0.1:35032}
   [junit4]   2> 1275572 INFO  (jetty-launcher-1970-thread-1) [    ] 
o.e.j.s.Server Started @1275747ms
   [junit4]   2> 1275572 INFO  (jetty-launcher-1970-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35032}
   [junit4]   2> 1275572 ERROR (jetty-launcher-1970-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1275572 INFO  (jetty-launcher-1970-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1275572 INFO  (jetty-launcher-1970-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1275572 INFO  (jetty-launcher-1970-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1275572 INFO  (jetty-launcher-1970-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1275572 INFO  (jetty-launcher-1970-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-19T06:16:23.283Z
   [junit4]   2> 1275721 INFO  (jetty-launcher-1970-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1275722 INFO  (jetty-launcher-1970-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1275722 INFO  (jetty-launcher-1970-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1275742 INFO  (jetty-launcher-1970-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@37b06820{/solr,null,AVAILABLE}
   [junit4]   2> 1275755 INFO  (zkConnectionManagerCallback-1979-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1275756 INFO  (jetty-launcher-1970-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1275758 INFO  (jetty-launcher-1970-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@77946aa3{SSL,[ssl, 
http/1.1]}{127.0.0.1:33808}
   [junit4]   2> 1275758 INFO  (jetty-launcher-1970-thread-2) [    ] 
o.e.j.s.Server Started @1275933ms
   [junit4]   2> 1275758 INFO  (jetty-launcher-1970-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33808}
   [junit4]   2> 1275758 ERROR (jetty-launcher-1970-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1275758 INFO  (jetty-launcher-1970-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1275758 INFO  (jetty-launcher-1970-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1275758 INFO  (jetty-launcher-1970-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1275758 INFO  (jetty-launcher-1970-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1275758 INFO  (jetty-launcher-1970-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-19T06:16:23.469Z
   [junit4]   2> 1275770 INFO  (zkConnectionManagerCallback-1977-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1275778 INFO  (jetty-launcher-1970-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1275792 INFO  (zkConnectionManagerCallback-1981-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1275792 INFO  (jetty-launcher-1970-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1275831 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1052f3a414c0002, likely client has closed socket
   [junit4]   2> 1275831 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1052f3a414c0003, likely client has closed socket
   [junit4]   2> 1275860 INFO  (zkConnectionManagerCallback-1975-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1275861 INFO  (zkConnectionManagerCallback-1983-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1275861 INFO  (zkConnectionManagerCallback-1985-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1275953 INFO  (jetty-launcher-1970-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1276006 INFO  (jetty-launcher-1970-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1276006 INFO  (jetty-launcher-1970-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1277229 INFO  (jetty-launcher-1970-thread-6) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46172/solr
   [junit4]   2> 1277294 INFO  (jetty-launcher-1970-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46172/solr
   [junit4]   2> 1277339 INFO  (zkConnectionManagerCallback-1989-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1277371 INFO  (zkConnectionManagerCallback-1993-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1277587 INFO  (zkConnectionManagerCallback-1995-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1277591 INFO  (jetty-launcher-1970-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46172/solr
   [junit4]   2> 1277607 INFO  (jetty-launcher-1970-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46172/solr
   [junit4]   2> 1277631 INFO  (zkConnectionManagerCallback-1997-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1277676 INFO  (zkConnectionManagerCallback-2005-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1277680 INFO  (zkConnectionManagerCallback-2002-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1277936 INFO  (jetty-launcher-1970-thread-4) 
[n:127.0.0.1:42200_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:42200_solr
   [junit4]   2> 1277937 INFO  (jetty-launcher-1970-thread-4) 
[n:127.0.0.1:42200_solr    ] o.a.s.c.Overseer Overseer 
(id=73516896171589642-127.0.0.1:42200_solr-n_0000000000) starting
   [junit4]   2> 1277969 INFO  (zkConnectionManagerCallback-2011-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1277970 INFO  (jetty-launcher-1970-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46172/solr
   [junit4]   2> 1277997 INFO  (zkConnectionManagerCallback-2013-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1278006 INFO  (zkConnectionManagerCallback-2022-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1278034 INFO  (zkConnectionManagerCallback-2019-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1278124 INFO  (zkConnectionManagerCallback-2024-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1278180 INFO  (jetty-launcher-1970-thread-4) 
[n:127.0.0.1:42200_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:46172/solr ready
   [junit4]   2> 1278215 INFO  
(OverseerStateUpdate-73516896171589642-127.0.0.1:42200_solr-n_0000000000) 
[n:127.0.0.1:42200_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:42200_solr
   [junit4]   2> 1278339 INFO  (jetty-launcher-1970-thread-4) 
[n:127.0.0.1:42200_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42200_solr
   [junit4]   2> 1278397 INFO  
(OverseerStateUpdate-73516896171589642-127.0.0.1:42200_solr-n_0000000000) 
[n:127.0.0.1:42200_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1278435 INFO  (jetty-launcher-1970-thread-5) 
[n:127.0.0.1:39134_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1278436 INFO  (jetty-launcher-1970-thread-2) 
[n:127.0.0.1:33808_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1278474 INFO  (jetty-launcher-1970-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46172/solr
   [junit4]   2> 1278510 INFO  (zkCallback-2018-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1278527 INFO  (jetty-launcher-1970-thread-3) 
[n:127.0.0.1:40424_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1278534 INFO  (zkConnectionManagerCallback-2034-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1278562 INFO  (jetty-launcher-1970-thread-5) 
[n:127.0.0.1:39134_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1278562 INFO  (jetty-launcher-1970-thread-5) 
[n:127.0.0.1:39134_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39134_solr
   [junit4]   2> 1278563 INFO  (jetty-launcher-1970-thread-2) 
[n:127.0.0.1:33808_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1278563 INFO  (jetty-launcher-1970-thread-2) 
[n:127.0.0.1:33808_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33808_solr
   [junit4]   2> 1278582 INFO  (jetty-launcher-1970-thread-4) 
[n:127.0.0.1:42200_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1278616 INFO  (jetty-launcher-1970-thread-3) 
[n:127.0.0.1:40424_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1278616 INFO  (jetty-launcher-1970-thread-3) 
[n:127.0.0.1:40424_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40424_solr
   [junit4]   2> 1278622 INFO  (zkCallback-1996-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1278656 INFO  (zkConnectionManagerCallback-2040-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1278676 INFO  (zkCallback-2023-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1278840 INFO  (zkCallback-2012-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 1278847 INFO  (zkConnectionManagerCallback-2042-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1278855 INFO  (zkCallback-2018-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1278891 INFO  (zkCallback-2010-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 1278911 INFO  (zkCallback-2018-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1278914 INFO  (jetty-launcher-1970-thread-4) 
[n:127.0.0.1:42200_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42200.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1278920 INFO  (zkCallback-2023-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1278928 INFO  (zkCallback-1996-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1278965 INFO  (jetty-launcher-1970-thread-5) 
[n:127.0.0.1:39134_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1278973 INFO  (zkConnectionManagerCallback-2047-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1278986 INFO  (jetty-launcher-1970-thread-5) 
[n:127.0.0.1:39134_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:46172/solr ready
   [junit4]   2> 1278987 INFO  (jetty-launcher-1970-thread-1) 
[n:127.0.0.1:35032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1278997 INFO  (jetty-launcher-1970-thread-5) 
[n:127.0.0.1:39134_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1279007 INFO  (jetty-launcher-1970-thread-4) 
[n:127.0.0.1:42200_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42200.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1279007 INFO  (jetty-launcher-1970-thread-4) 
[n:127.0.0.1:42200_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42200.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1279008 INFO  (jetty-launcher-1970-thread-4) 
[n:127.0.0.1:42200_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteNodeTest_BBDF5DA8FB090389-001/tempDir-001/node4/.
   [junit4]   2> 1279043 INFO  (zkConnectionManagerCallback-2052-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1279043 INFO  (jetty-launcher-1970-thread-3) 
[n:127.0.0.1:40424_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1279045 INFO  (jetty-launcher-1970-thread-2) 
[n:127.0.0.1:33808_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1279045 INFO  (jetty-launcher-1970-thread-3) 
[n:127.0.0.1:40424_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:46172/solr ready
   [junit4]   2> 1279058 INFO  (jetty-launcher-1970-thread-3) 
[n:127.0.0.1:40424_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1279124 INFO  (jetty-launcher-1970-thread-2) 
[n:127.0.0.1:33808_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:46172/solr ready
   [junit4]   2> 1279164 INFO  (jetty-launcher-1970-thread-2) 
[n:127.0.0.1:33808_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1279325 INFO  (jetty-launcher-1970-thread-1) 
[n:127.0.0.1:35032_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1279325 INFO  (jetty-launcher-1970-thread-1) 
[n:127.0.0.1:35032_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35032_solr
   [junit4]   2> 1279499 INFO  (jetty-launcher-1970-thread-2) 
[n:127.0.0.1:33808_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33808.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1279501 INFO  (jetty-launcher-1970-thread-5) 
[n:127.0.0.1:39134_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39134.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1279535 INFO  (zkCallback-2018-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1279535 INFO  (jetty-launcher-1970-thread-3) 
[n:127.0.0.1:40424_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40424.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1279554 INFO  (zkCallback-2012-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1279555 INFO  (zkCallback-1996-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1279557 INFO  (jetty-launcher-1970-thread-2) 
[n:127.0.0.1:33808_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33808.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1279558 INFO  (jetty-launcher-1970-thread-2) 
[n:127.0.0.1:33808_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_33808.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1279628 INFO  (zkCallback-2041-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1279641 INFO  (jetty-launcher-1970-thread-2) 
[n:127.0.0.1:33808_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteNodeTest_BBDF5DA8FB090389-001/tempDir-001/node2/.
   [junit4]   2> 1279668 INFO  (zkCallback-2023-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1279738 INFO  (jetty-launcher-1970-thread-3) 
[n:127.0.0.1:40424_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40424.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1279738 INFO  (jetty-launcher-1970-thread-3) 
[n:127.0.0.1:40424_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40424.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1279739 INFO  (jetty-launcher-1970-thread-3) 
[n:127.0.0.1:40424_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteNodeTest_BBDF5DA8FB090389-001/tempDir-001/node3/.
   [junit4]   2> 1279740 INFO  (zkCallback-2051-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1279749 INFO  (zkCallback-2046-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1279760 INFO  (jetty-launcher-1970-thread-5) 
[n:127.0.0.1:39134_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39134.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1279760 INFO  (jetty-launcher-1970-thread-5) 
[n:127.0.0.1:39134_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39134.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1279774 INFO  (jetty-launcher-1970-thread-5) 
[n:127.0.0.1:39134_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteNodeTest_BBDF5DA8FB090389-001/tempDir-001/node5/.
   [junit4]   2> 1279775 INFO  (zkConnectionManagerCallback-2062-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1279777 INFO  (zkCallback-2010-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1279916 INFO  (zkCallback-2039-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1279916 INFO  (jetty-launcher-1970-thread-1) 
[n:127.0.0.1:35032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 1279918 INFO  (jetty-launcher-1970-thread-1) 
[n:127.0.0.1:35032_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:46172/solr ready
   [junit4]   2> 1279918 INFO  (jetty-launcher-1970-thread-6) 
[n:127.0.0.1:38059_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 1279938 INFO  (jetty-launcher-1970-thread-1) 
[n:127.0.0.1:35032_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1280027 INFO  (jetty-launcher-1970-thread-6) 
[n:127.0.0.1:38059_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1280028 INFO  (jetty-launcher-1970-thread-6) 
[n:127.0.0.1:38059_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38059_solr
   [junit4]   2> 1280029 INFO  (zkCallback-2023-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1280029 INFO  (zkCallback-2010-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1280042 INFO  (zkCallback-2012-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1280042 INFO  (zkCallback-2018-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1280042 INFO  (zkCallback-1996-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1280172 INFO  (zkCallback-2061-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1280174 INFO  (jetty-launcher-1970-thread-1) 
[n:127.0.0.1:35032_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35032.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1280204 INFO  (zkCallback-2051-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1280208 INFO  (zkCallback-2046-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1280208 INFO  (zkCallback-2039-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1280208 INFO  (zkCallback-2041-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1280316 INFO  (zkCallback-1994-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 1280320 INFO  (jetty-launcher-1970-thread-1) 
[n:127.0.0.1:35032_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35032.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1280320 INFO  (jetty-launcher-1970-thread-1) 
[n:127.0.0.1:35032_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35032.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1280321 INFO  (jetty-launcher-1970-thread-1) 
[n:127.0.0.1:35032_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteNodeTest_BBDF5DA8FB090389-001/tempDir-001/node1/.
   [junit4]   2> 1280352 INFO  (zkConnectionManagerCallback-2068-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1280353 INFO  (jetty-launcher-1970-thread-6) 
[n:127.0.0.1:38059_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (6)
   [junit4]   2> 1280372 INFO  (jetty-launcher-1970-thread-6) 
[n:127.0.0.1:38059_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:46172/solr ready
   [junit4]   2> 1280372 INFO  (jetty-launcher-1970-thread-6) 
[n:127.0.0.1:38059_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1280437 INFO  (jetty-launcher-1970-thread-6) 
[n:127.0.0.1:38059_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38059.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1280473 INFO  (jetty-launcher-1970-thread-6) 
[n:127.0.0.1:38059_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38059.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1280474 INFO  (jetty-launcher-1970-thread-6) 
[n:127.0.0.1:38059_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38059.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1280474 INFO  (jetty-launcher-1970-thread-6) 
[n:127.0.0.1:38059_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteNodeTest_BBDF5DA8FB090389-001/tempDir-001/node6/.
   [junit4]   2> 1281809 INFO  (zkConnectionManagerCallback-2071-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1281825 INFO  (zkConnectionManagerCallback-2076-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1281826 INFO  
(SUITE-DeleteNodeTest-seed#[BBDF5DA8FB090389]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 1281827 INFO  
(SUITE-DeleteNodeTest-seed#[BBDF5DA8FB090389]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46172/solr ready
   [junit4]   2> 1282215 INFO  (zkConnectionManagerCallback-2078-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1282503 INFO  (qtp1132830417-6625) [n:127.0.0.1:39134_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&collection.configName=conf1&maxShardsPerNode=3&name=deletenodetest_coll&nrtReplicas=0&action=CREATE&numShards=5&tlogReplicas=1&createNodeSet=127.0.0.1:35032_solr,127.0.0.1:33808_solr,127.0.0.1:39134_solr,127.0.0.1:40424_solr,127.0.0.1:38059_solr,127.0.0.1:42200_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1282646 INFO  
(OverseerThreadFactory-2316-thread-1-processing-n:127.0.0.1:42200_solr) 
[n:127.0.0.1:42200_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
deletenodetest_coll
   [junit4]   2> 1282885 INFO  (qtp1132830417-6621) [n:127.0.0.1:39134_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1283188 INFO  (qtp92674273-6653) [n:127.0.0.1:35032_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1283354 INFO  (qtp148176888-6639) [n:127.0.0.1:40424_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1283489 INFO  (qtp1884372582-6634) [n:127.0.0.1:42200_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1283685 INFO  (qtp1121365747-6665) [n:127.0.0.1:33808_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1283870 INFO  (qtp1101704369-6615) [n:127.0.0.1:38059_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 1283920 INFO  
(OverseerStateUpdate-73516896171589642-127.0.0.1:42200_solr-n_0000000000) 
[n:127.0.0.1:42200_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deletenodetest_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"deletenodetest_coll_shard1_replica_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38059/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1283929 INFO  
(OverseerStateUpdate-73516896171589642-127.0.0.1:42200_solr-n_0000000000) 
[n:127.0.0.1:42200_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deletenodetest_coll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"deletenodetest_coll_shard2_replica_t3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33808/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1283979 INFO  
(OverseerStateUpdate-73516896171589642-127.0.0.1:42200_solr-n_0000000000) 
[n:127.0.0.1:42200_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deletenodetest_coll",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"deletenodetest_coll_shard3_replica_t4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42200/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1283982 INFO  
(OverseerStateUpdate-73516896171589642-127.0.0.1:42200_solr-n_0000000000) 
[n:127.0.0.1:42200_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deletenodetest_coll",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"deletenodetest_coll_shard4_replica_t6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40424/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1283995 INFO  
(OverseerStateUpdate-73516896171589642-127.0.0.1:42200_solr-n_0000000000) 
[n:127.0.0.1:42200_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"deletenodetest_coll",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"deletenodetest_coll_shard5_replica_t7",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35032/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1284407 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr    
x:deletenodetest_coll_shard2_replica_t3] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=deletenodetest_coll_shard2_replica_t3&action=CREATE&numShards=5&collection=deletenodetest_coll&shard=shard2&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1284409 INFO  (qtp148176888-6640) [n:127.0.0.1:40424_solr    
x:deletenodetest_coll_shard4_replica_t6] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf1&newCollection=true&name=deletenodetest_coll_shard4_replica_t6&action=CREATE&numShards=5&collection=deletenodetest_coll&shard=shard4&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1284449 INFO  (qtp1884372582-6630) [n:127.0.0.1:42200_solr    
x:deletenodetest_coll_shard3_replica_t4] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=deletenodetest_coll_shard3_replica_t4&action=CREATE&numShards=5&collection=deletenodetest_coll&shard=shard3&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1284449 INFO  (qtp1884372582-6630) [n:127.0.0.1:42200_solr    
x:deletenodetest_coll_shard3_replica_t4] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1284460 INFO  (qtp92674273-6649) [n:127.0.0.1:35032_solr    
x:deletenodetest_coll_shard5_replica_t7] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node10&collection.configName=conf1&newCollection=true&name=deletenodetest_coll_shard5_replica_t7&action=CREATE&numShards=5&collection=deletenodetest_coll&shard=shard5&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1284537 INFO  (qtp1101704369-6615) [n:127.0.0.1:38059_solr    
x:deletenodetest_coll_shard1_replica_t1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=deletenodetest_coll_shard1_replica_t1&action=CREATE&numShards=5&collection=deletenodetest_coll&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 1285639 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1285645 INFO  (qtp92674273-6649) [n:127.0.0.1:35032_solr 
c:deletenodetest_coll s:shard5 r:core_node10 
x:deletenodetest_coll_shard5_replica_t7] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1286027 INFO  (qtp148176888-6640) [n:127.0.0.1:40424_solr 
c:deletenodetest_coll s:shard4 r:core_node9 
x:deletenodetest_coll_shard4_replica_t6] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1286084 INFO  (qtp92674273-6649) [n:127.0.0.1:35032_solr 
c:deletenodetest_coll s:shard5 r:core_node10 
x:deletenodetest_coll_shard5_replica_t7] o.a.s.s.IndexSchema 
[deletenodetest_coll_shard5_replica_t7] Schema name=cloud-dynamic
   [junit4]   2> 1286099 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.s.IndexSchema 
[deletenodetest_coll_shard2_replica_t3] Schema name=cloud-dynamic
   [junit4]   2> 1286100 INFO  (qtp1884372582-6630) [n:127.0.0.1:42200_solr 
c:deletenodetest_coll s:shard3 r:core_node8 
x:deletenodetest_coll_shard3_replica_t4] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1286120 INFO  (qtp1101704369-6615) [n:127.0.0.1:38059_solr 
c:deletenodetest_coll s:shard1 r:core_node2 
x:deletenodetest_coll_shard1_replica_t1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1286137 INFO  (qtp148176888-6640) [n:127.0.0.1:40424_solr 
c:deletenodetest_coll s:shard4 r:core_node9 
x:deletenodetest_coll_shard4_replica_t6] o.a.s.s.IndexSchema 
[deletenodetest_coll_shard4_replica_t6] Schema name=cloud-dynamic
   [junit4]   2> 1286538 INFO  (qtp1101704369-6615) [n:127.0.0.1:38059_solr 
c:deletenodetest_coll s:shard1 r:core_node2 
x:deletenodetest_coll_shard1_replica_t1] o.a.s.s.IndexSchema 
[deletenodetest_coll_shard1_replica_t1] Schema name=cloud-dynamic
   [junit4]   2> 1286563 INFO  (qtp1884372582-6630) [n:127.0.0.1:42200_solr 
c:deletenodetest_coll s:shard3 r:core_node8 
x:deletenodetest_coll_shard3_replica_t4] o.a.s.s.IndexSchema 
[deletenodetest_coll_shard3_replica_t4] Schema name=cloud-dynamic
   [junit4]   2> 1286608 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1286608 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.c.CoreContainer Creating 
SolrCore 'deletenodetest_coll_shard2_replica_t3' using configuration from 
collection deletenodetest_coll, trusted=true
   [junit4]   2> 1286609 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_33808.solr.core.deletenodetest_coll.shard2.replica_t3' 
(registry 'solr.core.deletenodetest_coll.shard2.replica_t3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1286609 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.c.SolrCore 
[[deletenodetest_coll_shard2_replica_t3] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteNodeTest_BBDF5DA8FB090389-001/tempDir-001/node2/deletenodetest_coll_shard2_replica_t3],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteNodeTest_BBDF5DA8FB090389-001/tempDir-001/node2/./deletenodetest_coll_shard2_replica_t3/data/]
   [junit4]   2> 1286860 INFO  (qtp148176888-6640) [n:127.0.0.1:40424_solr 
c:deletenodetest_coll s:shard4 r:core_node9 
x:deletenodetest_coll_shard4_replica_t6] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1286860 INFO  (qtp148176888-6640) [n:127.0.0.1:40424_solr 
c:deletenodetest_coll s:shard4 r:core_node9 
x:deletenodetest_coll_shard4_replica_t6] o.a.s.c.CoreContainer Creating 
SolrCore 'deletenodetest_coll_shard4_replica_t6' using configuration from 
collection deletenodetest_coll, trusted=true
   [junit4]   2> 1286894 INFO  (qtp148176888-6640) [n:127.0.0.1:40424_solr 
c:deletenodetest_coll s:shard4 r:core_node9 
x:deletenodetest_coll_shard4_replica_t6] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_40424.solr.core.deletenodetest_coll.shard4.replica_t6' 
(registry 'solr.core.deletenodetest_coll.shard4.replica_t6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1286894 INFO  (qtp148176888-6640) [n:127.0.0.1:40424_solr 
c:deletenodetest_coll s:shard4 r:core_node9 
x:deletenodetest_coll_shard4_replica_t6] o.a.s.c.SolrCore 
[[deletenodetest_coll_shard4_replica_t6] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteNodeTest_BBDF5DA8FB090389-001/tempDir-001/node3/deletenodetest_coll_shard4_replica_t6],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteNodeTest_BBDF5DA8FB090389-001/tempDir-001/node3/./deletenodetest_coll_shard4_replica_t6/data/]
   [junit4]   2> 1286926 INFO  (qtp92674273-6649) [n:127.0.0.1:35032_solr 
c:deletenodetest_coll s:shard5 r:core_node10 
x:deletenodetest_coll_shard5_replica_t7] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1286926 INFO  (qtp92674273-6649) [n:127.0.0.1:35032_solr 
c:deletenodetest_coll s:shard5 r:core_node10 
x:deletenodetest_coll_shard5_replica_t7] o.a.s.c.CoreContainer Creating 
SolrCore 'deletenodetest_coll_shard5_replica_t7' using configuration from 
collection deletenodetest_coll, trusted=true
   [junit4]   2> 1286927 INFO  (qtp92674273-6649) [n:127.0.0.1:35032_solr 
c:deletenodetest_coll s:shard5 r:core_node10 
x:deletenodetest_coll_shard5_replica_t7] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_35032.solr.core.deletenodetest_coll.shard5.replica_t7' 
(registry 'solr.core.deletenodetest_coll.shard5.replica_t7') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1286927 INFO  (qtp92674273-6649) [n:127.0.0.1:35032_solr 
c:deletenodetest_coll s:shard5 r:core_node10 
x:deletenodetest_coll_shard5_replica_t7] o.a.s.c.SolrCore 
[[deletenodetest_coll_shard5_replica_t7] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteNodeTest_BBDF5DA8FB090389-001/tempDir-001/node1/deletenodetest_coll_shard5_replica_t7],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteNodeTest_BBDF5DA8FB090389-001/tempDir-001/node1/./deletenodetest_coll_shard5_replica_t7/data/]
   [junit4]   2> 1287065 INFO  (qtp1101704369-6615) [n:127.0.0.1:38059_solr 
c:deletenodetest_coll s:shard1 r:core_node2 
x:deletenodetest_coll_shard1_replica_t1] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1287066 INFO  (qtp1101704369-6615) [n:127.0.0.1:38059_solr 
c:deletenodetest_coll s:shard1 r:core_node2 
x:deletenodetest_coll_shard1_replica_t1] o.a.s.c.CoreContainer Creating 
SolrCore 'deletenodetest_coll_shard1_replica_t1' using configuration from 
collection deletenodetest_coll, trusted=true
   [junit4]   2> 1287066 INFO  (qtp1101704369-6615) [n:127.0.0.1:38059_solr 
c:deletenodetest_coll s:shard1 r:core_node2 
x:deletenodetest_coll_shard1_replica_t1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_38059.solr.core.deletenodetest_coll.shard1.replica_t1' 
(registry 'solr.core.deletenodetest_coll.shard1.replica_t1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1287066 INFO  (qtp1101704369-6615) [n:127.0.0.1:38059_solr 
c:deletenodetest_coll s:shard1 r:core_node2 
x:deletenodetest_coll_shard1_replica_t1] o.a.s.c.SolrCore 
[[deletenodetest_coll_shard1_replica_t1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteNodeTest_BBDF5DA8FB090389-001/tempDir-001/node6/deletenodetest_coll_shard1_replica_t1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteNodeTest_BBDF5DA8FB090389-001/tempDir-001/node6/./deletenodetest_coll_shard1_replica_t1/data/]
   [junit4]   2> 1287143 INFO  (qtp1884372582-6630) [n:127.0.0.1:42200_solr 
c:deletenodetest_coll s:shard3 r:core_node8 
x:deletenodetest_coll_shard3_replica_t4] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1287143 INFO  (qtp1884372582-6630) [n:127.0.0.1:42200_solr 
c:deletenodetest_coll s:shard3 r:core_node8 
x:deletenodetest_coll_shard3_replica_t4] o.a.s.c.CoreContainer Creating 
SolrCore 'deletenodetest_coll_shard3_replica_t4' using configuration from 
collection deletenodetest_coll, trusted=true
   [junit4]   2> 1287144 INFO  (qtp1884372582-6630) [n:127.0.0.1:42200_solr 
c:deletenodetest_coll s:shard3 r:core_node8 
x:deletenodetest_coll_shard3_replica_t4] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_42200.solr.core.deletenodetest_coll.shard3.replica_t4' 
(registry 'solr.core.deletenodetest_coll.shard3.replica_t4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@58c91144
   [junit4]   2> 1287144 INFO  (qtp1884372582-6630) [n:127.0.0.1:42200_solr 
c:deletenodetest_coll s:shard3 r:core_node8 
x:deletenodetest_coll_shard3_replica_t4] o.a.s.c.SolrCore 
[[deletenodetest_coll_shard3_replica_t4] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteNodeTest_BBDF5DA8FB090389-001/tempDir-001/node4/deletenodetest_coll_shard3_replica_t4],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.DeleteNodeTest_BBDF5DA8FB090389-001/tempDir-001/node4/./deletenodetest_coll_shard3_replica_t4/data/]
   [junit4]   2> 1287633 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1287633 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1287634 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1287634 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1287636 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3fd97aa0[deletenodetest_coll_shard2_replica_t3] main]
   [junit4]   2> 1287670 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1287670 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1287671 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 1287671 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1614733425122476032
   [junit4]   2> 1287809 INFO  
(searcherExecutor-2344-thread-1-processing-n:127.0.0.1:33808_solr 
x:deletenodetest_coll_shard2_replica_t3 c:deletenodetest_coll s:shard2 
r:core_node5) [n:127.0.0.1:33808_solr c:deletenodetest_coll s:shard2 
r:core_node5 x:deletenodetest_coll_shard2_replica_t3] o.a.s.c.SolrCore 
[deletenodetest_coll_shard2_replica_t3] Registered new searcher 
Searcher@3fd97aa0[deletenodetest_coll_shard2_replica_t3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1287881 INFO  (qtp92674273-6649) [n:127.0.0.1:35032_solr 
c:deletenodetest_coll s:shard5 r:core_node10 
x:deletenodetest_coll_shard5_replica_t7] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1287881 INFO  (qtp92674273-6649) [n:127.0.0.1:35032_solr 
c:deletenodetest_coll s:shard5 r:core_node10 
x:deletenodetest_coll_shard5_replica_t7] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1287882 INFO  (qtp92674273-6649) [n:127.0.0.1:35032_solr 
c:deletenodetest_coll s:shard5 r:core_node10 
x:deletenodetest_coll_shard5_replica_t7] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1287882 INFO  (qtp92674273-6649) [n:127.0.0.1:35032_solr 
c:deletenodetest_coll s:shard5 r:core_node10 
x:deletenodetest_coll_shard5_replica_t7] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1287883 INFO  (qtp92674273-6649) [n:127.0.0.1:35032_solr 
c:deletenodetest_coll s:shard5 r:core_node10 
x:deletenodetest_coll_shard5_replica_t7] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@18928b3a[deletenodetest_coll_shard5_replica_t7] main]
   [junit4]   2> 1287892 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.c.ZkShardTerms Successful update 
of terms at /collections/deletenodetest_coll/terms/shard2 to 
Terms{values={core_node5=0}, version=0}
   [junit4]   2> 1287907 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 1287907 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 1287907 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:33808/solr/deletenodetest_coll_shard2_replica_t3/
   [junit4]   2> 1287907 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 1287907 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.c.SyncStrategy 
https://127.0.0.1:33808/solr/deletenodetest_coll_shard2_replica_t3/ has no 
replicas
   [junit4]   2> 1287907 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.c.ZkController 
deletenodetest_coll_shard2_replica_t3 stopping background replication from 
leader
   [junit4]   2> 1287963 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
https://127.0.0.1:33808/solr/deletenodetest_coll_shard2_replica_t3/ shard2
   [junit4]   2> 1287970 INFO  (qtp92674273-6649) [n:127.0.0.1:35032_solr 
c:deletenodetest_coll s:shard5 r:core_node10 
x:deletenodetest_coll_shard5_replica_t7] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1287991 INFO  (qtp92674273-6649) [n:127.0.0.1:35032_solr 
c:deletenodetest_coll s:shard5 r:core_node10 
x:deletenodetest_coll_shard5_replica_t7] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1287991 INFO  (qtp92674273-6649) [n:127.0.0.1:35032_solr 
c:deletenodetest_coll s:shard5 r:core_node10 
x:deletenodetest_coll_shard5_replica_t7] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 1287991 INFO  (qtp92674273-6649) [n:127.0.0.1:35032_solr 
c:deletenodetest_coll s:shard5 r:core_node10 
x:deletenodetest_coll_shard5_replica_t7] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1614733425458020352
   [junit4]   2> 1288015 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 1288017 INFO  (qtp1121365747-6641) [n:127.0.0.1:33808_solr 
c:deletenodetest_coll s:shard2 r:core_node5 
x:deletenodetest_coll_shard2_replica_t3] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=deletenodetest_coll_shard2_replica_t3&action=CREATE&numShards=5&collection=deletenodetest_coll&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=3610
   [junit4]   2> 1288018 INFO  (qtp148176888-6640) [n:127.0.0.1:40424_solr 
c:deletenodetest_coll s:shard4 r:core_node9 
x:deletenodetest_coll_shard4_replica_t6] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1288018 INFO  (qtp148176888-6640) [n:127.0.0.1:40424_solr 
c:deletenodetest_coll s:shard4 r:core_node9 
x:deletenodetest_coll_shard4_replica_t6] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1288187 INFO  (qtp148176888-6640) [n:127.0.0.1:40424_solr 
c:deletenodetest_coll s:shard4 r:core_node9 
x:deletenodetest_coll_shard4_replica_t6] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 1288187 INFO  (qtp148176888-6640) [n:127.0.0.1:40424_solr 
c:deletenodetest_coll s:shard4 r:core_node9 
x:deletenodetest_coll_shard4_replica_t6] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 1288188 INFO  (qtp148176888-6640) [n:127.0.0.1:40424_solr 
c:deletenodetest_coll s:shard4 r:core_node9 
x:deletenodetest_coll_shard4_replica_t6] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@153d70e5[deletenodetest_coll_shard4_replica_t6] main]
   [junit4]   2> 1288189 INFO  
(searcherExecutor-2346-thread-1-processing-n:127.0.0.1:35032_solr 
x:deletenodetest_coll_shard5_replica_t7 c:deletenodetest_coll s:shard5 
r:core_node10) [n:127.0.0.1:35032_solr c:deletenodetest_coll s:shard5 
r:core_node10 x:deletenodetest_coll_shard5_replica_t7] o.a.s.c.SolrCore 
[deletenodetest_coll_shard5_replica_t7] Registered new searcher 
Searcher@18928b3a[deletenodetest_coll_shard5_replica_t7] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1288235 INFO  (zkCallback-2010-thread-1) [    

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

dresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null895525057
     [copy] Copying 240 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null895525057
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null895525057

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 154ms :: artifacts dl 7ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 527 minutes 8 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$34.hasMatch(FilePath.java:2678)
        at hudson.FilePath$34.invoke(FilePath.java:2557)
        at hudson.FilePath$34.invoke(FilePath.java:2547)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1036)
                at hudson.FilePath.act(FilePath.java:1025)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1819)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1038)
        at hudson.FilePath.act(FilePath.java:1025)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1819)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to