Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21392/ Java: 64bit/jdk-9.0.1 -XX:+UseCompressedOops -XX:+UseG1GC
8 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.dataimport.TestContentStreamDataSource Error Message: 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestContentStreamDataSource: 1) Thread[id=107, name=qtp1526978647-107, state=TIMED_WAITING, group=TGRP-TestContentStreamDataSource] at [email protected]/jdk.internal.misc.Unsafe.park(Native Method) at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2192) at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308) at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373) at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708) at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) at [email protected]/java.lang.Thread.run(Thread.java:844) Stack Trace: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestContentStreamDataSource: 1) Thread[id=107, name=qtp1526978647-107, state=TIMED_WAITING, group=TGRP-TestContentStreamDataSource] at [email protected]/jdk.internal.misc.Unsafe.park(Native Method) at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2192) at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308) at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373) at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708) at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) at [email protected]/java.lang.Thread.run(Thread.java:844) at __randomizedtesting.SeedInfo.seed([C628758CEBB265A]:0) FAILED: junit.framework.TestSuite.org.apache.solr.handler.dataimport.TestContentStreamDataSource Error Message: There are still zombie threads that couldn't be terminated: 1) Thread[id=107, name=qtp1526978647-107, state=TIMED_WAITING, group=TGRP-TestContentStreamDataSource] at [email protected]/jdk.internal.misc.Unsafe.park(Native Method) at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2192) at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308) at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373) at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708) at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) at [email protected]/java.lang.Thread.run(Thread.java:844) Stack Trace: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated: 1) Thread[id=107, name=qtp1526978647-107, state=TIMED_WAITING, group=TGRP-TestContentStreamDataSource] at [email protected]/jdk.internal.misc.Unsafe.park(Native Method) at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2192) at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308) at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373) at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708) at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) at [email protected]/java.lang.Thread.run(Thread.java:844) at __randomizedtesting.SeedInfo.seed([C628758CEBB265A]:0) FAILED: org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataCAR Error Message: Stack Trace: java.lang.AssertionError at __randomizedtesting.SeedInfo.seed([7A8067EA1E432A7D:66D226A1A3988A25]:0) at org.junit.Assert.fail(Assert.java:92) at org.junit.Assert.assertTrue(Assert.java:43) at org.junit.Assert.assertTrue(Assert.java:54) at org.apache.solr.cloud.AliasIntegrationTest.checkFooAndBarMeta(AliasIntegrationTest.java:283) at org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataCAR(AliasIntegrationTest.java:262) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) 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 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.base/java.lang.Thread.run(Thread.java:844) FAILED: org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove Error Message: No live SolrServers available to handle this request:[https://127.0.0.1:43397/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:41353/solr/MoveReplicaHDFSTest_failed_coll_true] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:43397/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:41353/solr/MoveReplicaHDFSTest_failed_coll_true] at __randomizedtesting.SeedInfo.seed([7A8067EA1E432A7D:D04DB418A990FFAD]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:991) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194) at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942) at org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:309) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) 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 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.base/java.lang.Thread.run(Thread.java:844) Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:43397/solr/MoveReplicaHDFSTest_failed_coll_true: no servers hosting shard: shard1 at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:436) ... 45 more FAILED: org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCollectionsAPI Error Message: Error from server at http://127.0.0.1:45195/solr/awhollynewcollection_0_shard2_replica_n6: ClusterState says we are the leader (http://127.0.0.1:45195/solr/awhollynewcollection_0_shard2_replica_n6), but locally we don't think so. Request came from null Stack Trace: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at http://127.0.0.1:45195/solr/awhollynewcollection_0_shard2_replica_n6: ClusterState says we are the leader (http://127.0.0.1:45195/solr/awhollynewcollection_0_shard2_replica_n6), but locally we don't think so. Request came from null at __randomizedtesting.SeedInfo.seed([7A8067EA1E432A7D:32F5135E187005E8]:0) at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:550) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1013) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:946) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194) at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233) at org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:463) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) 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 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.base/java.lang.Thread.run(Thread.java:844) Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:45195/solr/awhollynewcollection_0_shard2_replica_n6: ClusterState says we are the leader (http://127.0.0.1:45195/solr/awhollynewcollection_0_shard2_replica_n6), but locally we don't think so. Request came from null at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413) at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:527) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) ... 1 more FAILED: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger Error Message: Stack Trace: java.lang.AssertionError at __randomizedtesting.SeedInfo.seed([7A8067EA1E432A7D:C08C506541ABFC32]:0) at org.junit.Assert.fail(Assert.java:92) at org.junit.Assert.assertTrue(Assert.java:43) at org.junit.Assert.assertNull(Assert.java:551) at org.junit.Assert.assertNull(Assert.java:562) at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger(TriggerIntegrationTest.java:1575) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) 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 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.base/java.lang.Thread.run(Thread.java:844) FAILED: org.apache.solr.cloud.autoscaling.sim.TestDistribStateManager.testGetSetRemoveData Error Message: Node watch should have fired! Stack Trace: java.lang.AssertionError: Node watch should have fired! at __randomizedtesting.SeedInfo.seed([7A8067EA1E432A7D:5C1088B84ACDEC77]:0) at org.junit.Assert.fail(Assert.java:93) at org.apache.solr.cloud.autoscaling.sim.TestDistribStateManager.testGetSetRemoveData(TestDistribStateManager.java:256) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) 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 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.base/java.lang.Thread.run(Thread.java:844) FAILED: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory Error Message: expected:<5> but was:<0> Stack Trace: java.lang.AssertionError: expected:<5> but was:<0> at __randomizedtesting.SeedInfo.seed([7A8067EA1E432A7D:177CC317A40BD57A]: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:274) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) 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 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.base/java.lang.Thread.run(Thread.java:844) Build Log: [...truncated 12233 lines...] [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_7A8067EA1E432A7D-001/init-core-data-001 [junit4] 2> 254758 WARN (SUITE-MoveReplicaHDFSTest-seed#[7A8067EA1E432A7D]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=88 numCloses=88 [junit4] 2> 254758 INFO (SUITE-MoveReplicaHDFSTest-seed#[7A8067EA1E432A7D]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false [junit4] 2> 254759 INFO (SUITE-MoveReplicaHDFSTest-seed#[7A8067EA1E432A7D]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0) [junit4] 2> 254760 INFO (SUITE-MoveReplicaHDFSTest-seed#[7A8067EA1E432A7D]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> 254760 INFO (SUITE-MoveReplicaHDFSTest-seed#[7A8067EA1E432A7D]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_7A8067EA1E432A7D-001/tempDir-001 [junit4] 2> 254760 INFO (SUITE-MoveReplicaHDFSTest-seed#[7A8067EA1E432A7D]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 254760 INFO (Thread-643) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 254760 INFO (Thread-643) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 254762 ERROR (Thread-643) [ ] 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> 254860 INFO (SUITE-MoveReplicaHDFSTest-seed#[7A8067EA1E432A7D]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:35421 [junit4] 2> 254862 INFO (zkConnectionManagerCallback-391-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 254865 INFO (jetty-launcher-388-thread-1) [ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 [junit4] 2> 254865 INFO (jetty-launcher-388-thread-2) [ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 [junit4] 2> 254865 INFO (jetty-launcher-388-thread-4) [ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 [junit4] 2> 254865 INFO (jetty-launcher-388-thread-3) [ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 [junit4] 2> 254866 INFO (jetty-launcher-388-thread-1) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 254866 INFO (jetty-launcher-388-thread-1) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 254866 INFO (jetty-launcher-388-thread-2) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 254866 INFO (jetty-launcher-388-thread-2) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 254866 INFO (jetty-launcher-388-thread-1) [ ] o.e.j.s.session Scavenging every 660000ms [junit4] 2> 254866 INFO (jetty-launcher-388-thread-2) [ ] o.e.j.s.session Scavenging every 660000ms [junit4] 2> 254866 INFO (jetty-launcher-388-thread-3) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 254866 INFO (jetty-launcher-388-thread-3) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 254866 INFO (jetty-launcher-388-thread-3) [ ] o.e.j.s.session Scavenging every 660000ms [junit4] 2> 254867 INFO (jetty-launcher-388-thread-4) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 254867 INFO (jetty-launcher-388-thread-4) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 254867 INFO (jetty-launcher-388-thread-4) [ ] o.e.j.s.session Scavenging every 600000ms [junit4] 2> 254867 INFO (jetty-launcher-388-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@24b412e{/solr,null,AVAILABLE} [junit4] 2> 254867 INFO (jetty-launcher-388-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@70041ccd{/solr,null,AVAILABLE} [junit4] 2> 254867 INFO (jetty-launcher-388-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3b59cf9e{/solr,null,AVAILABLE} [junit4] 2> 254867 INFO (jetty-launcher-388-thread-4) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d3705e5{/solr,null,AVAILABLE} [junit4] 2> 254868 INFO (jetty-launcher-388-thread-4) [ ] o.e.j.s.AbstractConnector Started ServerConnector@e55406f{SSL,[ssl, http/1.1]}{127.0.0.1:43445} [junit4] 2> 254868 INFO (jetty-launcher-388-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@1e38b2e8{SSL,[ssl, http/1.1]}{127.0.0.1:36585} [junit4] 2> 254868 INFO (jetty-launcher-388-thread-4) [ ] o.e.j.s.Server Started @257166ms [junit4] 2> 254868 INFO (jetty-launcher-388-thread-1) [ ] o.e.j.s.Server Started @257166ms [junit4] 2> 254868 INFO (jetty-launcher-388-thread-4) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43445} [junit4] 2> 254868 INFO (jetty-launcher-388-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36585} [junit4] 2> 254869 INFO (jetty-launcher-388-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@b8e6593{SSL,[ssl, http/1.1]}{127.0.0.1:43823} [junit4] 2> 254869 INFO (jetty-launcher-388-thread-3) [ ] o.e.j.s.Server Started @257167ms [junit4] 2> 254869 INFO (jetty-launcher-388-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43823} [junit4] 2> 254869 ERROR (jetty-launcher-388-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 254869 INFO (jetty-launcher-388-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 254869 INFO (jetty-launcher-388-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 254869 INFO (jetty-launcher-388-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@1e616f14{SSL,[ssl, http/1.1]}{127.0.0.1:41353} [junit4] 2> 254869 ERROR (jetty-launcher-388-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 254869 ERROR (jetty-launcher-388-thread-4) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 254869 INFO (jetty-launcher-388-thread-2) [ ] o.e.j.s.Server Started @257167ms [junit4] 2> 254869 INFO (jetty-launcher-388-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 254869 INFO (jetty-launcher-388-thread-4) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 254869 INFO (jetty-launcher-388-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 254869 INFO (jetty-launcher-388-thread-4) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 254869 INFO (jetty-launcher-388-thread-4) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 254869 INFO (jetty-launcher-388-thread-4) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-02-03T13:22:30.785398Z [junit4] 2> 254869 INFO (jetty-launcher-388-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 254869 INFO (jetty-launcher-388-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 254869 INFO (jetty-launcher-388-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-02-03T13:22:30.785788Z [junit4] 2> 254869 INFO (jetty-launcher-388-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-02-03T13:22:30.785806Z [junit4] 2> 254869 INFO (jetty-launcher-388-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41353} [junit4] 2> 254870 ERROR (jetty-launcher-388-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 254870 INFO (jetty-launcher-388-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 254870 INFO (jetty-launcher-388-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 254870 INFO (jetty-launcher-388-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 254870 INFO (jetty-launcher-388-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2018-02-03T13:22:30.786118Z [junit4] 2> 254871 INFO (zkConnectionManagerCallback-397-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 254871 INFO (zkConnectionManagerCallback-396-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 254871 INFO (jetty-launcher-388-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 254871 INFO (jetty-launcher-388-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 254871 INFO (zkConnectionManagerCallback-399-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 254872 INFO (jetty-launcher-388-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 254873 INFO (zkConnectionManagerCallback-393-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 254874 INFO (jetty-launcher-388-thread-4) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 254877 INFO (jetty-launcher-388-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35421/solr [junit4] 2> 254877 INFO (jetty-launcher-388-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35421/solr [junit4] 2> 254877 INFO (jetty-launcher-388-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35421/solr [junit4] 2> 254881 INFO (zkConnectionManagerCallback-411-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 254881 INFO (zkConnectionManagerCallback-409-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 254881 INFO (zkConnectionManagerCallback-407-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 254882 DEBUG (jetty-launcher-388-thread-1) [n:127.0.0.1:36585_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$395/68318924@5b04fe72 [junit4] 2> 254882 DEBUG (jetty-launcher-388-thread-3) [n:127.0.0.1:43823_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$395/68318924@6794a293 [junit4] 2> 254882 DEBUG (jetty-launcher-388-thread-2) [n:127.0.0.1:41353_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$395/68318924@22e3811b [junit4] 2> 254883 INFO (jetty-launcher-388-thread-4) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35421/solr [junit4] 2> 254883 INFO (zkConnectionManagerCallback-413-thread-1-processing-n:127.0.0.1:36585_solr) [n:127.0.0.1:36585_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 254884 INFO (zkConnectionManagerCallback-421-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 254884 INFO (zkConnectionManagerCallback-416-thread-1-processing-n:127.0.0.1:43823_solr) [n:127.0.0.1:43823_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 254884 INFO (zkConnectionManagerCallback-418-thread-1-processing-n:127.0.0.1:41353_solr) [n:127.0.0.1:41353_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 254885 DEBUG (jetty-launcher-388-thread-4) [n:127.0.0.1:43445_solr ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$395/68318924@3c715c9b [junit4] 2> 254886 INFO (zkConnectionManagerCallback-423-thread-1-processing-n:127.0.0.1:43445_solr) [n:127.0.0.1:43445_solr ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 254963 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json [junit4] 2> 254963 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 254964 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json [junit4] 2> 254964 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections [junit4] 2> 254964 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json [junit4] 2> 254964 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json [junit4] 2> 254964 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 254964 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json [junit4] 2> 254964 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json [junit4] 2> 254965 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections [junit4] 2> 254965 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json [junit4] 2> 254965 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json [junit4] 2> 254966 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json [junit4] 2> 254967 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 254967 INFO (jetty-launcher-388-thread-1) [n:127.0.0.1:36585_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 254967 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json [junit4] 2> 254967 INFO (jetty-launcher-388-thread-2) [n:127.0.0.1:41353_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 254968 DEBUG (jetty-launcher-388-thread-1) [n:127.0.0.1:36585_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72085598299160584-127.0.0.1:36585_solr-n_0000000000 [junit4] 2> 254968 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections [junit4] 2> 254968 DEBUG (jetty-launcher-388-thread-2) [n:127.0.0.1:41353_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72085598299160585-127.0.0.1:41353_solr-n_0000000001 [junit4] 2> 254971 INFO (jetty-launcher-388-thread-1) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36585_solr [junit4] 2> 254973 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json [junit4] 2> 254974 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72085598299160584-127.0.0.1:36585_solr-n_0000000000 [junit4] 2> 254974 DEBUG (jetty-launcher-388-thread-2) [n:127.0.0.1:41353_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72085598299160584-127.0.0.1:36585_solr-n_0000000000 to know if I could be the leader [junit4] 2> 254974 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json [junit4] 2> 254974 INFO (jetty-launcher-388-thread-2) [n:127.0.0.1:41353_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41353_solr [junit4] 2> 254974 INFO (jetty-launcher-388-thread-1) [n:127.0.0.1:36585_solr ] o.a.s.c.Overseer Overseer (id=72085598299160584-127.0.0.1:36585_solr-n_0000000000) starting [junit4] 2> 254975 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 254975 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 254975 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 254978 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 254979 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 254979 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 254979 INFO (zkCallback-412-thread-1-processing-n:127.0.0.1:36585_solr) [n:127.0.0.1:36585_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 254982 INFO (zkCallback-417-thread-1-processing-n:127.0.0.1:41353_solr) [n:127.0.0.1:41353_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 255021 INFO (jetty-launcher-388-thread-3) [n:127.0.0.1:43823_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 255022 DEBUG (jetty-launcher-388-thread-3) [n:127.0.0.1:43823_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72085598299160586-127.0.0.1:43823_solr-n_0000000002 [junit4] 2> 255022 INFO (zkCallback-415-thread-1-processing-n:127.0.0.1:43823_solr) [n:127.0.0.1:43823_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 255028 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72085598299160585-127.0.0.1:41353_solr-n_0000000001 [junit4] 2> 255028 DEBUG (jetty-launcher-388-thread-3) [n:127.0.0.1:43823_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72085598299160585-127.0.0.1:41353_solr-n_0000000001 to know if I could be the leader [junit4] 2> 255029 DEBUG (jetty-launcher-388-thread-3) [n:127.0.0.1:43823_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:43823_solr as DOWN [junit4] 2> 255031 INFO (jetty-launcher-388-thread-3) [n:127.0.0.1:43823_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43823_solr [junit4] 2> 255031 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 255031 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 255031 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 255038 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 255039 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 255039 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 255039 INFO (zkCallback-417-thread-1-processing-n:127.0.0.1:41353_solr) [n:127.0.0.1:41353_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 255039 INFO (zkCallback-412-thread-1-processing-n:127.0.0.1:36585_solr) [n:127.0.0.1:36585_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 255039 INFO (zkCallback-415-thread-1-processing-n:127.0.0.1:43823_solr) [n:127.0.0.1:43823_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2) [junit4] 2> 255042 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json [junit4] 2> 255042 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 255042 INFO (jetty-launcher-388-thread-4) [n:127.0.0.1:43445_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2) [junit4] 2> 255042 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json [junit4] 2> 255043 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections [junit4] 2> 255043 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json [junit4] 2> 255043 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json [junit4] 2> 255044 INFO (jetty-launcher-388-thread-4) [n:127.0.0.1:43445_solr ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 255044 DEBUG (jetty-launcher-388-thread-4) [n:127.0.0.1:43445_solr ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72085598299160588-127.0.0.1:43445_solr-n_0000000003 [junit4] 2> 255045 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72085598299160586-127.0.0.1:43823_solr-n_0000000002 [junit4] 2> 255045 DEBUG (jetty-launcher-388-thread-4) [n:127.0.0.1:43445_solr ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72085598299160586-127.0.0.1:43823_solr-n_0000000002 to know if I could be the leader [junit4] 2> 255045 DEBUG (jetty-launcher-388-thread-4) [n:127.0.0.1:43445_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:43445_solr as DOWN [junit4] 2> 255046 INFO (jetty-launcher-388-thread-4) [n:127.0.0.1:43445_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43445_solr [junit4] 2> 255046 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 255046 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 255046 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 255046 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 255050 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 255050 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 255050 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 255051 INFO (zkCallback-417-thread-1-processing-n:127.0.0.1:41353_solr) [n:127.0.0.1:41353_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 255051 INFO (zkCallback-415-thread-1-processing-n:127.0.0.1:43823_solr) [n:127.0.0.1:43823_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 255051 INFO (zkCallback-412-thread-1-processing-n:127.0.0.1:36585_solr) [n:127.0.0.1:36585_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 255063 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 255080 DEBUG (OverseerStateUpdate-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.Overseer Starting to work on the main queue [junit4] 2> 255081 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue-work [junit4] 2> 255081 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue [junit4] 2> 255082 DEBUG (OverseerStateUpdate-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.Overseer processMessage: queueSize: 2, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:43823_solr"} current state version: 0 [junit4] 2> 255082 DEBUG (OverseerStateUpdate-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:43823_solr [junit4] 2> 255082 DEBUG (OverseerStateUpdate-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.Overseer processMessage: queueSize: 2, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:43445_solr"} current state version: 0 [junit4] 2> 255082 DEBUG (OverseerStateUpdate-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:43445_solr [junit4] 2> 255082 DEBUG (OverseerCollectionConfigSetProcessor-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations [junit4] 2> 255083 DEBUG (OverseerCollectionConfigSetProcessor-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0 [junit4] 2> 255083 DEBUG (OverseerCollectionConfigSetProcessor-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskProcessor RunningTasks: [] [junit4] 2> 255083 DEBUG (OverseerCollectionConfigSetProcessor-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskProcessor BlockedTasks: [] [junit4] 2> 255083 DEBUG (OverseerCollectionConfigSetProcessor-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [] [junit4] 2> 255083 DEBUG (OverseerCollectionConfigSetProcessor-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [] [junit4] 2> 255083 DEBUG (OverseerCollectionConfigSetProcessor-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: [] [junit4] 2> 255083 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work [junit4] 2> 255085 INFO (jetty-launcher-388-thread-2) [n:127.0.0.1:41353_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41353.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2469d458 [junit4] 2> 255093 INFO (zkCallback-422-thread-1-processing-n:127.0.0.1:43445_solr) [n:127.0.0.1:43445_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3) [junit4] 2> 255094 DEBUG (jetty-launcher-388-thread-1) [n:127.0.0.1:36585_solr ] o.a.s.c.ZkController Publish node=127.0.0.1:36585_solr as DOWN [junit4] 2> 255095 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue [junit4] 2> 255095 INFO (jetty-launcher-388-thread-1) [n:127.0.0.1:36585_solr ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36585_solr [junit4] 2> 255095 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 255095 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 255095 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 255095 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes [junit4] 2> 255096 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 255096 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 255096 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 255096 INFO (zkCallback-417-thread-1-processing-n:127.0.0.1:41353_solr) [n:127.0.0.1:41353_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 255096 INFO (zkCallback-415-thread-1-processing-n:127.0.0.1:43823_solr) [n:127.0.0.1:43823_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 255096 INFO (zkCallback-422-thread-1-processing-n:127.0.0.1:43445_solr) [n:127.0.0.1:43445_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 255097 INFO (jetty-launcher-388-thread-2) [n:127.0.0.1:41353_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41353.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2469d458 [junit4] 2> 255097 INFO (jetty-launcher-388-thread-2) [n:127.0.0.1:41353_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41353.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2469d458 [junit4] 2> 255098 INFO (jetty-launcher-388-thread-2) [n:127.0.0.1:41353_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_7A8067EA1E432A7D-001/tempDir-001/node2/. [junit4] 2> 255099 DEBUG (OverseerAutoScalingTriggerThread-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger [junit4] 2> 255099 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 255099 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue [junit4] 2> 255099 INFO (zkCallback-412-thread-1-processing-n:127.0.0.1:36585_solr) [n:127.0.0.1:36585_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4) [junit4] 2> 255100 DEBUG (OverseerStateUpdate-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.Overseer processMessage: queueSize: 3, message = { [junit4] 2> "operation":"downnode", [junit4] 2> "node_name":"127.0.0.1:36585_solr"} current state version: 0 [junit4] 2> 255100 DEBUG (OverseerStateUpdate-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:36585_solr [junit4] 2> 255100 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/autoscaling.json [junit4] 2> 255100 DEBUG (OverseerAutoScalingTriggerThread-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1 [junit4] 2> 255100 DEBUG (OverseerAutoScalingTriggerThread-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:43823_solr, 127.0.0.1:41353_solr, 127.0.0.1:36585_solr, 127.0.0.1:43445_solr] [junit4] 2> 255106 DEBUG (OverseerAutoScalingTriggerThread-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1 [junit4] 2> 255106 DEBUG (OverseerAutoScalingTriggerThread-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1 [junit4] 2> 255124 DEBUG (OverseerAutoScalingTriggerThread-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers [junit4] 2> 255124 INFO (jetty-launcher-388-thread-4) [n:127.0.0.1:43445_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43445.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2469d458 [junit4] 2> 255124 DEBUG (OverseerAutoScalingTriggerThread-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1 [junit4] 2> 255124 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.auto_add_replicas [junit4] 2> 255128 INFO (jetty-launcher-388-thread-3) [n:127.0.0.1:43823_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43823.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2469d458 [junit4] 2> 255133 INFO (jetty-launcher-388-thread-4) [n:127.0.0.1:43445_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43445.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2469d458 [junit4] 2> 255133 INFO (jetty-launcher-388-thread-4) [n:127.0.0.1:43445_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43445.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2469d458 [junit4] 2> 255127 DEBUG (ScheduledTrigger-629-thread-1) [n:127.0.0.1:36585_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 [junit4] 2> 255138 INFO (jetty-launcher-388-thread-4) [n:127.0.0.1:43445_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_7A8067EA1E432A7D-001/tempDir-001/node4/. [junit4] 2> 255141 INFO (jetty-launcher-388-thread-3) [n:127.0.0.1:43823_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43823.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2469d458 [junit4] 2> 255142 INFO (jetty-launcher-388-thread-3) [n:127.0.0.1:43823_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43823.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2469d458 [junit4] 2> 255143 INFO (jetty-launcher-388-thread-3) [n:127.0.0.1:43823_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_7A8067EA1E432A7D-001/tempDir-001/node3/. [junit4] 2> 255161 INFO (jetty-launcher-388-thread-1) [n:127.0.0.1:36585_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36585.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2469d458 [junit4] 2> 255169 INFO (jetty-launcher-388-thread-1) [n:127.0.0.1:36585_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36585.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2469d458 [junit4] 2> 255169 INFO (jetty-launcher-388-thread-1) [n:127.0.0.1:36585_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36585.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2469d458 [junit4] 2> 255171 INFO (jetty-launcher-388-thread-1) [n:127.0.0.1:36585_solr ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_7A8067EA1E432A7D-001/tempDir-001/node1/. [junit4] 2> 255200 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue [junit4] 2> 255201 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue [junit4] 2> 255246 INFO (zkConnectionManagerCallback-433-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 255248 INFO (zkConnectionManagerCallback-437-thread-1) [ ] o.a.s.c.c.ConnectionManager zkClient has connected [junit4] 2> 255248 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json [junit4] 2> 255248 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 255248 INFO (SUITE-MoveReplicaHDFSTest-seed#[7A8067EA1E432A7D]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 255248 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json [junit4] 2> 255248 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections [junit4] 2> 255248 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json [junit4] 2> 255248 INFO (SUITE-MoveReplicaHDFSTest-seed#[7A8067EA1E432A7D]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35421/solr ready [junit4] 2> 255261 INFO (qtp1041195521-2154) [n:127.0.0.1:43823_solr ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 255261 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work [junit4] 2> 255261 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000 [junit4] 2> 255261 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work [junit4] 2> 255261 DEBUG (OverseerCollectionConfigSetProcessor-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000 [junit4] 2> 255261 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work [junit4] 2> 255262 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work [junit4] 2> 255262 DEBUG (OverseerCollectionConfigSetProcessor-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000 [junit4] 2> 255262 DEBUG (OverseerCollectionConfigSetProcessor-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000000, ] [junit4] 2> 255262 DEBUG (OverseerCollectionConfigSetProcessor-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]] [junit4] 2> 255262 DEBUG (OverseerCollectionConfigSetProcessor-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running [junit4] 2> 255262 DEBUG (OverseerCollectionConfigSetProcessor-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{"operation":"overseerstatus"} [junit4] 2> 255262 DEBUG (OverseerThreadFactory-632-thread-1-processing-n:127.0.0.1:36585_solr) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000 [junit4] 2> 255263 DEBUG (OverseerThreadFactory-632-thread-1-processing-n:127.0.0.1:36585_solr) [n:127.0.0.1:36585_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : overseerstatus , {"operation":"overseerstatus"} [junit4] 2> 255263 DEBUG (OverseerCollectionConfigSetProcessor-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1 [junit4] 2> 255263 DEBUG (OverseerCollectionConfigSetProcessor-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000] [junit4] 2> 255263 DEBUG (OverseerCollectionConfigSetProcessor-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskProcessor BlockedTasks: [] [junit4] 2> 255263 DEBUG (OverseerCollectionConfigSetProcessor-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [] [junit4] 2> 255263 DEBUG (OverseerCollectionConfigSetProcessor-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000] [junit4] 2> 255263 DEBUG (OverseerCollectionConfigSetProcessor-72085598299160584-127.0.0.1:36585_solr-n_0000000000) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[] [junit4] 2> 255266 DEBUG (OverseerThreadFactory-632-thread-1-processing-n:127.0.0.1:36585_solr) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000000] [junit4] 2> 255266 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: data: /solr/overseer/collection-queue-work/qnr-0000000000 [junit4] 2> 255267 DEBUG (zkCallback-415-thread-1-processing-n:127.0.0.1:43823_solr) [n:127.0.0.1:43823_solr ] o.a.s.c.OverseerTaskQueue NodeDataChanged fired on path /overseer/collection-queue-work/qnr-0000000000 state SyncConnected latchEventType null [junit4] 2> 255267 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work [junit4] 2> 255268 INFO (qtp1041195521-2154) [n:127.0.0.1:43823_solr ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=7 [junit4] 2> 255268 DEBUG (OverseerThreadFactory-632-thread-1-processing-n:127.0.0.1:36585_solr) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as completed. [junit4] 2> 255268 DEBUG (OverseerThreadFactory-632-thread-1-processing-n:127.0.0.1:36585_solr) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskProcessor RunningTasks: [] [junit4] 2> 255268 DEBUG (OverseerThreadFactory-632-thread-1-processing-n:127.0.0.1:36585_solr) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskProcessor BlockedTasks: [] [junit4] 2> 255269 DEBUG (OverseerThreadFactory-632-thread-1-processing-n:127.0.0.1:36585_solr) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [/overseer/collection-queue-work/qn-0000000000] [junit4] 2> 255269 DEBUG (OverseerThreadFactory-632-thread-1-processing-n:127.0.0.1:36585_solr) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000] [junit4] 2> 255269 DEBUG (OverseerThreadFactory-632-thread-1-processing-n:127.0.0.1:36585_solr) [n:127.0.0.1:36585_solr ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{leader=127.0.0.1:36585_solr,overseer_queue_size=0,overseer_work_queue_size=0,overseer_collection_queue_size=2,overseer_operations={am_i_leader={requests=3,errors=0,avgRequestsPerSecond=16.219470368008913,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.2560221069904636,medianRequestTime=0.247885,75thPcRequestTime=0.282676,95thPcRequestTime=0.282676,99thPcRequestTime=0.282676,999thPcRequestTime=0.282676},downnode={requests=3,errors=0,avgRequestsPerSecond=16.39982618808213,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.030510175600294082,medianRequestTime=0.032531,75thPcRequestTime=0.037625,95thPcRequestTime=0.037625,99thPcRequestTime=0.037625,999thPcRequestTime=0.037625}},collection_operations={am_i_leader={requests=3,errors=0,avgRequestsPerSecond=16.470000766513834,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.2108233275690711,medianRequestTime=0.19138,75thPcRequestTime=0.324631,95thPcRequestTime=0.324631,99thPcRequestTime=0.324631,999thPcRequestTime=0.324631},overseerstatus={requests=0,errors=0,avgRequestsPerSecond=0.0,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.0,medianRequestTime=0.0,75thPcRequestTime=0.0,95thPcRequestTime=0.0,99thPcRequestTime=0.0,999thPcRequestTime=0.0}},overseer_queue={},overseer_internal_queue={peek={avgRequestsPerSecond=5.442667584619725,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.232875,medianRequestTime=0.232875,75thPcRequestTime=0.232875,95thPcRequestTime=0.232875,99thPcRequestTime=0.232875,999thPcRequestTime=0.232875}},collection_queue={peektopn_wait2000={avgRequestsPerSecond=5.51340395889861,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=178.724837,medianRequestTime=178.724837,75thPcRequestTime=178.724837,95thPcRequestTime=178.724837,99thPcRequestTime=178.724837,999thPcRequestTime=178.724837}}} [junit4] 2> 255270 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work [junit4] 1> Formatting using clusterid: testClusterID [junit4] 2> 255612 WARN (SUITE-MoveReplicaHDFSTest-seed#[7A8067EA1E432A7D]-worker) [ ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties [junit4] 2> 255618 WARN (SUITE-MoveReplicaHDFSTest-seed#[7A8067EA1E432A7D]-worker) [ ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j [junit4] 2> 255619 INFO (SUITE-MoveReplicaHDFSTest-seed#[7A8067EA1E432A7D]-worker) [ ] o.m.log jetty-6.1.x [junit4] 2> 255622 INFO (SUITE-MoveReplicaHDFSTest-seed#[7A8067EA1E432A7D]-worker) [ ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_localdomain_46301_hdfs____ay5rws/webapp [junit4] 2> 255698 INFO (SUITE-MoveReplicaHDFSTest-seed#[7A8067EA1E432A7D]-worker) [ ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:46301 [junit4] 2> 255759 WARN (SUITE-MoveReplicaHDFSTest-seed#[7A8067EA1E432A7D]-worker) [ ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j [junit4] 2> 255761 INFO (SUITE-MoveReplicaHDFSTest-seed#[7A8067EA1E432A7D]-worker) [ ] o.m.log jetty-6.1.x [junit4] 2> 255764 INFO (SUITE-MoveReplicaHDFSTest-seed#[7A8067EA1E432A7D]-worker) [ ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_34891_datanode____5b5pkm/webapp [junit4] 2> 255886 INFO (SUITE-MoveReplicaHDFSTest-seed#[7A8067EA1E432A7D]-worker) [ ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:34891 [junit4] 2> 255913 WARN (SUITE-MoveReplicaHDFSTest-seed#[7A8067EA1E432A7D]-worker) [ ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j [junit4] 2> 255914 INFO (SUITE-MoveReplicaHDFSTest-seed#[7A8067EA1E432A7D]-worker) [ ] o.m.log jetty-6.1.x [junit4] 2> 255917 INFO (SUITE-MoveReplicaHDFSTest-seed#[7A8067EA1E432A7D]-worker) [ ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_40189_datanode____.1gfqcj/webapp [junit4] 2> 255998 INFO (SUITE-MoveReplicaHDFSTest-seed#[7A8067EA1E432A7D]-worker) [ ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:40189 [junit4] 2> 255998 ERROR (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_7A8067EA1E432A7D-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_7A8067EA1E432A7D-001/tempDir-002/hdfsBaseDir/data/data2/]] heartbeating to localhost.localdomain/127.0.0.1:35605) [ ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000 [junit4] 2> 256007 INFO (Block report processor) [ ] BlockStateChange BLOCK* processReport 0x184a36957128c: from storage DS-00497366-bac8-436b-8856-d1e6a92c8b5b node DatanodeRegistration(127.0.0.1:34729, datanodeUuid=8f3c3fe1-dec0-43f5-b399-2e31cdd43e0c, infoPort=41929, infoSecurePort=0, ipcPort=37153, storageInfo=lv=-56;cid=testClusterID;nsid=228026728;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs [junit4] 2> 256007 INFO (Block report processor) [ ] BlockStateChange BLOCK* processReport 0x184a36957128c: from storage DS-fb698537-3184-46d9-b93d-b16957cbd5ee node DatanodeRegistration(127.0.0.1:34729, datanodeUuid=8f3c3fe1-dec0-43f5-b399-2e31cdd43e0c, infoPort=41929, infoSecurePort=0, ipcPort=37153, storageInfo=lv=-56;cid=testClusterID;nsid=228026728;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs [junit4] 2> 256112 ERROR (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_7A8067EA1E432A7D-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_7A8067EA1E432A7D-001/tempDir-002/hdfsBaseDir/data/data4/]] heartbeating to localhost.localdomain/127.0.0.1:35605) [ ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000 [junit4] 2> 256117 INFO (Block report processor) [ ] BlockStateChange BLOCK* processReport 0x184a36ff9e240: from storage DS-dd6fa69b-4215-449d-b3d5-06729df04c68 node DatanodeRegistration(127.0.0.1:42227, datanodeUuid=8edeef9d-5978-4c72-873b-5eccd11d8f57, infoPort=43531, infoSecurePort=0, ipcPort=38321, storageInfo=lv=-56;cid=testClusterID;nsid=228026728;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs [junit4] 2> 256117 INFO (Block report processor) [ ] BlockStateChange BLOCK* processReport 0x184a36ff9e240: from storage DS-c8da53b3-2e90-40cf-aedd-3f589148fe14 node DatanodeRegistration(127.0.0.1:42227, datanodeUuid=8edeef9d-5978-4c72-873b-5eccd11d8f57, infoPort=43531, infoSecurePort=0, ipcPort=38321, storageInfo=lv=-56;cid=testClusterID;nsid=228026728;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs [junit4] 2> 256138 DEBUG (ScheduledTrigger-629-thread-1) [n:127.0.0.1:36585_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 [junit4] 2> 256173 INFO (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[7A8067EA1E432A7D]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testNormalFailedMove [junit4] 2> 256173 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json [junit4] 2> 256173 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes [junit4] 2> 256174 INFO (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[7A8067EA1E432A7D]) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4) [junit4] 2> 256174 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json [junit4] 2> 256174 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections [junit4] 2> 256174 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json [junit4] 2> 256176 INFO (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[7A8067EA1E432A7D]) [ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 [junit4] 2> 256176 INFO (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[7A8067EA1E432A7D]) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0 [junit4] 2> 256176 INFO (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[7A8067EA1E432A7D]) [ ] o.e.j.s.session No SessionScavenger set, using defaults [junit4] 2> 256176 INFO (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[7A8067EA1E432A7D]) [ ] o.e.j.s.session Scavenging every 660000ms [junit4] 2> 256176 INFO (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[7A8067EA1E432A7D]) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2847580c{/solr,null,AVAILABLE} [junit4] 2> 256177 INFO (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[7A8067EA1E432A7D]) [ ] o.e.j.s.AbstractConnector Started ServerConnector@5c97c6ad{SSL,[ssl, http/1.1]}{127.0.0.1:43397} [junit4] 2> 256177 INFO (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[7A8067EA1E432A7D]) [ ] o.e.j.s.Server Started @258475ms [junit4] 2> 256177 INFO (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[7A8067EA1E432A7D]) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43397} [junit4] 2> 256177 ERROR (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[7A8067EA1E432A7D]) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 256177 INFO (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[7A8067EA1E432A7D]) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 256177 INFO (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[7A8067EA1E432A7D]) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 256177 INFO (TEST-MoveReplicaHDFSTest.testNormalFailedMove-seed#[7A8067EA1E432A7D]) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 256177 INFO (TEST-MoveReplicaHDFSTest.testNormalFa [...truncated too long message...] [junit4] 2> 16588 T117 x:x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3aa9217a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C2)))} [junit4] 2> 16685 T109 x:x:collection1 C6 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={q=*&df=desc&wt=javabin&version=2} hits=2 status=0 QTime=0 [junit4] 2> 16701 T78 oejs.AbstractConnector.doStop Stopped ServerConnector@3224c417{SSL,[ssl, http/1.1]}{127.0.0.1:0} [junit4] 2> 16701 T78 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=2017407178 [junit4] 2> 16701 T78 oasm.SolrMetricManager.closeReporters Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 16702 T78 oasmr.SolrJmxReporter.close Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5fab052b: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@22b0992c [junit4] 2> 16709 T78 oasm.SolrMetricManager.closeReporters Closing metric reporters for registry=solr.jvm, tag=null [junit4] 2> 16709 T78 oasmr.SolrJmxReporter.close Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@169a9e50: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@38d84761 [junit4] 2> 16716 T78 oasm.SolrMetricManager.closeReporters Closing metric reporters for registry=solr.jetty, tag=null [junit4] 2> 16720 T78 oasmr.SolrJmxReporter.close Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@9d8286d: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@28eb7832 [junit4] 2> 16734 T122 x:x:collection1 oasc.SolrCore.close [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@310c2766 [junit4] 2> 16735 T122 x:x:collection1 oasm.SolrMetricManager.closeReporters Closing metric reporters for registry=solr.core.collection1, tag=822880102 [junit4] 2> 16735 T122 x:x:collection1 oasmr.SolrJmxReporter.close Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@79d5e4e0: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1fa38f72 [junit4] 2> 16769 T78 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@7b022e36{/solr,null,UNAVAILABLE} [junit4] 2> 16769 T78 oejss.HouseKeeper.stopScavenging Stopped scavenging [junit4] 2> 46768 T78 oejut.QueuedThreadPool.doStop WARN QueuedThreadPool@qtp1526978647{STOPPING,8<=8<=10000,i=0,q=1} Couldn't stop Thread[qtp1526978647-107,5,TGRP-TestContentStreamDataSource] [junit4] 2> 46769 T78 oas.SolrTestCaseJ4.tearDown ###Ending testCommitWithin [junit4] 2> 46769 T78 oas.SolrTestCaseJ4.clearObjectTrackerAndCheckEmpty ------------------------------------------------------- Done waiting for tracked resources to be released [junit4] 2> Feb 03, 2018 2:13:36 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> Feb 03, 2018 2:13:56 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestContentStreamDataSource: [junit4] 2> 1) Thread[id=107, name=qtp1526978647-107, state=TIMED_WAITING, group=TGRP-TestContentStreamDataSource] [junit4] 2> at [email protected]/jdk.internal.misc.Unsafe.park(Native Method) [junit4] 2> at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) [junit4] 2> at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2192) [junit4] 2> at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308) [junit4] 2> at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373) [junit4] 2> at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708) [junit4] 2> at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) [junit4] 2> at [email protected]/java.lang.Thread.run(Thread.java:844) [junit4] 2> Feb 03, 2018 2:13:56 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll [junit4] 2> INFO: Starting to interrupt leaked threads: [junit4] 2> 1) Thread[id=107, name=qtp1526978647-107, state=TIMED_WAITING, group=TGRP-TestContentStreamDataSource] [junit4] 2> Feb 03, 2018 2:13:59 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll [junit4] 2> SEVERE: There are still zombie threads that couldn't be terminated: [junit4] 2> 1) Thread[id=107, name=qtp1526978647-107, state=TIMED_WAITING, group=TGRP-TestContentStreamDataSource] [junit4] 2> at [email protected]/jdk.internal.misc.Unsafe.park(Native Method) [junit4] 2> at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) [junit4] 2> at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2192) [junit4] 2> at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308) [junit4] 2> at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373) [junit4] 2> at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708) [junit4] 2> at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) [junit4] 2> at [email protected]/java.lang.Thread.run(Thread.java:844) [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {id=Lucene50(blocksize=128), desc=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, maxPointsInLeafNode=1061, maxMBSortInHeap=5.11987723501196, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2c8a550), locale=mg, timezone=Etc/GMT+4 [junit4] 2> NOTE: Linux 4.13.0-32-generic amd64/Oracle Corporation 9.0.1 (64-bit)/cpus=8,threads=2,free=288592552,total=536870912 [junit4] 2> NOTE: All tests run in this JVM: [TestSqlEntityProcessor, TestXPathEntityProcessor, TestFieldReader, TestJdbcDataSource, TestEphemeralCache, TestRegexTransformer, TestSqlEntityProcessorDelta, TestClobTransformer, TestURLDataSource, TestNestedChildren, TestContentStreamDataSource] [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestContentStreamDataSource -Dtests.seed=C628758CEBB265A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mg -Dtests.timezone=Etc/GMT+4 -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] ERROR 0.00s J2 | TestContentStreamDataSource (suite) <<< [junit4] > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.dataimport.TestContentStreamDataSource: [junit4] > 1) Thread[id=107, name=qtp1526978647-107, state=TIMED_WAITING, group=TGRP-TestContentStreamDataSource] [junit4] > at [email protected]/jdk.internal.misc.Unsafe.park(Native Method) [junit4] > at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) [junit4] > at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2192) [junit4] > at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308) [junit4] > at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373) [junit4] > at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708) [junit4] > at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) [junit4] > at [email protected]/java.lang.Thread.run(Thread.java:844) [junit4] > at __randomizedtesting.SeedInfo.seed([C628758CEBB265A]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated: [junit4] > 1) Thread[id=107, name=qtp1526978647-107, state=TIMED_WAITING, group=TGRP-TestContentStreamDataSource] [junit4] > at [email protected]/jdk.internal.misc.Unsafe.park(Native Method) [junit4] > at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) [junit4] > at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2192) [junit4] > at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308) [junit4] > at app//org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373) [junit4] > at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708) [junit4] > at app//org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) [junit4] > at [email protected]/java.lang.Thread.run(Thread.java:844) [junit4] > at __randomizedtesting.SeedInfo.seed([C628758CEBB265A]:0) [junit4] Completed [38/38 (1!)] on J2 in 56.51s, 2 tests, 2 errors <<< FAILURES! [...truncated 35250 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
