Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2302/
11 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.analytics.facet.PivotFacetTest
Error Message:
1 thread leaked from SUITE scope at
org.apache.solr.analytics.facet.PivotFacetTest: 1) Thread[id=90,
name=qtp87745466-90, state=TIMED_WAITING, group=TGRP-PivotFacetTest] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.analytics.facet.PivotFacetTest:
1) Thread[id=90, name=qtp87745466-90, state=TIMED_WAITING,
group=TGRP-PivotFacetTest]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([507B6CB0C7C34ACD]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.analytics.facet.PivotFacetTest
Error Message:
There are still zombie threads that couldn't be terminated: 1) Thread[id=90,
name=qtp87745466-90, state=TIMED_WAITING, group=TGRP-PivotFacetTest] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=90, name=qtp87745466-90, state=TIMED_WAITING,
group=TGRP-PivotFacetTest]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([507B6CB0C7C34ACD]:0)
FAILED: org.apache.solr.cloud.ReplaceNodeNoTargetTest.test
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([9E76B576936A4266:16228AAC3D962F9E]: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.ReplaceNodeNoTargetTest.test(ReplaceNodeNoTargetTest.java:92)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.autoscaling.HdfsAutoAddReplicasIntegrationTest.testSimple
Error Message:
Waiting for collection testSimple1 null Live Nodes: [127.0.0.1:33619_solr,
127.0.0.1:43458_solr] Last available state:
DocCollection(testSimple1//collections/testSimple1/state.json/14)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{ "shard1":{
"range":"80000000-ffffffff", "state":"active", "replicas":{
"core_node3":{
"dataDir":"hdfs://lucene2-us-west.apache.org:39834/data/testSimple1/core_node3/data/",
"base_url":"http://127.0.0.1:33619/solr",
"node_name":"127.0.0.1:33619_solr", "type":"NRT",
"ulogDir":"hdfs://lucene2-us-west.apache.org:39834/data/testSimple1/core_node3/data/tlog",
"core":"testSimple1_shard1_replica_n1",
"shared_storage":"true", "state":"active"}, "core_node5":{
"dataDir":"hdfs://lucene2-us-west.apache.org:39834/data/testSimple1/core_node5/data/",
"base_url":"http://127.0.0.1:33619/solr",
"node_name":"127.0.0.1:33619_solr", "type":"NRT",
"ulogDir":"hdfs://lucene2-us-west.apache.org:39834/data/testSimple1/core_node5/data/tlog",
"core":"testSimple1_shard1_replica_n2",
"shared_storage":"true", "state":"active",
"leader":"true"}}}, "shard2":{ "range":"0-7fffffff",
"state":"active", "replicas":{ "core_node7":{
"dataDir":"hdfs://lucene2-us-west.apache.org:39834/data/testSimple1/core_node7/data/",
"base_url":"http://127.0.0.1:37488/solr",
"node_name":"127.0.0.1:37488_solr", "type":"NRT",
"ulogDir":"hdfs://lucene2-us-west.apache.org:39834/data/testSimple1/core_node7/data/tlog",
"core":"testSimple1_shard2_replica_n4",
"shared_storage":"true", "state":"down"}, "core_node8":{
"dataDir":"hdfs://lucene2-us-west.apache.org:39834/data/testSimple1/core_node8/data/",
"base_url":"http://127.0.0.1:33619/solr",
"node_name":"127.0.0.1:33619_solr", "type":"NRT",
"ulogDir":"hdfs://lucene2-us-west.apache.org:39834/data/testSimple1/core_node8/data/tlog",
"core":"testSimple1_shard2_replica_n6",
"shared_storage":"true", "state":"active",
"leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"2", "autoAddReplicas":"true", "nrtReplicas":"2",
"tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple1
null
Live Nodes: [127.0.0.1:33619_solr, 127.0.0.1:43458_solr]
Last available state:
DocCollection(testSimple1//collections/testSimple1/state.json/14)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"active",
"replicas":{
"core_node3":{
"dataDir":"hdfs://lucene2-us-west.apache.org:39834/data/testSimple1/core_node3/data/",
"base_url":"http://127.0.0.1:33619/solr",
"node_name":"127.0.0.1:33619_solr",
"type":"NRT",
"ulogDir":"hdfs://lucene2-us-west.apache.org:39834/data/testSimple1/core_node3/data/tlog",
"core":"testSimple1_shard1_replica_n1",
"shared_storage":"true",
"state":"active"},
"core_node5":{
"dataDir":"hdfs://lucene2-us-west.apache.org:39834/data/testSimple1/core_node5/data/",
"base_url":"http://127.0.0.1:33619/solr",
"node_name":"127.0.0.1:33619_solr",
"type":"NRT",
"ulogDir":"hdfs://lucene2-us-west.apache.org:39834/data/testSimple1/core_node5/data/tlog",
"core":"testSimple1_shard1_replica_n2",
"shared_storage":"true",
"state":"active",
"leader":"true"}}},
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{
"core_node7":{
"dataDir":"hdfs://lucene2-us-west.apache.org:39834/data/testSimple1/core_node7/data/",
"base_url":"http://127.0.0.1:37488/solr",
"node_name":"127.0.0.1:37488_solr",
"type":"NRT",
"ulogDir":"hdfs://lucene2-us-west.apache.org:39834/data/testSimple1/core_node7/data/tlog",
"core":"testSimple1_shard2_replica_n4",
"shared_storage":"true",
"state":"down"},
"core_node8":{
"dataDir":"hdfs://lucene2-us-west.apache.org:39834/data/testSimple1/core_node8/data/",
"base_url":"http://127.0.0.1:33619/solr",
"node_name":"127.0.0.1:33619_solr",
"type":"NRT",
"ulogDir":"hdfs://lucene2-us-west.apache.org:39834/data/testSimple1/core_node8/data/tlog",
"core":"testSimple1_shard2_replica_n6",
"shared_storage":"true",
"state":"active",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"2",
"autoAddReplicas":"true",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([9E76B576936A4266:A6C59188B49996B7]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
at
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:103)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testSearchRate
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([9E76B576936A4266:C33EABFF5CACE429]: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.autoscaling.TriggerIntegrationTest.testSearchRate(TriggerIntegrationTest.java:1482)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeAddedTriggerRestoreState
Error Message:
The trigger did not fire at all
Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
at
__randomizedtesting.SeedInfo.seed([9E76B576936A4266:164B3C09A9AAA3CB]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeAddedTriggerRestoreState(TriggerIntegrationTest.java:426)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testMetricTrigger
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([9E76B576936A4266:247A82F9CC829429]: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud.testCreateCollectionAddReplica
Error Message:
java.util.concurrent.ExecutionException: org.apache.solr.common.SolrException:
org.apache.solr.common.SolrException: Error getting replica locations
Stack Trace:
java.io.IOException: java.util.concurrent.ExecutionException:
org.apache.solr.common.SolrException: org.apache.solr.common.SolrException:
Error getting replica locations
at
__randomizedtesting.SeedInfo.seed([9E76B576936A4266:1E56D0588229AAC0]:0)
at
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:462)
at
org.apache.solr.cloud.autoscaling.sim.SimCloudManager$1.request(SimCloudManager.java:336)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud.testCreateCollectionAddReplica(TestPolicyCloud.java:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.ExecutionException:
org.apache.solr.common.SolrException: org.apache.solr.common.SolrException:
Error getting replica locations
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.request(SimCloudManager.java:460)
... 44 more
Caused by: org.apache.solr.common.SolrException:
org.apache.solr.common.SolrException: Error getting replica locations
at
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.simHandleSolrRequest(SimCloudManager.java:572)
at
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.lambda$request$2(SimCloudManager.java:459)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
... 1 more
Caused by: org.apache.solr.common.SolrException: Error getting replica locations
at
org.apache.solr.cloud.api.collections.Assign.getPositionsUsingPolicy(Assign.java:405)
at
org.apache.solr.cloud.api.collections.Assign.identifyNodes(Assign.java:301)
at
org.apache.solr.cloud.api.collections.AddReplicaCmd.assignReplicaDetails(AddReplicaCmd.java:239)
at
org.apache.solr.cloud.autoscaling.sim.SimClusterStateProvider.simAddReplica(SimClusterStateProvider.java:333)
at
org.apache.solr.cloud.autoscaling.sim.SimCloudManager.simHandleSolrRequest(SimCloudManager.java:570)
... 6 more
Caused by: org.apache.solr.common.SolrException: No node can satisfy the rules
[{
"replica":0,
"shard":"#EACH",
"port":"!10016",
"collection":"testCreateCollectionAddReplica"}]
at
org.apache.solr.client.solrj.cloud.autoscaling.PolicyHelper.getReplicaLocations(PolicyHelper.java:162)
at
org.apache.solr.cloud.api.collections.Assign.getPositionsUsingPolicy(Assign.java:393)
... 10 more
FAILED:
org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testCooldown
Error Message:
Stack Trace:
java.lang.NullPointerException
at
__randomizedtesting.SeedInfo.seed([9E76B576936A4266:AFC8D892EDC03794]:0)
at
org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testCooldown(TestTriggerIntegration.java:1086)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.handler.TestReplicationHandler.doTestDetails
Error Message:
Expected to see that the slave has replicated1: {indexSize=117
bytes,indexPath=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_9E76B576936A4266-001/solr-instance-002/./collection1/data/index/,commits=[{indexVersion=1518234797253,generation=2,filelist=[segments_2]}],isMaster=false,isSlave=true,indexVersion=1518234797253,generation=2,slave={masterDetails={indexSize=1.73
KB,indexPath=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_9E76B576936A4266-001/solr-instance-001/./collection1/data/index/,commits=[{indexVersion=0,generation=1,filelist=[segments_1]},
{indexVersion=1518234797253,generation=2,filelist=[_0.fdt, _0.fdx, _0.fnm,
_0.nvd, _0.nvm, _0.si, _0_Asserting_0.doc, _0_Asserting_0.tim,
_0_Asserting_0.tip,
segments_2]}],isMaster=true,isSlave=false,indexVersion=1518234797253,generation=2,master={confFiles=schema.xml,xslt/dummy.xsl,replicateAfter=[commit],replicationEnabled=true,replicableVersion=1518234797253,replicableGeneration=2}},masterUrl=http://127.0.0.1:36563/solr/collection1,pollInterval=00:00:01,nextExecutionAt=Sat
Feb 10 04:53:53 CET 2018,currentDate=Sat Feb 10 04:53:52 CET
2018,isPollingDisabled=false,isReplicating=false}}
Stack Trace:
java.lang.AssertionError: Expected to see that the slave has replicated1:
{indexSize=117
bytes,indexPath=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_9E76B576936A4266-001/solr-instance-002/./collection1/data/index/,commits=[{indexVersion=1518234797253,generation=2,filelist=[segments_2]}],isMaster=false,isSlave=true,indexVersion=1518234797253,generation=2,slave={masterDetails={indexSize=1.73
KB,indexPath=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_9E76B576936A4266-001/solr-instance-001/./collection1/data/index/,commits=[{indexVersion=0,generation=1,filelist=[segments_1]},
{indexVersion=1518234797253,generation=2,filelist=[_0.fdt, _0.fdx, _0.fnm,
_0.nvd, _0.nvm, _0.si, _0_Asserting_0.doc, _0_Asserting_0.tim,
_0_Asserting_0.tip,
segments_2]}],isMaster=true,isSlave=false,indexVersion=1518234797253,generation=2,master={confFiles=schema.xml,xslt/dummy.xsl,replicateAfter=[commit],replicationEnabled=true,replicableVersion=1518234797253,replicableGeneration=2}},masterUrl=http://127.0.0.1:36563/solr/collection1,pollInterval=00:00:01,nextExecutionAt=Sat
Feb 10 04:53:53 CET 2018,currentDate=Sat Feb 10 04:53:52 CET
2018,isPollingDisabled=false,isReplicating=false}}
at
__randomizedtesting.SeedInfo.seed([9E76B576936A4266:E42B960305326BEE]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNotNull(Assert.java:526)
at
org.apache.solr.handler.TestReplicationHandler.doTestDetails(TestReplicationHandler.java:332)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory
Error Message:
expected:<5> but was:<0>
Stack Trace:
java.lang.AssertionError: expected:<5> but was:<0>
at
__randomizedtesting.SeedInfo.seed([9E76B576936A4266:F38A118B2922BD61]: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:244)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 12133 lines...]
[junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
[junit4] 2> 142960 INFO
(SUITE-TriggerIntegrationTest-seed#[9E76B576936A4266]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_9E76B576936A4266-001/init-core-data-001
[junit4] 2> 142962 INFO
(SUITE-TriggerIntegrationTest-seed#[9E76B576936A4266]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 142962 INFO
(SUITE-TriggerIntegrationTest-seed#[9E76B576936A4266]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 143035 INFO
(SUITE-TriggerIntegrationTest-seed#[9E76B576936A4266]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_9E76B576936A4266-001/tempDir-001
[junit4] 2> 143036 INFO
(SUITE-TriggerIntegrationTest-seed#[9E76B576936A4266]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 143049 INFO (Thread-61) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 143049 INFO (Thread-61) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 143126 ERROR (Thread-61) [ ] 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> 143159 INFO
(SUITE-TriggerIntegrationTest-seed#[9E76B576936A4266]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:46096
[junit4] 2> 143232 INFO (zkConnectionManagerCallback-182-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 143497 INFO (jetty-launcher-179-thread-1) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 143456 INFO (jetty-launcher-179-thread-2) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 143570 INFO (jetty-launcher-179-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 143732 INFO (jetty-launcher-179-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 143733 INFO (jetty-launcher-179-thread-2) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 143607 INFO (jetty-launcher-179-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 143733 INFO (jetty-launcher-179-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 143733 INFO (jetty-launcher-179-thread-1) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 143754 INFO (jetty-launcher-179-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@e16d7bb{/solr,null,AVAILABLE}
[junit4] 2> 143754 INFO (jetty-launcher-179-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@199ec242{/solr,null,AVAILABLE}
[junit4] 2> 144077 INFO (jetty-launcher-179-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4132cc5c{SSL,[ssl,
http/1.1]}{127.0.0.1:34677}
[junit4] 2> 144078 INFO (jetty-launcher-179-thread-1) [ ]
o.e.j.s.Server Started @154837ms
[junit4] 2> 144078 INFO (jetty-launcher-179-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34677}
[junit4] 2> 144132 INFO (jetty-launcher-179-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6c7ff725{SSL,[ssl,
http/1.1]}{127.0.0.1:44384}
[junit4] 2> 144132 INFO (jetty-launcher-179-thread-2) [ ]
o.e.j.s.Server Started @154892ms
[junit4] 2> 144132 INFO (jetty-launcher-179-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44384}
[junit4] 2> 144132 ERROR (jetty-launcher-179-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 144133 INFO (jetty-launcher-179-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 144135 INFO (jetty-launcher-179-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 144135 INFO (jetty-launcher-179-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 144135 INFO (jetty-launcher-179-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-10T03:26:06.886Z
[junit4] 2> 144147 ERROR (jetty-launcher-179-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 144147 INFO (jetty-launcher-179-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 144147 INFO (jetty-launcher-179-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 144147 INFO (jetty-launcher-179-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 144148 INFO (jetty-launcher-179-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-10T03:26:06.898Z
[junit4] 2> 144208 INFO (zkConnectionManagerCallback-184-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 144228 INFO (jetty-launcher-179-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 144245 INFO (zkConnectionManagerCallback-186-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 144274 INFO (jetty-launcher-179-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 144437 INFO (jetty-launcher-179-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46096/solr
[junit4] 2> 144459 INFO (jetty-launcher-179-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46096/solr
[junit4] 2> 144558 INFO (zkConnectionManagerCallback-190-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 144575 INFO (zkConnectionManagerCallback-194-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 144623 INFO
(zkConnectionManagerCallback-196-thread-1-processing-n:127.0.0.1:44384_solr)
[n:127.0.0.1:44384_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 144762 INFO
(zkConnectionManagerCallback-198-thread-1-processing-n:127.0.0.1:34677_solr)
[n:127.0.0.1:34677_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 145769 INFO (jetty-launcher-179-thread-2)
[n:127.0.0.1:44384_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 145789 INFO (jetty-launcher-179-thread-2)
[n:127.0.0.1:44384_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:44384_solr
[junit4] 2> 145803 INFO (jetty-launcher-179-thread-2)
[n:127.0.0.1:44384_solr ] o.a.s.c.Overseer Overseer
(id=72094986702028805-127.0.0.1:44384_solr-n_0000000000) starting
[junit4] 2> 145862 INFO (jetty-launcher-179-thread-1)
[n:127.0.0.1:34677_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 145876 INFO (jetty-launcher-179-thread-1)
[n:127.0.0.1:34677_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34677_solr
[junit4] 2> 145989 INFO
(zkCallback-197-thread-1-processing-n:127.0.0.1:34677_solr)
[n:127.0.0.1:34677_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 146091 INFO
(zkCallback-195-thread-1-processing-n:127.0.0.1:44384_solr)
[n:127.0.0.1:44384_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 146169 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread Adding
.autoAddReplicas trigger
[junit4] 2> 146225 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 1
[junit4] 2> 146242 INFO (jetty-launcher-179-thread-2)
[n:127.0.0.1:44384_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44384_solr
[junit4] 2> 146265 INFO
(zkCallback-197-thread-1-processing-n:127.0.0.1:34677_solr)
[n:127.0.0.1:34677_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 146274 INFO
(zkCallback-195-thread-2-processing-n:127.0.0.1:44384_solr)
[n:127.0.0.1:44384_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 146319 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.NodeLostTrigger Initial livenodes:
[127.0.0.1:44384_solr, 127.0.0.1:34677_solr]
[junit4] 2> 146410 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion -1
[junit4] 2> 146410 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 1
[junit4] 2> 146595 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 146741 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion 1
[junit4] 2> 146904 DEBUG (ScheduledTrigger-117-thread-1)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 2
[junit4] 2> 147528 INFO (jetty-launcher-179-thread-2)
[n:127.0.0.1:44384_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44384.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62db146a
[junit4] 2> 147565 INFO (jetty-launcher-179-thread-1)
[n:127.0.0.1:34677_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34677.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62db146a
[junit4] 2> 147657 INFO (jetty-launcher-179-thread-1)
[n:127.0.0.1:34677_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34677.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62db146a
[junit4] 2> 147658 INFO (jetty-launcher-179-thread-1)
[n:127.0.0.1:34677_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34677.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62db146a
[junit4] 2> 147672 INFO (jetty-launcher-179-thread-1)
[n:127.0.0.1:34677_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_9E76B576936A4266-001/tempDir-001/node1/.
[junit4] 2> 147839 INFO (jetty-launcher-179-thread-2)
[n:127.0.0.1:44384_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44384.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62db146a
[junit4] 2> 147839 INFO (jetty-launcher-179-thread-2)
[n:127.0.0.1:44384_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44384.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62db146a
[junit4] 2> 147840 INFO (jetty-launcher-179-thread-2)
[n:127.0.0.1:44384_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_9E76B576936A4266-001/tempDir-001/node2/.
[junit4] 2> 148018 DEBUG (ScheduledTrigger-117-thread-1)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 2
[junit4] 2> 148566 INFO (zkConnectionManagerCallback-204-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 148680 INFO (zkConnectionManagerCallback-208-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 148733 INFO
(SUITE-TriggerIntegrationTest-seed#[9E76B576936A4266]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 148782 INFO
(SUITE-TriggerIntegrationTest-seed#[9E76B576936A4266]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46096/solr ready
[junit4] 2> 148942 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testNodeLostTriggerRestoreState
[junit4] 2> 148946 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode
version 2
[junit4] 2> 148981 DEBUG
(zkCallback-195-thread-2-processing-n:127.0.0.1:44384_solr)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 2
[junit4] 2> 148992 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 2
[junit4] 2> 149157 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 149196 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeLost markers
[junit4] 2> 149201 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 149201 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 2, lastZnodeVersion 2
[junit4] 2> 149212 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 149212 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 149212 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 149213 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@70f98280{/solr,null,AVAILABLE}
[junit4] 2> 149213 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.e.j.s.AbstractConnector Started ServerConnector@51310542{SSL,[ssl,
http/1.1]}{127.0.0.1:38297}
[junit4] 2> 149214 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.e.j.s.Server Started @159974ms
[junit4] 2> 149214 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38297}
[junit4] 2> 149214 ERROR
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging
may be missing or incomplete.
[junit4] 2> 149214 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 8.0.0
[junit4] 2> 149214 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 149214 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 149215 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-10T03:26:11.965Z
[junit4] 2> 149301 INFO (zkConnectionManagerCallback-210-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 149311 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 149460 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46096/solr
[junit4] 2> 149551 INFO (zkConnectionManagerCallback-214-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 149586 INFO
(zkConnectionManagerCallback-216-thread-1-processing-n:127.0.0.1:38297_solr)
[n:127.0.0.1:38297_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 149638 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[n:127.0.0.1:38297_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 149655 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[n:127.0.0.1:38297_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 149689 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[n:127.0.0.1:38297_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38297_solr
[junit4] 2> 149708 INFO
(zkCallback-197-thread-1-processing-n:127.0.0.1:34677_solr)
[n:127.0.0.1:34677_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 149713 INFO
(zkCallback-195-thread-1-processing-n:127.0.0.1:44384_solr)
[n:127.0.0.1:44384_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 149818 INFO
(zkCallback-215-thread-1-processing-n:127.0.0.1:38297_solr)
[n:127.0.0.1:38297_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 149969 INFO (zkCallback-207-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 150429 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[n:127.0.0.1:38297_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38297.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62db146a
[junit4] 2> 150504 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[n:127.0.0.1:38297_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38297.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62db146a
[junit4] 2> 150505 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[n:127.0.0.1:38297_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38297.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62db146a
[junit4] 2> 150520 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[n:127.0.0.1:38297_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_9E76B576936A4266-001/tempDir-001/node3/.
[junit4] 2> 154699 INFO (qtp1461804917-530) [n:127.0.0.1:34677_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=256
[junit4] 2> 155144 INFO (qtp373852808-595) [n:127.0.0.1:38297_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=21
[junit4] 2> 155693 INFO (qtp491155962-536) [n:127.0.0.1:44384_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=35
[junit4] 2> 155729 DEBUG (qtp1461804917-543) [n:127.0.0.1:34677_solr ]
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 155736 DEBUG
(zkCallback-195-thread-1-processing-n:127.0.0.1:44384_solr)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 3
[junit4] 2> 155736 INFO (qtp1461804917-543) [n:127.0.0.1:34677_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling
params={wt=javabin&version=2} status=0 QTime=2372
[junit4] 2> 155828 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.e.j.s.AbstractConnector Stopped ServerConnector@51310542{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 155829 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1253523681
[junit4] 2> 155829 DEBUG
(zkCallback-195-thread-1-processing-n:127.0.0.1:44384_solr)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.NodeLostTrigger Initial livenodes:
[127.0.0.1:44384_solr, 127.0.0.1:34677_solr, 127.0.0.1:38297_solr]
[junit4] 2> 155830 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.node, tag=null
[junit4] 2> 155830 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@51435db2: rootName =
solr_38297, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@3771061b
[junit4] 2> 155853 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 3
[junit4] 2> 156021 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jvm, tag=null
[junit4] 2> 156022 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4b41c0cc: rootName =
solr_38297, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@78145d51
[junit4] 2> 155862 INFO
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.TriggerIntegrationTest
TestTriggerAction init
[junit4] 2> 156028 DEBUG (ScheduledTrigger-117-thread-1)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
node_lost_restore_trigger with currently live nodes: 3
[junit4] 2> 156049 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 156049 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 3, lastZnodeVersion 3
[junit4] 2> 156059 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jetty, tag=null
[junit4] 2> 156059 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@df7d058: rootName =
solr_38297, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@3da2336a
[junit4] 2> 156109 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:38297_solr
[junit4] 2> 156111 INFO (zkCallback-207-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
[junit4] 2> 156111 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.cluster, tag=null
[junit4] 2> 156111 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 156146 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x10022022876000b, likely client has closed socket
[junit4] 2> 156147 INFO
(zkCallback-197-thread-1-processing-n:127.0.0.1:34677_solr)
[n:127.0.0.1:34677_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (2)
[junit4] 2> 156147 INFO
(zkCallback-195-thread-2-processing-n:127.0.0.1:44384_solr)
[n:127.0.0.1:44384_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (2)
[junit4] 2> 156157 WARN
(zkCallback-215-thread-1-processing-n:127.0.0.1:38297_solr)
[n:127.0.0.1:38297_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 156256 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@70f98280{/solr,null,UNAVAILABLE}
[junit4] 2> 156256 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.e.j.s.session Stopped scavenging
[junit4] 2> 157030 DEBUG (ScheduledTrigger-117-thread-1)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
node_lost_restore_trigger with currently live nodes: 2
[junit4] 2> 157030 DEBUG (ScheduledTrigger-117-thread-1)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.NodeLostTrigger Tracking lost node:
127.0.0.1:38297_solr
[junit4] 2> 158065 INFO (qtp1461804917-544) [n:127.0.0.1:34677_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 158084 DEBUG (ScheduledTrigger-117-thread-1)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
node_lost_restore_trigger with currently live nodes: 2
[junit4] 2> 158103 INFO (qtp491155962-534) [n:127.0.0.1:44384_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 158156 DEBUG (qtp1461804917-541) [n:127.0.0.1:34677_solr ]
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 158158 DEBUG
(zkCallback-195-thread-2-processing-n:127.0.0.1:44384_solr)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 4
[junit4] 2> 158158 DEBUG
(zkCallback-195-thread-2-processing-n:127.0.0.1:44384_solr)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.NodeLostTrigger Initial livenodes:
[127.0.0.1:44384_solr, 127.0.0.1:34677_solr]
[junit4] 2> 158158 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 4
[junit4] 2> 158209 INFO (qtp1461804917-541) [n:127.0.0.1:34677_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling
params={wt=javabin&version=2} status=0 QTime=380
[junit4] 2> 158246 INFO
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.TriggerIntegrationTest
TestTriggerAction init
[junit4] 2> 158246 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.NodeLostTrigger Adding lost node from
marker path: 127.0.0.1:38297_solr
[junit4] 2> 158247 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 158247 DEBUG (ScheduledTrigger-117-thread-4)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
node_lost_restore_trigger with currently live nodes: 2
[junit4] 2> 158247 DEBUG (ScheduledTrigger-117-thread-4)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing
registered processor for lost nodes: [127.0.0.1:38297_solr]
[junit4] 2> 158249 DEBUG (ScheduledTrigger-117-thread-4)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown
inactive - processing event: {
[junit4] 2> "id":"206f0f58deeffTbj473jp550eznywmn52iii214",
[junit4] 2> "source":"node_lost_restore_trigger",
[junit4] 2> "eventTime":570581935058687,
[junit4] 2> "eventType":"NODELOST",
[junit4] 2> "properties":{
[junit4] 2> "eventTimes":[570581935058687],
[junit4] 2> "nodeNames":["127.0.0.1:38297_solr"]}}
[junit4] 2> 158249 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 4, lastZnodeVersion 4
[junit4] 2> 158262 DEBUG (ScheduledTrigger-117-thread-4)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.ScheduledTriggers Pausing all triggers:
[node_lost_restore_trigger]
[junit4] 2> 158264 INFO (ScheduledTrigger-117-thread-4)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.SystemLogListener Collection .system
does not exist, disabling logging.
[junit4] 2> 158426 DEBUG
(AutoscalingActionExecutor-118-thread-1-processing-n:127.0.0.1:44384_solr)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.ScheduledTriggers -- processing actions
for {
[junit4] 2> "id":"206f0f58deeffTbj473jp550eznywmn52iii214",
[junit4] 2> "source":"node_lost_restore_trigger",
[junit4] 2> "eventTime":570581935058687,
[junit4] 2> "eventType":"NODELOST",
[junit4] 2> "properties":{
[junit4] 2> "eventTimes":[570581935058687],
[junit4] 2> "_enqueue_time_":570581950725319,
[junit4] 2> "nodeNames":["127.0.0.1:38297_solr"]}}
[junit4] 2> 158467 INFO
(TEST-TriggerIntegrationTest.testNodeLostTriggerRestoreState-seed#[9E76B576936A4266])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testNodeLostTriggerRestoreState
[junit4] 2> 158537 DEBUG
(AutoscalingActionExecutor-118-thread-1-processing-n:127.0.0.1:44384_solr)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.ScheduledTriggers Resuming trigger:
node_lost_restore_trigger after 5000ms
[junit4] 2> 158549 DEBUG
(AutoscalingActionExecutor-118-thread-1-processing-n:127.0.0.1:44384_solr)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.ScheduledTriggers -- processing took 123
ms for event id=206f0f58deeffTbj473jp550eznywmn52iii214
[junit4] 2> 158850 INFO
(TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[9E76B576936A4266])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testContinueTriggersOnOverseerRestart
[junit4] 2> 158851 DEBUG
(zkCallback-195-thread-2-processing-n:127.0.0.1:44384_solr)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 5
[junit4] 2> 158851 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 5
[junit4] 2> 158851 INFO
(TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[9E76B576936A4266])
[ ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode
version 5
[junit4] 2> 158923 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeLost markers
[junit4] 2> 158923 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 158924 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 5, lastZnodeVersion 5
[junit4] 2> 158939 INFO (qtp1461804917-543) [n:127.0.0.1:34677_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with
params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 159050 INFO (qtp1461804917-543) [n:127.0.0.1:34677_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=111
[junit4] 2> 159143 INFO (qtp1461804917-530) [n:127.0.0.1:34677_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 159160 INFO (qtp491155962-536) [n:127.0.0.1:44384_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=14
[junit4] 2> 159161 DEBUG (qtp1461804917-541) [n:127.0.0.1:34677_solr ]
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 159178 INFO (qtp1461804917-541) [n:127.0.0.1:34677_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling
params={wt=javabin&version=2} status=0 QTime=53
[junit4] 2> 159214 DEBUG
(zkCallback-195-thread-2-processing-n:127.0.0.1:44384_solr)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 6
[junit4] 2> 159217 DEBUG
(zkCallback-195-thread-2-processing-n:127.0.0.1:44384_solr)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.NodeAddedTrigger Initial livenodes:
[127.0.0.1:44384_solr, 127.0.0.1:34677_solr]
[junit4] 2> 159217 DEBUG
(zkCallback-195-thread-2-processing-n:127.0.0.1:44384_solr)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger
node_added_triggerCTOOR instantiated with properties: {event=nodeAdded,
waitFor=1, actions=[{name=test,
class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}],
enabled=true}
[junit4] 2> 159217 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 6
[junit4] 2> 159232 INFO
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0.0.1:44384_solr ] o.a.s.c.a.TriggerIntegrationTest
TestTriggerAction init
[junit4] 2> 159234 DEBUG
(OverseerAutoScalingTriggerThread-72094986702028805-127.0.0.1:44384_solr-n_0000000000)
[n:127.0
[...truncated too long message...]
tory, MetricUtilsTest, DistributedFacetSimpleRefinementLongTailTest,
TestFileDictionaryLookup, TestLegacyField, UnloadDistributedZkTest,
TestFieldSortValues, DateMathParserTest, LeaderElectionIntegrationTest,
TestHashPartitioner, TestReload, SimpleFacetsTest, StatsComponentTest,
BadIndexSchemaTest, TestFiltering, TestBadConfig, TestIndexSearcher,
ShowFileRequestHandlerTest, SolrRequestParserTest, SuggesterTSTTest,
SuggesterTest, TestTrie, SpatialFilterTest, TestCSVLoader,
WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest,
SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest,
DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest,
StatelessScriptUpdateProcessorFactoryTest, DistanceFunctionTest,
SolrInfoBeanTest, LukeRequestHandlerTest, FileBasedSpellCheckerTest,
XmlUpdateRequestHandlerTest, RequestHandlersTest,
PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, RequiredFieldsTest,
TestSolrQueryParser, RegexBoostProcessorTest, TestJmxIntegration,
ReturnFieldsTest, QueryParsingTest, TestAnalyzedSuggestions,
UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest,
TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter,
PingRequestHandlerTest, CSVRequestHandlerTest, TestLFUCache,
URLClassifyProcessorTest, PluginInfoTest, ChaosMonkeyNothingIsSafeTest,
AssignBackwardCompatibilityTest, DeleteStatusTest, HttpPartitionOnCommitTest,
LeaderInitiatedRecoveryOnShardRestartTest, LegacyCloudClusterPropTest,
MissingSegmentRecoveryTest, MoveReplicaHDFSFailoverTest,
ReplaceNodeNoTargetTest, SaslZkACLProviderTest,
TestDeleteCollectionOnDownNodes, TestLeaderElectionWithEmptyReplica,
TestPrepRecovery, TestSizeLimitedDistributedMap, TestStressInPlaceUpdates,
CollectionsAPIDistributedZkTest, AutoAddReplicasPlanActionTest,
HdfsAutoAddReplicasIntegrationTest, TestClusterStateProvider,
TestNodeAddedTrigger, TestNodeLostTrigger, TestPolicyCloud,
TestSimDistributedQueue, CdcrBidirectionalTest, CdcrBootstrapTest,
HdfsRecoverLeaseTest, BlobRepositoryCloudTest, TestConfigOverlay,
TestConfigSetImmutable, TestConfigSetProperties, TestCorePropertiesReload,
TestCustomStream, TestSolrConfigHandler, SearchHandlerTest, TestBlobHandler,
TestReplicationHandlerBackup, TestRestoreCore, AutoscalingHistoryHandlerTest]
[junit4] Completed [642/775 (7!)] on J2 in 13.81s, 1 test, 1 failure <<<
FAILURES!
[...truncated 3545 lines...]
[junit4] Suite: org.apache.solr.analytics.facet.PivotFacetTest
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/contrib/solr-analytics/test/J0/temp/solr.analytics.facet.PivotFacetTest_507B6CB0C7C34ACD-001/init-core-data-001
[junit4] 2> Feb 10, 2018 5:01:40 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 3 leaked
thread(s).
[junit4] 2> Feb 10, 2018 5:02:00 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.solr.analytics.facet.PivotFacetTest:
[junit4] 2> 1) Thread[id=90, name=qtp87745466-90, state=TIMED_WAITING,
group=TGRP-PivotFacetTest]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
[junit4] 2> at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
[junit4] 2> at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Feb 10, 2018 5:02:00 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=90, name=qtp87745466-90, state=TIMED_WAITING,
group=TGRP-PivotFacetTest]
[junit4] 2> Feb 10, 2018 5:02:03 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=90, name=qtp87745466-90, state=TIMED_WAITING,
group=TGRP-PivotFacetTest]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
[junit4] 2> at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
[junit4] 2> at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{int_i=Lucene50(blocksize=128), double_dm=Lucene50(blocksize=128),
float_fm=Lucene50(blocksize=128), int_im=FST50,
date_dt=Lucene50(blocksize=128), date_dtm=FST50, long_lm=FST50,
double_d=Lucene50(blocksize=128), float_f=Lucene50(blocksize=128),
long_l=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
_version_=Lucene50(blocksize=128), string_s=Lucene50(blocksize=128),
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
string_sm=FST50}, docValues:{int_i=DocValuesFormat(name=Lucene70),
double_dm=DocValuesFormat(name=Lucene70),
float_fm=DocValuesFormat(name=Direct), int_im=DocValuesFormat(name=Lucene70),
date_dt=DocValuesFormat(name=Lucene70),
date_dtm=DocValuesFormat(name=Lucene70),
long_lm=DocValuesFormat(name=Lucene70), double_d=DocValuesFormat(name=Direct),
float_f=DocValuesFormat(name=Lucene70), long_l=DocValuesFormat(name=Asserting),
_version_=DocValuesFormat(name=Direct),
string_s=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Asserting),
string_sm=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=122,
maxMBSortInHeap=6.0189967316882775,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@71a98116),
locale=ar-DZ, timezone=Indian/Comoro
[junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation
1.8.0_152 (64-bit)/cpus=4,threads=2,free=243183536,total=315621376
[junit4] 2> NOTE: All tests run in this JVM: [DateFieldsTest,
CastingBooleanValueStreamTest, LegacyAbstractAnalyticsCloudTest,
FilterFunctionTest, RemoveFunctionTest, CastingIntValueTest, LegacyNoFacetTest,
PivotFacetTest]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=PivotFacetTest
-Dtests.seed=507B6CB0C7C34ACD -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=ar-DZ -Dtests.timezone=Indian/Comoro -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J0 | PivotFacetTest (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.analytics.facet.PivotFacetTest:
[junit4] > 1) Thread[id=90, name=qtp87745466-90, state=TIMED_WAITING,
group=TGRP-PivotFacetTest]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
[junit4] > at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
[junit4] > at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([507B6CB0C7C34ACD]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=90, name=qtp87745466-90, state=TIMED_WAITING,
group=TGRP-PivotFacetTest]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
[junit4] > at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
[junit4] > at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([507B6CB0C7C34ACD]:0)
[junit4] Completed [36/78 (1!)] on J0 in 96.24s, 1 test, 2 errors <<<
FAILURES!
[...truncated 45073 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]