Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4100/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC
5 tests failed.
FAILED: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test
Error Message:
Expected 2 of 3 replicas to be active but only found 1;
[core_node2:{"core":"c8n_1x3_lf_shard1_replica_t1","base_url":"http://127.0.0.1:50484/kqb","node_name":"127.0.0.1:50484_kqb","state":"active","type":"TLOG","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/28)={
"pullReplicas":"0", "replicationFactor":"1", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node1":{ "state":"down",
"base_url":"http://127.0.0.1:50471/kqb",
"core":"c8n_1x3_lf_shard1_replica_t2",
"node_name":"127.0.0.1:50471_kqb", "type":"TLOG"},
"core_node2":{ "core":"c8n_1x3_lf_shard1_replica_t1",
"base_url":"http://127.0.0.1:50484/kqb",
"node_name":"127.0.0.1:50484_kqb", "state":"active",
"type":"TLOG", "leader":"true"}, "core_node3":{
"core":"c8n_1x3_lf_shard1_replica_t3",
"base_url":"http://127.0.0.1:50497/kqb",
"node_name":"127.0.0.1:50497_kqb", "state":"down",
"type":"TLOG"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"0", "tlogReplicas":"3"}
Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found
1;
[core_node2:{"core":"c8n_1x3_lf_shard1_replica_t1","base_url":"http://127.0.0.1:50484/kqb","node_name":"127.0.0.1:50484_kqb","state":"active","type":"TLOG","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/28)={
"pullReplicas":"0",
"replicationFactor":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"state":"down",
"base_url":"http://127.0.0.1:50471/kqb",
"core":"c8n_1x3_lf_shard1_replica_t2",
"node_name":"127.0.0.1:50471_kqb",
"type":"TLOG"},
"core_node2":{
"core":"c8n_1x3_lf_shard1_replica_t1",
"base_url":"http://127.0.0.1:50484/kqb",
"node_name":"127.0.0.1:50484_kqb",
"state":"active",
"type":"TLOG",
"leader":"true"},
"core_node3":{
"core":"c8n_1x3_lf_shard1_replica_t3",
"base_url":"http://127.0.0.1:50497/kqb",
"node_name":"127.0.0.1:50497_kqb",
"state":"down",
"type":"TLOG"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"0",
"tlogReplicas":"3"}
at
__randomizedtesting.SeedInfo.seed([B9AA87995A04EED8:31FEB843F4F88320]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
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)
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([8C32129034510D6E:F93FD28C244BCBBB]: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.GeneratedMethodAccessor5.invoke(Unknown Source)
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=18295,
name=cdcr-update-log-synchronizer-7437-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=18307,
name=cdcr-update-log-synchronizer-7443-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=18295, name=cdcr-update-log-synchronizer-7437-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=18307, name=cdcr-update-log-synchronizer-7443-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([B9AA87995A04EED8]: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=18295, name=cdcr-update-log-synchronizer-7437-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=18307,
name=cdcr-update-log-synchronizer-7443-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=18295, name=cdcr-update-log-synchronizer-7437-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=18307, name=cdcr-update-log-synchronizer-7443-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([B9AA87995A04EED8]:0)
FAILED:
org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection
Error Message:
Expected to see nodes come back collection1 null Live Nodes:
[127.0.0.1:65377_solr, 127.0.0.1:65372_solr, 127.0.0.1:65379_solr] Last
available state:
DocCollection(collection1//collections/collection1/state.json/21)={
"pullReplicas":"0", "replicationFactor":"1", "shards":{ "shard1":{
"range":"80000000-ffffffff", "state":"active", "replicas":{
"core_node1":{ "core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:65372/solr",
"node_name":"127.0.0.1:65372_solr", "state":"active",
"type":"NRT"}, "core_node3":{
"core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:65371/solr",
"node_name":"127.0.0.1:65371_solr", "state":"down",
"type":"NRT"}, "core_node4":{
"core":"collection1_shard1_replica_n3",
"base_url":"http://127.0.0.1:65373/solr",
"node_name":"127.0.0.1:65373_solr", "state":"down",
"type":"NRT"}, "core_node5":{
"core":"collection1_shard1_replica_n4",
"base_url":"http://127.0.0.1:65378/solr",
"node_name":"127.0.0.1:65378_solr", "state":"down",
"type":"NRT"}, "core_node6":{
"core":"collection1_shard1_replica_n5",
"base_url":"http://127.0.0.1:65379/solr",
"node_name":"127.0.0.1:65379_solr", "state":"active",
"type":"NRT", "leader":"true"}}}, "shard2":{
"range":"0-7fffffff", "state":"active", "replicas":{"core_node2":{
"core":"collection1_shard2_replica_n1",
"base_url":"http://127.0.0.1:65377/solr",
"node_name":"127.0.0.1:65377_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:65377_solr, 127.0.0.1:65372_solr, 127.0.0.1:65379_solr]
Last available state:
DocCollection(collection1//collections/collection1/state.json/21)={
"pullReplicas":"0",
"replicationFactor":"1",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"active",
"replicas":{
"core_node1":{
"core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:65372/solr",
"node_name":"127.0.0.1:65372_solr",
"state":"active",
"type":"NRT"},
"core_node3":{
"core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:65371/solr",
"node_name":"127.0.0.1:65371_solr",
"state":"down",
"type":"NRT"},
"core_node4":{
"core":"collection1_shard1_replica_n3",
"base_url":"http://127.0.0.1:65373/solr",
"node_name":"127.0.0.1:65373_solr",
"state":"down",
"type":"NRT"},
"core_node5":{
"core":"collection1_shard1_replica_n4",
"base_url":"http://127.0.0.1:65378/solr",
"node_name":"127.0.0.1:65378_solr",
"state":"down",
"type":"NRT"},
"core_node6":{
"core":"collection1_shard1_replica_n5",
"base_url":"http://127.0.0.1:65379/solr",
"node_name":"127.0.0.1:65379_solr",
"state":"active",
"type":"NRT",
"leader":"true"}}},
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{"core_node2":{
"core":"collection1_shard2_replica_n1",
"base_url":"http://127.0.0.1:65377/solr",
"node_name":"127.0.0.1:65377_solr",
"state":"active",
"type":"NRT",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"1",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([B9AA87995A04EED8:E79E4AD7197B723F]: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)
Build Log:
[...truncated 11587 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderElectionIntegrationTest
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_B9AA87995A04EED8-001/init-core-data-001
[junit4] 2> 845954 INFO
(SUITE-LeaderElectionIntegrationTest-seed#[B9AA87995A04EED8]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 845954 INFO
(SUITE-LeaderElectionIntegrationTest-seed#[B9AA87995A04EED8]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
w/ MAC_OS_X supressed clientAuth
[junit4] 2> 845955 INFO
(TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[B9AA87995A04EED8])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testSimpleSliceLeaderElection
[junit4] 2> 845956 INFO
(TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[B9AA87995A04EED8])
[ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 6 servers in
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_B9AA87995A04EED8-001/tempDir-001
[junit4] 2> 845956 INFO
(TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[B9AA87995A04EED8])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 845956 INFO (Thread-1957) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 845956 INFO (Thread-1957) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 845959 ERROR (Thread-1957) [ ] 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> 846056 INFO
(TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[B9AA87995A04EED8])
[ ] o.a.s.c.ZkTestServer start zk server on port:65369
[junit4] 2> 846084 INFO (jetty-launcher-1417-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 846084 INFO (jetty-launcher-1417-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 846085 INFO (jetty-launcher-1417-thread-3) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 846088 INFO (jetty-launcher-1417-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@58d368a3{/solr,null,AVAILABLE}
[junit4] 2> 846088 INFO (jetty-launcher-1417-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@50824791{/solr,null,AVAILABLE}
[junit4] 2> 846088 INFO (jetty-launcher-1417-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@40b317db{/solr,null,AVAILABLE}
[junit4] 2> 846089 INFO (jetty-launcher-1417-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@558a2992{HTTP/1.1,[http/1.1]}{127.0.0.1:65372}
[junit4] 2> 846089 INFO (jetty-launcher-1417-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1792fcc5{HTTP/1.1,[http/1.1]}{127.0.0.1:65373}
[junit4] 2> 846089 INFO (jetty-launcher-1417-thread-3) [ ]
o.e.j.s.Server Started @849645ms
[junit4] 2> 846089 INFO (jetty-launcher-1417-thread-1) [ ]
o.e.j.s.Server Started @849645ms
[junit4] 2> 846089 INFO (jetty-launcher-1417-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=65372}
[junit4] 2> 846089 INFO (jetty-launcher-1417-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=65373}
[junit4] 2> 846089 ERROR (jetty-launcher-1417-thread-3) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 846089 ERROR (jetty-launcher-1417-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 846089 INFO (jetty-launcher-1417-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@662bef60{HTTP/1.1,[http/1.1]}{127.0.0.1:65371}
[junit4] 2> 846089 INFO (jetty-launcher-1417-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 846089 INFO (jetty-launcher-1417-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 846089 INFO (jetty-launcher-1417-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 846089 INFO (jetty-launcher-1417-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 846089 INFO (jetty-launcher-1417-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 846089 INFO (jetty-launcher-1417-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 846089 INFO (jetty-launcher-1417-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-24T04:25:53.058Z
[junit4] 2> 846089 INFO (jetty-launcher-1417-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-24T04:25:53.058Z
[junit4] 2> 846090 INFO (jetty-launcher-1417-thread-4) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 846089 INFO (jetty-launcher-1417-thread-2) [ ]
o.e.j.s.Server Started @849646ms
[junit4] 2> 846090 INFO (jetty-launcher-1417-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=65371}
[junit4] 2> 846090 ERROR (jetty-launcher-1417-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 846090 INFO (jetty-launcher-1417-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 846090 INFO (jetty-launcher-1417-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 846090 INFO (jetty-launcher-1417-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 846092 INFO (jetty-launcher-1417-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-24T04:25:53.060Z
[junit4] 2> 846093 INFO (jetty-launcher-1417-thread-6) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 846094 INFO (jetty-launcher-1417-thread-5) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 846097 INFO (jetty-launcher-1417-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 846097 INFO (jetty-launcher-1417-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 846097 INFO (jetty-launcher-1417-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 846108 INFO (jetty-launcher-1417-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5a84a608{/solr,null,AVAILABLE}
[junit4] 2> 846108 INFO (jetty-launcher-1417-thread-5) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@647b3773{HTTP/1.1,[http/1.1]}{127.0.0.1:65377}
[junit4] 2> 846108 INFO (jetty-launcher-1417-thread-5) [ ]
o.e.j.s.Server Started @849665ms
[junit4] 2> 846108 INFO (jetty-launcher-1417-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=65377}
[junit4] 2> 846108 ERROR (jetty-launcher-1417-thread-5) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 846109 INFO (jetty-launcher-1417-thread-5) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 846109 INFO (jetty-launcher-1417-thread-5) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 846109 INFO (jetty-launcher-1417-thread-5) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 846109 INFO (jetty-launcher-1417-thread-5) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-24T04:25:53.078Z
[junit4] 2> 846111 INFO (jetty-launcher-1417-thread-6) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@c6ea6a{/solr,null,AVAILABLE}
[junit4] 2> 846111 INFO (jetty-launcher-1417-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@746a6d1a{/solr,null,AVAILABLE}
[junit4] 2> 846111 INFO (jetty-launcher-1417-thread-6) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@5e05c2ce{HTTP/1.1,[http/1.1]}{127.0.0.1:65378}
[junit4] 2> 846111 INFO (jetty-launcher-1417-thread-4) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@252e913e{HTTP/1.1,[http/1.1]}{127.0.0.1:65379}
[junit4] 2> 846111 INFO (jetty-launcher-1417-thread-6) [ ]
o.e.j.s.Server Started @849668ms
[junit4] 2> 846111 INFO (jetty-launcher-1417-thread-4) [ ]
o.e.j.s.Server Started @849668ms
[junit4] 2> 846111 INFO (jetty-launcher-1417-thread-6) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=65378}
[junit4] 2> 846111 INFO (jetty-launcher-1417-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=65379}
[junit4] 2> 846111 ERROR (jetty-launcher-1417-thread-4) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 846111 ERROR (jetty-launcher-1417-thread-6) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 846112 INFO (jetty-launcher-1417-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 846112 INFO (jetty-launcher-1417-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 846112 INFO (jetty-launcher-1417-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 846112 INFO (jetty-launcher-1417-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-24T04:25:53.081Z
[junit4] 2> 846112 INFO (jetty-launcher-1417-thread-6) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 846112 INFO (jetty-launcher-1417-thread-6) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 846112 INFO (jetty-launcher-1417-thread-6) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 846113 INFO (jetty-launcher-1417-thread-6) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-24T04:25:53.081Z
[junit4] 2> 846113 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 0x15cd859581f0002, 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> 846117 INFO (jetty-launcher-1417-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 846118 INFO (jetty-launcher-1417-thread-5) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 846118 INFO (jetty-launcher-1417-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65369/solr
[junit4] 2> 846118 INFO (jetty-launcher-1417-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65369/solr
[junit4] 2> 846120 INFO (jetty-launcher-1417-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65369/solr
[junit4] 2> 846122 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 0x15cd859581f0005, 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> 846123 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 0x15cd859581f0004, 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> 846123 INFO (jetty-launcher-1417-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65369/solr
[junit4] 2> 846124 INFO (jetty-launcher-1417-thread-6) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 846124 INFO (jetty-launcher-1417-thread-5) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65369/solr
[junit4] 2> 846127 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 0x15cd859581f000a, 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> 846128 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 0x15cd859581f0006, 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> 846130 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 0x15cd859581f000b, 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> 846130 INFO (jetty-launcher-1417-thread-6) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65369/solr
[junit4] 2> 846133 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 0x15cd859581f000e, 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> 846192 INFO (jetty-launcher-1417-thread-2)
[n:127.0.0.1:65371_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 846192 INFO (jetty-launcher-1417-thread-4)
[n:127.0.0.1:65379_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 846192 INFO (jetty-launcher-1417-thread-1)
[n:127.0.0.1:65373_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 846192 INFO (jetty-launcher-1417-thread-5)
[n:127.0.0.1:65377_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 846192 INFO (jetty-launcher-1417-thread-6)
[n:127.0.0.1:65378_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 846193 INFO (jetty-launcher-1417-thread-4)
[n:127.0.0.1:65379_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:65379_solr
[junit4] 2> 846194 INFO (jetty-launcher-1417-thread-2)
[n:127.0.0.1:65371_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:65371_solr
[junit4] 2> 846194 INFO (jetty-launcher-1417-thread-1)
[n:127.0.0.1:65373_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:65373_solr
[junit4] 2> 846194 INFO (jetty-launcher-1417-thread-5)
[n:127.0.0.1:65377_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:65377_solr
[junit4] 2> 846195 INFO (jetty-launcher-1417-thread-6)
[n:127.0.0.1:65378_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:65378_solr
[junit4] 2> 846195 INFO (jetty-launcher-1417-thread-4)
[n:127.0.0.1:65379_solr ] o.a.s.c.Overseer Overseer
(id=98191170137423884-127.0.0.1:65379_solr-n_0000000000) starting
[junit4] 2> 846202 INFO
(zkCallback-1448-thread-1-processing-n:127.0.0.1:65371_solr)
[n:127.0.0.1:65371_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 846202 INFO
(zkCallback-1441-thread-1-processing-n:127.0.0.1:65379_solr)
[n:127.0.0.1:65379_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 846202 INFO
(zkCallback-1449-thread-1-processing-n:127.0.0.1:65378_solr)
[n:127.0.0.1:65378_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 846202 INFO
(zkCallback-1444-thread-1-processing-n:127.0.0.1:65377_solr)
[n:127.0.0.1:65377_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 846202 INFO
(zkCallback-1446-thread-1-processing-n:127.0.0.1:65373_solr)
[n:127.0.0.1:65373_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 846218 INFO
(zkCallback-1447-thread-1-processing-n:127.0.0.1:65372_solr)
[n:127.0.0.1:65372_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 846222 INFO (jetty-launcher-1417-thread-3)
[n:127.0.0.1:65372_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 846231 INFO (jetty-launcher-1417-thread-4)
[n:127.0.0.1:65379_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:65379_solr
[junit4] 2> 846241 INFO
(zkCallback-1446-thread-1-processing-n:127.0.0.1:65373_solr)
[n:127.0.0.1:65373_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 846241 INFO
(zkCallback-1447-thread-1-processing-n:127.0.0.1:65372_solr)
[n:127.0.0.1:65372_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 846241 INFO
(zkCallback-1441-thread-1-processing-n:127.0.0.1:65379_solr)
[n:127.0.0.1:65379_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 846242 INFO
(zkCallback-1448-thread-1-processing-n:127.0.0.1:65371_solr)
[n:127.0.0.1:65371_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 846242 INFO
(zkCallback-1449-thread-1-processing-n:127.0.0.1:65378_solr)
[n:127.0.0.1:65378_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 846242 INFO
(zkCallback-1444-thread-1-processing-n:127.0.0.1:65377_solr)
[n:127.0.0.1:65377_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (5)
[junit4] 2> 846271 INFO (jetty-launcher-1417-thread-3)
[n:127.0.0.1:65372_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:65372_solr
[junit4] 2> 846274 INFO
(zkCallback-1446-thread-1-processing-n:127.0.0.1:65373_solr)
[n:127.0.0.1:65373_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (6)
[junit4] 2> 846274 INFO
(zkCallback-1449-thread-1-processing-n:127.0.0.1:65378_solr)
[n:127.0.0.1:65378_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (6)
[junit4] 2> 846274 INFO
(zkCallback-1444-thread-1-processing-n:127.0.0.1:65377_solr)
[n:127.0.0.1:65377_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (6)
[junit4] 2> 846274 INFO
(zkCallback-1447-thread-1-processing-n:127.0.0.1:65372_solr)
[n:127.0.0.1:65372_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (6)
[junit4] 2> 846275 INFO
(zkCallback-1448-thread-1-processing-n:127.0.0.1:65371_solr)
[n:127.0.0.1:65371_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (6)
[junit4] 2> 846275 INFO
(zkCallback-1441-thread-1-processing-n:127.0.0.1:65379_solr)
[n:127.0.0.1:65379_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (5) -> (6)
[junit4] 2> 846360 INFO (jetty-launcher-1417-thread-1)
[n:127.0.0.1:65373_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65373.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aeea54e
[junit4] 2> 846366 INFO (jetty-launcher-1417-thread-1)
[n:127.0.0.1:65373_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65373.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aeea54e
[junit4] 2> 846366 INFO (jetty-launcher-1417-thread-1)
[n:127.0.0.1:65373_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65373.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aeea54e
[junit4] 2> 846367 INFO (jetty-launcher-1417-thread-1)
[n:127.0.0.1:65373_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_B9AA87995A04EED8-001/tempDir-001/node1/.
[junit4] 2> 846372 INFO (jetty-launcher-1417-thread-5)
[n:127.0.0.1:65377_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65377.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aeea54e
[junit4] 2> 846374 INFO (jetty-launcher-1417-thread-5)
[n:127.0.0.1:65377_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65377.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aeea54e
[junit4] 2> 846374 INFO (jetty-launcher-1417-thread-5)
[n:127.0.0.1:65377_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65377.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aeea54e
[junit4] 2> 846375 INFO (jetty-launcher-1417-thread-5)
[n:127.0.0.1:65377_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_B9AA87995A04EED8-001/tempDir-001/node5/.
[junit4] 2> 846392 INFO (jetty-launcher-1417-thread-4)
[n:127.0.0.1:65379_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65379.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aeea54e
[junit4] 2> 846395 INFO (jetty-launcher-1417-thread-4)
[n:127.0.0.1:65379_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65379.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aeea54e
[junit4] 2> 846395 INFO (jetty-launcher-1417-thread-4)
[n:127.0.0.1:65379_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65379.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aeea54e
[junit4] 2> 846399 INFO (jetty-launcher-1417-thread-4)
[n:127.0.0.1:65379_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_B9AA87995A04EED8-001/tempDir-001/node4/.
[junit4] 2> 846431 INFO (jetty-launcher-1417-thread-3)
[n:127.0.0.1:65372_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65372.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aeea54e
[junit4] 2> 846434 INFO (jetty-launcher-1417-thread-3)
[n:127.0.0.1:65372_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65372.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aeea54e
[junit4] 2> 846434 INFO (jetty-launcher-1417-thread-3)
[n:127.0.0.1:65372_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65372.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aeea54e
[junit4] 2> 846435 INFO (jetty-launcher-1417-thread-3)
[n:127.0.0.1:65372_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_B9AA87995A04EED8-001/tempDir-001/node3/.
[junit4] 2> 846468 INFO (jetty-launcher-1417-thread-2)
[n:127.0.0.1:65371_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65371.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aeea54e
[junit4] 2> 846474 INFO (jetty-launcher-1417-thread-2)
[n:127.0.0.1:65371_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65371.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aeea54e
[junit4] 2> 846474 INFO (jetty-launcher-1417-thread-2)
[n:127.0.0.1:65371_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65371.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aeea54e
[junit4] 2> 846475 INFO (jetty-launcher-1417-thread-6)
[n:127.0.0.1:65378_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65378.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aeea54e
[junit4] 2> 846475 INFO (jetty-launcher-1417-thread-2)
[n:127.0.0.1:65371_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_B9AA87995A04EED8-001/tempDir-001/node2/.
[junit4] 2> 846479 INFO (jetty-launcher-1417-thread-6)
[n:127.0.0.1:65378_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65378.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aeea54e
[junit4] 2> 846479 INFO (jetty-launcher-1417-thread-6)
[n:127.0.0.1:65378_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65378.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aeea54e
[junit4] 2> 846480 INFO (jetty-launcher-1417-thread-6)
[n:127.0.0.1:65378_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_B9AA87995A04EED8-001/tempDir-001/node6/.
[junit4] 2> 846617 INFO
(TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[B9AA87995A04EED8])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
[junit4] 2> 846619 INFO
(TEST-LeaderElectionIntegrationTest.testSimpleSliceLeaderElection-seed#[B9AA87995A04EED8])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:65369/solr ready
[junit4] 2> 846626 INFO (qtp1784314051-8780) [n:127.0.0.1:65371_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf&maxShardsPerNode=1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 846630 INFO
(OverseerThreadFactory-4114-thread-1-processing-n:127.0.0.1:65379_solr)
[n:127.0.0.1:65379_solr ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 846744 INFO
(OverseerStateUpdate-98191170137423884-127.0.0.1:65379_solr-n_0000000000)
[n:127.0.0.1:65379_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:65372/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 846746 INFO
(OverseerStateUpdate-98191170137423884-127.0.0.1:65379_solr-n_0000000000)
[n:127.0.0.1:65379_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"collection1_shard2_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:65377/solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 846951 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 846951 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 846952 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 846952 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 847060 INFO
(zkCallback-1444-thread-1-processing-n:127.0.0.1:65377_solr)
[n:127.0.0.1:65377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 847060 INFO
(zkCallback-1447-thread-1-processing-n:127.0.0.1:65372_solr)
[n:127.0.0.1:65372_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 847060 INFO
(zkCallback-1447-thread-2-processing-n:127.0.0.1:65372_solr)
[n:127.0.0.1:65372_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 847060 INFO
(zkCallback-1444-thread-2-processing-n:127.0.0.1:65377_solr)
[n:127.0.0.1:65377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 847978 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 847978 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 847983 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica_n1]
o.a.s.s.IndexSchema [collection1_shard2_replica_n1] Schema name=minimal
[junit4] 2> 847983 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_n1]
o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
[junit4] 2> 847986 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 847986 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n1' using
configuration from collection collection1, trusted=true
[junit4] 2> 847986 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 847986 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using
configuration from collection collection1, trusted=true
[junit4] 2> 847986 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65377.solr.core.collection1.shard2.replica_n1' (registry
'solr.core.collection1.shard2.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aeea54e
[junit4] 2> 847986 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65372.solr.core.collection1.shard1.replica_n1' (registry
'solr.core.collection1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aeea54e
[junit4] 2> 847986 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 847986 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica_n1]
o.a.s.c.SolrCore [[collection1_shard2_replica_n1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_B9AA87995A04EED8-001/tempDir-001/node5/collection1_shard2_replica_n1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_B9AA87995A04EED8-001/tempDir-001/node5/./collection1_shard2_replica_n1/data/]
[junit4] 2> 847986 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 847987 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_n1]
o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_B9AA87995A04EED8-001/tempDir-001/node3/collection1_shard1_replica_n1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_B9AA87995A04EED8-001/tempDir-001/node3/./collection1_shard1_replica_n1/data/]
[junit4] 2> 848054 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 848054 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 848054 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 848054 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 848055 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 848055 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 848056 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 848056 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 848057 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1a469288[collection1_shard2_replica_n1] main]
[junit4] 2> 848057 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4a625f87[collection1_shard1_replica_n1] main]
[junit4] 2> 848059 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 848059 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 848059 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 848059 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 848060 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 848060 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 848060 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1571058724402888704
[junit4] 2> 848060 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1571058724402888704
[junit4] 2> 848061 INFO
(searcherExecutor-4128-thread-1-processing-n:127.0.0.1:65372_solr
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node1)
[n:127.0.0.1:65372_solr c:collection1 s:shard1 r:core_node1
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@4a625f87[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 848061 INFO
(searcherExecutor-4127-thread-1-processing-n:127.0.0.1:65377_solr
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node2)
[n:127.0.0.1:65377_solr c:collection1 s:shard2 r:core_node2
x:collection1_shard2_replica_n1] o.a.s.c.SolrCore
[collection1_shard2_replica_n1] Registered new searcher
Searcher@1a469288[collection1_shard2_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 848068 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 848069 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 848068 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 848069 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 848069 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 848069 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 848075 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:65377/solr/collection1_shard2_replica_n1/ shard2
[junit4] 2> 848075 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:65372/solr/collection1_shard1_replica_n1/ shard1
[junit4] 2> 848181 INFO
(zkCallback-1447-thread-2-processing-n:127.0.0.1:65372_solr)
[n:127.0.0.1:65372_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 848181 INFO
(zkCallback-1444-thread-2-processing-n:127.0.0.1:65377_solr)
[n:127.0.0.1:65377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 848181 INFO
(zkCallback-1447-thread-1-processing-n:127.0.0.1:65372_solr)
[n:127.0.0.1:65372_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 848181 INFO
(zkCallback-1444-thread-1-processing-n:127.0.0.1:65377_solr)
[n:127.0.0.1:65377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 848184 WARN (qtp763508546-8811) [n:127.0.0.1:65377_solr
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica_n1]
o.a.s.c.ZkController Skipping recovery according to sys prop
solrcloud.skip.autorecovery
[junit4] 2> 848187 INFO (qtp763508546-8811) [n:127.0.0.1:65377_solr
c:collection1 s:shard2 r:core_node2 x:collection1_shard2_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1235
[junit4] 2> 848228 WARN (qtp1857529428-8771) [n:127.0.0.1:65372_solr
c:collection1 s:shard1 r:core_node1 x:collection1_shard1_replica_n1]
o.a.s.c.ZkController Skipping recovery according to sys prop
solrcloud.skip.autorecovery
[junit4] 2> 848232 INFO (qtp1857529428-8771) [n:127.0.0.1:65372_solr
c:collection1 s:shard1 r:core_node1 x:collection1_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=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1280
[junit4] 2> 848236 INFO (qtp1784314051-8780) [n:127.0.0.1:65371_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> 848336 INFO
(zkCallback-1447-thread-1-processing-n:127.0.0.1:65372_solr)
[n:127.0.0.1:65372_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 848336 INFO
(zkCallback-1444-thread-1-processing-n:127.0.0.1:65377_solr)
[n:127.0.0.1:65377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 848336 INFO
(zkCallback-1447-thread-2-processing-n:127.0.0.1:65372_solr)
[n:127.0.0.1:65372_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 848336 INFO
(zkCallback-1444-thread-2-processing-n:127.0.0.1:65377_solr)
[n:127.0.0.1:65377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 848639 INFO
(OverseerCollectionConfigSetProcessor-98191170137423884-127.0.0.1:65379_solr-n_0000000000)
[n:127.0.0.1:65379_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> 849239 INFO (qtp1784314051-8780) [n:127.0.0.1:65371_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf&maxShardsPerNode=1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=2613
[junit4] 2> 849241 INFO (qtp1784314051-8781) [n:127.0.0.1:65371_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 849244 INFO
(OverseerThreadFactory-4114-thread-2-processing-n:127.0.0.1:65379_solr)
[n:127.0.0.1:65379_solr ] o.a.s.c.AddReplicaCmd addReplica() : {
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"addreplica"}
[junit4] 2> 849247 INFO
(OverseerThreadFactory-4114-thread-2-processing-n:127.0.0.1:65379_solr)
[n:127.0.0.1:65379_solr ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:65371_solr for creating new replica
[junit4] 2> 849250 INFO
(OverseerStateUpdate-98191170137423884-127.0.0.1:65379_solr-n_0000000000)
[n:127.0.0.1:65379_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"addreplica",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:65371/solr",
[junit4] 2> "node_name":"127.0.0.1:65371_solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 849358 INFO
(zkCallback-1447-thread-2-processing-n:127.0.0.1:65372_solr)
[n:127.0.0.1:65372_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 849358 INFO
(zkCallback-1444-thread-2-processing-n:127.0.0.1:65377_solr)
[n:127.0.0.1:65377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 849358 INFO
(zkCallback-1444-thread-1-processing-n:127.0.0.1:65377_solr)
[n:127.0.0.1:65377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 849358 INFO
(zkCallback-1447-thread-1-processing-n:127.0.0.1:65372_solr)
[n:127.0.0.1:65372_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 849465 INFO (qtp1784314051-8783) [n:127.0.0.1:65371_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&name=collection1_shard1_replica_n2&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 849466 INFO (qtp1784314051-8783) [n:127.0.0.1:65371_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 849493 INFO (qtp1784314051-8783) [n:127.0.0.1:65371_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 849507 INFO (qtp1784314051-8783) [n:127.0.0.1:65371_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n2]
o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=minimal
[junit4] 2> 849518 INFO (qtp1784314051-8783) [n:127.0.0.1:65371_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 849518 INFO (qtp1784314051-8783) [n:127.0.0.1:65371_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using
configuration from collection collection1, trusted=true
[junit4] 2> 849518 INFO (qtp1784314051-8783) [n:127.0.0.1:65371_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_65371.solr.core.collection1.shard1.replica_n2' (registry
'solr.core.collection1.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4aeea54e
[junit4] 2> 849519 INFO (qtp1784314051-8783) [n:127.0.0.1:65371_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 849519 INFO (qtp1784314051-8783) [n:127.0.0.1:65371_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n2]
o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_B9AA87995A04EED8-001/tempDir-001/node2/collection1_shard1_replica_n2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderElectionIntegrationTest_B9AA87995A04EED8-001/tempDir-001/node2/./collection1_shard1_replica_n2/data/]
[junit4] 2> 849585 INFO
(zkCallback-1448-thread-1-processing-n:127.0.0.1:65371_solr)
[n:127.0.0.1:65371_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 849585 INFO
(zkCallback-1444-thread-2-processing-n:127.0.0.1:65377_solr)
[n:127.0.0.1:65377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 849586 INFO
(zkCallback-1448-thread-2-processing-n:127.0.0.1:65371_solr)
[n:127.0.0.1:65371_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 849585 INFO
(zkCallback-1444-thread-1-processing-n:127.0.0.1:65377_solr)
[n:127.0.0.1:65377_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 849586 INFO
(zkCallback-1447-thread-1-processing-n:127.0.0.1:65372_solr)
[n:127.0.0.1:65372_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 849587 INFO
(zkCallback-1447-thread-2-processing-n:127.0.0.1:65372_solr)
[n:127.0.0.1:65372_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 849646 INFO (qtp1784314051-8783) [n:127.0.0.1:65371_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 849647 INFO (qtp1784314051-8783) [n:127.0.0.1:65371_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 849649 INFO (qtp1784314051-8783) [n:127.0.0.1:65371_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 849649 INFO (qtp1784314051-8783) [n:127.0.0.1:65371_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 849663 INFO (qtp1784314051-8783) [n:127.0.0.1:65371_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@2d5749c7[collection1_shard1_replica_n2] main]
[junit4] 2> 849665 INFO (qtp1784314051-8783) [n:127.0.0.1:65371_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 849666 INFO (qtp1784314051-8783) [n:127.0.0.1:65371_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 849666 INFO (qtp1784314051-8783) [n:127.0.0.1:65371_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 849667 INFO
(searcherExecutor-4137-thread-1-processing-n:127.0.0.1:65371_solr
x:collection1_shard1_replica_n2 s:shard1 c:collection1 r:core_node3)
[n:127.0.0.1:65371_solr c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore
[collection1_shard1_replica_n2] Registered new searcher
Searcher@2d5749c7[collection1_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 849667 INFO (qtp1784314051-8783) [n:127.0.0.1:65371_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1571058726087950336
[junit4] 2> 849675 WARN (qtp1784314051-8783) [n:127.0.0.1:65371_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n2]
o.a.s.c.ZkController Skipping recovery according to sys prop
solrcloud.skip.autorecovery
[junit4] 2> 849679 INFO (qtp1784314051-8783) [n:127.0.0.1:65371_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&name=collection1_shard1_replica_n2&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=214
[junit4] 2> 849682 INFO (qtp1784314051-8781) [n:127.0.0.1:65371_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=442
[junit4] 2> 849683 INFO (qtp1784314051-8784) [n:127.0.0.1:65371_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 849687 INFO
(OverseerThreadFactory-4114-thread-3-processing-n:127.0.0.1:65379_solr)
[n:127.0.0.1:65379_solr ] o.a.s.c.AddReplicaCmd addReplica() : {
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"addreplica"}
[junit4] 2> 849687 INFO
(OverseerCollectionConfigSetProcessor-98191170137423884-127.0.0.1:65379_solr-n_0000000000)
[n:127.0.0.1:65379_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 849689 INFO
(OverseerThreadFactory-4114-thread-3-processing-n:127.0.0.1:65379_solr)
[n:127.0.0.1:65379_solr ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:65373_solr for creating new replica
[junit4] 2> 849692 INFO
(OverseerStateUpdate-98191170137423884-127.0.0.1:65379_solr-n_0000000000)
[n:127.0.0.1:65379_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"addreplica",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1_shard1_replica_n3",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:65373/solr",
[junit4] 2> "node_name":"127.0.0.1:65373_solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 849799 INFO
(zkCallback-1448-thread-2-processing-n:127.0.0.1:65371_solr)
[n:127.0.0.1:65371_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 849800 INFO
(zkCallback-1447-thread-2-processing-n:127.0.0.1:65372_solr)
[n:127.0.0.1:65372_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 849800 INFO
(zkCallback-1447-thread-1-processing-n:127.0.0.1:65372_solr)
[n:127.0.0.1:65372_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [6])
[junit4] 2> 849800 INF
[...truncated too long message...]
ContextHandler Stopped
o.e.j.s.ServletContextHandler@74137110{/solr,null,UNAVAILABLE}
[junit4] 2> 44763 INFO (jetty-closer-28-thread-18) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@7bece5bb{/solr,null,UNAVAILABLE}
[junit4] 2> 44775 WARN
(zkCallback-186-thread-1-processing-n:127.0.0.1:59766_solr)
[n:127.0.0.1:59766_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 44775 WARN
(zkCallback-188-thread-1-processing-n:127.0.0.1:59740_solr)
[n:127.0.0.1:59740_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 44775 WARN
(zkCallback-158-thread-1-processing-n:127.0.0.1:59762_solr)
[n:127.0.0.1:59762_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 44775 INFO (jetty-closer-28-thread-17) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@3de7c2{/solr,null,UNAVAILABLE}
[junit4] 2> 44776 INFO (jetty-closer-28-thread-8) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@9016011{/solr,null,UNAVAILABLE}
[junit4] 2> 44801 WARN
(zkCallback-178-thread-1-processing-n:127.0.0.1:59745_solr)
[n:127.0.0.1:59745_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 44802 INFO (jetty-closer-28-thread-14) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@c70b999{/solr,null,UNAVAILABLE}
[junit4] 2> 44802 INFO (jetty-closer-28-thread-23) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@eeabec4{/solr,null,UNAVAILABLE}
[junit4] 2> 44814 WARN
(zkCallback-179-thread-1-processing-n:127.0.0.1:59735_solr)
[n:127.0.0.1:59735_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 44814 WARN
(zkCallback-187-thread-1-processing-n:127.0.0.1:59738_solr)
[n:127.0.0.1:59738_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 44814 WARN
(zkCallback-176-thread-3-processing-n:127.0.0.1:59718_solr)
[n:127.0.0.1:59718_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 44815 INFO (jetty-closer-28-thread-22) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4b74d5ae{/solr,null,UNAVAILABLE}
[junit4] 2> 44815 INFO (jetty-closer-28-thread-30) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@2174d56d{/solr,null,UNAVAILABLE}
[junit4] 2> 44815 INFO (jetty-closer-28-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@6625c16c{/solr,null,UNAVAILABLE}
[junit4] 2> 44828 WARN
(zkCallback-181-thread-2-processing-n:127.0.0.1:59765_solr)
[n:127.0.0.1:59765_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 44828 WARN
(zkCallback-173-thread-1-processing-n:127.0.0.1:59736_solr)
[n:127.0.0.1:59736_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 44828 WARN
(zkCallback-162-thread-1-processing-n:127.0.0.1:59734_solr)
[n:127.0.0.1:59734_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 44829 INFO (jetty-closer-28-thread-20) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@6512f812{/solr,null,UNAVAILABLE}
[junit4] 2> 44829 INFO (jetty-closer-28-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@6b2e6261{/solr,null,UNAVAILABLE}
[junit4] 2> 44829 INFO (jetty-closer-28-thread-26) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@36cc4646{/solr,null,UNAVAILABLE}
[junit4] 2> 44841 WARN
(zkCallback-172-thread-2-processing-n:127.0.0.1:59741_solr)
[n:127.0.0.1:59741_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 44842 INFO (jetty-closer-28-thread-7) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@793c285d{/solr,null,UNAVAILABLE}
[junit4] 2> 44849 WARN
(zkCallback-164-thread-2-processing-n:127.0.0.1:59719_solr)
[n:127.0.0.1:59719_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 44850 INFO (jetty-closer-28-thread-31) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@12cdad76{/solr,null,UNAVAILABLE}
[junit4] 2> 44854 ERROR
(TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[8C32129034510D6E]) [ ]
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> 44856 INFO
(TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[8C32129034510D6E]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:59711 59711
[junit4] 2> 44884 INFO (Thread-64) [ ] o.a.s.c.ZkTestServer connecting
to 127.0.0.1:59711 59711
[junit4] 2> 45086 WARN (Thread-64) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 34 /solr/aliases.json
[junit4] 2> 34 /solr/clusterprops.json
[junit4] 2> 33 /solr/security.json
[junit4] 2> 4 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 34 /solr/clusterstate.json
[junit4] 2> 24 /solr/collections/collection1/state.json
[junit4] 2> 4
/solr/overseer_elect/election/98191298800975945-127.0.0.1:59741_solr-n_0000000000
[junit4] 2> 3
/solr/overseer_elect/election/98191298800975955-127.0.0.1:59718_solr-n_0000000015
[junit4] 2> 3
/solr/overseer_elect/election/98191298800975960-127.0.0.1:59765_solr-n_0000000005
[junit4] 2> 2
/solr/overseer_elect/election/98191298800975966-127.0.0.1:59738_solr-n_0000000010
[junit4] 2> 2
/solr/overseer_elect/election/98191298800975943-127.0.0.1:59713_solr-n_0000000025
[junit4] 2> 2
/solr/overseer_elect/election/98191298800975957-127.0.0.1:59745_solr-n_0000000013
[junit4] 2> 2
/solr/overseer_elect/election/98191298800975939-127.0.0.1:59733_solr-n_0000000007
[junit4] 2> 2
/solr/overseer_elect/election/98191298800975944-127.0.0.1:59722_solr-n_0000000001
[junit4] 2> 2
/solr/overseer_elect/election/98191298800975940-127.0.0.1:59731_solr-n_0000000003
[junit4] 2> 2
/solr/overseer_elect/election/98191298800975946-127.0.0.1:59719_solr-n_0000000009
[junit4] 2> 2
/solr/overseer_elect/election/98191298800975942-127.0.0.1:59734_solr-n_0000000023
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 34 /solr/live_nodes
[junit4] 2> 34 /solr/collections
[junit4] 2>
[junit4] 2> 45087 INFO
(TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[8C32129034510D6E]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testSimpleQuery
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLTROnSolrCloud
-Dtests.method=testSimpleQuery -Dtests.seed=8C32129034510D6E -Dtests.slow=true
-Dtests.locale=vi-VN -Dtests.timezone=America/Chicago -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 17.0s J0 | TestLTROnSolrCloud.testSimpleQuery <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Path not found:
/responseHeader/status
[junit4] > at
__randomizedtesting.SeedInfo.seed([8C32129034510D6E:F93FD28C244BCBBB]: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:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.TestLTROnSolrCloud_8C32129034510D6E-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{_version_=PostingsFormat(name=Memory), popularity=PostingsFormat(name=Memory),
description=FST50, id=PostingsFormat(name=LuceneVarGapFixedInterval),
text=PostingsFormat(name=Memory), title=PostingsFormat(name=Memory)},
docValues:{}, maxPointsInLeafNode=1617, maxMBSortInHeap=7.788596190098754,
sim=RandomSimilarity(queryNorm=true): {}, locale=vi-VN, timezone=America/Chicago
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131
(64-bit)/cpus=3,threads=1,free=152529152,total=244842496
[junit4] 2> NOTE: All tests run in this JVM: [TestFieldValueFeature,
TestRerankBase, TestManagedFeatureStore, TestLTRScoringQuery,
TestEdisMaxSolrFeature, TestLinearModel, TestModelManagerPersistence,
TestExternalValueFeatures, TestLTRWithSort, TestLTROnSolrCloud]
[junit4] Completed [22/33 (1!)] on J0 in 17.06s, 1 test, 1 error <<<
FAILURES!
[...truncated 36843 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]