Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2132/
6 tests failed.
FAILED: org.apache.solr.cloud.ShardRoutingTest.test
Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper
127.0.0.1:38331/solr within 10000 ms
Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException:
Could not connect to ZooKeeper 127.0.0.1:38331/solr within 10000 ms
at
__randomizedtesting.SeedInfo.seed([BE9E1D135CF7FC38:36CA22C9F20B91C0]:0)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:179)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:116)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:106)
at
org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:277)
at
org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:155)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:385)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.initCloud(AbstractFullDistribZkTestBase.java:285)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:332)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.TimeoutException: Could not connect to
ZooKeeper 127.0.0.1:38331/solr within 10000 ms
at
org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:233)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:171)
... 40 more
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.ShardRoutingTest
Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.ShardRoutingTest:
1) Thread[id=13129, name=zkCallback-1808-thread-1, state=TIMED_WAITING,
group=TGRP-ShardRoutingTest] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.cloud.ShardRoutingTest:
1) Thread[id=13129, name=zkCallback-1808-thread-1, state=TIMED_WAITING,
group=TGRP-ShardRoutingTest]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([BE9E1D135CF7FC38]:0)
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.ShardRoutingTest
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=13129, name=zkCallback-1808-thread-1, state=TIMED_WAITING,
group=TGRP-ShardRoutingTest] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=13129, name=zkCallback-1808-thread-1, state=TIMED_WAITING,
group=TGRP-ShardRoutingTest]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([BE9E1D135CF7FC38]:0)
FAILED: org.apache.solr.cloud.TestHdfsCloudBackupRestore.test
Error Message:
expected:<COMPLETED> but was:<RUNNING>
Stack Trace:
java.lang.AssertionError: expected:<COMPLETED> but was:<RUNNING>
at
__randomizedtesting.SeedInfo.seed([BE9E1D135CF7FC38:36CA22C9F20B91C0]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:147)
at
org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.testBackupAndRestore(AbstractCloudBackupRestoreTestCase.java:277)
at
org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:136)
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.autoscaling.ExecutePlanActionTest.testIntegration
Error Message:
Timed out waiting for replicas of collection to be 2 again null Live Nodes:
[127.0.0.1:53481_solr] Last available state:
DocCollection(testIntegration//collections/testIntegration/state.json/7)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node3":{ "core":"testIntegration_shard1_replica_n1",
"base_url":"http://127.0.0.1:47707/solr",
"node_name":"127.0.0.1:47707_solr", "state":"down",
"type":"NRT"}, "core_node4":{
"core":"testIntegration_shard1_replica_n2",
"base_url":"http://127.0.0.1:53481/solr",
"node_name":"127.0.0.1:53481_solr", "state":"active",
"type":"NRT", "leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"1", "autoAddReplicas":"false", "nrtReplicas":"2",
"tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Timed out waiting for replicas of collection to be 2
again
null
Live Nodes: [127.0.0.1:53481_solr]
Last available state:
DocCollection(testIntegration//collections/testIntegration/state.json/7)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"testIntegration_shard1_replica_n1",
"base_url":"http://127.0.0.1:47707/solr",
"node_name":"127.0.0.1:47707_solr",
"state":"down",
"type":"NRT"},
"core_node4":{
"core":"testIntegration_shard1_replica_n2",
"base_url":"http://127.0.0.1:53481/solr",
"node_name":"127.0.0.1:53481_solr",
"state":"active",
"type":"NRT",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([BE9E1D135CF7FC38:EFF133F79C85D1D]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
at
org.apache.solr.cloud.autoscaling.ExecutePlanActionTest.testIntegration(ExecutePlanActionTest.java:209)
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.handler.admin.AutoscalingHistoryHandlerTest.testHistory
Error Message:
expected:<8> but was:<7>
Stack Trace:
java.lang.AssertionError: expected:<8> but was:<7>
at
__randomizedtesting.SeedInfo.seed([BE9E1D135CF7FC38:D362B9EEE6BF033F]: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.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:271)
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 12246 lines...]
[junit4] Suite: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_BE9E1D135CF7FC38-001/init-core-data-001
[junit4] 2> 2196696 WARN
(SUITE-AutoscalingHistoryHandlerTest-seed#[BE9E1D135CF7FC38]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 2196732 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[BE9E1D135CF7FC38]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 2196734 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[BE9E1D135CF7FC38]-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> 2196735 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[BE9E1D135CF7FC38]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 2196735 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[BE9E1D135CF7FC38]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_BE9E1D135CF7FC38-001/tempDir-001
[junit4] 2> 2196735 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[BE9E1D135CF7FC38]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2196736 INFO (Thread-2055) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2196736 INFO (Thread-2055) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2196798 ERROR (Thread-2055) [ ] 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> 2196840 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[BE9E1D135CF7FC38]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:41761
[junit4] 2> 2196965 INFO (jetty-launcher-562-thread-1) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 2196973 INFO (jetty-launcher-562-thread-3) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 2197020 INFO (jetty-launcher-562-thread-2) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 2197088 INFO (jetty-launcher-562-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@34359ea8{/solr,null,AVAILABLE}
[junit4] 2> 2197089 INFO (jetty-launcher-562-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@190442e1{SSL,[ssl,
http/1.1]}{127.0.0.1:36317}
[junit4] 2> 2197089 INFO (jetty-launcher-562-thread-1) [ ]
o.e.j.s.Server Started @2219592ms
[junit4] 2> 2197089 INFO (jetty-launcher-562-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36317}
[junit4] 2> 2197089 ERROR (jetty-launcher-562-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2197089 INFO (jetty-launcher-562-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 2197089 INFO (jetty-launcher-562-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2197089 INFO (jetty-launcher-562-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 2197089 INFO (jetty-launcher-562-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-26T08:29:50.055Z
[junit4] 2> 2197253 INFO (jetty-launcher-562-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@56373fa5{/solr,null,AVAILABLE}
[junit4] 2> 2197253 INFO (jetty-launcher-562-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@72610cb9{SSL,[ssl,
http/1.1]}{127.0.0.1:47674}
[junit4] 2> 2197253 INFO (jetty-launcher-562-thread-2) [ ]
o.e.j.s.Server Started @2219756ms
[junit4] 2> 2197253 INFO (jetty-launcher-562-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=47674}
[junit4] 2> 2197253 ERROR (jetty-launcher-562-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2197253 INFO (jetty-launcher-562-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 2197254 INFO (jetty-launcher-562-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2197254 INFO (jetty-launcher-562-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 2197254 INFO (jetty-launcher-562-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-26T08:29:50.220Z
[junit4] 2> 2197568 INFO (jetty-launcher-562-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1381b9c5{/solr,null,AVAILABLE}
[junit4] 2> 2197569 INFO (jetty-launcher-562-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6062c8cc{SSL,[ssl,
http/1.1]}{127.0.0.1:44881}
[junit4] 2> 2197569 INFO (jetty-launcher-562-thread-3) [ ]
o.e.j.s.Server Started @2220072ms
[junit4] 2> 2197569 INFO (jetty-launcher-562-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44881}
[junit4] 2> 2197569 ERROR (jetty-launcher-562-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2197569 INFO (jetty-launcher-562-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 2197569 INFO (jetty-launcher-562-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2197569 INFO (jetty-launcher-562-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 2197569 INFO (jetty-launcher-562-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-26T08:29:50.535Z
[junit4] 2> 2197786 INFO (jetty-launcher-562-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2197869 INFO (jetty-launcher-562-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41761/solr
[junit4] 2> 2198008 INFO (jetty-launcher-562-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2198016 INFO (jetty-launcher-562-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2198145 INFO (jetty-launcher-562-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41761/solr
[junit4] 2> 2198580 INFO (jetty-launcher-562-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41761/solr
[junit4] 2> 2199150 INFO (jetty-launcher-562-thread-3)
[n:127.0.0.1:44881_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2199168 INFO (jetty-launcher-562-thread-3)
[n:127.0.0.1:44881_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:44881_solr
[junit4] 2> 2199169 INFO (jetty-launcher-562-thread-3)
[n:127.0.0.1:44881_solr ] o.a.s.c.Overseer Overseer
(id=98894255862775816-127.0.0.1:44881_solr-n_0000000000) starting
[junit4] 2> 2199182 INFO (jetty-launcher-562-thread-2)
[n:127.0.0.1:47674_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2199183 INFO (jetty-launcher-562-thread-2)
[n:127.0.0.1:47674_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:47674_solr
[junit4] 2> 2199453 INFO
(zkCallback-578-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2199684 INFO
(zkCallback-579-thread-1-processing-n:127.0.0.1:47674_solr)
[n:127.0.0.1:47674_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2199716 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 2199744 DEBUG
(OverseerAutoScalingTriggerThread-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.a.OverseerTriggerThread Adding
.autoAddReplicas trigger
[junit4] 2> 2199746 DEBUG
(OverseerAutoScalingTriggerThread-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 1
[junit4] 2> 2199747 INFO (jetty-launcher-562-thread-3)
[n:127.0.0.1:44881_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44881_solr
[junit4] 2> 2199747 DEBUG
(OverseerAutoScalingTriggerThread-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.a.NodeLostTrigger Initial livenodes:
[127.0.0.1:47674_solr]
[junit4] 2> 2199747 DEBUG
(OverseerAutoScalingTriggerThread-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion -1
[junit4] 2> 2199747 DEBUG
(OverseerAutoScalingTriggerThread-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 1
[junit4] 2> 2199749 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:44881_solr"} current state version: 0
[junit4] 2> 2199749 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:44881_solr
[junit4] 2> 2199752 INFO
(zkCallback-579-thread-1-processing-n:127.0.0.1:47674_solr)
[n:127.0.0.1:47674_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 2199766 INFO (jetty-launcher-562-thread-1)
[n:127.0.0.1:36317_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 2199767 INFO (jetty-launcher-562-thread-1)
[n:127.0.0.1:36317_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2199768 INFO (jetty-launcher-562-thread-1)
[n:127.0.0.1:36317_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36317_solr
[junit4] 2> 2199769 INFO
(zkCallback-579-thread-1-processing-n:127.0.0.1:47674_solr)
[n:127.0.0.1:47674_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 2199816 DEBUG
(OverseerAutoScalingTriggerThread-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 2199816 DEBUG
(OverseerAutoScalingTriggerThread-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion 1
[junit4] 2> 2199817 DEBUG (ScheduledTrigger-1898-thread-1)
[n:127.0.0.1:44881_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:47674_solr]
[junit4] 2> 2199844 INFO
(zkCallback-578-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (3)
[junit4] 2> 2199845 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:36317_solr"} current state version: 0
[junit4] 2> 2199845 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:36317_solr
[junit4] 2> 2199865 INFO
(zkCallback-577-thread-1-processing-n:127.0.0.1:36317_solr)
[n:127.0.0.1:36317_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 2200402 INFO (jetty-launcher-562-thread-2)
[n:127.0.0.1:47674_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_47674.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@27ca494b
[junit4] 2> 2200486 INFO (jetty-launcher-562-thread-2)
[n:127.0.0.1:47674_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_47674.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@27ca494b
[junit4] 2> 2200486 INFO (jetty-launcher-562-thread-2)
[n:127.0.0.1:47674_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_47674.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@27ca494b
[junit4] 2> 2200487 INFO (jetty-launcher-562-thread-2)
[n:127.0.0.1:47674_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_BE9E1D135CF7FC38-001/tempDir-001/node2/.
[junit4] 2> 2201703 DEBUG (ScheduledTrigger-1898-thread-1)
[n:127.0.0.1:44881_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:47674_solr,
127.0.0.1:36317_solr, 127.0.0.1:44881_solr]
[junit4] 2> 2203873 INFO (jetty-launcher-562-thread-1)
[n:127.0.0.1:36317_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36317.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@27ca494b
[junit4] 2> 2203920 DEBUG (ScheduledTrigger-1898-thread-2)
[n:127.0.0.1:44881_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:47674_solr,
127.0.0.1:36317_solr, 127.0.0.1:44881_solr]
[junit4] 2> 2203923 INFO (jetty-launcher-562-thread-1)
[n:127.0.0.1:36317_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36317.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@27ca494b
[junit4] 2> 2203923 INFO (jetty-launcher-562-thread-1)
[n:127.0.0.1:36317_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36317.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@27ca494b
[junit4] 2> 2203924 INFO (jetty-launcher-562-thread-1)
[n:127.0.0.1:36317_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_BE9E1D135CF7FC38-001/tempDir-001/node1/.
[junit4] 2> 2204399 INFO (jetty-launcher-562-thread-3)
[n:127.0.0.1:44881_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44881.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@27ca494b
[junit4] 2> 2204446 INFO (jetty-launcher-562-thread-3)
[n:127.0.0.1:44881_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44881.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@27ca494b
[junit4] 2> 2204446 INFO (jetty-launcher-562-thread-3)
[n:127.0.0.1:44881_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44881.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@27ca494b
[junit4] 2> 2204478 INFO (jetty-launcher-562-thread-3)
[n:127.0.0.1:44881_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_BE9E1D135CF7FC38-001/tempDir-001/node3/.
[junit4] 2> 2204920 DEBUG (ScheduledTrigger-1898-thread-1)
[n:127.0.0.1:44881_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:47674_solr,
127.0.0.1:36317_solr, 127.0.0.1:44881_solr]
[junit4] 2> 2204941 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[BE9E1D135CF7FC38]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 2204941 INFO
(SUITE-AutoscalingHistoryHandlerTest-seed#[BE9E1D135CF7FC38]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41761/solr ready
[junit4] 2> 2205484 INFO (qtp1044512293-5428) [n:127.0.0.1:36317_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=3&name=AutoscalingHistoryHandlerTest_collection&nrtReplicas=3&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2205534 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.CreateCollectionCmd Create collection
AutoscalingHistoryHandlerTest_collection
[junit4] 2> 2205534 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.CreateCollectionCmd Only _default config
set found, using it.
[junit4] 2> 2205535 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/managed-schema to
/configs/AutoscalingHistoryHandlerTest_collection/managed-schema
[junit4] 2> 2205552 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/protwords.txt to
/configs/AutoscalingHistoryHandlerTest_collection/protwords.txt
[junit4] 2> 2205706 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/solrconfig.xml to
/configs/AutoscalingHistoryHandlerTest_collection/solrconfig.xml
[junit4] 2> 2205707 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/synonyms.txt to
/configs/AutoscalingHistoryHandlerTest_collection/synonyms.txt
[junit4] 2> 2205708 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/stopwords.txt to
/configs/AutoscalingHistoryHandlerTest_collection/stopwords.txt
[junit4] 2> 2205710 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_it.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/contractions_it.txt
[junit4] 2> 2205711 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_ca.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/contractions_ca.txt
[junit4] 2> 2205712 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stemdict_nl.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stemdict_nl.txt
[junit4] 2> 2205714 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_no.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_no.txt
[junit4] 2> 2205715 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_hy.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_hy.txt
[junit4] 2> 2205716 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_id.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_id.txt
[junit4] 2> 2205717 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_hi.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_hi.txt
[junit4] 2> 2205718 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ga.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ga.txt
[junit4] 2> 2205719 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_da.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_da.txt
[junit4] 2> 2205720 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ja.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ja.txt
[junit4] 2> 2205721 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_pt.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_pt.txt
[junit4] 2> 2205724 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_hu.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_hu.txt
[junit4] 2> 2205725 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_el.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_el.txt
[junit4] 2> 2205726 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ru.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ru.txt
[junit4] 2> 2205727 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_tr.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_tr.txt
[junit4] 2> 2205728 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ar.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ar.txt
[junit4] 2> 2205728 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/userdict_ja.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/userdict_ja.txt
[junit4] 2> 2205729 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_eu.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_eu.txt
[junit4] 2> 2205730 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_it.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_it.txt
[junit4] 2> 2205731 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_cz.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_cz.txt
[junit4] 2> 2205732 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stoptags_ja.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stoptags_ja.txt
[junit4] 2> 2205733 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_fr.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/contractions_fr.txt
[junit4] 2> 2205733 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_de.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_de.txt
[junit4] 2> 2205734 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_fa.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_fa.txt
[junit4] 2> 2205735 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_ga.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/contractions_ga.txt
[junit4] 2> 2205756 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ca.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ca.txt
[junit4] 2> 2205757 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_nl.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_nl.txt
[junit4] 2> 2205758 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_bg.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_bg.txt
[junit4] 2> 2205776 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_en.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_en.txt
[junit4] 2> 2205778 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_es.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_es.txt
[junit4] 2> 2205779 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_lv.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_lv.txt
[junit4] 2> 2205797 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ro.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_ro.txt
[junit4] 2> 2205797 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_th.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_th.txt
[junit4] 2> 2205798 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_fr.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_fr.txt
[junit4] 2> 2205799 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_sv.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_sv.txt
[junit4] 2> 2205840 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_fi.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_fi.txt
[junit4] 2> 2205841 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/hyphenations_ga.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/hyphenations_ga.txt
[junit4] 2> 2205842 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_gl.txt to
/configs/AutoscalingHistoryHandlerTest_collection/lang/stopwords_gl.txt
[junit4] 2> 2205860 INFO
(OverseerThreadFactory-1900-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/params.json to
/configs/AutoscalingHistoryHandlerTest_collection/params.json
[junit4] 2> 2205924 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "name":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"3",
[junit4] 2> "numShards":"1",
[junit4] 2> "nrtReplicas":"3",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"} current state version: 0
[junit4] 2> 2205924 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.ClusterStateMutator building a new
cName: AutoscalingHistoryHandlerTest_collection
[junit4] 2> 2205924 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/AutoscalingHistoryHandlerTest_collection/state.json
[junit4] 2> 2205928 DEBUG (ScheduledTrigger-1898-thread-1)
[n:127.0.0.1:44881_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:47674_solr,
127.0.0.1:36317_solr, 127.0.0.1:44881_solr]
[junit4] 2> 2205983 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.Overseer processMessage: queueSize: 3,
message = {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:47674/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 2205983 INFO
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:47674/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2205983 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{}}
[junit4] 2> 2205983 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.SliceMutator New Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{"core_node4":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:47674/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 2205983 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.Overseer processMessage: queueSize: 3,
message = {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:44881/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 2205984 INFO
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:44881/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2205984 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{"core_node4":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:47674/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 2205984 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.SliceMutator New Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node4":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:47674/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node5":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
[junit4] 2> "base_url":"https://127.0.0.1:44881/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 2205984 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.Overseer processMessage: queueSize: 3,
message = {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:36317/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 2205984 INFO
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:36317/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2205988 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node4":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:47674/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node5":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
[junit4] 2> "base_url":"https://127.0.0.1:44881/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 2205988 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.SliceMutator New Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node4":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:47674/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node5":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
[junit4] 2> "base_url":"https://127.0.0.1:44881/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node6":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
[junit4] 2> "base_url":"https://127.0.0.1:36317/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 2206103 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/AutoscalingHistoryHandlerTest_collection/state.json version: 0
[junit4] 2> 2206970 DEBUG (ScheduledTrigger-1898-thread-1)
[n:127.0.0.1:44881_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:47674_solr,
127.0.0.1:36317_solr, 127.0.0.1:44881_solr]
[junit4] 2> 2207182 INFO (qtp1044512293-5430) [n:127.0.0.1:36317_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node6&collection.configName=AutoscalingHistoryHandlerTest_collection&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n3&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2207182 INFO (qtp1044512293-5430) [n:127.0.0.1:36317_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2207218 INFO (qtp1640696451-5422) [n:127.0.0.1:44881_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=AutoscalingHistoryHandlerTest_collection&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2207218 INFO (qtp1640696451-5422) [n:127.0.0.1:44881_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2207219 INFO (qtp549060931-5439) [n:127.0.0.1:47674_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=AutoscalingHistoryHandlerTest_collection&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 2207219 INFO (qtp549060931-5439) [n:127.0.0.1:47674_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 2207974 DEBUG (ScheduledTrigger-1898-thread-1)
[n:127.0.0.1:44881_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:47674_solr,
127.0.0.1:36317_solr, 127.0.0.1:44881_solr]
[junit4] 2> 2209051 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "core_node_name":"core_node4",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:47674/solr",
[junit4] 2> "node_name":"127.0.0.1:47674_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 2209051 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "core_node_name":"core_node4",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:47674/solr",
[junit4] 2> "node_name":"127.0.0.1:47674_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"}
[junit4] 2> 2209051 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.ReplicaMutator Will update state for
replica:
core_node4:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1","base_url":"https://127.0.0.1:47674/solr","node_name":"127.0.0.1:47674_solr","state":"down","type":"NRT"}
[junit4] 2> 2209051 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.ReplicaMutator Collection is now:
DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "replicationFactor":"3",
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"1",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"3",
[junit4] 2> "tlogReplicas":"0",
[junit4] 2> "shards":{"shard1":{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node4":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:47674/solr",
[junit4] 2> "node_name":"127.0.0.1:47674_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node5":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
[junit4] 2> "base_url":"https://127.0.0.1:44881/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node6":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
[junit4] 2> "base_url":"https://127.0.0.1:36317/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}}}
[junit4] 2> 2209060 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/AutoscalingHistoryHandlerTest_collection/state.json version: 1
[junit4] 2> 2209060 INFO
(zkCallback-579-thread-1-processing-n:127.0.0.1:47674_solr)
[n:127.0.0.1:47674_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for
collection [AutoscalingHistoryHandlerTest_collection] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 2209060 INFO
(zkCallback-577-thread-1-processing-n:127.0.0.1:36317_solr)
[n:127.0.0.1:36317_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for
collection [AutoscalingHistoryHandlerTest_collection] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 2209060 INFO
(zkCallback-578-thread-2-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for
collection [AutoscalingHistoryHandlerTest_collection] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 2209073 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
[junit4] 2> "core_node_name":"core_node5",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:44881/solr",
[junit4] 2> "node_name":"127.0.0.1:44881_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 2209073 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
[junit4] 2> "core_node_name":"core_node5",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:44881/solr",
[junit4] 2> "node_name":"127.0.0.1:44881_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"}
[junit4] 2> 2209073 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.ReplicaMutator Will update state for
replica:
core_node5:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2","base_url":"https://127.0.0.1:44881/solr","node_name":"127.0.0.1:44881_solr","state":"down","type":"NRT"}
[junit4] 2> 2209073 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.ReplicaMutator Collection is now:
DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/2)={
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "replicationFactor":"3",
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"1",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"3",
[junit4] 2> "tlogReplicas":"0",
[junit4] 2> "shards":{"shard1":{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node4":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:47674/solr",
[junit4] 2> "node_name":"127.0.0.1:47674_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node5":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
[junit4] 2> "base_url":"https://127.0.0.1:44881/solr",
[junit4] 2> "node_name":"127.0.0.1:44881_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node6":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
[junit4] 2> "base_url":"https://127.0.0.1:36317/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}}}
[junit4] 2> 2209184 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/AutoscalingHistoryHandlerTest_collection/state.json version: 2
[junit4] 2> 2209185 INFO
(zkCallback-578-thread-1-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for
collection [AutoscalingHistoryHandlerTest_collection] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 2209785 DEBUG (ScheduledTrigger-1898-thread-1)
[n:127.0.0.1:44881_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: [127.0.0.1:47674_solr,
127.0.0.1:36317_solr, 127.0.0.1:44881_solr]
[junit4] 2> 2209792 INFO
(zkCallback-579-thread-2-processing-n:127.0.0.1:47674_solr)
[n:127.0.0.1:47674_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for
collection [AutoscalingHistoryHandlerTest_collection] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 2209793 INFO
(zkCallback-579-thread-3-processing-n:127.0.0.1:47674_solr)
[n:127.0.0.1:47674_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for
collection [AutoscalingHistoryHandlerTest_collection] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 2209972 INFO
(zkCallback-578-thread-3-processing-n:127.0.0.1:44881_solr)
[n:127.0.0.1:44881_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for
collection [AutoscalingHistoryHandlerTest_collection] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 2209972 INFO
(zkCallback-577-thread-2-processing-n:127.0.0.1:36317_solr)
[n:127.0.0.1:36317_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for
collection [AutoscalingHistoryHandlerTest_collection] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 2210102 INFO (qtp1640696451-5422) [n:127.0.0.1:44881_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2]
o.a.s.c.RequestParams conf resource params.json loaded . version : 0
[junit4] 2> 2210102 INFO (qtp1640696451-5422) [n:127.0.0.1:44881_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2]
o.a.s.c.RequestParams request params refreshed to version 0
[junit4] 2> 2210103 WARN (qtp1640696451-5422) [n:127.0.0.1:44881_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_BE9E1D135CF7FC38-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_BE9E1D135CF7FC38-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/extraction/lib
[junit4] 2> 2210103 WARN (qtp1640696451-5422) [n:127.0.0.1:44881_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_BE9E1D135CF7FC38-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
filtered by solr-cell-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_BE9E1D135CF7FC38-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
[junit4] 2> 2210104 WARN (qtp1640696451-5422) [n:127.0.0.1:44881_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_BE9E1D135CF7FC38-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_BE9E1D135CF7FC38-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/clustering/lib
[junit4] 2> 2210104 WARN (qtp1640696451-5422) [n:127.0.0.1:44881_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_BE9E1D135CF7FC38-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
filtered by solr-clustering-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_BE9E1D135CF7FC38-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
[junit4] 2> 2210105 WARN (qtp1640696451-5422) [n:127.0.0.1:44881_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_BE9E1D135CF7FC38-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/langid/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_BE9E1D135CF7FC38-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/langid/lib
[junit4] 2> 2210105 WARN (qtp1640696451-5422) [n:127.0.0.1:44881_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_BE9E1D135CF7FC38-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
filtered by solr-langid-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_BE9E1D135CF7FC38-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
[junit4] 2> 2210105 WARN (qtp1640696451-5422) [n:127.0.0.1:44881_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_BE9E1D135CF7FC38-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/velocity/lib
filtered by .*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_BE9E1D135CF7FC38-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../contrib/velocity/lib
[junit4] 2> 2210106 WARN (qtp1640696451-5422) [n:127.0.0.1:44881_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2]
o.a.s.c.SolrConfig Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_BE9E1D135CF7FC38-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
filtered by solr-velocity-\d.*\.jar to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_BE9E1D135CF7FC38-001/tempDir-001/node3/AutoscalingHistoryHandlerTest_collection_shard1_replica_n2/../../../../dist
[junit4] 2> 2210168 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
[junit4] 2> "core_node_name":"core_node6",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:36317/solr",
[junit4] 2> "node_name":"127.0.0.1:36317_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 2210168 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
[junit4] 2> "core_node_name":"core_node6",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:36317/solr",
[junit4] 2> "node_name":"127.0.0.1:36317_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"AutoscalingHistoryHandlerTest_collection",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"}
[junit4] 2> 2210168 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.ReplicaMutator Will update state for
replica:
core_node6:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3","base_url":"https://127.0.0.1:36317/solr","node_name":"127.0.0.1:36317_solr","state":"down","type":"NRT"}
[junit4] 2> 2210168 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.ReplicaMutator Collection is now:
DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/3)={
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "replicationFactor":"3",
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"1",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"3",
[junit4] 2> "tlogReplicas":"0",
[junit4] 2> "shards":{"shard1":{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node4":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:47674/solr",
[junit4] 2> "node_name":"127.0.0.1:47674_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node5":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
[junit4] 2> "base_url":"https://127.0.0.1:44881/solr",
[junit4] 2> "node_name":"127.0.0.1:44881_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node6":{
[junit4] 2>
"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n3",
[junit4] 2> "base_url":"https://127.0.0.1:36317/solr",
[junit4] 2> "node_name":"127.0.0.1:36317_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"}}}}}
[junit4] 2> 2210192 INFO (qtp1640696451-5422) [n:127.0.0.1:44881_solr
c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5
x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2210288 DEBUG
(OverseerStateUpdate-98894255862775816-127.0.0.1:44881_solr-n_0000000000)
[n:127.0.0.1:44881_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/AutoscalingHistoryHandlerTest_collection/state.json version: 3
[junit4] 2> 2210292 INFO
(zkCallback-579-thread-2-processing-n:127.0.0.1:47674_solr)
[n:127.0.0.1:47674_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/AutoscalingHistoryHandlerTest_collection/state.json] for
collection [AutoscalingHistoryHandlerTest_collection] has occurred -
updating... (live
[...truncated too long message...]
nit4] > Caused by: java.util.concurrent.TimeoutException: Could not connect
to ZooKeeper 127.0.0.1:38331/solr within 10000 ms
[junit4] > at
org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:233)
[junit4] > at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:171)
[junit4] > ... 40 more
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ShardRoutingTest_BE9E1D135CF7FC38-001
[junit4] 2> Oct 26, 2017 9:25:27 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 2 leaked
thread(s).
[junit4] 2> Oct 26, 2017 9:25:48 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.solr.cloud.ShardRoutingTest:
[junit4] 2> 1) Thread[id=13129, name=zkCallback-1808-thread-1,
state=TIMED_WAITING, group=TGRP-ShardRoutingTest]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] 2> at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
[junit4] 2> at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
[junit4] 2> at
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Oct 26, 2017 9:25:48 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=13129, name=zkCallback-1808-thread-1,
state=TIMED_WAITING, group=TGRP-ShardRoutingTest]
[junit4] 2> Oct 26, 2017 9:25:51 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=13129, name=zkCallback-1808-thread-1,
state=TIMED_WAITING, group=TGRP-ShardRoutingTest]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] 2> at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
[junit4] 2> at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
[junit4] 2> at
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=850, maxMBSortInHeap=5.071511109441691,
sim=RandomSimilarity(queryNorm=false): {}, locale=ko, timezone=America/Yakutat
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=2,free=281938728,total=530579456
[junit4] 2> NOTE: All tests run in this JVM:
[TestMinMaxOnMultiValuedField, OutOfBoxZkACLAndCredentialsProvidersTest,
TestTrackingShardHandlerFactory, CdcrUpdateLogTest,
TestManagedSynonymGraphFilterFactory, PKIAuthenticationIntegrationTest,
SolrXmlInZkTest, BigEndianAscendingWordSerializerTest,
TestSchemaSimilarityResource, PropertiesRequestHandlerTest,
SolrIndexMetricsTest, SpatialFilterTest, JSONWriterTest, TestConfig,
AssignBackwardCompatibilityTest, TestGraphTermsQParserPlugin, SliceStateTest,
TestExpandComponent, TestConfigOverlay, ForceLeaderTest, HdfsRecoveryZkTest,
TestFieldCacheSortRandom, OverseerModifyCollectionTest, RequestLoggingTest,
TestTlogReplica, TestOnReconnectListenerSupport, TestConfigsApi,
SoftAutoCommitTest, LeaderElectionIntegrationTest, FastVectorHighlighterTest,
TestSubQueryTransformerCrossCore, DistributedQueueTest,
SuggestComponentContextFilterQueryTest, MinimalSchemaTest,
BaseCdcrDistributedZkTest, TermVectorComponentTest, RAMDirectoryFactoryTest,
DirectUpdateHandlerOptimizeTest, TestMultiWordSynonyms,
TestUseDocValuesAsStored2, TestStressVersions, TestEmbeddedSolrServerSchemaAPI,
FileUtilsTest, TestManagedResourceStorage, ActionThrottleTest,
CdcrReplicationHandlerTest, MetricsConfigTest,
StatelessScriptUpdateProcessorFactoryTest, TestFieldCache,
TestXmlQParserPlugin, TestLRUStatsCache, SimpleCollectionCreateDeleteTest,
CursorMarkTest, SpellCheckCollatorTest, TestSolrIndexConfig,
TestIndexingPerformance, AutoscalingHistoryHandlerTest, HdfsDirectoryTest,
TestLuceneIndexBackCompat, DistributedQueryElevationComponentTest,
SpellCheckComponentTest, TestLegacyNumericRangeQueryBuilder, TestUtils,
HdfsBasicDistributedZkTest, JsonLoaderTest, TestQueryUtils, TestRandomFaceting,
TestStressCloudBlindAtomicUpdates, FullHLLTest, TestCloudPseudoReturnFields,
DistributedFacetPivotWhiteBoxTest, ZkStateReaderTest, BlockJoinFacetSimpleTest,
NodeLostTriggerTest, TestRawResponseWriter, TestLocalFSCloudBackupRestore,
ClassificationUpdateProcessorIntegrationTest, TestRequestStatusCollectionAPI,
TestCustomSort, TestSolrQueryResponse, TestMultiValuedNumericRangeQuery,
BasicZkTest, ResponseLogComponentTest, DistributedSuggestComponentTest,
TestStressUserVersions, AnalysisAfterCoreReloadTest, DocumentBuilderTest,
TestDistributedSearch, CollectionStateFormat2Test,
TlogReplayBufferedWhileIndexingTest, TestCopyFieldCollectionResource,
TestPHPSerializedResponseWriter, MissingSegmentRecoveryTest,
RemoteQueryErrorTest, TestLegacyFieldReuse, TestCustomDocTransformer,
LeaderElectionContextKeyTest, HdfsCollectionsAPIDistributedZkTest,
TestNumericTokenStream, HdfsDirectoryFactoryTest, TestManagedSchemaAPI,
CoreSorterTest, BlockCacheTest, TestShardHandlerFactory,
ExternalFileFieldSortTest, TestSolrCloudWithDelegationTokens,
AtomicUpdateProcessorFactoryTest, SparseHLLTest, TestHdfsUpdateLog,
TestClusterProperties, DocValuesMissingTest, HdfsThreadLeakTest,
CacheHeaderTest, TestMergePolicyConfig, RestartWhileUpdatingTest,
SolrMetricReporterTest, CoreMergeIndexesAdminHandlerTest, NoCacheHeaderTest,
TestHighlightDedupGrouping, BasicFunctionalityTest, TestStreamBody,
TestNamedUpdateProcessors, TestIBSimilarityFactory, BasicDistributedZkTest,
UnloadDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest,
ShardRoutingTest]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=ShardRoutingTest
-Dtests.seed=BE9E1D135CF7FC38 -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=ko -Dtests.timezone=America/Yakutat -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J0 | ShardRoutingTest (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.cloud.ShardRoutingTest:
[junit4] > 1) Thread[id=13129, name=zkCallback-1808-thread-1,
state=TIMED_WAITING, group=TGRP-ShardRoutingTest]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] > at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
[junit4] > at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
[junit4] > at
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([BE9E1D135CF7FC38]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=13129, name=zkCallback-1808-thread-1,
state=TIMED_WAITING, group=TGRP-ShardRoutingTest]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] > at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
[junit4] > at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
[junit4] > at
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] > at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([BE9E1D135CF7FC38]:0)
[junit4] Completed [361/745 (4!)] on J0 in 65.12s, 1 test, 3 errors <<<
FAILURES!
[...truncated 48355 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]