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

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

Error Message:
training took more than 10s: 10s

Stack Trace:
java.lang.AssertionError: training took more than 10s: 10s
        at 
__randomizedtesting.SeedInfo.seed([EA7BEF4AA32652D4:2D9A1D68C8926A7B]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.lucene.classification.BooleanPerceptronClassifierTest.testPerformance(BooleanPerceptronClassifierTest.java:93)
        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.ShardSplitTest.testSplitAfterFailedSplit

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

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([5DDE6DD7E5FA5A2A:A493FE78D98F17A0]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:279)
        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.TestCloudSearcherWarming.testRepFactor1LeaderStartup

Error Message:
Error from server at http://127.0.0.1:36410/solr: KeeperErrorCode = NoNode for 
/overseer/collection-queue-work/qnr-0000000012

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:36410/solr: KeeperErrorCode = NoNode for 
/overseer/collection-queue-work/qnr-0000000012
        at 
__randomizedtesting.SeedInfo.seed([5DDE6DD7E5FA5A2A:8AF6200FF41A13C4]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.TestCloudSearcherWarming.testRepFactor1LeaderStartup(TestCloudSearcherWarming.java:100)
        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.TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll

Error Message:
Could not load collection from ZK: testStopAllStartAllCollection

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
testStopAllStartAllCollection
        at 
__randomizedtesting.SeedInfo.seed([5DDE6DD7E5FA5A2A:2BE072A4A4CDF705]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1123)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:648)
        at 
org.apache.solr.common.cloud.ZkStateReader.forceUpdateCollection(ZkStateReader.java:365)
        at 
org.apache.solr.cloud.TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll(TestCollectionsAPIViaSolrCloudCluster.java:231)
        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/testStopAllStartAllCollection/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.lambda$getData$5(SolrZkClient.java:339)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1135)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1121)
        ... 42 more


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

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

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

        at 
__randomizedtesting.SeedInfo.seed([5DDE6DD7E5FA5A2A:D58A520D4B0637D2]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.core.TestSolrConfigHandler.runConfigCommand(TestSolrConfigHandler.java:185)
        at org.apache.solr.cloud.TestCryptoKeys.test(TestCryptoKeys.java:127)
        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:  
junit.framework.TestSuite.org.apache.solr.cloud.TestTolerantUpdateProcessorCloud

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:34960/solr: KeeperErrorCode = NoNode for 
/overseer/collection-queue-work/qnr-0000000000
        at __randomizedtesting.SeedInfo.seed([5DDE6DD7E5FA5A2A]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.createMiniSolrCloudCluster(TestTolerantUpdateProcessorCloud.java:121)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.SystemLogListenerTest.test

Error Message:
wrong number of events added to .system expected:<9> but was:<10>

Stack Trace:
java.lang.AssertionError: wrong number of events added to .system expected:<9> 
but was:<10>
        at 
__randomizedtesting.SeedInfo.seed([5DDE6DD7E5FA5A2A:D58A520D4B0637D2]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.cloud.autoscaling.SystemLogListenerTest.test(SystemLogListenerTest.java:166)
        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 6151 lines...]
   [junit4] Suite: 
org.apache.lucene.classification.BooleanPerceptronClassifierTest
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=BooleanPerceptronClassifierTest -Dtests.method=testPerformance 
-Dtests.seed=EA7BEF4AA32652D4 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=es-CO -Dtests.timezone=Pacific/Yap -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 15.5s J1 | BooleanPerceptronClassifierTest.testPerformance 
<<<
   [junit4]    > Throwable #1: java.lang.AssertionError: training took more 
than 10s: 10s
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([EA7BEF4AA32652D4:2D9A1D68C8926A7B]:0)
   [junit4]    >        at 
org.apache.lucene.classification.BooleanPerceptronClassifierTest.testPerformance(BooleanPerceptronClassifierTest.java:93)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=true): {bool=IB SPL-D1, cat=ClassicSimilarity, 
text=LM Jelinek-Mercer(0.700000)}, locale=es-CO, timezone=Pacific/Yap
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=206667792,total=253231104
   [junit4]   2> NOTE: All tests run in this JVM: [DocToDoubleVectorUtilsTest, 
BooleanPerceptronClassifierTest]
   [junit4] Completed [3/11 (1!)] on J1 in 18.08s, 4 tests, 1 failure <<< 
FAILURES!

[...truncated 5920 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCryptoKeys
   [junit4]   2> 2222018 INFO  
(SUITE-TestCryptoKeys-seed#[5DDE6DD7E5FA5A2A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_5DDE6DD7E5FA5A2A-001/init-core-data-001
   [junit4]   2> 2222019 WARN  
(SUITE-TestCryptoKeys-seed#[5DDE6DD7E5FA5A2A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 2222019 INFO  
(SUITE-TestCryptoKeys-seed#[5DDE6DD7E5FA5A2A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2222078 INFO  
(SUITE-TestCryptoKeys-seed#[5DDE6DD7E5FA5A2A]-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> 2222080 INFO  
(SUITE-TestCryptoKeys-seed#[5DDE6DD7E5FA5A2A]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2222238 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.a.s.c.ZkTestServer 
STARTING ZK TEST SERVER
   [junit4]   2> 2222633 INFO  (Thread-955) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2222633 INFO  (Thread-955) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2222646 ERROR (Thread-955) [    ] 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> 2222733 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.a.s.c.ZkTestServer 
start zk server on port:43531
   [junit4]   2> 2222734 INFO  (zkConnectionManagerCallback-653-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2223301 INFO  (zkConnectionManagerCallback-655-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2223313 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2223321 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2223329 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2223333 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2223337 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2223341 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2223369 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2223373 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2223385 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2223393 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2223401 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2223522 INFO  (zkConnectionManagerCallback-658-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2223533 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 0x1603f0fb0d10002, 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> 2223541 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 2225244 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 2225253 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7e923269{/,null,AVAILABLE}
   [junit4]   2> 2225255 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3041241b{SSL,[ssl, 
http/1.1]}{127.0.0.1:37799}
   [junit4]   2> 2225255 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.e.j.s.Server 
Started @2243105ms
   [junit4]   2> 2225255 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_5DDE6DD7E5FA5A2A-001/tempDir-001/control/data,
 hostContext=/, hostPort=37799, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_5DDE6DD7E5FA5A2A-001/control-001/cores}
   [junit4]   2> 2225255 ERROR 
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2225255 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 2225255 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2225256 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2225256 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-10T06:14:43.727Z
   [junit4]   2> 2225457 INFO  (zkConnectionManagerCallback-660-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2225488 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2225488 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.a.s.c.SolrXmlConfig 
Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_5DDE6DD7E5FA5A2A-001/control-001/solr.xml
   [junit4]   2> 2225492 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2225492 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2225493 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.a.s.c.SolrXmlConfig 
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@78aa3e7f, but no JMX 
reporters were configured - adding default JMX reporter.
   [junit4]   2> 2225553 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:43531/solr
   [junit4]   2> 2225661 INFO  (zkConnectionManagerCallback-664-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2225841 INFO  
(zkConnectionManagerCallback-666-thread-1-processing-n:127.0.0.1:37799_) 
[n:127.0.0.1:37799_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2226281 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [n:127.0.0.1:37799_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2226289 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [n:127.0.0.1:37799_    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37799_
   [junit4]   2> 2226290 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [n:127.0.0.1:37799_    ] 
o.a.s.c.Overseer Overseer (id=99148528425697285-127.0.0.1:37799_-n_0000000000) 
starting
   [junit4]   2> 2227349 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [n:127.0.0.1:37799_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37799_
   [junit4]   2> 2227440 INFO  
(zkCallback-665-thread-1-processing-n:127.0.0.1:37799_) [n:127.0.0.1:37799_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2228432 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [n:127.0.0.1:37799_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78aa3e7f
   [junit4]   2> 2228544 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [n:127.0.0.1:37799_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78aa3e7f
   [junit4]   2> 2228545 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [n:127.0.0.1:37799_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78aa3e7f
   [junit4]   2> 2228696 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [n:127.0.0.1:37799_    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_5DDE6DD7E5FA5A2A-001/control-001/cores
   [junit4]   2> 2228822 INFO  (zkConnectionManagerCallback-672-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2228823 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2228824 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43531/solr ready
   [junit4]   2> 2230711 INFO  (qtp1677638809-3865) [n:127.0.0.1:37799_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37799_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2230785 INFO  
(OverseerThreadFactory-2045-thread-1-processing-n:127.0.0.1:37799_) 
[n:127.0.0.1:37799_    ] o.a.s.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 2231206 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2231207 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2231361 INFO  
(zkCallback-665-thread-1-processing-n:127.0.0.1:37799_) [n:127.0.0.1:37799_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2234704 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2234761 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer 
CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE 
RESOURCE LEAK!!!  instance=1829627340
   [junit4]   2> 2234761 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer 
CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE 
RESOURCE LEAK!!!  instance=1982841081
   [junit4]   2> 2234761 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer 
CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE 
RESOURCE LEAK!!!  instance=1827606894
   [junit4]   2> 2234981 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 2237604 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2237755 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 2237756 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78aa3e7f
   [junit4]   2> 2237756 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2237756 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_5DDE6DD7E5FA5A2A-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_5DDE6DD7E5FA5A2A-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2237760 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=88.177734375, 
floorSegmentMB=1.3203125, forceMergeDeletesPctAllowed=26.2332621940895, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2239419 WARN  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2239844 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2239861 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2239862 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2239862 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2239894 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2239905 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@aec20bc[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2239907 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2239907 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2239908 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2239909 INFO  
(searcherExecutor-2048-thread-1-processing-n:127.0.0.1:37799_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:37799_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@aec20bc[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2239925 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1586376472942084096
   [junit4]   2> 2239962 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2239962 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2239962 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:37799/control_collection_shard1_replica_n1/
   [junit4]   2> 2239963 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2239963 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:37799/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2239963 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2240002 INFO  
(zkCallback-665-thread-2-processing-n:127.0.0.1:37799_) [n:127.0.0.1:37799_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2240002 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:37799/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2240003 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2240026 INFO  (qtp1677638809-3860) [n:127.0.0.1:37799_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=8819
   [junit4]   2> 2240090 INFO  (qtp1677638809-3865) [n:127.0.0.1:37799_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2240277 INFO  
(zkCallback-665-thread-2-processing-n:127.0.0.1:37799_) [n:127.0.0.1:37799_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2240939 INFO  
(OverseerCollectionConfigSetProcessor-99148528425697285-127.0.0.1:37799_-n_0000000000)
 [n:127.0.0.1:37799_    ] 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> 2241105 INFO  (qtp1677638809-3865) [n:127.0.0.1:37799_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37799_&wt=javabin&version=2}
 status=0 QTime=10394
   [junit4]   2> 2241866 INFO  (zkConnectionManagerCallback-676-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2241867 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2241868 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43531/solr ready
   [junit4]   2> 2241868 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.a.s.c.ChaosMonkey 
monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2241906 INFO  (qtp1677638809-3863) [n:127.0.0.1:37799_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2241939 INFO  
(OverseerThreadFactory-2045-thread-2-processing-n:127.0.0.1:37799_) 
[n:127.0.0.1:37799_    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 2241940 WARN  
(OverseerThreadFactory-2045-thread-2-processing-n:127.0.0.1:37799_) 
[n:127.0.0.1:37799_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a 
collection (collection1) without cores.
   [junit4]   2> 2242289 INFO  (qtp1677638809-3863) [n:127.0.0.1:37799_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2242289 INFO  (qtp1677638809-3863) [n:127.0.0.1:37799_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=383
   [junit4]   2> 2243982 INFO  
(OverseerCollectionConfigSetProcessor-99148528425697285-127.0.0.1:37799_-n_0000000000)
 [n:127.0.0.1:37799_    ] 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> 2244242 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_5DDE6DD7E5FA5A2A-001/shard-1-001
 of type NRT
   [junit4]   2> 2244243 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 2244497 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4370e392{/,null,AVAILABLE}
   [junit4]   2> 2245976 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@311e8486{SSL,[ssl, 
http/1.1]}{127.0.0.1:39353}
   [junit4]   2> 2245977 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.e.j.s.Server 
Started @2263827ms
   [junit4]   2> 2245977 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_5DDE6DD7E5FA5A2A-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=39353, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_5DDE6DD7E5FA5A2A-001/shard-1-001/cores}
   [junit4]   2> 2245977 ERROR 
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2245977 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 2245977 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2245977 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2245977 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-10T06:15:04.448Z
   [junit4]   2> 2246073 INFO  (zkConnectionManagerCallback-678-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2246113 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2246113 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.a.s.c.SolrXmlConfig 
Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_5DDE6DD7E5FA5A2A-001/shard-1-001/solr.xml
   [junit4]   2> 2246116 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2246116 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2246117 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.a.s.c.SolrXmlConfig 
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@78aa3e7f, but no JMX 
reporters were configured - adding default JMX reporter.
   [junit4]   2> 2246585 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:43531/solr
   [junit4]   2> 2246788 INFO  (zkConnectionManagerCallback-682-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2247031 INFO  
(zkConnectionManagerCallback-684-thread-1-processing-n:127.0.0.1:39353_) 
[n:127.0.0.1:39353_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2247066 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [n:127.0.0.1:39353_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2247067 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [n:127.0.0.1:39353_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2247086 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [n:127.0.0.1:39353_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39353_
   [junit4]   2> 2247105 INFO  (zkCallback-675-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2247105 INFO  
(zkCallback-665-thread-2-processing-n:127.0.0.1:37799_) [n:127.0.0.1:37799_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2247453 INFO  
(zkCallback-683-thread-1-processing-n:127.0.0.1:39353_) [n:127.0.0.1:39353_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2248384 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [n:127.0.0.1:39353_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78aa3e7f
   [junit4]   2> 2248465 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [n:127.0.0.1:39353_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78aa3e7f
   [junit4]   2> 2248465 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [n:127.0.0.1:39353_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78aa3e7f
   [junit4]   2> 2248529 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [n:127.0.0.1:39353_    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_5DDE6DD7E5FA5A2A-001/shard-1-001/cores
   [junit4]   2> 2248760 INFO  (qtp1677638809-3863) [n:127.0.0.1:37799_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:39353_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2248934 INFO  
(OverseerThreadFactory-2045-thread-3-processing-n:127.0.0.1:37799_) 
[n:127.0.0.1:37799_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:39353_ 
for creating new replica
   [junit4]   2> 2249402 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2249402 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2250557 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 2250700 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n21] Schema name=test
   [junit4]   2> 2253898 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2254287 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n21' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 2254287 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n21' (registry 
'solr.core.collection1.shard1.replica_n21') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@78aa3e7f
   [junit4]   2> 2254287 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2254287 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n21] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_5DDE6DD7E5FA5A2A-001/shard-1-001/cores/collection1_shard1_replica_n21],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_5DDE6DD7E5FA5A2A-001/shard-1-001/cores/collection1_shard1_replica_n21/data/]
   [junit4]   2> 2254408 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=88.177734375, 
floorSegmentMB=1.3203125, forceMergeDeletesPctAllowed=26.2332621940895, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2254455 WARN  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2255465 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2255465 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2255466 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2255466 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2255480 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2255490 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@370f0a01[collection1_shard1_replica_n21] main]
   [junit4]   2> 2255511 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2255512 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2255514 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2255566 INFO  
(searcherExecutor-2059-thread-1-processing-n:127.0.0.1:39353_ 
x:collection1_shard1_replica_n21 s:shard1 c:collection1) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore 
[collection1_shard1_replica_n21] Registered new searcher 
Searcher@370f0a01[collection1_shard1_replica_n21] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2255566 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1586376489342861312
   [junit4]   2> 2255595 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2255595 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2255595 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:39353/collection1_shard1_replica_n21/
   [junit4]   2> 2255595 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 2255595 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy 
https://127.0.0.1:39353/collection1_shard1_replica_n21/ has no replicas
   [junit4]   2> 2255595 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2255616 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:39353/collection1_shard1_replica_n21/ shard1
   [junit4]   2> 2255617 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 2255635 INFO  (qtp1320399144-3913) [n:127.0.0.1:39353_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=6232
   [junit4]   2> 2255703 INFO  (qtp1677638809-3863) [n:127.0.0.1:37799_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:39353_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=6943
   [junit4]   2> 2257168 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_5DDE6DD7E5FA5A2A-001/shard-2-001
 of type NRT
   [junit4]   2> 2257206 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 2257210 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6b954e9a{/,null,AVAILABLE}
   [junit4]   2> 2257211 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@fd85aeb{SSL,[ssl, 
http/1.1]}{127.0.0.1:60432}
   [junit4]   2> 2257211 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.e.j.s.Server 
Started @2275061ms
   [junit4]   2> 2257211 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_5DDE6DD7E5FA5A2A-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=60432, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_5DDE6DD7E5FA5A2A-001/shard-2-001/cores}
   [junit4]   2> 2257211 ERROR 
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2257258 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 2257258 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2257258 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2257258 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-10T06:15:15.729Z
   [junit4]   2> 2257572 INFO  (zkConnectionManagerCallback-687-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2257589 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2257589 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.a.s.c.SolrXmlConfig 
Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCryptoKeys_5DDE6DD7E5FA5A2A-001/shard-2-001/solr.xml
   [junit4]   2> 2257592 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2257592 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.a.s.c.SolrXmlConfig 
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2257610 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.a.s.c.SolrXmlConfig 
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@78aa3e7f, but no JMX 
reporters were configured - adding default JMX reporter.
   [junit4]   2> 2257614 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [    ] o.a.s.c.ZkContainer 
Zookeeper client=127.0.0.1:43531/solr
   [junit4]   2> 2257823 INFO  
(OverseerCollectionConfigSetProcessor-99148528425697285-127.0.0.1:37799_-n_0000000000)
 [n:127.0.0.1:37799_    ] 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> 2257838 INFO  (zkConnectionManagerCallback-691-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2258121 INFO  
(zkConnectionManagerCallback-693-thread-1-processing-n:127.0.0.1:60432_) 
[n:127.0.0.1:60432_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2258282 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [n:127.0.0.1:60432_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2258283 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [n:127.0.0.1:60432_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2258293 INFO  
(TEST-TestCryptoKeys.test-seed#[5DDE6DD7E5FA5A2A]) [n:127.0.0.1:60432_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60432_
   [junit4]   2> 2258293 INFO  
(zkCallback-683-thread-1-processing-n:127.0.0.1:39353_) [n:127.0.0.1:39353_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2258294 INFO  (zkCallback-675-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2258294 INFO  
(zkCallback-665-thread-2-processing-n:127.0.0.1:37799_) [n:127.0.0.1:37799_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2258434 INFO  
(zkCallback-692-thread-1-processing-n:127.0.0.1:60432_) [n:127.0.0.1:

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

OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 9561415 INFO  (jetty-closer-3827-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@ce20312{/solr,null,UNAVAILABLE}
   [junit4]   2> 9561454 INFO  (jetty-closer-3827-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4b1b1608{/solr,null,UNAVAILABLE}
   [junit4]   2> 9561508 INFO  
(zkCallback-3858-thread-7-processing-n:127.0.0.1:49189_solr) 
[n:127.0.0.1:49189_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:49189_solr
   [junit4]   2> 9561527 INFO  
(zkCallback-3864-thread-10-processing-n:127.0.0.1:34960_solr) 
[n:127.0.0.1:34960_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:34960_solr
   [junit4]   2> 9563013 INFO  (jetty-closer-3827-thread-5) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@71d6d3ad{/solr,null,UNAVAILABLE}
   [junit4]   2> 9563036 INFO  (jetty-closer-3827-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5ba4cdfa{/solr,null,UNAVAILABLE}
   [junit4]   2> 9563051 ERROR 
(SUITE-TestTolerantUpdateProcessorCloud-seed#[5DDE6DD7E5FA5A2A]-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> 9563053 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[5DDE6DD7E5FA5A2A]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:57364 57364
   [junit4]   2> 9563171 INFO  (Thread-4195) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:57364 57364
   [junit4]   2> 9563177 WARN  (Thread-4195) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        12      /solr/aliases.json
   [junit4]   2>        10      /solr/security.json
   [junit4]   2>        4       
/solr/configs/solrCloudCollectionConfig/managed-schema
   [junit4]   2>        4       /solr/configs/solrCloudCollectionConfig
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        20      /solr/collections/test_col/state.json
   [junit4]   2>        12      /solr/clusterprops.json
   [junit4]   2>        12      /solr/clusterstate.json
   [junit4]   2>        2       /solr/autoscaling.json
   [junit4]   2>        2       
/solr/overseer_elect/election/99148996429938706-127.0.0.1:49189_solr-n_0000000006
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        12      /solr/live_nodes
   [junit4]   2>        12      /solr/collections
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 9563208 INFO  
(SUITE-TestTolerantUpdateProcessorCloud-seed#[5DDE6DD7E5FA5A2A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> Dec 10, 2017 8:17:04 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=240, maxMBSortInHeap=5.241533852929293, 
sim=RandomSimilarity(queryNorm=false): {}, locale=mk-MK, timezone=SystemV/EST5
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=4,threads=1,free=306496192,total=525336576
   [junit4]   2> NOTE: All tests run in this JVM: [LukeRequestHandlerTest, 
SolrIndexSplitterTest, CdcrReplicationHandlerTest, TestStressLucene, 
TestNestedDocsSort, TestSchemaManager, BlockCacheTest, TestRestoreCore, 
ClassificationUpdateProcessorIntegrationTest, 
TlogReplayBufferedWhileIndexingTest, SynonymTokenizerTest, 
CoreAdminCreateDiscoverTest, TestDocumentBuilder, AutoScalingHandlerTest, 
SampleTest, MoveReplicaHDFSFailoverTest, JavabinLoaderTest, 
RegexBoostProcessorTest, TestReplicaProperties, TestFieldCollectionResource, 
TestJettySolrRunner, TestStressUserVersions, 
TestEmbeddedSolrServerAdminHandler, BlockJoinFacetSimpleTest, AddReplicaTest, 
DirectUpdateHandlerTest, HighlighterConfigTest, SolrMetricsIntegrationTest, 
TestLazyCores, SignatureUpdateProcessorFactoryTest, TestLuceneMatchVersion, 
DeleteShardTest, TestApiFramework, TestHdfsBackupRestoreCore, 
DocumentAnalysisRequestHandlerTest, DOMUtilTest, TestFieldCache, 
TestLeaderElectionZkExpiry, SolrCoreMetricManagerTest, ShardRoutingCustomTest, 
QueryEqualityTest, SOLR749Test, TestPrepRecovery, 
SchemaVersionSpecificBehaviorTest, TestSolrCoreSnapshots, DocValuesMissingTest, 
PrimUtilsTest, TestClassicSimilarityFactory, ChaosMonkeySafeLeaderTest, 
InfoHandlerTest, DistribDocExpirationUpdateProcessorTest, TestJsonRequest, 
TestImpersonationWithHadoopAuth, TestCollapseQParserPlugin, 
HttpSolrCallGetCoreTest, DistributedTermsComponentTest, TestStressRecovery, 
HdfsDirectoryTest, TestSSLRandomization, OpenExchangeRatesOrgProviderTest, 
TestHdfsUpdateLog, MBeansHandlerTest, LegacyCloudClusterPropTest, 
TestSolrCLIRunExample, TestAuthenticationFramework, TestCustomSort, 
TestQuerySenderNoQuery, PeerSyncReplicationTest, TestPseudoReturnFields, 
TestCustomDocTransformer, TestUniqueKeyFieldResource, 
ConcurrentDeleteAndCreateCollectionTest, ImplicitSnitchTest, 
AtomicUpdateProcessorFactoryTest, TestXmlQParserPlugin, SuggesterTSTTest, 
PreAnalyzedFieldTest, TestRawResponseWriter, TestSolrCloudWithKerberosAlt, 
TestNumericRangeQuery32, NumericFieldsTest, TestSizeLimitedDistributedMap, 
SolrIndexMetricsTest, DistributedIntervalFacetingTest, RequestHandlersTest, 
TestSurroundQueryParser, TestLegacyFieldCache, TestSimpleTrackingShardHandler, 
TestBM25SimilarityFactory, TestGraphMLResponseWriter, 
CreateCollectionCleanupTest, HdfsBasicDistributedZk2Test, 
TestAnalyzedSuggestions, TestFieldTypeResource, TestBlobHandler, 
PingRequestHandlerTest, HdfsSyncSliceTest, MultiThreadedOCPTest, 
TestStressReorder, TestRemoteStreaming, TestStressInPlaceUpdates, 
SolrCmdDistributorTest, SpellingQueryConverterTest, 
TestSubQueryTransformerCrossCore, TestLRUStatsCache, 
SpellCheckCollatorWithCollapseTest, RankQueryTest, SolrCLIZkUtilsTest, 
TestMaxTokenLenTokenizer, CloudExitableDirectoryReaderTest, OutputWriterTest, 
CursorMarkTest, TestWriterPerf, SolrRequestParserTest, 
HdfsAutoAddReplicasIntegrationTest, TestSlowCompositeReaderWrapper, 
ZkSolrClientTest, BinaryUpdateRequestHandlerTest, 
TestCursorMarkWithoutUniqueKey, DocValuesMultiTest, 
LeaderFailureAfterFreshStartTest, CdcrBidirectionalTest, 
TestUseDocValuesAsStored2, BasicDistributedZkTest, TestCSVLoader, 
TestAtomicUpdateErrorCases, DefaultValueUpdateProcessorTest, 
StatelessScriptUpdateProcessorFactoryTest, TestQueryUtils, TestOmitPositions, 
XmlUpdateRequestHandlerTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, 
LoggingHandlerTest, TestCollationField, ReturnFieldsTest, 
TestPHPSerializedResponseWriter, UpdateParamsTest, ResponseLogComponentTest, 
TestDocSet, TestBinaryField, TestElisionMultitermQuery, 
NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, EchoParamsTest, 
TestLMDirichletSimilarityFactory, TestFastOutputStream, PluginInfoTest, 
TestFastLRUCache, DateMathParserTest, TestSolrJ, ZkNodePropsTest, 
UUIDFieldTest, CircularListTest, TestRTGBase, TestEmbeddedSolrServerSchemaAPI, 
ConnectionReuseTest, AssignTest, LeaderInitiatedRecoveryOnShardRestartTest, 
MigrateRouteKeyTest, MoveReplicaTest, ReplicationFactorTest, 
RollingRestartTest, SolrXmlInZkTest, TestCloudInspectUtil, 
TestCloudJSONFacetJoinDomain, TestCollectionAPI, TestConfigSetsAPI, 
TestConfigSetsAPIExclusivity, TestDeleteCollectionOnDownNodes, 
TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, 
TestRandomRequestDistribution, TestRequestForwarding, 
TestRequestStatusCollectionAPI, TestSegmentSorting, 
TestTolerantUpdateProcessorCloud]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestTolerantUpdateProcessorCloud -Dtests.seed=5DDE6DD7E5FA5A2A 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=mk-MK 
-Dtests.timezone=SystemV/EST5 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestTolerantUpdateProcessorCloud (suite) <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:34960/solr: KeeperErrorCode = NoNode for 
/overseer/collection-queue-work/qnr-0000000000
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([5DDE6DD7E5FA5A2A]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    >        at 
org.apache.solr.cloud.TestTolerantUpdateProcessorCloud.createMiniSolrCloudCluster(TestTolerantUpdateProcessorCloud.java:121)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [559/751 (6!)] on J1 in 203.45s, 0 tests, 1 error <<< 
FAILURES!

[...truncated 48146 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to