Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19941/
Java: 32bit/jdk-9-ea+173 -client -XX:+UseParallelGC
6 tests failed.
FAILED: org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration
Error Message:
expected:<http[]://127.0.0.1:39863/s...> but
was:<http[s]://127.0.0.1:39863/s...>
Stack Trace:
org.junit.ComparisonFailure: expected:<http[]://127.0.0.1:39863/s...> but
was:<http[s]://127.0.0.1:39863/s...>
at
__randomizedtesting.SeedInfo.seed([DF3489F270B48BE4:61BFEF5D09CE85D1]:0)
at org.junit.Assert.assertEquals(Assert.java:125)
at org.junit.Assert.assertEquals(Assert.java:147)
at
org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration(ClusterStateUpdateTest.java:104)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.CdcrVersionReplicationTest
Error Message:
2 threads leaked from SUITE scope at
org.apache.solr.cloud.CdcrVersionReplicationTest: 1) Thread[id=4649,
name=cdcr-update-log-synchronizer-2031-thread-1, state=WAITING,
group=TGRP-CdcrVersionReplicationTest] at
java.base@9-ea/jdk.internal.misc.Unsafe.park(Native Method) at
java.base@9-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
java.base@9-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
at
java.base@9-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1119)
at
java.base@9-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:848)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1086)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base@9-ea/java.lang.Thread.run(Thread.java:844) 2)
Thread[id=4635, name=cdcr-update-log-synchronizer-2025-thread-1, state=WAITING,
group=TGRP-CdcrVersionReplicationTest] at
java.base@9-ea/jdk.internal.misc.Unsafe.park(Native Method) at
java.base@9-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
java.base@9-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
at
java.base@9-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1119)
at
java.base@9-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:848)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1086)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base@9-ea/java.lang.Thread.run(Thread.java:844)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE
scope at org.apache.solr.cloud.CdcrVersionReplicationTest:
1) Thread[id=4649, name=cdcr-update-log-synchronizer-2031-thread-1,
state=WAITING, group=TGRP-CdcrVersionReplicationTest]
at java.base@9-ea/jdk.internal.misc.Unsafe.park(Native Method)
at
java.base@9-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
java.base@9-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
at
java.base@9-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1119)
at
java.base@9-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:848)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1086)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base@9-ea/java.lang.Thread.run(Thread.java:844)
2) Thread[id=4635, name=cdcr-update-log-synchronizer-2025-thread-1,
state=WAITING, group=TGRP-CdcrVersionReplicationTest]
at java.base@9-ea/jdk.internal.misc.Unsafe.park(Native Method)
at
java.base@9-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
java.base@9-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
at
java.base@9-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1119)
at
java.base@9-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:848)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1086)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base@9-ea/java.lang.Thread.run(Thread.java:844)
at __randomizedtesting.SeedInfo.seed([DF3489F270B48BE4]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.CdcrVersionReplicationTest
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=4649, name=cdcr-update-log-synchronizer-2031-thread-1, state=WAITING,
group=TGRP-CdcrVersionReplicationTest] at
java.base@9-ea/jdk.internal.misc.Unsafe.park(Native Method) at
java.base@9-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
java.base@9-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
at
java.base@9-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1119)
at
java.base@9-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:848)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1086)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base@9-ea/java.lang.Thread.run(Thread.java:844) 2)
Thread[id=4635, name=cdcr-update-log-synchronizer-2025-thread-1, state=WAITING,
group=TGRP-CdcrVersionReplicationTest] at
java.base@9-ea/jdk.internal.misc.Unsafe.park(Native Method) at
java.base@9-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
java.base@9-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
at
java.base@9-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1119)
at
java.base@9-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:848)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1086)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base@9-ea/java.lang.Thread.run(Thread.java:844)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=4649, name=cdcr-update-log-synchronizer-2031-thread-1,
state=WAITING, group=TGRP-CdcrVersionReplicationTest]
at java.base@9-ea/jdk.internal.misc.Unsafe.park(Native Method)
at
java.base@9-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
java.base@9-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
at
java.base@9-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1119)
at
java.base@9-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:848)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1086)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base@9-ea/java.lang.Thread.run(Thread.java:844)
2) Thread[id=4635, name=cdcr-update-log-synchronizer-2025-thread-1,
state=WAITING, group=TGRP-CdcrVersionReplicationTest]
at java.base@9-ea/jdk.internal.misc.Unsafe.park(Native Method)
at
java.base@9-ea/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
at
java.base@9-ea/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
at
java.base@9-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1119)
at
java.base@9-ea/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:848)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1086)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at
java.base@9-ea/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base@9-ea/java.lang.Thread.run(Thread.java:844)
at __randomizedtesting.SeedInfo.seed([DF3489F270B48BE4]:0)
FAILED:
org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection
Error Message:
Expected to see nodes come back collection1 null Live Nodes:
[127.0.0.1:35525_solr, 127.0.0.1:45819_solr, 127.0.0.1:35949_solr] Last
available state:
DocCollection(collection1//collections/collection1/state.json/20)={
"pullReplicas":"0", "replicationFactor":"1", "shards":{ "shard1":{
"range":"80000000-ffffffff", "state":"active", "replicas":{
"core_node1":{ "core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:43571/solr",
"node_name":"127.0.0.1:43571_solr", "state":"down",
"type":"NRT"}, "core_node3":{
"core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:44551/solr",
"node_name":"127.0.0.1:44551_solr", "state":"down",
"type":"NRT"}, "core_node4":{
"core":"collection1_shard1_replica_n3",
"base_url":"http://127.0.0.1:35525/solr",
"node_name":"127.0.0.1:35525_solr", "state":"active",
"type":"NRT"}, "core_node5":{
"core":"collection1_shard1_replica_n4",
"base_url":"http://127.0.0.1:35625/solr",
"node_name":"127.0.0.1:35625_solr", "state":"down",
"type":"NRT"}, "core_node6":{
"core":"collection1_shard1_replica_n5",
"base_url":"http://127.0.0.1:35949/solr",
"node_name":"127.0.0.1:35949_solr", "state":"active",
"type":"NRT", "leader":"true"}}}, "shard2":{
"range":"0-7fffffff", "state":"active", "replicas":{"core_node2":{
"core":"collection1_shard2_replica_n1",
"base_url":"http://127.0.0.1:45819/solr",
"node_name":"127.0.0.1:45819_solr", "state":"active",
"type":"NRT", "leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"1", "autoAddReplicas":"false", "nrtReplicas":"1",
"tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Expected to see nodes come back collection1
null
Live Nodes: [127.0.0.1:35525_solr, 127.0.0.1:45819_solr, 127.0.0.1:35949_solr]
Last available state:
DocCollection(collection1//collections/collection1/state.json/20)={
"pullReplicas":"0",
"replicationFactor":"1",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"active",
"replicas":{
"core_node1":{
"core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:43571/solr",
"node_name":"127.0.0.1:43571_solr",
"state":"down",
"type":"NRT"},
"core_node3":{
"core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:44551/solr",
"node_name":"127.0.0.1:44551_solr",
"state":"down",
"type":"NRT"},
"core_node4":{
"core":"collection1_shard1_replica_n3",
"base_url":"http://127.0.0.1:35525/solr",
"node_name":"127.0.0.1:35525_solr",
"state":"active",
"type":"NRT"},
"core_node5":{
"core":"collection1_shard1_replica_n4",
"base_url":"http://127.0.0.1:35625/solr",
"node_name":"127.0.0.1:35625_solr",
"state":"down",
"type":"NRT"},
"core_node6":{
"core":"collection1_shard1_replica_n5",
"base_url":"http://127.0.0.1:35949/solr",
"node_name":"127.0.0.1:35949_solr",
"state":"active",
"type":"NRT",
"leader":"true"}}},
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{"core_node2":{
"core":"collection1_shard2_replica_n1",
"base_url":"http://127.0.0.1:45819/solr",
"node_name":"127.0.0.1:45819_solr",
"state":"active",
"type":"NRT",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"1",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([DF3489F270B48BE4:810044BC33CB1703]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
at
org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection(LeaderElectionIntegrationTest.java:109)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED: org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey
Error Message:
shard2 is not consistent. Got 104 from
http://127.0.0.1:38145/uw_gu/fs/collection1_shard2_replica_t0 (previous client)
and got 57 from http://127.0.0.1:37347/uw_gu/fs/collection1_shard2_replica_t1
Stack Trace:
java.lang.AssertionError: shard2 is not consistent. Got 104 from
http://127.0.0.1:38145/uw_gu/fs/collection1_shard2_replica_t0 (previous client)
and got 57 from http://127.0.0.1:37347/uw_gu/fs/collection1_shard2_replica_t1
at
__randomizedtesting.SeedInfo.seed([DF3489F270B48BE4:54135A2331B22060]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1319)
at
org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:474)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED: org.apache.solr.ltr.TestLTROnSolrCloud.testSimpleQuery
Error Message:
Path not found: /responseHeader/status
Stack Trace:
java.lang.RuntimeException: Path not found: /responseHeader/status
at
__randomizedtesting.SeedInfo.seed([395CF95442745EDB:4C513948526E980E]:0)
at org.apache.solr.util.RestTestBase.assertJPut(RestTestBase.java:329)
at org.apache.solr.util.RestTestBase.assertJPut(RestTestBase.java:271)
at
org.apache.solr.ltr.TestRerankBase.loadFeature(TestRerankBase.java:286)
at
org.apache.solr.ltr.TestLTROnSolrCloud.loadModelsAndFeatures(TestLTROnSolrCloud.java:184)
at
org.apache.solr.ltr.TestLTROnSolrCloud.setupSolrCluster(TestLTROnSolrCloud.java:138)
at
org.apache.solr.ltr.TestLTROnSolrCloud.setUp(TestLTROnSolrCloud.java:58)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:941)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 11162 lines...]
[junit4] Suite: org.apache.solr.cloud.ClusterStateUpdateTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_DF3489F270B48BE4-001/init-core-data-001
[junit4] 2> 134981 WARN
(SUITE-ClusterStateUpdateTest-seed#[DF3489F270B48BE4]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 134982 INFO
(SUITE-ClusterStateUpdateTest-seed#[DF3489F270B48BE4]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 134982 INFO
(SUITE-ClusterStateUpdateTest-seed#[DF3489F270B48BE4]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 134984 INFO
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[DF3489F270B48BE4]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCoreRegistration
[junit4] 2> 134984 INFO
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[DF3489F270B48BE4]) [
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_DF3489F270B48BE4-001/tempDir-001
[junit4] 2> 134984 INFO
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[DF3489F270B48BE4]) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 134984 INFO (Thread-523) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 134984 INFO (Thread-523) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 134988 ERROR (Thread-523) [ ] 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> 135084 INFO
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[DF3489F270B48BE4]) [
] o.a.s.c.ZkTestServer start zk server on port:38771
[junit4] 2> 135089 INFO (jetty-launcher-393-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 135089 INFO (jetty-launcher-393-thread-3) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 135091 INFO (jetty-launcher-393-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 135092 INFO (jetty-launcher-393-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@118f8f{/solr,null,AVAILABLE}
[junit4] 2> 135093 INFO (jetty-launcher-393-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4d5cbf{/solr,null,AVAILABLE}
[junit4] 2> 135093 INFO (jetty-launcher-393-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1cd6fc1{SSL,[ssl,
http/1.1]}{127.0.0.1:45555}
[junit4] 2> 135093 INFO (jetty-launcher-393-thread-3) [ ]
o.e.j.s.Server Started @136514ms
[junit4] 2> 135093 INFO (jetty-launcher-393-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45555}
[junit4] 2> 135093 ERROR (jetty-launcher-393-thread-3) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 135093 INFO (jetty-launcher-393-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 135093 INFO (jetty-launcher-393-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 135093 INFO (jetty-launcher-393-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 135093 INFO (jetty-launcher-393-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-23T02:52:21.432890Z
[junit4] 2> 135094 INFO (jetty-launcher-393-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@b8ed95{/solr,null,AVAILABLE}
[junit4] 2> 135094 INFO (jetty-launcher-393-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1072795{SSL,[ssl,
http/1.1]}{127.0.0.1:39863}
[junit4] 2> 135094 INFO (jetty-launcher-393-thread-2) [ ]
o.e.j.s.Server Started @136515ms
[junit4] 2> 135094 INFO (jetty-launcher-393-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@76f4c0{SSL,[ssl,
http/1.1]}{127.0.0.1:46275}
[junit4] 2> 135095 INFO (jetty-launcher-393-thread-1) [ ]
o.e.j.s.Server Started @136516ms
[junit4] 2> 135095 INFO (jetty-launcher-393-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=39863}
[junit4] 2> 135095 INFO (jetty-launcher-393-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46275}
[junit4] 2> 135095 ERROR (jetty-launcher-393-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 135095 ERROR (jetty-launcher-393-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 135095 INFO (jetty-launcher-393-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 135095 INFO (jetty-launcher-393-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 135095 INFO (jetty-launcher-393-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 135095 INFO (jetty-launcher-393-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 135095 INFO (jetty-launcher-393-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 135095 INFO (jetty-launcher-393-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 135095 INFO (jetty-launcher-393-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-23T02:52:21.434402Z
[junit4] 2> 135095 INFO (jetty-launcher-393-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-23T02:52:21.434420Z
[junit4] 2> 135095 INFO (jetty-launcher-393-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 135096 INFO (jetty-launcher-393-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 135097 INFO (jetty-launcher-393-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 135101 INFO (jetty-launcher-393-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38771/solr
[junit4] 2> 135101 INFO (jetty-launcher-393-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38771/solr
[junit4] 2> 135106 INFO (jetty-launcher-393-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38771/solr
[junit4] 2> 135107 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15cd2dd5bcc0005, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 135117 INFO (jetty-launcher-393-thread-3) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 135117 INFO (jetty-launcher-393-thread-1) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 135117 INFO (jetty-launcher-393-thread-2) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 135118 INFO (jetty-launcher-393-thread-3) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45555_solr
[junit4] 2> 135118 INFO (jetty-launcher-393-thread-1) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46275_solr
[junit4] 2> 135118 INFO (jetty-launcher-393-thread-2) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39863_solr
[junit4] 2> 135118 INFO (jetty-launcher-393-thread-3) [ ]
o.a.s.c.Overseer Overseer
(id=98185140065009670-127.0.0.1:45555_solr-n_0000000000) starting
[junit4] 2> 135119 INFO (zkCallback-407-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 135119 INFO (zkCallback-409-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 135119 INFO (zkCallback-410-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 135126 INFO (jetty-launcher-393-thread-3) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45555_solr
[junit4] 2> 135127 INFO (zkCallback-407-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 135127 INFO (zkCallback-410-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 135127 INFO (zkCallback-409-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 135224 INFO (jetty-launcher-393-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39863.solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54
[junit4] 2> 135227 INFO (jetty-launcher-393-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39863.solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54
[junit4] 2> 135227 INFO (jetty-launcher-393-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39863.solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54
[junit4] 2> 135227 INFO (jetty-launcher-393-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_DF3489F270B48BE4-001/tempDir-001/node2/.
[junit4] 2> 135238 INFO (jetty-launcher-393-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45555.solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54
[junit4] 2> 135240 INFO (jetty-launcher-393-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45555.solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54
[junit4] 2> 135240 INFO (jetty-launcher-393-thread-3) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45555.solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54
[junit4] 2> 135241 INFO (jetty-launcher-393-thread-3) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_DF3489F270B48BE4-001/tempDir-001/node3/.
[junit4] 2> 135306 INFO (jetty-launcher-393-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46275.solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54
[junit4] 2> 135308 INFO (jetty-launcher-393-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46275.solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54
[junit4] 2> 135308 INFO (jetty-launcher-393-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46275.solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54
[junit4] 2> 135309 INFO (jetty-launcher-393-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_DF3489F270B48BE4-001/tempDir-001/node1/.
[junit4] 2> 135325 INFO
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[DF3489F270B48BE4]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 135325 INFO
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[DF3489F270B48BE4]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38771/solr ready
[junit4] 2> 135362 INFO (qtp6809571-2072) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
pullReplicas=0&replicationFactor=1&name=testcore&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:39863_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 135364 INFO (OverseerThreadFactory-883-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Create collection testcore
[junit4] 2> 135364 INFO (OverseerThreadFactory-883-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf
[junit4] 2> 135468 INFO
(OverseerStateUpdate-98185140065009670-127.0.0.1:45555_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testcore",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testcore_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:39863/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 135675 INFO (qtp6809571-2052) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=testcore_shard1_replica_n1&action=CREATE&numShards=1&collection=testcore&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 135675 INFO (qtp6809571-2052) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 135780 INFO (zkCallback-409-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/testcore/state.json]
for collection [testcore] has occurred - updating... (live nodes size: [3])
[junit4] 2> 135780 INFO (zkCallback-409-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/testcore/state.json]
for collection [testcore] has occurred - updating... (live nodes size: [3])
[junit4] 2> 136687 INFO (qtp6809571-2052) [ ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 7.0.0
[junit4] 2> 136692 INFO (qtp6809571-2052) [ ] o.a.s.s.IndexSchema
[testcore_shard1_replica_n1] Schema name=minimal
[junit4] 2> 136694 INFO (qtp6809571-2052) [ ] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 136694 INFO (qtp6809571-2052) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'testcore_shard1_replica_n1' using configuration from
collection testcore, trusted=true
[junit4] 2> 136695 INFO (qtp6809571-2052) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39863.solr.core.testcore.shard1.replica_n1' (registry
'solr.core.testcore.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54
[junit4] 2> 136695 INFO (qtp6809571-2052) [ ] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 136695 INFO (qtp6809571-2052) [ ] o.a.s.c.SolrCore
[[testcore_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_DF3489F270B48BE4-001/tempDir-001/node2/testcore_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_DF3489F270B48BE4-001/tempDir-001/node2/./testcore_shard1_replica_n1/data/]
[junit4] 2> 136739 INFO (qtp6809571-2052) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 136740 INFO (qtp6809571-2052) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 136741 INFO (qtp6809571-2052) [ ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 136741 INFO (qtp6809571-2052) [ ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 136742 INFO (qtp6809571-2052) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@af6a7f[testcore_shard1_replica_n1]
main]
[junit4] 2> 136742 INFO (qtp6809571-2052) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 136743 INFO (qtp6809571-2052) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 136743 INFO (qtp6809571-2052) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 136744 INFO (searcherExecutor-890-thread-1) [ ]
o.a.s.c.SolrCore [testcore_shard1_replica_n1] Registered new searcher
Searcher@af6a7f[testcore_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 136744 INFO (qtp6809571-2052) [ ] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1570962242884599808
[junit4] 2> 136747 INFO (qtp6809571-2052) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 136747 INFO (qtp6809571-2052) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 136747 INFO (qtp6809571-2052) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 136748 INFO (qtp6809571-2052) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:39863/solr/testcore_shard1_replica_n1/ shard1
[junit4] 2> 136850 INFO (zkCallback-409-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/testcore/state.json]
for collection [testcore] has occurred - updating... (live nodes size: [3])
[junit4] 2> 136850 INFO (zkCallback-409-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/testcore/state.json]
for collection [testcore] has occurred - updating... (live nodes size: [3])
[junit4] 2> 136899 WARN (qtp6809571-2052) [ ] o.a.s.c.ZkController
Skipping recovery according to sys prop solrcloud.skip.autorecovery
[junit4] 2> 136901 INFO (qtp6809571-2052) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=testcore_shard1_replica_n1&action=CREATE&numShards=1&collection=testcore&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1226
[junit4] 2> 136903 INFO (qtp6809571-2072) [ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 137002 INFO (zkCallback-409-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/testcore/state.json]
for collection [testcore] has occurred - updating... (live nodes size: [3])
[junit4] 2> 137002 INFO (zkCallback-409-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/testcore/state.json]
for collection [testcore] has occurred - updating... (live nodes size: [3])
[junit4] 2> 137365 INFO
(OverseerCollectionConfigSetProcessor-98185140065009670-127.0.0.1:45555_solr-n_0000000000)
[ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 137904 INFO (qtp6809571-2072) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={pullReplicas=0&replicationFactor=1&name=testcore&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:39863_solr&wt=javabin&version=2}
status=0 QTime=2541
[junit4] 2> 137906 INFO
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[DF3489F270B48BE4]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCoreRegistration
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=ClusterStateUpdateTest -Dtests.method=testCoreRegistration
-Dtests.seed=DF3489F270B48BE4 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=en-TK -Dtests.timezone=Europe/Istanbul -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 2.93s J1 | ClusterStateUpdateTest.testCoreRegistration <<<
[junit4] > Throwable #1: org.junit.ComparisonFailure:
expected:<http[]://127.0.0.1:39863/s...> but
was:<http[s]://127.0.0.1:39863/s...>
[junit4] > at
__randomizedtesting.SeedInfo.seed([DF3489F270B48BE4:61BFEF5D09CE85D1]:0)
[junit4] > at
org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration(ClusterStateUpdateTest.java:104)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:564)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 137915 INFO (jetty-closer-394-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@1cd6fc1{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 137915 INFO (jetty-closer-394-thread-3) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@76f4c0{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 137915 INFO (jetty-closer-394-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@1072795{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 137915 INFO (jetty-closer-394-thread-2) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1924093
[junit4] 2> 137916 INFO (jetty-closer-394-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=4123096
[junit4] 2> 137916 INFO (jetty-closer-394-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 137916 INFO (jetty-closer-394-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 137916 INFO (jetty-closer-394-thread-3) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=7088385
[junit4] 2> 137916 INFO (jetty-closer-394-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 137918 INFO (jetty-closer-394-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 137918 INFO (jetty-closer-394-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 137918 INFO (jetty-closer-394-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 137919 INFO (jetty-closer-394-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 137919 INFO (jetty-closer-394-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 137920 INFO (jetty-closer-394-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 137920 INFO (jetty-closer-394-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 137920 INFO (jetty-closer-394-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 137921 INFO (jetty-closer-394-thread-2) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 137921 INFO (jetty-closer-394-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 137921 INFO (jetty-closer-394-thread-3) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 137925 INFO (jetty-closer-394-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=98185140065009670-127.0.0.1:45555_solr-n_0000000000) closing
[junit4] 2> 137926 INFO (coreCloseExecutor-895-thread-1) [ ]
o.a.s.c.SolrCore [testcore_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@fc6df2
[junit4] 2> 137926 INFO
(OverseerStateUpdate-98185140065009670-127.0.0.1:45555_solr-n_0000000000) [
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45555_solr
[junit4] 2> 137927 INFO (zkCallback-409-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
[junit4] 2> 137927 INFO (zkCallback-407-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
[junit4] 2> 137931 INFO (zkCallback-409-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 137931 INFO (zkCallback-409-thread-1) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39863_solr
[junit4] 2> 137931 INFO (coreCloseExecutor-895-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.testcore.shard1.replica_n1, tag=16543218
[junit4] 2> 137933 WARN (zkCallback-407-thread-1) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 137933 INFO (coreCloseExecutor-895-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.testcore.shard1.leader, tag=16543218
[junit4] 2> 137934 INFO (jetty-closer-394-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@118f8f{/solr,null,UNAVAILABLE}
[junit4] 2> 137935 INFO (jetty-closer-394-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4d5cbf{/solr,null,UNAVAILABLE}
[junit4] 2> 139427 WARN (zkCallback-410-thread-1) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 139427 INFO (jetty-closer-394-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@b8ed95{/solr,null,UNAVAILABLE}
[junit4] 2> 139428 ERROR
(SUITE-ClusterStateUpdateTest-seed#[DF3489F270B48BE4]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 139428 INFO
(SUITE-ClusterStateUpdateTest-seed#[DF3489F270B48BE4]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:38771 38771
[junit4] 2> 139463 INFO (Thread-523) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:38771 38771
[junit4] 2> 139464 WARN (Thread-523) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/aliases.json
[junit4] 2> 3 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/collections/testcore/state.json
[junit4] 2> 4 /solr/clusterstate.json
[junit4] 2> 4 /solr/clusterprops.json
[junit4] 2> 2
/solr/overseer_elect/election/98185140065009670-127.0.0.1:45555_solr-n_0000000000
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/live_nodes
[junit4] 2> 4 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_DF3489F270B48BE4-001
[junit4] 2> Jun 23, 2017 2:52:25 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=281, maxMBSortInHeap=7.464432266423222,
sim=RandomSimilarity(queryNorm=true): {}, locale=en-TK, timezone=Europe/Istanbul
[junit4] 2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation 9-ea
(32-bit)/cpus=8,threads=1,free=124665504,total=289144832
[junit4] 2> NOTE: All tests run in this JVM: [SpellCheckCollatorTest,
CdcrUpdateLogTest, HighlighterTest, SoftAutoCommitTest,
TestCloudNestedDocsSort, TestLegacyField, TestDistributedGrouping,
DistributedTermsComponentTest, ConfigSetsAPITest, DeleteStatusTest,
TestPerFieldSimilarity, BadCopyFieldTest, SOLR749Test, TestLegacyTerms,
QueryParsingTest, HdfsBasicDistributedZkTest, TestSystemIdResolver,
TestManagedStopFilterFactory, TestNonDefinedSimilarityFactory,
DateRangeFieldTest, LeaderElectionContextKeyTest, TestDefaultStatsCache,
TestJavabinTupleStreamParser, TestManagedResource, TestRTimerTree,
TestDynamicLoading, PreAnalyzedUpdateProcessorTest,
TestSolrCloudWithDelegationTokens,
ClassificationUpdateProcessorIntegrationTest, SolrCLIZkUtilsTest,
NodeMutatorTest, TestQueryWrapperFilter, ClusterStateUpdateTest]
[junit4] Completed [75/725 (1!)] on J1 in 4.75s, 1 test, 1 failure <<<
FAILURES!
[...truncated 291 lines...]
[junit4] Suite: org.apache.solr.cloud.CdcrVersionReplicationTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrVersionReplicationTest_DF3489F270B48BE4-001/init-core-data-001
[junit4] 2> 321042 WARN
(SUITE-CdcrVersionReplicationTest-seed#[DF3489F270B48BE4]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 321042 INFO
(SUITE-CdcrVersionReplicationTest-seed#[DF3489F270B48BE4]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 321042 INFO
(SUITE-CdcrVersionReplicationTest-seed#[DF3489F270B48BE4]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 321043 INFO
(SUITE-CdcrVersionReplicationTest-seed#[DF3489F270B48BE4]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 321043 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 321044 INFO (Thread-1441) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 321044 INFO (Thread-1441) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 321045 ERROR (Thread-1441) [ ] 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> 321144 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.ZkTestServer start zk server on port:34765
[junit4] 2> 321149 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-cdcr.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 321149 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 321150 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 321150 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 321151 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 321151 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 321151 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 321152 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 321152 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 321153 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 321153 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 321155 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCdcrDocVersions
[junit4] 2> 321233 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 321234 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@162cd3c{/,null,AVAILABLE}
[junit4] 2> 321235 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.e.j.s.AbstractConnector Started ServerConnector@df3b67{SSL,[ssl,
http/1.1]}{127.0.0.1:45469}
[junit4] 2> 321235 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.e.j.s.Server Started @322656ms
[junit4] 2> 321235 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard1,
hostContext=/, hostPort=45469,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrVersionReplicationTest_DF3489F270B48BE4-001/jetty-001/cores}
[junit4] 2> 321235 ERROR
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 321235 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.0.0
[junit4] 2> 321235 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 321235 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 321235 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-23T02:55:27.574793Z
[junit4] 2> 321237 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15cd2e032980003, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 321237 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 321237 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrVersionReplicationTest_DF3489F270B48BE4-001/jetty-001/solr.xml
[junit4] 2> 321239 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 321240 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34765/solr
[junit4] 2> 321248 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 321248 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.OverseerElectionContext I am going to be the leader
127.0.0.1:45469_
[junit4] 2> 321248 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.Overseer Overseer
(id=98185152258637829-127.0.0.1:45469_-n_0000000000) starting
[junit4] 2> 321250 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45469_
[junit4] 2> 321251 INFO (zkCallback-744-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 321364 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54
[junit4] 2> 321367 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54
[junit4] 2> 321367 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54
[junit4] 2> 321368 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrVersionReplicationTest_DF3489F270B48BE4-001/jetty-001/cores
[junit4] 2> 321447 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 321448 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@71d3e8{/,null,AVAILABLE}
[junit4] 2> 321449 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.e.j.s.AbstractConnector Started ServerConnector@138b138{SSL,[ssl,
http/1.1]}{127.0.0.1:44769}
[junit4] 2> 321449 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.e.j.s.Server Started @322870ms
[junit4] 2> 321449 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard2,
hostContext=/, hostPort=44769,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrVersionReplicationTest_DF3489F270B48BE4-001/jetty-002/cores}
[junit4] 2> 321449 ERROR
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 321449 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.0.0
[junit4] 2> 321449 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 321449 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 321449 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-23T02:55:27.788403Z
[junit4] 2> 321450 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 321450 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrVersionReplicationTest_DF3489F270B48BE4-001/jetty-002/solr.xml
[junit4] 2> 321457 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 321459 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34765/solr
[junit4] 2> 321460 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15cd2e032980007, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 321464 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 321464 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 321465 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44769_
[junit4] 2> 321465 INFO (zkCallback-744-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 321466 INFO (zkCallback-750-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 321504 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54
[junit4] 2> 321508 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54
[junit4] 2> 321508 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54
[junit4] 2> 321509 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrVersionReplicationTest_DF3489F270B48BE4-001/jetty-002/cores
[junit4] 2> 321590 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 321591 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@17add49{/,null,AVAILABLE}
[junit4] 2> 321591 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.e.j.s.AbstractConnector Started ServerConnector@5b6889{SSL,[ssl,
http/1.1]}{127.0.0.1:37311}
[junit4] 2> 321591 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.e.j.s.Server Started @323012ms
[junit4] 2> 321591 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard3,
hostContext=/, hostPort=37311,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrVersionReplicationTest_DF3489F270B48BE4-001/jetty-003/cores}
[junit4] 2> 321591 ERROR
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 321591 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.0.0
[junit4] 2> 321591 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 321591 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 321591 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-23T02:55:27.930943Z
[junit4] 2> 321593 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 321593 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrVersionReplicationTest_DF3489F270B48BE4-001/jetty-003/solr.xml
[junit4] 2> 321595 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 321597 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34765/solr
[junit4] 2> 321600 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 321601 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 321602 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37311_
[junit4] 2> 321602 INFO (zkCallback-744-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 321602 INFO (zkCallback-756-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 321602 INFO (zkCallback-750-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 321692 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54
[junit4] 2> 321696 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54
[junit4] 2> 321696 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54
[junit4] 2> 321697 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrVersionReplicationTest_DF3489F270B48BE4-001/jetty-003/cores
[junit4] 2> 321787 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 321788 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@291602{/,null,AVAILABLE}
[junit4] 2> 321788 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.e.j.s.AbstractConnector Started ServerConnector@1456f54{SSL,[ssl,
http/1.1]}{127.0.0.1:36319}
[junit4] 2> 321788 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.e.j.s.Server Started @323210ms
[junit4] 2> 321788 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard4,
hostContext=/, hostPort=36319,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrVersionReplicationTest_DF3489F270B48BE4-001/jetty-004/cores}
[junit4] 2> 321789 ERROR
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 321789 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.0.0
[junit4] 2> 321789 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 321789 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 321789 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-23T02:55:28.128349Z
[junit4] 2> 321791 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 321791 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrVersionReplicationTest_DF3489F270B48BE4-001/jetty-004/solr.xml
[junit4] 2> 321793 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 321795 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34765/solr
[junit4] 2> 321798 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 321799 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 321800 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36319_
[junit4] 2> 321800 INFO (zkCallback-762-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 321800 INFO (zkCallback-750-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 321800 INFO (zkCallback-756-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 321800 INFO (zkCallback-744-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 321846 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54
[junit4] 2> 321850 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54
[junit4] 2> 321850 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18a7a54
[junit4] 2> 321850 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CdcrVersionReplicationTest_DF3489F270B48BE4-001/jetty-004/cores
[junit4] 2> 321874 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 321875 INFO
(TEST-CdcrVersionReplicationTest.testCdcrDocVersions-seed#[DF3489F270B48BE4]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34765/solr
ready
[junit4] 2> 321903 INFO (qtp5919997-4520) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
pullReplicas=0&replicationFactor=1&name=tmp_collection&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&createNodeSet=&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 321905 INFO (OverseerThreadFactory-1987-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Create collection tmp_collection
[junit4] 2> 321905 INFO (OverseerThreadFactory-1987-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
[junit4] 2> 321905 WARN (OverseerThreadFactory-1987-thread-1) [ ]
o.a.s.c.CreateCollectionCmd It is unusual to create a collection
(tmp_collection) without cores.
[junit4] 2> 322009 INFO (qtp5919997-4520) [ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[...truncated too long message...]
unit4] 2> 21342 INFO (jetty-closer-14-thread-5) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@7dd00d{/solr,null,UNAVAILABLE}
[junit4] 2> 21351 WARN (zkCallback-94-thread-2) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 21351 INFO (jetty-closer-14-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@138fa6f{/solr,null,UNAVAILABLE}
[junit4] 2> 21371 WARN (zkCallback-154-thread-2) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 21376 INFO (jetty-closer-14-thread-18) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1583d7b{/solr,null,UNAVAILABLE}
[junit4] 2> 21376 WARN (zkCallback-103-thread-1) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 21376 INFO (jetty-closer-14-thread-12) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1154352{/solr,null,UNAVAILABLE}
[junit4] 2> 21386 WARN (zkCallback-171-thread-1) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 21386 INFO (jetty-closer-14-thread-15) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@11870d9{/solr,null,UNAVAILABLE}
[junit4] 2> 21431 WARN (zkCallback-68-thread-1) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 21431 INFO (jetty-closer-14-thread-6) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@41a633{/solr,null,UNAVAILABLE}
[junit4] 2> 21432 WARN (zkCallback-96-thread-1) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 21432 INFO (jetty-closer-14-thread-26) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@51a232{/solr,null,UNAVAILABLE}
[junit4] 2> 21455 WARN (zkCallback-155-thread-2) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 21455 WARN (zkCallback-99-thread-1) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 21455 INFO (jetty-closer-14-thread-17) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@13d09b8{/solr,null,UNAVAILABLE}
[junit4] 2> 21455 WARN (zkCallback-159-thread-1) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 21455 INFO (jetty-closer-14-thread-4) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@8f6a06{/solr,null,UNAVAILABLE}
[junit4] 2> 21455 INFO (jetty-closer-14-thread-23) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@800d15{/solr,null,UNAVAILABLE}
[junit4] 2> 21456 WARN (zkCallback-72-thread-1) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 21455 WARN (zkCallback-105-thread-1) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 21456 INFO (jetty-closer-14-thread-7) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@11c2800{/solr,null,UNAVAILABLE}
[junit4] 2> 21456 INFO (jetty-closer-14-thread-24) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1af15f9{/solr,null,UNAVAILABLE}
[junit4] 2> 21595 WARN (zkCallback-170-thread-2) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 21596 INFO (jetty-closer-14-thread-13) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@10059cc{/solr,null,UNAVAILABLE}
[junit4] 2> 21596 WARN (zkCallback-107-thread-2) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 21597 INFO (jetty-closer-14-thread-8) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@170ab3f{/solr,null,UNAVAILABLE}
[junit4] 2> 21598 ERROR
(TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[395CF95442745EDB]) [ ]
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> 21600 INFO
(TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[395CF95442745EDB]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:38415 38415
[junit4] 2> 22373 INFO (Thread-33) [ ] o.a.s.c.ZkTestServer connecting
to 127.0.0.1:38415 38415
[junit4] 2> 22374 WARN (Thread-33) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 34 /solr/aliases.json
[junit4] 2> 34 /solr/clusterprops.json
[junit4] 2> 33 /solr/security.json
[junit4] 2> 4 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 34 /solr/clusterstate.json
[junit4] 2> 24 /solr/collections/collection1/state.json
[junit4] 2> 4
/solr/overseer_elect/election/98185294986870812-127.0.0.1:38009_solr-n_0000000000
[junit4] 2> 3
/solr/overseer_elect/election/98185294986870871-127.0.0.1:41417_solr-n_0000000018
[junit4] 2> 2
/solr/overseer_elect/election/98185294986870861-127.0.0.1:44783_solr-n_0000000023
[junit4] 2> 2
/solr/overseer_elect/election/98185294986870845-127.0.0.1:43867_solr-n_0000000012
[junit4] 2> 2
/solr/overseer_elect/election/98185294986870869-127.0.0.1:36347_solr-n_0000000004
[junit4] 2> 2
/solr/overseer_elect/election/98185294986870874-127.0.0.1:42685_solr-n_0000000008
[junit4] 2> 2
/solr/overseer_elect/election/98185294986870843-127.0.0.1:39599_solr-n_0000000013
[junit4] 2> 2
/solr/overseer_elect/election/98185294986870862-127.0.0.1:37267_solr-n_0000000015
[junit4] 2> 2
/solr/overseer_elect/election/98185294986870842-127.0.0.1:34581_solr-n_0000000028
[junit4] 2> 2
/solr/overseer_elect/election/98185294986870811-127.0.0.1:42941_solr-n_0000000029
[junit4] 2> 2
/solr/overseer_elect/election/98185294986870841-127.0.0.1:34781_solr-n_0000000016
[junit4] 2> 2
/solr/overseer_elect/election/98185294986870823-127.0.0.1:45155_solr-n_0000000020
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 34 /solr/live_nodes
[junit4] 2> 34 /solr/collections
[junit4] 2>
[junit4] 2> 22374 INFO
(TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[395CF95442745EDB]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testSimpleQuery
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLTROnSolrCloud
-Dtests.method=testSimpleQuery -Dtests.seed=395CF95442745EDB
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mg-MG
-Dtests.timezone=SystemV/AST4 -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 15.1s J2 | TestLTROnSolrCloud.testSimpleQuery <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Path not found:
/responseHeader/status
[junit4] > at
__randomizedtesting.SeedInfo.seed([395CF95442745EDB:4C513948526E980E]:0)
[junit4] > at
org.apache.solr.util.RestTestBase.assertJPut(RestTestBase.java:329)
[junit4] > at
org.apache.solr.util.RestTestBase.assertJPut(RestTestBase.java:271)
[junit4] > at
org.apache.solr.ltr.TestRerankBase.loadFeature(TestRerankBase.java:286)
[junit4] > at
org.apache.solr.ltr.TestLTROnSolrCloud.loadModelsAndFeatures(TestLTROnSolrCloud.java:184)
[junit4] > at
org.apache.solr.ltr.TestLTROnSolrCloud.setupSolrCluster(TestLTROnSolrCloud.java:138)
[junit4] > at
org.apache.solr.ltr.TestLTROnSolrCloud.setUp(TestLTROnSolrCloud.java:58)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:564)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-ltr/test/J2/temp/solr.ltr.TestLTROnSolrCloud_395CF95442745EDB-001
[junit4] 2> NOTE: test params are:
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
chunkSize=6, maxDocsPerChunk=970, blockSize=190),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
chunkSize=6, blockSize=190)), sim=RandomSimilarity(queryNorm=true): {},
locale=mg-MG, timezone=SystemV/AST4
[junit4] 2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation 9-ea
(32-bit)/cpus=8,threads=1,free=84262160,total=256901120
[junit4] 2> NOTE: All tests run in this JVM: [TestLTRWithFacet,
TestRerankBase, TestUserTermScorerQuery, TestExternalFeatures,
TestOriginalScoreScorer, TestLTROnSolrCloud]
[junit4] Completed [33/33 (1!)] on J2 in 15.12s, 1 test, 1 error <<<
FAILURES!
[...truncated 29890 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]