Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1894/
7 tests failed.
FAILED: org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration
Error Message:
expected:<http[]://127.0.0.1:50750/s...> but
was:<http[s]://127.0.0.1:50750/s...>
Stack Trace:
org.junit.ComparisonFailure: expected:<http[]://127.0.0.1:50750/s...> but
was:<http[s]://127.0.0.1:50750/s...>
at
__randomizedtesting.SeedInfo.seed([97354ED717CB430B:29BE28786EB14D3E]: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.UnloadDistributedZkTest.test
Error Message:
Captured an uncaught exception in thread: Thread[id=2596,
name=testExecutor-1261-thread-1, state=RUNNABLE,
group=TGRP-UnloadDistributedZkTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=2596, name=testExecutor-1261-thread-1,
state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:53621: Cannot unload non-existent core
[multiunload0]
at __randomizedtesting.SeedInfo.seed([97354ED717CB430B]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:233)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:222)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
at
org.apache.solr.cloud.UnloadDistributedZkTest.lambda$testUnloadLotsOfCores$0(UnloadDistributedZkTest.java:372)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
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([E5CE2ECA8AEC19DF:90C3EED69AF6DF0A]: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.CdcrVersionReplicationTest
Error Message:
2 threads leaked from SUITE scope at
org.apache.solr.cloud.CdcrVersionReplicationTest: 1) Thread[id=13444,
name=cdcr-update-log-synchronizer-6671-thread-1, state=WAITING,
group=TGRP-CdcrVersionReplicationTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748) 2) Thread[id=13456,
name=cdcr-update-log-synchronizer-6677-thread-1, state=WAITING,
group=TGRP-CdcrVersionReplicationTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE
scope at org.apache.solr.cloud.CdcrVersionReplicationTest:
1) Thread[id=13444, name=cdcr-update-log-synchronizer-6671-thread-1,
state=WAITING, group=TGRP-CdcrVersionReplicationTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
2) Thread[id=13456, name=cdcr-update-log-synchronizer-6677-thread-1,
state=WAITING, group=TGRP-CdcrVersionReplicationTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([97354ED717CB430B]: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=13444, name=cdcr-update-log-synchronizer-6671-thread-1,
state=WAITING, group=TGRP-CdcrVersionReplicationTest] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748) 2) Thread[id=13456,
name=cdcr-update-log-synchronizer-6677-thread-1, state=WAITING,
group=TGRP-CdcrVersionReplicationTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=13444, name=cdcr-update-log-synchronizer-6671-thread-1,
state=WAITING, group=TGRP-CdcrVersionReplicationTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
2) Thread[id=13456, name=cdcr-update-log-synchronizer-6677-thread-1,
state=WAITING, group=TGRP-CdcrVersionReplicationTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([97354ED717CB430B]:0)
FAILED:
org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection
Error Message:
Expected to see nodes come back collection1 null Live Nodes:
[127.0.0.1:60543_solr, 127.0.0.1:51426_solr, 127.0.0.1:51756_solr] Last
available state:
DocCollection(collection1//collections/collection1/state.json/23)={
"pullReplicas":"0", "replicationFactor":"1", "shards":{ "shard1":{
"range":"80000000-ffffffff", "state":"active", "replicas":{
"core_node1":{ "core":"collection1_shard1_replica_n1",
"base_url":"https://127.0.0.1:55983/solr",
"node_name":"127.0.0.1:55983_solr", "state":"down",
"type":"NRT"}, "core_node3":{
"core":"collection1_shard1_replica_n2",
"base_url":"https://127.0.0.1:54603/solr",
"node_name":"127.0.0.1:54603_solr", "state":"down",
"type":"NRT"}, "core_node4":{
"core":"collection1_shard1_replica_n3",
"base_url":"https://127.0.0.1:60543/solr",
"node_name":"127.0.0.1:60543_solr", "state":"active",
"type":"NRT"}, "core_node5":{
"core":"collection1_shard1_replica_n4",
"base_url":"https://127.0.0.1:49083/solr",
"node_name":"127.0.0.1:49083_solr", "state":"down",
"type":"NRT"}, "core_node6":{
"core":"collection1_shard1_replica_n5",
"base_url":"https://127.0.0.1:51756/solr",
"node_name":"127.0.0.1:51756_solr", "state":"active",
"type":"NRT", "leader":"true"}}}, "shard2":{
"range":"0-7fffffff", "state":"active", "replicas":{"core_node2":{
"core":"collection1_shard2_replica_n1",
"base_url":"https://127.0.0.1:51426/solr",
"node_name":"127.0.0.1:51426_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:60543_solr, 127.0.0.1:51426_solr, 127.0.0.1:51756_solr]
Last available state:
DocCollection(collection1//collections/collection1/state.json/23)={
"pullReplicas":"0",
"replicationFactor":"1",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"active",
"replicas":{
"core_node1":{
"core":"collection1_shard1_replica_n1",
"base_url":"https://127.0.0.1:55983/solr",
"node_name":"127.0.0.1:55983_solr",
"state":"down",
"type":"NRT"},
"core_node3":{
"core":"collection1_shard1_replica_n2",
"base_url":"https://127.0.0.1:54603/solr",
"node_name":"127.0.0.1:54603_solr",
"state":"down",
"type":"NRT"},
"core_node4":{
"core":"collection1_shard1_replica_n3",
"base_url":"https://127.0.0.1:60543/solr",
"node_name":"127.0.0.1:60543_solr",
"state":"active",
"type":"NRT"},
"core_node5":{
"core":"collection1_shard1_replica_n4",
"base_url":"https://127.0.0.1:49083/solr",
"node_name":"127.0.0.1:49083_solr",
"state":"down",
"type":"NRT"},
"core_node6":{
"core":"collection1_shard1_replica_n5",
"base_url":"https://127.0.0.1:51756/solr",
"node_name":"127.0.0.1:51756_solr",
"state":"active",
"type":"NRT",
"leader":"true"}}},
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{"core_node2":{
"core":"collection1_shard2_replica_n1",
"base_url":"https://127.0.0.1:51426/solr",
"node_name":"127.0.0.1:51426_solr",
"state":"active",
"type":"NRT",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"1",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([97354ED717CB430B:C901839954B4DFEC]: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.ShardSplitTest.testSplitWithChaosMonkey
Error Message:
shard2 is not consistent. Got 18 from
http://127.0.0.1:44561/_/collection1_shard2_replica_n0 (previous client) and
got 36 from http://127.0.0.1:35792/_/collection1_shard2_replica_n1
Stack Trace:
java.lang.AssertionError: shard2 is not consistent. Got 18 from
http://127.0.0.1:44561/_/collection1_shard2_replica_n0 (previous client) and
got 36 from http://127.0.0.1:35792/_/collection1_shard2_replica_n1
at
__randomizedtesting.SeedInfo.seed([97354ED717CB430B:1C129D0656CDE88F]: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 11235 lines...]
[junit4] Suite: org.apache.solr.cloud.ClusterStateUpdateTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_97354ED717CB430B-001/init-core-data-001
[junit4] 2> 334433 WARN
(SUITE-ClusterStateUpdateTest-seed#[97354ED717CB430B]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
[junit4] 2> 334434 INFO
(SUITE-ClusterStateUpdateTest-seed#[97354ED717CB430B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 334436 INFO
(SUITE-ClusterStateUpdateTest-seed#[97354ED717CB430B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 334438 INFO
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[97354ED717CB430B]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCoreRegistration
[junit4] 2> 334438 INFO
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[97354ED717CB430B]) [
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_97354ED717CB430B-001/tempDir-001
[junit4] 2> 334438 INFO
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[97354ED717CB430B]) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 334441 INFO (Thread-430) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 334441 INFO (Thread-430) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 334444 ERROR (Thread-430) [ ] 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> 334544 INFO
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[97354ED717CB430B]) [
] o.a.s.c.ZkTestServer start zk server on port:50642
[junit4] 2> 334576 INFO (jetty-launcher-492-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 334580 INFO (jetty-launcher-492-thread-3) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 334581 INFO (jetty-launcher-492-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 334590 INFO (jetty-launcher-492-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6d0249ce{/solr,null,AVAILABLE}
[junit4] 2> 334592 INFO (jetty-launcher-492-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@662aee1d{SSL,[ssl,
http/1.1]}{127.0.0.1:39577}
[junit4] 2> 334592 INFO (jetty-launcher-492-thread-2) [ ]
o.e.j.s.Server Started @337823ms
[junit4] 2> 334592 INFO (jetty-launcher-492-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=39577}
[junit4] 2> 334592 ERROR (jetty-launcher-492-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 334592 INFO (jetty-launcher-492-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 334592 INFO (jetty-launcher-492-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 334592 INFO (jetty-launcher-492-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 334592 INFO (jetty-launcher-492-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6228c85c{/solr,null,AVAILABLE}
[junit4] 2> 334593 INFO (jetty-launcher-492-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-23T00:07:20.070Z
[junit4] 2> 334593 INFO (jetty-launcher-492-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1b9894b7{SSL,[ssl,
http/1.1]}{127.0.0.1:36324}
[junit4] 2> 334593 INFO (jetty-launcher-492-thread-1) [ ]
o.e.j.s.Server Started @337824ms
[junit4] 2> 334593 INFO (jetty-launcher-492-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36324}
[junit4] 2> 334593 ERROR (jetty-launcher-492-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 334593 INFO (jetty-launcher-492-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 334593 INFO (jetty-launcher-492-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 334593 INFO (jetty-launcher-492-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 334593 INFO (jetty-launcher-492-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-23T00:07:20.070Z
[junit4] 2> 334597 INFO (jetty-launcher-492-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@549c50a0{/solr,null,AVAILABLE}
[junit4] 2> 334597 INFO (jetty-launcher-492-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@16649554{SSL,[ssl,
http/1.1]}{127.0.0.1:50750}
[junit4] 2> 334597 INFO (jetty-launcher-492-thread-3) [ ]
o.e.j.s.Server Started @337828ms
[junit4] 2> 334598 INFO (jetty-launcher-492-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=50750}
[junit4] 2> 334598 ERROR (jetty-launcher-492-thread-3) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 334598 INFO (jetty-launcher-492-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 334598 INFO (jetty-launcher-492-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 334598 INFO (jetty-launcher-492-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 334598 INFO (jetty-launcher-492-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-23T00:07:20.075Z
[junit4] 2> 334602 INFO (jetty-launcher-492-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 334614 INFO (jetty-launcher-492-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 334614 INFO (jetty-launcher-492-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 334633 INFO (jetty-launcher-492-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50642/solr
[junit4] 2> 334637 INFO (jetty-launcher-492-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50642/solr
[junit4] 2> 334641 INFO (jetty-launcher-492-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:50642/solr
[junit4] 2> 334702 INFO (jetty-launcher-492-thread-2)
[n:127.0.0.1:39577_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 334704 INFO (jetty-launcher-492-thread-3)
[n:127.0.0.1:50750_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 334705 INFO (jetty-launcher-492-thread-2)
[n:127.0.0.1:39577_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:39577_solr
[junit4] 2> 334706 INFO (jetty-launcher-492-thread-3)
[n:127.0.0.1:50750_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:50750_solr
[junit4] 2> 334707 INFO (jetty-launcher-492-thread-2)
[n:127.0.0.1:39577_solr ] o.a.s.c.Overseer Overseer
(id=98184491166531591-127.0.0.1:39577_solr-n_0000000000) starting
[junit4] 2> 334710 INFO
(zkCallback-506-thread-1-processing-n:127.0.0.1:39577_solr)
[n:127.0.0.1:39577_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 334710 INFO
(zkCallback-508-thread-1-processing-n:127.0.0.1:50750_solr)
[n:127.0.0.1:50750_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 334710 INFO (jetty-launcher-492-thread-1)
[n:127.0.0.1:36324_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 334713 INFO
(zkCallback-509-thread-1-processing-n:127.0.0.1:36324_solr)
[n:127.0.0.1:36324_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 334719 INFO (jetty-launcher-492-thread-1)
[n:127.0.0.1:36324_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36324_solr
[junit4] 2> 334727 INFO
(zkCallback-509-thread-1-processing-n:127.0.0.1:36324_solr)
[n:127.0.0.1:36324_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 334727 INFO
(zkCallback-508-thread-1-processing-n:127.0.0.1:50750_solr)
[n:127.0.0.1:50750_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 334729 INFO
(zkCallback-506-thread-1-processing-n:127.0.0.1:39577_solr)
[n:127.0.0.1:39577_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 334751 INFO (jetty-launcher-492-thread-2)
[n:127.0.0.1:39577_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39577_solr
[junit4] 2> 334752 INFO
(zkCallback-509-thread-1-processing-n:127.0.0.1:36324_solr)
[n:127.0.0.1:36324_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 334752 INFO
(zkCallback-508-thread-1-processing-n:127.0.0.1:50750_solr)
[n:127.0.0.1:50750_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 334753 INFO
(zkCallback-506-thread-1-processing-n:127.0.0.1:39577_solr)
[n:127.0.0.1:39577_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 334797 INFO (jetty-launcher-492-thread-3)
[n:127.0.0.1:50750_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_50750.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b4b684b
[junit4] 2> 334804 INFO (jetty-launcher-492-thread-3)
[n:127.0.0.1:50750_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_50750.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b4b684b
[junit4] 2> 334804 INFO (jetty-launcher-492-thread-3)
[n:127.0.0.1:50750_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_50750.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b4b684b
[junit4] 2> 334805 INFO (jetty-launcher-492-thread-1)
[n:127.0.0.1:36324_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36324.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b4b684b
[junit4] 2> 334805 INFO (jetty-launcher-492-thread-3)
[n:127.0.0.1:50750_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_97354ED717CB430B-001/tempDir-001/node3/.
[junit4] 2> 334810 INFO (jetty-launcher-492-thread-1)
[n:127.0.0.1:36324_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36324.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b4b684b
[junit4] 2> 334810 INFO (jetty-launcher-492-thread-1)
[n:127.0.0.1:36324_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_36324.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b4b684b
[junit4] 2> 334811 INFO (jetty-launcher-492-thread-1)
[n:127.0.0.1:36324_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_97354ED717CB430B-001/tempDir-001/node1/.
[junit4] 2> 334904 INFO (jetty-launcher-492-thread-2)
[n:127.0.0.1:39577_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39577.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b4b684b
[junit4] 2> 334910 INFO (jetty-launcher-492-thread-2)
[n:127.0.0.1:39577_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39577.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b4b684b
[junit4] 2> 334910 INFO (jetty-launcher-492-thread-2)
[n:127.0.0.1:39577_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39577.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b4b684b
[junit4] 2> 334911 INFO (jetty-launcher-492-thread-2)
[n:127.0.0.1:39577_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_97354ED717CB430B-001/tempDir-001/node2/.
[junit4] 2> 334950 INFO
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[97354ED717CB430B]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 334951 INFO
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[97354ED717CB430B]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:50642/solr ready
[junit4] 2> 334985 INFO (qtp199304194-2512) [n:127.0.0.1:36324_solr ]
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:50750_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 334988 INFO
(OverseerThreadFactory-912-thread-1-processing-n:127.0.0.1:39577_solr)
[n:127.0.0.1:39577_solr ] o.a.s.c.CreateCollectionCmd Create collection
testcore
[junit4] 2> 334989 INFO
(OverseerThreadFactory-912-thread-1-processing-n:127.0.0.1:39577_solr)
[n:127.0.0.1:39577_solr ] o.a.s.c.CreateCollectionCmd Only one config set
found in zk - using it:conf
[junit4] 2> 335099 INFO
(OverseerStateUpdate-98184491166531591-127.0.0.1:39577_solr-n_0000000000)
[n:127.0.0.1:39577_solr ] 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:50750/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 335326 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr ]
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> 335327 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 335432 INFO
(zkCallback-508-thread-1-processing-n:127.0.0.1:50750_solr)
[n:127.0.0.1:50750_solr ] 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> 335432 INFO
(zkCallback-508-thread-2-processing-n:127.0.0.1:50750_solr)
[n:127.0.0.1:50750_solr ] 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> 336344 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 336352 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1]
o.a.s.s.IndexSchema [testcore_shard1_replica_n1] Schema name=minimal
[junit4] 2> 336355 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 336356 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'testcore_shard1_replica_n1' using
configuration from collection testcore, trusted=true
[junit4] 2> 336356 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_50750.solr.core.testcore.shard1.replica_n1' (registry
'solr.core.testcore.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b4b684b
[junit4] 2> 336356 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 336356 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1] o.a.s.c.SolrCore
[[testcore_shard1_replica_n1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_97354ED717CB430B-001/tempDir-001/node3/testcore_shard1_replica_n1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_97354ED717CB430B-001/tempDir-001/node3/./testcore_shard1_replica_n1/data/]
[junit4] 2> 336420 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 336420 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 336421 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 336421 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 336424 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5e3aa678[testcore_shard1_replica_n1] main]
[junit4] 2> 336425 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 336426 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 336427 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 336430 INFO
(searcherExecutor-919-thread-1-processing-n:127.0.0.1:50750_solr
x:testcore_shard1_replica_n1 s:shard1 c:testcore r:core_node1)
[n:127.0.0.1:50750_solr c:testcore s:shard1 r:core_node1
x:testcore_shard1_replica_n1] o.a.s.c.SolrCore [testcore_shard1_replica_n1]
Registered new searcher Searcher@5e3aa678[testcore_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 336430 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1570951860749074432
[junit4] 2> 336437 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 336438 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 336438 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 336442 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:50750/solr/testcore_shard1_replica_n1/ shard1
[junit4] 2> 336545 INFO
(zkCallback-508-thread-2-processing-n:127.0.0.1:50750_solr)
[n:127.0.0.1:50750_solr ] 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> 336545 INFO
(zkCallback-508-thread-1-processing-n:127.0.0.1:50750_solr)
[n:127.0.0.1:50750_solr ] 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> 336593 WARN (qtp1286851843-2507) [n:127.0.0.1:50750_solr
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1]
o.a.s.c.ZkController Skipping recovery according to sys prop
solrcloud.skip.autorecovery
[junit4] 2> 336596 INFO (qtp1286851843-2507) [n:127.0.0.1:50750_solr
c:testcore s:shard1 r:core_node1 x:testcore_shard1_replica_n1]
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=1269
[junit4] 2> 336599 INFO (qtp199304194-2512) [n:127.0.0.1:36324_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 336700 INFO
(zkCallback-508-thread-1-processing-n:127.0.0.1:50750_solr)
[n:127.0.0.1:50750_solr ] 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> 336700 INFO
(zkCallback-508-thread-2-processing-n:127.0.0.1:50750_solr)
[n:127.0.0.1:50750_solr ] 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> 336990 INFO
(OverseerCollectionConfigSetProcessor-98184491166531591-127.0.0.1:39577_solr-n_0000000000)
[n:127.0.0.1:39577_solr ] 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> 337604 INFO (qtp199304194-2512) [n:127.0.0.1:36324_solr ]
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:50750_solr&wt=javabin&version=2}
status=0 QTime=2619
[junit4] 2> 337606 INFO
(TEST-ClusterStateUpdateTest.testCoreRegistration-seed#[97354ED717CB430B]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCoreRegistration
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=ClusterStateUpdateTest -Dtests.method=testCoreRegistration
-Dtests.seed=97354ED717CB430B -Dtests.multiplier=2 -Dtests.slow=true
-Dtests.locale=es-PE -Dtests.timezone=Asia/Kuwait -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] FAILURE 3.17s J1 | ClusterStateUpdateTest.testCoreRegistration <<<
[junit4] > Throwable #1: org.junit.ComparisonFailure:
expected:<http[]://127.0.0.1:50750/s...> but
was:<http[s]://127.0.0.1:50750/s...>
[junit4] > at
__randomizedtesting.SeedInfo.seed([97354ED717CB430B:29BE28786EB14D3E]:0)
[junit4] > at
org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration(ClusterStateUpdateTest.java:104)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 337615 INFO (jetty-closer-493-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@16649554{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 337615 INFO (jetty-closer-493-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@1b9894b7{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 337617 INFO (jetty-closer-493-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1094110565
[junit4] 2> 337617 INFO (jetty-closer-493-thread-2) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1842192279
[junit4] 2> 337617 INFO (jetty-closer-493-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 337617 INFO (jetty-closer-493-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 337619 INFO (jetty-closer-493-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 337619 INFO (jetty-closer-493-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 337621 INFO (jetty-closer-493-thread-3) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@662aee1d{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 337622 INFO (jetty-closer-493-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 337622 INFO (jetty-closer-493-thread-3) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=512967465
[junit4] 2> 337622 INFO (jetty-closer-493-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 337623 INFO (jetty-closer-493-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 337624 INFO (jetty-closer-493-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 337626 INFO (jetty-closer-493-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 337628 INFO (jetty-closer-493-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 337628 INFO (jetty-closer-493-thread-2) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 337628 INFO (coreCloseExecutor-924-thread-1)
[n:127.0.0.1:50750_solr c:testcore s:shard1 r:core_node1
x:testcore_shard1_replica_n1] o.a.s.c.SolrCore [testcore_shard1_replica_n1]
CLOSING SolrCore org.apache.solr.core.SolrCore@1a1ed12d
[junit4] 2> 337630 INFO (jetty-closer-493-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@6228c85c{/solr,null,UNAVAILABLE}
[junit4] 2> 337630 INFO
(zkCallback-508-thread-2-processing-n:127.0.0.1:50750_solr)
[n:127.0.0.1:50750_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (2)
[junit4] 2> 337630 INFO
(zkCallback-506-thread-1-processing-n:127.0.0.1:39577_solr)
[n:127.0.0.1:39577_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (2)
[junit4] 2> 337634 INFO (jetty-closer-493-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 337634 INFO (coreCloseExecutor-924-thread-1)
[n:127.0.0.1:50750_solr c:testcore s:shard1 r:core_node1
x:testcore_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.testcore.shard1.replica_n1, tag=438227245
[junit4] 2> 337636 INFO (jetty-closer-493-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 337637 INFO (jetty-closer-493-thread-3) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 337638 INFO (jetty-closer-493-thread-3) [ ]
o.a.s.c.Overseer Overseer
(id=98184491166531591-127.0.0.1:39577_solr-n_0000000000) closing
[junit4] 2> 337638 INFO
(OverseerStateUpdate-98184491166531591-127.0.0.1:39577_solr-n_0000000000)
[n:127.0.0.1:39577_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:39577_solr
[junit4] 2> 337645 INFO (coreCloseExecutor-924-thread-1)
[n:127.0.0.1:50750_solr c:testcore s:shard1 r:core_node1
x:testcore_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.testcore.shard1.leader, tag=438227245
[junit4] 2> 337647 WARN
(zkCallback-508-thread-2-processing-n:127.0.0.1:50750_solr)
[n:127.0.0.1:50750_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 337648 INFO (jetty-closer-493-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@549c50a0{/solr,null,UNAVAILABLE}
[junit4] 2> 339147 WARN
(zkCallback-506-thread-1-processing-n:127.0.0.1:39577_solr)
[n:127.0.0.1:39577_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 339147 INFO (jetty-closer-493-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@6d0249ce{/solr,null,UNAVAILABLE}
[junit4] 2> 339148 ERROR
(SUITE-ClusterStateUpdateTest-seed#[97354ED717CB430B]-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> 339149 INFO
(SUITE-ClusterStateUpdateTest-seed#[97354ED717CB430B]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:50642 50642
[junit4] 2> 339237 INFO (Thread-430) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:50642 50642
[junit4] 2> 339239 WARN (Thread-430) [ ] 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>
[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:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.ClusterStateUpdateTest_97354ED717CB430B-001
[junit4] 2> Jun 23, 2017 12:07:24 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=515, maxMBSortInHeap=5.866697165300818,
sim=RandomSimilarity(queryNorm=false): {}, locale=es-PE, timezone=Asia/Kuwait
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_131 (64-bit)/cpus=4,threads=1,free=195070840,total=500170752
[junit4] 2> NOTE: All tests run in this JVM:
[WordBreakSolrSpellCheckerTest, TestDynamicLoading, AnalyticsQueryTest,
TestBulkSchemaConcurrent, DeleteStatusTest, TestSolrCloudWithDelegationTokens,
CdcrUpdateLogTest, AutoScalingHandlerTest, TestScoreJoinQPScore,
CdcrReplicationDistributedZkTest, TestFiltering, TestCloudRecovery,
DistributedFacetPivotLargeTest, TestFuzzyAnalyzedSuggestions,
LeaderInitiatedRecoveryOnCommitTest, TestQueryUtils,
TlogReplayBufferedWhileIndexingTest, DocumentBuilderTest, DateRangeFieldTest,
TestLegacyTerms, TestStressRecovery, ClusterStateUpdateTest]
[junit4] Completed [94/725 (1!)] on J1 in 5.33s, 1 test, 1 failure <<<
FAILURES!
[...truncated 1 lines...]
[junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_97354ED717CB430B-001/init-core-data-001
[junit4] 2> 283778 WARN
(SUITE-UnloadDistributedZkTest-seed#[97354ED717CB430B]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 283778 INFO
(SUITE-UnloadDistributedZkTest-seed#[97354ED717CB430B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 283780 INFO
(SUITE-UnloadDistributedZkTest-seed#[97354ED717CB430B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 283780 INFO
(SUITE-UnloadDistributedZkTest-seed#[97354ED717CB430B]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 283782 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 283784 INFO (Thread-410) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 283784 INFO (Thread-410) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 283785 ERROR (Thread-410) [ ] 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> 283884 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.ZkTestServer start zk server on port:35410
[junit4] 2> 283907 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 283909 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 283911 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 283912 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 283916 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 283918 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 283919 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 283921 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 283922 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 283924 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 283925 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 283927 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly
asked otherwise
[junit4] 2> 284054 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 284055 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6d4061e1{/,null,AVAILABLE}
[junit4] 2> 284056 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@4a573f72{HTTP/1.1,[http/1.1]}{127.0.0.1:58527}
[junit4] 2> 284056 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.e.j.s.Server Started @287244ms
[junit4] 2> 284056 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_97354ED717CB430B-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/, hostPort=58527,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_97354ED717CB430B-001/control-001/cores}
[junit4] 2> 284057 ERROR
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 284057 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 284057 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 284057 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 284057 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-23T00:06:29.491Z
[junit4] 2> 284060 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 284060 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_97354ED717CB430B-001/control-001/solr.xml
[junit4] 2> 284067 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2bafd1d9, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 284073 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35410/solr
[junit4] 2> 284098 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [n:127.0.0.1:58527_
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 284099 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [n:127.0.0.1:58527_
] o.a.s.c.OverseerElectionContext I am going to be the leader
127.0.0.1:58527_
[junit4] 2> 284100 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [n:127.0.0.1:58527_
] o.a.s.c.Overseer Overseer
(id=98184487843856388-127.0.0.1:58527_-n_0000000000) starting
[junit4] 2> 284107 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [n:127.0.0.1:58527_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:58527_
[junit4] 2> 284109 INFO
(OverseerStateUpdate-98184487843856388-127.0.0.1:58527_-n_0000000000)
[n:127.0.0.1:58527_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 284201 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [n:127.0.0.1:58527_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bafd1d9
[junit4] 2> 284207 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [n:127.0.0.1:58527_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bafd1d9
[junit4] 2> 284208 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [n:127.0.0.1:58527_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2bafd1d9
[junit4] 2> 284209 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [n:127.0.0.1:58527_
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_97354ED717CB430B-001/control-001/cores
[junit4] 2> 284232 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 284233 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35410/solr ready
[junit4] 2> 284241 INFO (qtp619654685-2318) [n:127.0.0.1:58527_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
pullReplicas=0&replicationFactor=1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:58527_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 284244 INFO
(OverseerThreadFactory-1132-thread-1-processing-n:127.0.0.1:58527_)
[n:127.0.0.1:58527_ ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 284245 INFO
(OverseerThreadFactory-1132-thread-1-processing-n:127.0.0.1:58527_)
[n:127.0.0.1:58527_ ] o.a.s.c.CreateCollectionCmd Only one config set found
in zk - using it:conf1
[junit4] 2> 284352 INFO (qtp619654685-2322) [n:127.0.0.1:58527_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 284352 INFO (qtp619654685-2322) [n:127.0.0.1:58527_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 284459 INFO
(zkCallback-346-thread-1-processing-n:127.0.0.1:58527_) [n:127.0.0.1:58527_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 285372 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 285389 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 285524 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 285540 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 285541 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2bafd1d9
[junit4] 2> 285541 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 285541 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_97354ED717CB430B-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_97354ED717CB430B-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 285544 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8739634553945564]
[junit4] 2> 285559 WARN (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 285613 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 285613 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 285614 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 285614 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 285616 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.20689395234216879]
[junit4] 2> 285616 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@9f013c1[control_collection_shard1_replica_n1] main]
[junit4] 2> 285617 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 285618 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 285619 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 285620 INFO
(searcherExecutor-1135-thread-1-processing-n:127.0.0.1:58527_
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:58527_ c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@9f013c1[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 285621 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1570951807426887680
[junit4] 2> 285629 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 285629 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 285629 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:58527/control_collection_shard1_replica_n1/
[junit4] 2> 285629 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 285629 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:58527/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 285629 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 285635 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:58527/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 285751 INFO
(zkCallback-346-thread-1-processing-n:127.0.0.1:58527_) [n:127.0.0.1:58527_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 285792 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 285794 INFO (qtp619654685-2322) [n:127.0.0.1:58527_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1442
[junit4] 2> 285833 INFO (qtp619654685-2318) [n:127.0.0.1:58527_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 285898 INFO
(zkCallback-346-thread-2-processing-n:127.0.0.1:58527_) [n:127.0.0.1:58527_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 286245 INFO
(OverseerCollectionConfigSetProcessor-98184487843856388-127.0.0.1:58527_-n_0000000000)
[n:127.0.0.1:58527_ ] 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> 286833 INFO (qtp619654685-2318) [n:127.0.0.1:58527_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={pullReplicas=0&replicationFactor=1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:58527_&wt=javabin&version=2}
status=0 QTime=2591
[junit4] 2> 286854 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 286855 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35410/solr ready
[junit4] 2> 286855 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 286857 INFO (qtp619654685-2323) [n:127.0.0.1:58527_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
pullReplicas=0&replicationFactor=1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 286860 INFO
(OverseerThreadFactory-1132-thread-2-processing-n:127.0.0.1:58527_)
[n:127.0.0.1:58527_ ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 286861 INFO
(OverseerThreadFactory-1132-thread-2-processing-n:127.0.0.1:58527_)
[n:127.0.0.1:58527_ ] o.a.s.c.CreateCollectionCmd Only one config set found
in zk - using it:conf1
[junit4] 2> 286861 WARN
(OverseerThreadFactory-1132-thread-2-processing-n:127.0.0.1:58527_)
[n:127.0.0.1:58527_ ] o.a.s.c.CreateCollectionCmd It is unusual to create a
collection (collection1) without cores.
[junit4] 2> 287067 INFO (qtp619654685-2323) [n:127.0.0.1:58527_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 287067 INFO (qtp619654685-2323) [n:127.0.0.1:58527_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={pullReplicas=0&replicationFactor=1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=210
[junit4] 2> 287185 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_97354ED717CB430B-001/shard-1-001
of type TLOG
[junit4] 2> 287185 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 287187 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5469966d{/,null,AVAILABLE}
[junit4] 2> 287187 INFO
(TEST-UnloadDistributedZkTest.test-seed#[97354ED717CB430B]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@5b6da81a{HTTP/1.1,[http/1.1]}{127.0.0.1:46822}
[junit4] 2> 287187 INFO (TEST-UnloadDistributed
[...truncated too long message...]
y-closer-14-thread-2) [ ] o.a.s.m.SolrMetricManager Closing metric reporters
for registry=solr.node, tag=null
[junit4] 2> 23662 INFO (jetty-closer-14-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@72438496{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 23669 INFO (jetty-closer-14-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 23674 INFO (jetty-closer-14-thread-3) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@5a2f28a3{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 23685 INFO (jetty-closer-14-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 23685 INFO (jetty-closer-14-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1477726948
[junit4] 2> 23689 INFO (jetty-closer-14-thread-3) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=730404931
[junit4] 2> 23689 INFO (jetty-closer-14-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 23690 INFO (jetty-closer-14-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 23693 INFO (jetty-closer-14-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 23697 INFO (jetty-closer-14-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 23698 INFO (jetty-closer-14-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 23703 INFO (jetty-closer-14-thread-2) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 23705 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 0x15cd2649afc0007, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 23707 INFO
(zkCallback-29-thread-2-processing-n:127.0.0.1:40506_solr)
[n:127.0.0.1:40506_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (2)
[junit4] 2> 23707 INFO
(zkCallback-30-thread-1-processing-n:127.0.0.1:37471_solr)
[n:127.0.0.1:37471_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (2)
[junit4] 2> 23707 INFO (jetty-closer-14-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 23708 INFO (jetty-closer-14-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 23721 INFO (jetty-closer-14-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 23728 INFO (jetty-closer-14-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 23739 INFO (coreCloseExecutor-117-thread-1)
[n:127.0.0.1:37471_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore
[collection1_shard1_replica_n2] CLOSING SolrCore
org.apache.solr.core.SolrCore@3c36459
[junit4] 2> 23743 INFO (coreCloseExecutor-118-thread-1)
[n:127.0.0.1:40506_solr c:collection1 s:shard1 r:core_node1
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@253b4beb
[junit4] 2> 23754 INFO (coreCloseExecutor-118-thread-1)
[n:127.0.0.1:40506_solr c:collection1 s:shard1 r:core_node1
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1.shard1.replica_n1, tag=624643051
[junit4] 2> 23759 INFO (coreCloseExecutor-117-thread-1)
[n:127.0.0.1:37471_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1.shard1.replica_n2, tag=63136857
[junit4] 2> 23767 INFO (coreCloseExecutor-118-thread-1)
[n:127.0.0.1:40506_solr c:collection1 s:shard1 r:core_node1
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection1.shard1.leader, tag=624643051
[junit4] 2> 23773 INFO (jetty-closer-14-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@35841b81{/solr,null,UNAVAILABLE}
[junit4] 2> 23773 INFO
(zkCallback-30-thread-1-processing-n:127.0.0.1:37471_solr)
[n:127.0.0.1:37471_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 23777 INFO (coreCloseExecutor-117-thread-1)
[n:127.0.0.1:37471_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection1.shard1.leader, tag=63136857
[junit4] 2> 23780 INFO (jetty-closer-14-thread-3) [ ] o.a.s.c.Overseer
Overseer (id=98184621434077192-127.0.0.1:37471_solr-n_0000000000) closing
[junit4] 2> 23780 INFO
(OverseerStateUpdate-98184621434077192-127.0.0.1:37471_solr-n_0000000000)
[n:127.0.0.1:37471_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:37471_solr
[junit4] 2> 25204 WARN
(zkCallback-28-thread-1-processing-n:127.0.0.1:45506_solr)
[n:127.0.0.1:45506_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 25205 INFO (jetty-closer-14-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@29ad6102{/solr,null,UNAVAILABLE}
[junit4] 2> 25289 WARN
(zkCallback-30-thread-1-processing-n:127.0.0.1:37471_solr)
[n:127.0.0.1:37471_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 25289 INFO (jetty-closer-14-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@200862c9{/solr,null,UNAVAILABLE}
[junit4] 2> 25291 ERROR
(TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[E5CE2ECA8AEC19DF]) [ ]
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> 25292 INFO
(TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[E5CE2ECA8AEC19DF]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:59948 59948
[junit4] 2> 25398 INFO (Thread-33) [ ] o.a.s.c.ZkTestServer connecting
to 127.0.0.1:59948 59948
[junit4] 2> 25401 WARN (Thread-33) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 4 /solr/security.json
[junit4] 2> 2 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 14 /solr/collections/collection1/state.json
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 2
/solr/overseer_elect/election/98184621434077192-127.0.0.1:37471_solr-n_0000000000
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 5 /solr/collections
[junit4] 2>
[junit4] 2> 25402 INFO
(TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[E5CE2ECA8AEC19DF]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testSimpleQuery
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLTROnSolrCloud
-Dtests.method=testSimpleQuery -Dtests.seed=E5CE2ECA8AEC19DF
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es-US
-Dtests.timezone=Antarctica/DumontDUrville -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 9.68s J0 | TestLTROnSolrCloud.testSimpleQuery <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Path not found:
/responseHeader/status
[junit4] > at
__randomizedtesting.SeedInfo.seed([E5CE2ECA8AEC19DF:90C3EED69AF6DF0A]: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.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestLTROnSolrCloud_E5CE2ECA8AEC19DF-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70),
sim=RandomSimilarity(queryNorm=true): {}, locale=es-US,
timezone=Antarctica/DumontDUrville
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_131 (64-bit)/cpus=4,threads=1,free=132317128,total=299368448
[junit4] 2> NOTE: All tests run in this JVM: [TestNoMatchSolrFeature,
TestUserTermScorereQDF, TestFieldLengthFeature, TestLTRReRankingPipeline,
TestLTROnSolrCloud]
[junit4] Completed [23/33 (1!)] on J0 in 9.85s, 1 test, 1 error <<< FAILURES!
[...truncated 36830 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]