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

7 tests failed.
FAILED:  
org.apache.lucene.classification.CachingNaiveBayesClassifierTest.testPerformance

Error Message:
evaluation took more than 1m: 72s

Stack Trace:
java.lang.AssertionError: evaluation took more than 1m: 72s
        at 
__randomizedtesting.SeedInfo.seed([48DBB807A000B204:8F3A4A25CBB48AAB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.lucene.classification.CachingNaiveBayesClassifierTest.testPerformance(CachingNaiveBayesClassifierTest.java:111)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Could not load collection from ZK: addReplicaColl

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
addReplicaColl
        at 
__randomizedtesting.SeedInfo.seed([C48A3674D8CF3C7D:572A615256C777AC]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1115)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:648)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:128)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:108)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.addReplicaTest(CollectionsAPIDistributedZkTest.java:651)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/addReplicaColl/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1127)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1113)
        ... 44 more


FAILED:  org.apache.solr.cloud.TestTlogReplica.testCreateDelete 
{seed=[C48A3674D8CF3C7D:6BCC7BC41AFD0F61]}

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:45447/solr: KeeperErrorCode = NoNode for 
/overseer/collection-queue-work/qnr-0000000016
        at 
__randomizedtesting.SeedInfo.seed([C48A3674D8CF3C7D:6BCC7BC41AFD0F61]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1121)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:195)
        at 
org.apache.solr.cloud.TestTlogReplica.testCreateDelete(TestTlogReplica.java:211)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.MultiThreadedOCPTest.test

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([C48A3674D8CF3C7D:4CDE09AE76335185]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.testFillWorkQueue(MultiThreadedOCPTest.java:112)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:67)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testRecovery

Error Message:


Stack Trace:
java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([C48A3674D8CF3C7D:57A4FD8F59FF6DA]:0)
        at 
org.apache.solr.cloud.TestTlogReplica.getSolrRunner(TestTlogReplica.java:874)
        at 
org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:517)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testOnlyLeaderIndexes

Error Message:


Stack Trace:
java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([C48A3674D8CF3C7D:D88B4BF9AD6A42EE]:0)
        at 
org.apache.solr.cloud.TestTlogReplica.getSolrCore(TestTlogReplica.java:839)
        at 
org.apache.solr.cloud.TestTlogReplica.testOnlyLeaderIndexes(TestTlogReplica.java:466)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates

Error Message:


Stack Trace:
java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([C48A3674D8CF3C7D:424BCE99879EEA9D]:0)
        at 
org.apache.solr.cloud.TestTlogReplica.getSolrCore(TestTlogReplica.java:839)
        at 
org.apache.solr.cloud.TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates(TestTlogReplica.java:645)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 6071 lines...]
   [junit4] Suite: 
org.apache.lucene.classification.CachingNaiveBayesClassifierTest
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=CachingNaiveBayesClassifierTest -Dtests.method=testPerformance 
-Dtests.seed=48DBB807A000B204 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=de-CH -Dtests.timezone=Asia/Kuala_Lumpur -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 87.2s J2 | CachingNaiveBayesClassifierTest.testPerformance 
<<<
   [junit4]    > Throwable #1: java.lang.AssertionError: evaluation took more 
than 1m: 72s
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([48DBB807A000B204:8F3A4A25CBB48AAB]:0)
   [junit4]    >        at 
org.apache.lucene.classification.CachingNaiveBayesClassifierTest.testPerformance(CachingNaiveBayesClassifierTest.java:111)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=RandomSimilarity(queryNorm=true): {bool=IB SPL-DZ(0.3), 
cat=DFI(ChiSquared), text=IB LL-L2}, locale=de-CH, timezone=Asia/Kuala_Lumpur
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=272234304,total=333971456
   [junit4]   2> NOTE: All tests run in this JVM: 
[CachingNaiveBayesClassifierTest]
   [junit4] Completed [5/11 (1!)] on J2 in 100.01s, 4 tests, 1 failure <<< 
FAILURES!

[...truncated 6638 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 4092586 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[C48A3674D8CF3C7D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_C48A3674D8CF3C7D-001/init-core-data-001
   [junit4]   2> 4092587 WARN  
(SUITE-CollectionsAPIDistributedZkTest-seed#[C48A3674D8CF3C7D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=66 numCloses=66
   [junit4]   2> 4092587 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[C48A3674D8CF3C7D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4092588 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[C48A3674D8CF3C7D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 4092623 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[C48A3674D8CF3C7D]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_C48A3674D8CF3C7D-001/tempDir-001
   [junit4]   2> 4092623 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[C48A3674D8CF3C7D]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4092623 INFO  (Thread-2325) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4092623 INFO  (Thread-2325) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 4092643 ERROR (Thread-2325) [    ] 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> 4092732 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[C48A3674D8CF3C7D]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:43173
   [junit4]   2> 4092867 INFO  (jetty-launcher-1430-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 4092886 INFO  (jetty-launcher-1430-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 4092903 INFO  (jetty-launcher-1430-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 4092906 INFO  (jetty-launcher-1430-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 4093016 INFO  (jetty-launcher-1430-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2c63f38b{/solr,null,AVAILABLE}
   [junit4]   2> 4093017 INFO  (jetty-launcher-1430-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@646c3be9{SSL,[ssl, 
http/1.1]}{127.0.0.1:36152}
   [junit4]   2> 4093017 INFO  (jetty-launcher-1430-thread-2) [    ] 
o.e.j.s.Server Started @4116804ms
   [junit4]   2> 4093017 INFO  (jetty-launcher-1430-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36152}
   [junit4]   2> 4093017 ERROR (jetty-launcher-1430-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4093017 INFO  (jetty-launcher-1430-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 4093017 INFO  (jetty-launcher-1430-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4093017 INFO  (jetty-launcher-1430-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 4093017 INFO  (jetty-launcher-1430-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-27T20:43:10.064Z
   [junit4]   2> 4093110 INFO  (jetty-launcher-1430-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c931c1a{/solr,null,AVAILABLE}
   [junit4]   2> 4093110 INFO  (jetty-launcher-1430-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@662b426a{SSL,[ssl, 
http/1.1]}{127.0.0.1:40197}
   [junit4]   2> 4093110 INFO  (jetty-launcher-1430-thread-3) [    ] 
o.e.j.s.Server Started @4116898ms
   [junit4]   2> 4093110 INFO  (jetty-launcher-1430-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40197}
   [junit4]   2> 4093110 ERROR (jetty-launcher-1430-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4093110 INFO  (jetty-launcher-1430-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 4093111 INFO  (jetty-launcher-1430-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4093111 INFO  (jetty-launcher-1430-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 4093111 INFO  (jetty-launcher-1430-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-27T20:43:10.158Z
   [junit4]   2> 4093142 INFO  (jetty-launcher-1430-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4093252 INFO  (jetty-launcher-1430-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@775c60{/solr,null,AVAILABLE}
   [junit4]   2> 4093253 INFO  (jetty-launcher-1430-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3742cb19{SSL,[ssl, 
http/1.1]}{127.0.0.1:43811}
   [junit4]   2> 4093253 INFO  (jetty-launcher-1430-thread-1) [    ] 
o.e.j.s.Server Started @4117040ms
   [junit4]   2> 4093253 INFO  (jetty-launcher-1430-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43811}
   [junit4]   2> 4093253 ERROR (jetty-launcher-1430-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4093253 INFO  (jetty-launcher-1430-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 4093253 INFO  (jetty-launcher-1430-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4093253 INFO  (jetty-launcher-1430-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 4093253 INFO  (jetty-launcher-1430-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-27T20:43:10.300Z
   [junit4]   2> 4093309 INFO  (jetty-launcher-1430-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@66420119{/solr,null,AVAILABLE}
   [junit4]   2> 4093309 INFO  (jetty-launcher-1430-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@66ce9de2{SSL,[ssl, 
http/1.1]}{127.0.0.1:37627}
   [junit4]   2> 4093309 INFO  (jetty-launcher-1430-thread-4) [    ] 
o.e.j.s.Server Started @4117097ms
   [junit4]   2> 4093309 INFO  (jetty-launcher-1430-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37627}
   [junit4]   2> 4093309 ERROR (jetty-launcher-1430-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 4093309 INFO  (jetty-launcher-1430-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 4093309 INFO  (jetty-launcher-1430-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4093309 INFO  (jetty-launcher-1430-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null, Default config 
dir: null
   [junit4]   2> 4093310 INFO  (jetty-launcher-1430-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-09-27T20:43:10.356Z
   [junit4]   2> 4093341 INFO  (jetty-launcher-1430-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4093399 INFO  (jetty-launcher-1430-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43173/solr
   [junit4]   2> 4093399 INFO  (jetty-launcher-1430-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4093400 INFO  (jetty-launcher-1430-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4093689 INFO  (jetty-launcher-1430-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43173/solr
   [junit4]   2> 4093723 INFO  (jetty-launcher-1430-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43173/solr
   [junit4]   2> 4093797 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15ec51435f90007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 4093853 INFO  (jetty-launcher-1430-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43173/solr
   [junit4]   2> 4094012 INFO  (jetty-launcher-1430-thread-2) 
[n:127.0.0.1:36152_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4094012 INFO  (jetty-launcher-1430-thread-2) 
[n:127.0.0.1:36152_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36152_solr
   [junit4]   2> 4094013 INFO  (jetty-launcher-1430-thread-2) 
[n:127.0.0.1:36152_solr    ] o.a.s.c.Overseer Overseer 
(id=98732932444258314-127.0.0.1:36152_solr-n_0000000000) starting
   [junit4]   2> 4094304 INFO  (jetty-launcher-1430-thread-2) 
[n:127.0.0.1:36152_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36152_solr
   [junit4]   2> 4094401 INFO  
(zkCallback-1451-thread-1-processing-n:127.0.0.1:36152_solr) 
[n:127.0.0.1:36152_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 4094657 INFO  (jetty-launcher-1430-thread-1) 
[n:127.0.0.1:43811_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 4094706 INFO  (jetty-launcher-1430-thread-3) 
[n:127.0.0.1:40197_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 4094840 INFO  (jetty-launcher-1430-thread-1) 
[n:127.0.0.1:43811_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4094889 INFO  (jetty-launcher-1430-thread-3) 
[n:127.0.0.1:40197_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4094967 INFO  (jetty-launcher-1430-thread-1) 
[n:127.0.0.1:43811_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43811_solr
   [junit4]   2> 4095003 INFO  
(zkCallback-1451-thread-1-processing-n:127.0.0.1:36152_solr) 
[n:127.0.0.1:36152_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 4095025 INFO  (jetty-launcher-1430-thread-2) 
[n:127.0.0.1:36152_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5634d705
   [junit4]   2> 4095027 INFO  
(zkCallback-1447-thread-1-processing-n:127.0.0.1:43811_solr) 
[n:127.0.0.1:43811_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 4095027 INFO  
(zkCallback-1452-thread-1-processing-n:127.0.0.1:40197_solr) 
[n:127.0.0.1:40197_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 4095073 INFO  (jetty-launcher-1430-thread-3) 
[n:127.0.0.1:40197_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40197_solr
   [junit4]   2> 4095133 INFO  
(zkCallback-1451-thread-1-processing-n:127.0.0.1:36152_solr) 
[n:127.0.0.1:36152_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 4095133 INFO  
(zkCallback-1447-thread-1-processing-n:127.0.0.1:43811_solr) 
[n:127.0.0.1:43811_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 4095135 INFO  (jetty-launcher-1430-thread-2) 
[n:127.0.0.1:36152_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5634d705
   [junit4]   2> 4095135 INFO  (jetty-launcher-1430-thread-2) 
[n:127.0.0.1:36152_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5634d705
   [junit4]   2> 4095136 INFO  (jetty-launcher-1430-thread-2) 
[n:127.0.0.1:36152_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_C48A3674D8CF3C7D-001/tempDir-001/node1
   [junit4]   2> 4095166 INFO  
(zkCallback-1452-thread-1-processing-n:127.0.0.1:40197_solr) 
[n:127.0.0.1:40197_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 4095756 INFO  (jetty-launcher-1430-thread-3) 
[n:127.0.0.1:40197_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5634d705
   [junit4]   2> 4095828 INFO  (jetty-launcher-1430-thread-4) 
[n:127.0.0.1:37627_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 4095883 INFO  (jetty-launcher-1430-thread-3) 
[n:127.0.0.1:40197_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5634d705
   [junit4]   2> 4095883 INFO  (jetty-launcher-1430-thread-3) 
[n:127.0.0.1:40197_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5634d705
   [junit4]   2> 4095884 INFO  (jetty-launcher-1430-thread-3) 
[n:127.0.0.1:40197_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_C48A3674D8CF3C7D-001/tempDir-001/node2
   [junit4]   2> 4095884 INFO  (jetty-launcher-1430-thread-1) 
[n:127.0.0.1:43811_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5634d705
   [junit4]   2> 4095898 INFO  (jetty-launcher-1430-thread-4) 
[n:127.0.0.1:37627_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4095901 INFO  (jetty-launcher-1430-thread-4) 
[n:127.0.0.1:37627_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37627_solr
   [junit4]   2> 4095978 INFO  (jetty-launcher-1430-thread-1) 
[n:127.0.0.1:43811_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5634d705
   [junit4]   2> 4095978 INFO  (jetty-launcher-1430-thread-1) 
[n:127.0.0.1:43811_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5634d705
   [junit4]   2> 4096007 INFO  
(zkCallback-1452-thread-1-processing-n:127.0.0.1:40197_solr) 
[n:127.0.0.1:40197_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 4096007 INFO  
(zkCallback-1447-thread-1-processing-n:127.0.0.1:43811_solr) 
[n:127.0.0.1:43811_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 4096084 INFO  (jetty-launcher-1430-thread-1) 
[n:127.0.0.1:43811_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_C48A3674D8CF3C7D-001/tempDir-001/node3
   [junit4]   2> 4096085 INFO  
(zkCallback-1451-thread-2-processing-n:127.0.0.1:36152_solr) 
[n:127.0.0.1:36152_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 4096226 INFO  
(zkCallback-1446-thread-1-processing-n:127.0.0.1:37627_solr) 
[n:127.0.0.1:37627_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 4097082 INFO  (jetty-launcher-1430-thread-4) 
[n:127.0.0.1:37627_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5634d705
   [junit4]   2> 4097227 INFO  (jetty-launcher-1430-thread-4) 
[n:127.0.0.1:37627_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5634d705
   [junit4]   2> 4097227 INFO  (jetty-launcher-1430-thread-4) 
[n:127.0.0.1:37627_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5634d705
   [junit4]   2> 4097228 INFO  (jetty-launcher-1430-thread-4) 
[n:127.0.0.1:37627_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_C48A3674D8CF3C7D-001/tempDir-001/node4
   [junit4]   2> 4097979 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[C48A3674D8CF3C7D]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4097980 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[C48A3674D8CF3C7D]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43173/solr ready
   [junit4]   2> 4098164 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[C48A3674D8CF3C7D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testMissingRequiredParameters
   [junit4]   2> 4098177 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[C48A3674D8CF3C7D])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4098508 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4098509 ERROR (qtp366016851-9338) [n:127.0.0.1:43811_solr    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Missing 
required parameter: name
   [junit4]   2>        at 
org.apache.solr.common.params.RequiredSolrParams.getParams(RequiredSolrParams.java:90)
   [junit4]   2>        at 
org.apache.solr.common.params.SolrParams.getAll(SolrParams.java:462)
   [junit4]   2>        at 
org.apache.solr.common.params.SolrParams.getAll(SolrParams.java:479)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.lambda$static$0(CollectionsHandler.java:391)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.execute(CollectionsHandler.java:936)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:223)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:210)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:745)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:726)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:507)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 4098545 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CREATE&numShards=2&wt=javabin&version=2} status=400 QTime=36
   [junit4]   2> 4098545 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[C48A3674D8CF3C7D])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testMissingRequiredParameters
   [junit4]   2> 4098763 INFO  
(TEST-CollectionsAPIDistributedZkTest.testTooManyReplicas-seed#[C48A3674D8CF3C7D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testTooManyReplicas
   [junit4]   2> 4098763 INFO  
(TEST-CollectionsAPIDistributedZkTest.testTooManyReplicas-seed#[C48A3674D8CF3C7D])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4098765 INFO  (qtp366016851-9339) [n:127.0.0.1:43811_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=10&collection.configName=conf&name=collection&nrtReplicas=10&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 4098819 INFO  
(OverseerThreadFactory-3719-thread-1-processing-n:127.0.0.1:36152_solr) 
[n:127.0.0.1:36152_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection
   [junit4]   2> 4098819 WARN  
(OverseerThreadFactory-3719-thread-1-processing-n:127.0.0.1:36152_solr) 
[n:127.0.0.1:36152_solr    ] o.a.s.c.CreateCollectionCmd Specified number of 
replicas of 10 on collection collection is higher than the number of Solr 
instances currently live or live and part of your createNodeSet(4). It's 
unusual to run two replica of the same slice on the same Solr-instance.
   [junit4]   2> 4098820 ERROR 
(OverseerThreadFactory-3719-thread-1-processing-n:127.0.0.1:36152_solr) 
[n:127.0.0.1:36152_solr    ] o.a.s.c.OverseerCollectionMessageHandler 
Collection: collection operation: create 
failed:org.apache.solr.common.SolrException: Cannot create collection 
collection. Value of maxShardsPerNode is 1, and the number of nodes currently 
live or live and part of your createNodeSet is 4. This allows a maximum of 4 to 
be created. Value of numShards is 2, value of nrtReplicas is 10, value of 
tlogReplicas is 0 and value of pullReplicas is 0. This requires 20 shards to be 
created (higher than the allowed number)
   [junit4]   2>        at 
org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:164)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:228)
   [junit4]   2>        at 
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 4098905 INFO  (qtp366016851-9339) [n:127.0.0.1:43811_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=10&collection.configName=conf&name=collection&nrtReplicas=10&action=CREATE&numShards=2&wt=javabin&version=2}
 status=400 QTime=139
   [junit4]   2> 4098908 INFO  
(TEST-CollectionsAPIDistributedZkTest.testTooManyReplicas-seed#[C48A3674D8CF3C7D])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testTooManyReplicas
   [junit4]   2> 4099221 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[C48A3674D8CF3C7D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreationAndDeletion
   [junit4]   2> 4099223 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[C48A3674D8CF3C7D])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4099224 INFO  (qtp366016851-9340) [n:127.0.0.1:43811_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=created_and_deleted&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 4099278 INFO  
(OverseerThreadFactory-3719-thread-2-processing-n:127.0.0.1:36152_solr) 
[n:127.0.0.1:36152_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
created_and_deleted
   [junit4]   2> 4099278 INFO  
(OverseerCollectionConfigSetProcessor-98732932444258314-127.0.0.1:36152_solr-n_0000000000)
 [n:127.0.0.1:36152_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 4099385 INFO  
(OverseerStateUpdate-98732932444258314-127.0.0.1:36152_solr-n_0000000000) 
[n:127.0.0.1:36152_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"created_and_deleted",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"created_and_deleted_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43811/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 4099697 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=created_and_deleted_shard1_replica_n1&action=CREATE&numShards=1&collection=created_and_deleted&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4099698 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 4099835 INFO  
(zkCallback-1447-thread-1-processing-n:127.0.0.1:43811_solr) 
[n:127.0.0.1:43811_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/created_and_deleted/state.json] for collection 
[created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4099844 INFO  
(zkCallback-1447-thread-2-processing-n:127.0.0.1:43811_solr) 
[n:127.0.0.1:43811_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/created_and_deleted/state.json] for collection 
[created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4100756 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 4100828 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.s.IndexSchema 
[created_and_deleted_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 4100901 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 4100901 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'created_and_deleted_shard1_replica_n1' using configuration from 
collection created_and_deleted, trusted=true
   [junit4]   2> 4100901 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr.core.created_and_deleted.shard1.replica_n1' (registry 
'solr.core.created_and_deleted.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5634d705
   [junit4]   2> 4100901 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 4100902 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.c.SolrCore 
[[created_and_deleted_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_C48A3674D8CF3C7D-001/tempDir-001/node3/created_and_deleted_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_C48A3674D8CF3C7D-001/tempDir-001/node3/created_and_deleted_shard1_replica_n1/data/]
   [junit4]   2> 4101613 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4101613 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4101614 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 4101614 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 4101684 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@454ec275[created_and_deleted_shard1_replica_n1] main]
   [junit4]   2> 4101685 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 4101685 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded 
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 4101686 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 4101686 INFO  
(searcherExecutor-3728-thread-1-processing-n:127.0.0.1:43811_solr 
x:created_and_deleted_shard1_replica_n1 s:shard1 c:created_and_deleted 
r:core_node2) [n:127.0.0.1:43811_solr c:created_and_deleted s:shard1 
r:core_node2 x:created_and_deleted_shard1_replica_n1] o.a.s.c.SolrCore 
[created_and_deleted_shard1_replica_n1] Registered new searcher 
Searcher@454ec275[created_and_deleted_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4101686 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max 
version in index or recent updates, using new clock 1579726928591454208
   [junit4]   2> 4101757 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 4101757 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
may be the new leader - try and sync
   [junit4]   2> 4101757 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:43811/solr/created_and_deleted_shard1_replica_n1/
   [junit4]   2> 4101757 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - 
now sync replicas to me
   [junit4]   2> 4101757 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.c.SyncStrategy 
https://127.0.0.1:43811/solr/created_and_deleted_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 4101757 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 4101759 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I 
am the new leader: 
https://127.0.0.1:43811/solr/created_and_deleted_shard1_replica_n1/ shard1
   [junit4]   2> 4101867 INFO  
(zkCallback-1447-thread-2-processing-n:127.0.0.1:43811_solr) 
[n:127.0.0.1:43811_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/created_and_deleted/state.json] for collection 
[created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4101867 INFO  
(zkCallback-1447-thread-1-processing-n:127.0.0.1:43811_solr) 
[n:127.0.0.1:43811_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/created_and_deleted/state.json] for collection 
[created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4101924 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.c.ZkController I am the leader, 
no recovery necessary
   [junit4]   2> 4101925 INFO  (qtp366016851-9338) [n:127.0.0.1:43811_solr 
c:created_and_deleted s:shard1 r:core_node2 
x:created_and_deleted_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=created_and_deleted_shard1_replica_n1&action=CREATE&numShards=1&collection=created_and_deleted&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2227
   [junit4]   2> 4101969 INFO  (qtp366016851-9340) [n:127.0.0.1:43811_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 4102049 INFO  
(zkCallback-1447-thread-2-processing-n:127.0.0.1:43811_solr) 
[n:127.0.0.1:43811_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/created_and_deleted/state.json] for collection 
[created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4102049 INFO  
(zkCallback-1447-thread-1-processing-n:127.0.0.1:43811_solr) 
[n:127.0.0.1:43811_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/created_and_deleted/state.json] for collection 
[created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4102984 INFO  (qtp366016851-9340) [n:127.0.0.1:43811_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf&name=created_and_deleted&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3760
   [junit4]   2> 4103001 INFO  (qtp366016851-9333) [n:127.0.0.1:43811_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4103001 INFO  (qtp366016851-9333) [n:127.0.0.1:43811_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4103001 INFO  (qtp366016851-9336) [n:127.0.0.1:43811_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=created_and_deleted&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 4103016 INFO  
(OverseerCollectionConfigSetProcessor-98732932444258314-127.0.0.1:36152_solr-n_0000000000)
 [n:127.0.0.1:36152_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 4103017 INFO  
(OverseerThreadFactory-3719-thread-3-processing-n:127.0.0.1:36152_solr) 
[n:127.0.0.1:36152_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 4103018 INFO  (qtp366016851-9339) [n:127.0.0.1:43811_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.created_and_deleted.shard1.replica_n1, tag=null
   [junit4]   2> 4103018 INFO  (qtp366016851-9339) [n:127.0.0.1:43811_solr    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@33314847: rootName = null, 
domain = solr.core.created_and_deleted.shard1.replica_n1, service url = null, 
agent id = null] for registry solr.core.created_and_deleted.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@499842d4
   [junit4]   2> 4103167 INFO  (qtp366016851-9339) [n:127.0.0.1:43811_solr    ] 
o.a.s.c.SolrCore [created_and_deleted_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1da31f5c
   [junit4]   2> 4103168 INFO  (qtp366016851-9339) [n:127.0.0.1:43811_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.created_and_deleted.shard1.replica_n1, tag=497229660
   [junit4]   2> 4103168 INFO  (qtp366016851-9339) [n:127.0.0.1:43811_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.created_and_deleted.shard1.leader, tag=497229660
   [junit4]   2> 4103185 INFO  (qtp366016851-9339) [n:127.0.0.1:43811_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=created_and_deleted_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=167
   [junit4]   2> 4104004 INFO  (qtp366016851-9336) [n:127.0.0.1:43811_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=created_and_deleted&action=DELETE&wt=javabin&version=2} status=0 
QTime=1002
   [junit4]   2> 4104005 INFO  (qtp366016851-9334) [n:127.0.0.1:43811_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4104005 INFO  (qtp366016851-9334) [n:127.0.0.1:43811_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 4104009 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[C48A3674D8CF3C7D])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreationAndDeletion
   [junit4]   2> 4104355 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes-seed#[C48A3674D8CF3C7D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCoresAreDistributedAcrossNodes
   [junit4]   2> 4104355 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes-seed#[C48A3674D8CF3C7D])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 4104356 INFO  (qtp366016851-9334) [n:127.0.0.1:43811_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&name=nodes_used_collection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 4104414 INFO  
(OverseerThreadFactory-3719-thread-4-processing-n:127.0.0.1:36152_solr) 
[n:127.0.0.1:36152_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
nodes_used_collection
   [junit4]   2> 4104450 INFO  
(OverseerCollectionConfigSetProcessor-98732932444258314-127.0.0.1:36152_solr-n_0000000000)
 [n:127.0.0.1:36152_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 4104758 INFO  
(OverseerStateUpdate-98732932444258314-127.0.0.1:36152_solr-n_0000000000) 
[n:127.0.0.1:36152_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"nodes_used_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"nodes_used_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36152/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 4104760 INFO  
(OverseerStateUpdate-98732932444258314-127.0.0.1:36152_solr-n_0000000000) 
[n:127.0.0.1:36152_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"nodes_used_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"nodes_used_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37627/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 4104810 INFO  
(OverseerStateUpdate-98732932444258314-127.0.0.1:36152_solr-n_0000000000) 
[n:127.0.0.1:36152_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"nodes_used_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"nodes_used_collection_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:43811/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 4104812 INFO  
(OverseerStateUpdate-98732932444258314-127.0.0.1:36152_solr-n_0000000000) 
[n:127.0.0.1:36152_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"nodes_used_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"nodes_used_collection_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40197/solr";,
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 4105049 INFO  (qtp366016851-9337) [n:127.0.0.1:43811_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard2_replica_n4&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4105192 INFO  
(zkCallback-1447-thread-1-processing-n:127.0.0.1:43811_solr) 
[n:127.0.0.1:43811_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4105194 INFO  
(zkCallback-1447-thread-3-processing-n:127.0.0.1:43811_solr) 
[n:127.0.0.1:43811_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4106143 INFO  (qtp573619098-9349) [n:127.0.0.1:37627_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard1_replica_n2&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4106144 INFO  (qtp573619098-9349) [n:127.0.0.1:37627_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 4106251 INFO  (qtp212087551-9315) [n:127.0.0.1:36152_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4106252 INFO  (qtp212087551-9315) [n:127.0.0.1:36152_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 4106287 INFO  (qtp65763992-9326) [n:127.0.0.1:40197_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard2_replica_n6&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4106287 INFO  (qtp65763992-9326) [n:127.0.0.1:40197_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 4106339 INFO  (qtp366016851-9337) [n:127.0.0.1:43811_solr 
c:nodes_used_collection s:shard2 r:core_node7 
x:nodes_used_collection_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 4106434 INFO  (qtp366016851-9337) [n:127.0.0.1:43811_solr 
c:nodes_used_collection s:shard2 r:core_node7 
x:nodes_used_collection_shard2_replica_n4] o.a.s.s.IndexSchema 
[nodes_used_collection_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 4106436 INFO  (qtp366016851-9337) [n:127.0.0.1:43811_solr 
c:nodes_used_collection s:shard2 r:core_node7 
x:nodes_used_collection_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema 
minimal/1.1 with uniqueid field id
   [junit4]   2> 4106436 INFO  (qtp366016851-9337) [n:127.0.0.1:43811_solr 
c:nodes_used_collection s:shard2 r:core_node7 
x:nodes_used_collection_shard2_replica_n4] o.a.s.c.CoreContainer Creating 
SolrCore 'nodes_used_collection_shard2_replica_n4' using configuration from 
collection nodes_used_collection, trusted=true
   [junit4]   2> 4106437 INFO  
(zkCallback-1452-thread-1-processing-n:127.0.0.1:40197_solr) 
[n:127.0.0.1:40197_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4106437 INFO  
(zkCallback-1451-thread-2-processing-n:127.0.0.1:36152_solr) 
[n:127.0.0.1:36152_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4106437 INFO  
(zkCallback-1451-thread-1-processing-n:127.0.0.1:36152_solr) 
[n:127.0.0.1:36152_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4106449 INFO  
(zkCallback-1447-thread-3-processing-n:127.0.0.1:43811_solr) 
[n:127.0.0.1:43811_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4106449 INFO  
(zkCallback-1446-thread-1-processing-n:127.0.0.1:37627_solr) 
[n:127.0.0.1:37627_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4106449 INFO  
(zkCallback-1447-thread-1-processing-n:127.0.0.1:43811_solr) 
[n:127.0.0.1:43811_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4106469 INFO  
(zkCallback-1452-thread-2-processing-n:127.0.0.1:40197_solr) 
[n:127.0.0.1:40197_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4106470 INFO  
(zkCallback-1446-thread-2-processing-n:127.0.0.1:37627_solr) 
[n:127.0.0.1:37627_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 4106470 INFO  (qtp366016851-9337) [n:127.0.0.1:43811_solr 
c:nodes_used_collection s:shard2 r:core_node7 
x:nodes_used_collection_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr.core.nodes_used_collection.shard2.replica_n4' (registry 
'solr.core.nodes_used_collection.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5634d705
   [junit4]   2> 4106470 INFO  (qtp366016851-9337) [n:127.0.0.1:43811_solr 
c:nodes_used_collection s:shard2 r:core_node7 
x:nodes_used_collection_shard2_replica_n4] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 4106471 INFO  (qtp366016851-9337) [n:127.0.0.1:43811_solr 
c:nodes_used_collection s:shard2 r:core_node7 
x:nodes_used_collection_shard2_replica_n4] o.a.s.c.SolrCore 
[[nodes_used_collection_shard2_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_C48A3674D8CF3C7D-001/tempDir-001/node3/nodes_used_collection_shard2_replica_n4],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_C48A3674D8CF3C7D-001/tempDir-001/node3/nodes_used_collection_shard2_replica_n4/data/]
   [junit4]   2> 4107072 INFO  (qtp366016851-9337) [n:127.0.0.1:43811_solr 
c:nodes_used_collection s:shard2 r:core_node7 
x:nodes_used_collection_shard2_replica_n4] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4107072 INFO  (qtp366016851-9337) [n:127.0.0.1:43811_solr 
c:nodes_used_collection s:shard2 r:core_node7 
x:nodes_used_collection_shard2_replica_n4] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4107073 INFO  (qtp366016851-9337) [n:127.0.0.1:43811_solr 
c:nodes_used_collection s:shard2 r:core_node7 
x:nodes_used_collection_shard2_replica_n4] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 4107073 INFO  (qtp366016851-9337) [n:127.0.0.1:43811_solr 
c:nodes_used_collection s:shard2 r:core_node7 
x:nodes_used_collection_shard2_replica_n4] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 4107074 INFO  (qtp366016851-9337) [n:127.0.0.1:43811_solr 
c:nodes_used_collection s:shard2 r:core_node7 
x:nodes_used_collection_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@512fc60[nodes_used_collection_shard2_replica_n4] main]
   [junit4]   2> 4107128 INFO  (qtp366016851-9337) [n:127.0.0.1:43811_solr 
c:nodes_used_collection s:shard2 r:core_node7 
x:nodes_used_collection_shard2_replica_n4] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 4107128 INFO  (qtp366016851-9337) [n:127.0.0.1:43811_solr 
c:nodes_used_collection s:shard2 r:core_node7 
x:nodes_used_collection_shard2_replica_n4] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 4107129 INFO  (qtp366016851-9337) [n:127.0.0.1:43811_solr 
c:nodes_used_collection s:shard2 r:core_node7 
x:nodes_used_collection_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits 
will be reserved for 10000ms.
   [junit4]   2> 4107129 INFO  
(searcherExecutor-3733-thread-1-processing-n:127.0.0.1:43811_solr 
x:nodes_used_collection_shard2_replica_n4 s:shard2 c:nodes_used_collection 
r:core_node7) [n:127.0.0.1:43811_solr c:nodes_used_collection s:shard2 
r:core_node7 x:nodes_used_collection_shard2_replica_n4] o.a.s.c.SolrCore 
[nodes_used_collection_shard2_replica_n4] Registered new searcher 
Searcher@512fc60[nodes_used_collection_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4107129 INFO  (qtp366016851-9337) [n:127.0.0.1:43811_solr 
c:nodes_used_collecti

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

delete.shard1.replica_t4 / com.codahale.metrics.MetricRegistry@1f4d1be5
   [junit4]   2> 7175456 INFO  (coreCloseExecutor-6999-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.tlog_replica_test_create_delete.shard1.leader, 
tag=974239541
   [junit4]   2> 7175456 INFO  (jetty-closer-2934-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@77d2e080: rootName = 
solr_45447, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@65390ae4
   [junit4]   2> 7175493 INFO  (jetty-closer-2934-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 7175493 INFO  (jetty-closer-2934-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3955106c: rootName = 
solr_45447, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@25a2fea6
   [junit4]   2> 7175497 INFO  (jetty-closer-2934-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 7175497 INFO  (jetty-closer-2934-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@498738df: rootName = 
solr_45447, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@1bb1f9ab
   [junit4]   2> 7175514 INFO  (jetty-closer-2934-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 7175579 INFO  (jetty-closer-2934-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=98733110441017361-127.0.0.1:38557_solr-n_0000000005) closing
   [junit4]   2> 7175579 INFO  
(OverseerStateUpdate-98733110441017361-127.0.0.1:38557_solr-n_0000000005) 
[n:127.0.0.1:38557_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:38557_solr
   [junit4]   2> 7175602 INFO  
(zkCallback-2945-thread-15-processing-n:127.0.0.1:38557_solr) 
[n:127.0.0.1:38557_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 7175615 INFO  (jetty-closer-2934-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1df453a9{/solr,null,UNAVAILABLE}
   [junit4]   2> 7177079 WARN  
(zkCallback-2977-thread-2-processing-n:127.0.0.1:45447_solr) 
[n:127.0.0.1:45447_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 7177080 INFO  (jetty-closer-2934-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5971864a{/solr,null,UNAVAILABLE}
   [junit4]   2> 7177129 ERROR 
(SUITE-TestTlogReplica-seed#[C48A3674D8CF3C7D]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 7177149 INFO  
(SUITE-TestTlogReplica-seed#[C48A3674D8CF3C7D]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:46580 46580
   [junit4]   2> 7177364 INFO  (Thread-5828) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:46580 46580
   [junit4]   2> 7177366 WARN  (Thread-5828) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        21      /solr/configs/conf
   [junit4]   2>        9       /solr/aliases.json
   [junit4]   2>        7       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        42      
/solr/collections/tlog_replica_test_create_delete/state.json
   [junit4]   2>        28      
/solr/collections/tlog_replica_test_kill_leader/state.json
   [junit4]   2>        28      
/solr/collections/tlog_replica_test_kill_tlog_replica/state.json
   [junit4]   2>        27      
/solr/collections/tlog_replica_test_remove_leader/state.json
   [junit4]   2>        27      
/solr/collections/tlog_replica_test_add_remove_tlog_replica/state.json
   [junit4]   2>        26      
/solr/collections/tlog_replica_test_basic_leader_election/state.json
   [junit4]   2>        15      
/solr/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json
   [junit4]   2>        15      
/solr/collections/tlog_replica_test_delete_by_id/state.json
   [junit4]   2>        14      
/solr/collections/tlog_replica_test_recovery/state.json
   [junit4]   2>        13      
/solr/collections/tlog_replica_test_real_time_get/state.json
   [junit4]   2>        13      
/solr/collections/tlog_replica_test_only_leader_indexes/state.json
   [junit4]   2>        9       /solr/clusterstate.json
   [junit4]   2>        9       /solr/clusterprops.json
   [junit4]   2>        6       
/solr/collections/tlog_replica_test_add_docs/state.json
   [junit4]   2>        3       
/solr/overseer_elect/election/98733110441017350-127.0.0.1:38557_solr-n_0000000000
   [junit4]   2>        2       
/solr/collections/tlog_replica_test_create_delete/leader_elect/shard1/election/98733110441017350-core_node11-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/collections
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_C48A3674D8CF3C7D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{foo=BlockTreeOrds(blocksize=128), id=FSTOrd50, 
foo_s=BlockTreeOrds(blocksize=128)}, 
docValues:{_version_=DocValuesFormat(name=Lucene70), 
id=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1105, 
maxMBSortInHeap=6.119892758616411, sim=RandomSimilarity(queryNorm=true): {}, 
locale=es-CL, timezone=Africa/Banjul
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=59211896,total=515375104
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSets, 
URLClassifyProcessorTest, OverseerTest, DateFieldTest, HdfsLockFactoryTest, 
HardAutoCommitTest, ShufflingReplicaListTransformerTest, 
PrimitiveFieldTypeTest, AutoScalingHandlerTest, SolrJmxReporterCloudTest, 
TestMaxTokenLenTokenizer, HdfsCollectionsAPIDistributedZkTest, 
SearchHandlerTest, TestNumericTerms32, DataDrivenBlockJoinTest, 
TestSmileRequest, TestRawTransformer, CircularListTest, TestOrdValues, 
HdfsThreadLeakTest, TestClusterProperties, TestRequestStatusCollectionAPI, 
GraphQueryTest, OverriddenZkACLAndCredentialsProvidersTest, HdfsRecoveryZkTest, 
HLLSerializationTest, TestPayloadScoreQParserPlugin, 
TestSolrCloudWithKerberosAlt, SolrInfoBeanTest, HdfsDirectoryFactoryTest, 
TestSolrCoreProperties, ReturnFieldsTest, BadIndexSchemaTest, DeleteShardTest, 
TestMaxScoreQueryParser, LeaderFailoverAfterPartitionTest, SmileWriterTest, 
DeleteLastCustomShardedReplicaTest, QueryEqualityTest, CloudMLTQParserTest, 
TestDynamicFieldCollectionResource, XsltUpdateRequestHandlerTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestDownShardTolerantSearch, 
AssignTest, TestEmbeddedSolrServerSchemaAPI, TestSolrCLIRunExample, 
TestDFISimilarityFactory, TestReload, TestCloudPseudoReturnFields, 
InfoHandlerTest, CoreSorterTest, JavabinLoaderTest, 
TestLeaderElectionWithEmptyReplica, BlockJoinFacetDistribTest, TestSort, 
CloudExitableDirectoryReaderTest, AutoCommitTest, 
TestComplexPhraseLeadingWildcard, TestCryptoKeys, PingRequestHandlerTest, 
TestHashQParserPlugin, TestTrieFacet, TestConfigReload, 
ResponseLogComponentTest, TestDFRSimilarityFactory, 
TestDocBasedVersionConstraints, NumericFieldsTest, TestFieldResource, 
MinimalSchemaTest, TestJavabinTupleStreamParser, TestCodecSupport, 
SignatureUpdateProcessorFactoryTest, PreAnalyzedFieldTest, FacetPivotSmallTest, 
UnloadDistributedZkTest, TestSolrXml, SolrCoreCheckLockOnStartupTest, 
ReplaceNodeTest, VersionInfoTest, TermVectorComponentDistributedTest, 
MoveReplicaHDFSTest, ConcurrentDeleteAndCreateCollectionTest, 
NotRequiredUniqueKeyTest, HdfsWriteToMultipleCollectionsTest, 
SortByFunctionTest, TestApiFramework, SolrMetricsIntegrationTest, 
TestExportWriter, TestRestManager, StatsComponentTest, 
TestInPlaceUpdatesDistrib, SuggesterFSTTest, SimplePostToolTest, 
SolrCloudReportersTest, TestRecovery, TestSlowCompositeReaderWrapper, 
TestCoreAdminApis, DistributedQueryComponentCustomSortTest, SuggesterTest, 
CheckHdfsIndexTest, BadCopyFieldTest, DirectUpdateHandlerOptimizeTest, 
TestZkChroot, TestInitParams, TestNumericRangeQuery32, MetricUtilsTest, 
TestSubQueryTransformerDistrib, TestRebalanceLeaders, TestGroupingSearch, 
RegexBoostProcessorTest, TestSchemalessBufferedUpdates, OverseerRolesTest, 
FullSolrCloudDistribCmdsTest, TestAuthorizationFramework, AddBlockUpdateTest, 
BasicDistributedZkTest, TestUpdate, TestWordDelimiterFilterFactory, 
IndexBasedSpellCheckerTest, LukeRequestHandlerTest, 
DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, 
TermVectorComponentTest, RequiredFieldsTest, IndexSchemaRuntimeFieldTest, 
TestCSVResponseWriter, TestAnalyzedSuggestions, HighlighterConfigTest, 
TestQuerySenderListener, CopyFieldTest, TestSolrDeletionPolicy2, MultiTermTest, 
TestBinaryField, OutputWriterTest, TestPostingsSolrHighlighter, 
TestLMJelinekMercerSimilarityFactory, TestFastWriter, 
OpenExchangeRatesOrgProviderTest, DateMathParserTest, RAMDirectoryFactoryTest, 
TestUtils, DistributedMLTComponentTest, SolrTestCaseJ4Test, TestCrossCoreJoin, 
TestDistributedMissingSort, TestSimpleTrackingShardHandler, CdcrBootstrapTest, 
CollectionsAPISolrJTest, DistribJoinFromCollectionTest, HealthCheckHandlerTest, 
HttpPartitionTest, RemoteQueryErrorTest, SSLMigrationTest, ShardSplitTest, 
TestTlogReplica]
   [junit4] Completed [559/733 (3!)] on J2 in 363.91s, 13 tests, 4 errors <<< 
FAILURES!

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

Reply via email to