Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4097/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC
5 tests failed.
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([62AEFA38CA70BC06:17A33A24DA6A7AD3]:0)
at org.apache.solr.util.RestTestBase.assertJPut(RestTestBase.java:329)
at org.apache.solr.util.RestTestBase.assertJPut(RestTestBase.java:271)
at
org.apache.solr.ltr.TestRerankBase.loadFeature(TestRerankBase.java:286)
at
org.apache.solr.ltr.TestLTROnSolrCloud.loadModelsAndFeatures(TestLTROnSolrCloud.java:184)
at
org.apache.solr.ltr.TestLTROnSolrCloud.setupSolrCluster(TestLTROnSolrCloud.java:138)
at
org.apache.solr.ltr.TestLTROnSolrCloud.setUp(TestLTROnSolrCloud.java:58)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:941)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.CdcrVersionReplicationTest
Error Message:
2 threads leaked from SUITE scope at
org.apache.solr.cloud.CdcrVersionReplicationTest: 1) Thread[id=14849,
name=cdcr-update-log-synchronizer-6864-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=14861,
name=cdcr-update-log-synchronizer-6870-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=14849, name=cdcr-update-log-synchronizer-6864-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=14861, name=cdcr-update-log-synchronizer-6870-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([28B0D2EDA30D374]: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=14849, name=cdcr-update-log-synchronizer-6864-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=14861,
name=cdcr-update-log-synchronizer-6870-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=14849, name=cdcr-update-log-synchronizer-6864-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=14861, name=cdcr-update-log-synchronizer-6870-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([28B0D2EDA30D374]:0)
FAILED:
org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection
Error Message:
Expected to see nodes come back collection1 null Live Nodes:
[127.0.0.1:64434_solr, 127.0.0.1:64427_solr, 127.0.0.1:64431_solr] Last
available state:
DocCollection(collection1//collections/collection1/state.json/17)={
"pullReplicas":"0", "replicationFactor":"1", "shards":{ "shard1":{
"range":"80000000-ffffffff", "state":"active", "replicas":{
"core_node2":{ "core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:64432/solr",
"node_name":"127.0.0.1:64432_solr", "state":"down",
"type":"NRT"}, "core_node3":{
"core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:64426/solr",
"node_name":"127.0.0.1:64426_solr", "state":"down",
"type":"NRT"}, "core_node4":{
"core":"collection1_shard1_replica_n3",
"base_url":"http://127.0.0.1:64428/solr",
"node_name":"127.0.0.1:64428_solr", "state":"down",
"type":"NRT"}, "core_node5":{
"core":"collection1_shard1_replica_n4",
"base_url":"http://127.0.0.1:64434/solr",
"node_name":"127.0.0.1:64434_solr", "state":"active",
"type":"NRT"}, "core_node6":{
"core":"collection1_shard1_replica_n5",
"base_url":"http://127.0.0.1:64431/solr",
"node_name":"127.0.0.1:64431_solr", "state":"active",
"type":"NRT", "leader":"true"}}}, "shard2":{
"range":"0-7fffffff", "state":"active", "replicas":{"core_node1":{
"core":"collection1_shard2_replica_n1",
"base_url":"http://127.0.0.1:64427/solr",
"node_name":"127.0.0.1:64427_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:64434_solr, 127.0.0.1:64427_solr, 127.0.0.1:64431_solr]
Last available state:
DocCollection(collection1//collections/collection1/state.json/17)={
"pullReplicas":"0",
"replicationFactor":"1",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"active",
"replicas":{
"core_node2":{
"core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:64432/solr",
"node_name":"127.0.0.1:64432_solr",
"state":"down",
"type":"NRT"},
"core_node3":{
"core":"collection1_shard1_replica_n2",
"base_url":"http://127.0.0.1:64426/solr",
"node_name":"127.0.0.1:64426_solr",
"state":"down",
"type":"NRT"},
"core_node4":{
"core":"collection1_shard1_replica_n3",
"base_url":"http://127.0.0.1:64428/solr",
"node_name":"127.0.0.1:64428_solr",
"state":"down",
"type":"NRT"},
"core_node5":{
"core":"collection1_shard1_replica_n4",
"base_url":"http://127.0.0.1:64434/solr",
"node_name":"127.0.0.1:64434_solr",
"state":"active",
"type":"NRT"},
"core_node6":{
"core":"collection1_shard1_replica_n5",
"base_url":"http://127.0.0.1:64431/solr",
"node_name":"127.0.0.1:64431_solr",
"state":"active",
"type":"NRT",
"leader":"true"}}},
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{"core_node1":{
"core":"collection1_shard2_replica_n1",
"base_url":"http://127.0.0.1:64427/solr",
"node_name":"127.0.0.1:64427_solr",
"state":"active",
"type":"NRT",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"1",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([28B0D2EDA30D374:5CBFC060994F4F93]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
at
org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection(LeaderElectionIntegrationTest.java:109)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.UnloadDistributedZkTest.test
Error Message:
Captured an uncaught exception in thread: Thread[id=14932,
name=testExecutor-6453-thread-1, state=RUNNABLE,
group=TGRP-UnloadDistributedZkTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=14932, name=testExecutor-6453-thread-1,
state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:64182: Cannot unload non-existent core
[multiunload0]
at __randomizedtesting.SeedInfo.seed([28B0D2EDA30D374]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:233)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:222)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
at
org.apache.solr.cloud.UnloadDistributedZkTest.lambda$testUnloadLotsOfCores$0(UnloadDistributedZkTest.java:372)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 12061 lines...]
[junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/init-core-data-001
[junit4] 2> 1418624 WARN
(SUITE-UnloadDistributedZkTest-seed#[28B0D2EDA30D374]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=329 numCloses=329
[junit4] 2> 1418624 INFO
(SUITE-UnloadDistributedZkTest-seed#[28B0D2EDA30D374]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1418627 INFO
(SUITE-UnloadDistributedZkTest-seed#[28B0D2EDA30D374]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
w/ MAC_OS_X supressed clientAuth
[junit4] 2> 1418627 INFO
(SUITE-UnloadDistributedZkTest-seed#[28B0D2EDA30D374]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 1418631 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1418631 INFO (Thread-3240) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1418631 INFO (Thread-3240) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1418633 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.ZkTestServer start zk server on port:64134
[junit4] 2> 1418635 ERROR (Thread-3240) [ ] 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> 1418686 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1418692 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1418707 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1418711 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1418714 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1418717 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1418721 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1418724 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1418727 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1418730 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1418732 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.AbstractZkTestCase put
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1418738 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 1419769 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1419771 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@352cd234{/,null,AVAILABLE}
[junit4] 2> 1419772 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@f7159a1{HTTP/1.1,[http/1.1]}{127.0.0.1:64137}
[junit4] 2> 1419772 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.e.j.s.Server Started @1424630ms
[junit4] 2> 1419772 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/, hostPort=64137,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/control-001/cores}
[junit4] 2> 1419772 ERROR
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1419773 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 1419773 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1419773 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1419773 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-23T05:59:08.151Z
[junit4] 2> 1419776 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1419776 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/control-001/solr.xml
[junit4] 2> 1419782 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@673f6f10, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1419786 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64134/solr
[junit4] 2> 1419818 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64137_
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1419819 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64137_
] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64137_
[junit4] 2> 1419820 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64137_
] o.a.s.c.Overseer Overseer
(id=98185874440978436-127.0.0.1:64137_-n_0000000000) starting
[junit4] 2> 1419833 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64137_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:64137_
[junit4] 2> 1419835 INFO
(zkCallback-2924-thread-1-processing-n:127.0.0.1:64137_) [n:127.0.0.1:64137_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1419970 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64137_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@673f6f10
[junit4] 2> 1419973 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64137_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@673f6f10
[junit4] 2> 1419973 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64137_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@673f6f10
[junit4] 2> 1419974 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64137_
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/control-001/cores
[junit4] 2> 1419992 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1419993 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64134/solr ready
[junit4] 2> 1419995 INFO (qtp1778203292-14697) [n:127.0.0.1:64137_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
pullReplicas=0&replicationFactor=1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:64137_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1419998 INFO
(OverseerThreadFactory-6353-thread-1-processing-n:127.0.0.1:64137_)
[n:127.0.0.1:64137_ ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 1419999 INFO
(OverseerThreadFactory-6353-thread-1-processing-n:127.0.0.1:64137_)
[n:127.0.0.1:64137_ ] o.a.s.c.CreateCollectionCmd Only one config set found
in zk - using it:conf1
[junit4] 2> 1420112 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1420112 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1420229 INFO
(zkCallback-2924-thread-1-processing-n:127.0.0.1:64137_) [n:127.0.0.1:64137_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1421143 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1421155 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 1421227 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1421245 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 1421246 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@673f6f10
[junit4] 2> 1421246 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1421246 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 1421247 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1421250 WARN (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1421301 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1421301 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1421301 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1421301 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1421301 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1421301 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@3f5de744[control_collection_shard1_replica_n1] main]
[junit4] 2> 1421306 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1421306 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1421307 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1421307 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1570973993858498560
[junit4] 2> 1421308 INFO
(searcherExecutor-6356-thread-1-processing-n:127.0.0.1:64137_
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:64137_ c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@3f5de744[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1421314 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1421314 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1421314 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:64137/control_collection_shard1_replica_n1/
[junit4] 2> 1421314 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1421314 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:64137/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 1421314 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1421319 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:64137/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 1421431 INFO
(zkCallback-2924-thread-1-processing-n:127.0.0.1:64137_) [n:127.0.0.1:64137_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1421489 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1421494 INFO (qtp1778203292-14699) [n:127.0.0.1:64137_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1382
[junit4] 2> 1421501 INFO (qtp1778203292-14697) [n:127.0.0.1:64137_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1421606 INFO
(zkCallback-2924-thread-1-processing-n:127.0.0.1:64137_) [n:127.0.0.1:64137_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1422007 INFO
(OverseerCollectionConfigSetProcessor-98185874440978436-127.0.0.1:64137_-n_0000000000)
[n:127.0.0.1:64137_ ] 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> 1422511 INFO (qtp1778203292-14697) [n:127.0.0.1:64137_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={pullReplicas=0&replicationFactor=1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:64137_&wt=javabin&version=2}
status=0 QTime=2515
[junit4] 2> 1422517 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1422518 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64134/solr ready
[junit4] 2> 1422518 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 1422519 INFO (qtp1778203292-14695) [n:127.0.0.1:64137_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
pullReplicas=0&replicationFactor=1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1422522 INFO
(OverseerThreadFactory-6353-thread-2-processing-n:127.0.0.1:64137_)
[n:127.0.0.1:64137_ ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 1422523 INFO
(OverseerThreadFactory-6353-thread-2-processing-n:127.0.0.1:64137_)
[n:127.0.0.1:64137_ ] o.a.s.c.CreateCollectionCmd Only one config set found
in zk - using it:conf1
[junit4] 2> 1422523 WARN
(OverseerThreadFactory-6353-thread-2-processing-n:127.0.0.1:64137_)
[n:127.0.0.1:64137_ ] o.a.s.c.CreateCollectionCmd It is unusual to create a
collection (collection1) without cores.
[junit4] 2> 1422748 INFO (qtp1778203292-14695) [n:127.0.0.1:64137_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1422748 INFO (qtp1778203292-14695) [n:127.0.0.1:64137_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={pullReplicas=0&replicationFactor=1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&tlogReplicas=0&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=229
[junit4] 2> 1423114 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/shard-1-001
of type NRT
[junit4] 2> 1423114 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1423117 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@505fdea9{/,null,AVAILABLE}
[junit4] 2> 1423118 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@26f2d245{HTTP/1.1,[http/1.1]}{127.0.0.1:64146}
[junit4] 2> 1423118 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.e.j.s.Server Started @1427976ms
[junit4] 2> 1423118 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/, hostPort=64146,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/shard-1-001/cores}
[junit4] 2> 1423118 ERROR
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1423119 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 1423119 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1423119 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1423119 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-23T05:59:11.497Z
[junit4] 2> 1423146 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1423146 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/shard-1-001/solr.xml
[junit4] 2> 1423192 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@673f6f10, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1423195 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64134/solr
[junit4] 2> 1423206 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64146_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1423209 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64146_
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1423212 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64146_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:64146_
[junit4] 2> 1423214 INFO
(zkCallback-2924-thread-1-processing-n:127.0.0.1:64137_) [n:127.0.0.1:64137_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1423214 INFO (zkCallback-2931-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1423215 INFO
(zkCallback-2936-thread-1-processing-n:127.0.0.1:64146_) [n:127.0.0.1:64146_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1423310 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64146_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@673f6f10
[junit4] 2> 1423313 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64146_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@673f6f10
[junit4] 2> 1423313 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64146_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@673f6f10
[junit4] 2> 1423314 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64146_
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/shard-1-001/cores
[junit4] 2> 1423341 INFO (qtp1778203292-14698) [n:127.0.0.1:64137_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:64146_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1423343 INFO
(OverseerThreadFactory-6353-thread-3-processing-n:127.0.0.1:64137_)
[n:127.0.0.1:64137_ ] o.a.s.c.AddReplicaCmd addReplica() : {
[junit4] 2> "collection":"collection1",
[junit4] 2> "node":"127.0.0.1:64146_",
[junit4] 2> "shard":"shard2",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"addreplica"}
[junit4] 2> 1423344 INFO
(OverseerCollectionConfigSetProcessor-98185874440978436-127.0.0.1:64137_-n_0000000000)
[n:127.0.0.1:64137_ ] 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> 1423345 INFO
(OverseerThreadFactory-6353-thread-3-processing-n:127.0.0.1:64137_)
[n:127.0.0.1:64137_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:64146_
for creating new replica
[junit4] 2> 1423348 INFO (qtp991295031-14738) [n:127.0.0.1:64146_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1423348 INFO (qtp991295031-14738) [n:127.0.0.1:64146_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1423539 INFO
(zkCallback-2936-thread-1-processing-n:127.0.0.1:64146_) [n:127.0.0.1:64146_
] 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: [2])
[junit4] 2> 1424367 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1424373 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema
[collection1_shard2_replica_n0] Schema name=test
[junit4] 2> 1424450 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1424496 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_n0' using configuration from
collection collection1, trusted=true
[junit4] 2> 1424497 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n0' (registry
'solr.core.collection1.shard2.replica_n0') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@673f6f10
[junit4] 2> 1424497 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1424497 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SolrCore
[[collection1_shard2_replica_n0] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/shard-1-001/cores/collection1_shard2_replica_n0],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/shard-1-001/cores/collection1_shard2_replica_n0/data/]
[junit4] 2> 1424498 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1424542 WARN (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1424649 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1424649 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1424651 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1424651 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1424652 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1424652 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5c3cb6e6[collection1_shard2_replica_n0] main]
[junit4] 2> 1424653 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1424654 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1424656 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1424657 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1570973997371228160
[junit4] 2> 1424657 INFO
(searcherExecutor-6367-thread-1-processing-n:127.0.0.1:64146_
x:collection1_shard2_replica_n0 s:shard2 c:collection1) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SolrCore
[collection1_shard2_replica_n0] Registered new searcher
Searcher@5c3cb6e6[collection1_shard2_replica_n0]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1424664 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1424664 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1424664 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:64146/collection1_shard2_replica_n0/
[junit4] 2> 1424664 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 1424664 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy
http://127.0.0.1:64146/collection1_shard2_replica_n0/ has no replicas
[junit4] 2> 1424664 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1424669 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:64146/collection1_shard2_replica_n0/ shard2
[junit4] 2> 1424773 INFO
(zkCallback-2936-thread-1-processing-n:127.0.0.1:64146_) [n:127.0.0.1:64146_
] 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: [2])
[junit4] 2> 1424831 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 1424834 INFO (qtp991295031-14738) [n:127.0.0.1:64146_
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1486
[junit4] 2> 1424837 INFO (qtp1778203292-14698) [n:127.0.0.1:64137_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:64146_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
status=0 QTime=1496
[junit4] 2> 1424936 INFO
(zkCallback-2936-thread-1-processing-n:127.0.0.1:64146_) [n:127.0.0.1:64146_
] 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: [2])
[junit4] 2> 1425110 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/shard-2-001
of type NRT
[junit4] 2> 1425110 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1425112 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1518c8ac{/,null,AVAILABLE}
[junit4] 2> 1425112 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1af614b{HTTP/1.1,[http/1.1]}{127.0.0.1:64151}
[junit4] 2> 1425112 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.e.j.s.Server Started @1429970ms
[junit4] 2> 1425112 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/tempDir-001/jetty2,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=64151,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/shard-2-001/cores}
[junit4] 2> 1425112 ERROR
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1425115 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 1425115 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1425115 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1425115 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-23T05:59:13.493Z
[junit4] 2> 1425118 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1425118 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/shard-2-001/solr.xml
[junit4] 2> 1425123 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@673f6f10, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1425126 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64134/solr
[junit4] 2> 1425143 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64151_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1425146 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64151_
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1425151 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64151_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:64151_
[junit4] 2> 1425155 INFO
(zkCallback-2924-thread-2-processing-n:127.0.0.1:64137_) [n:127.0.0.1:64137_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1425165 INFO
(zkCallback-2942-thread-1-processing-n:127.0.0.1:64151_) [n:127.0.0.1:64151_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1425166 INFO
(zkCallback-2936-thread-1-processing-n:127.0.0.1:64146_) [n:127.0.0.1:64146_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1425166 INFO (zkCallback-2931-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1425230 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64151_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@673f6f10
[junit4] 2> 1425234 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64151_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@673f6f10
[junit4] 2> 1425234 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64151_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@673f6f10
[junit4] 2> 1425236 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64151_
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/shard-2-001/cores
[junit4] 2> 1425283 INFO (qtp1343979281-14767) [n:127.0.0.1:64151_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:64151_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1425286 INFO
(OverseerThreadFactory-6353-thread-4-processing-n:127.0.0.1:64137_)
[n:127.0.0.1:64137_ ] o.a.s.c.AddReplicaCmd addReplica() : {
[junit4] 2> "collection":"collection1",
[junit4] 2> "node":"127.0.0.1:64151_",
[junit4] 2> "shard":"shard1",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"addreplica"}
[junit4] 2> 1425288 INFO
(OverseerCollectionConfigSetProcessor-98185874440978436-127.0.0.1:64137_-n_0000000000)
[n:127.0.0.1:64137_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1425289 INFO
(OverseerThreadFactory-6353-thread-4-processing-n:127.0.0.1:64137_)
[n:127.0.0.1:64137_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:64151_
for creating new replica
[junit4] 2> 1425290 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1425291 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1425400 INFO
(zkCallback-2936-thread-1-processing-n:127.0.0.1:64146_) [n:127.0.0.1:64146_
] 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: [3])
[junit4] 2> 1425400 INFO
(zkCallback-2942-thread-1-processing-n:127.0.0.1:64151_) [n:127.0.0.1:64151_
] 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: [3])
[junit4] 2> 1426324 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1426336 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema
[collection1_shard1_replica_n0] Schema name=test
[junit4] 2> 1426418 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1426435 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n0' using configuration from
collection collection1, trusted=true
[junit4] 2> 1426435 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n0' (registry
'solr.core.collection1.shard1.replica_n0') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@673f6f10
[junit4] 2> 1426435 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1426435 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SolrCore
[[collection1_shard1_replica_n0] ] Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/shard-2-001/cores/collection1_shard1_replica_n0],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/shard-2-001/cores/collection1_shard1_replica_n0/data/]
[junit4] 2> 1426437 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1426439 WARN (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1426507 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1426507 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1426509 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1426509 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1426511 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1426511 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@46e53d4b[collection1_shard1_replica_n0] main]
[junit4] 2> 1426513 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1426513 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1426514 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1426514 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1570973999318433792
[junit4] 2> 1426516 INFO
(searcherExecutor-6378-thread-1-processing-n:127.0.0.1:64151_
x:collection1_shard1_replica_n0 s:shard1 c:collection1) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SolrCore
[collection1_shard1_replica_n0] Registered new searcher
Searcher@46e53d4b[collection1_shard1_replica_n0]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1426523 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1426523 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1426523 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:64151/collection1_shard1_replica_n0/
[junit4] 2> 1426524 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 1426524 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy
http://127.0.0.1:64151/collection1_shard1_replica_n0/ has no replicas
[junit4] 2> 1426524 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1426530 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:64151/collection1_shard1_replica_n0/ shard1
[junit4] 2> 1426635 INFO
(zkCallback-2942-thread-1-processing-n:127.0.0.1:64151_) [n:127.0.0.1:64151_
] 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: [3])
[junit4] 2> 1426635 INFO
(zkCallback-2936-thread-1-processing-n:127.0.0.1:64146_) [n:127.0.0.1:64146_
] 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: [3])
[junit4] 2> 1426637 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 1426640 INFO (qtp1343979281-14769) [n:127.0.0.1:64151_
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1349
[junit4] 2> 1426643 INFO (qtp1343979281-14767) [n:127.0.0.1:64151_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:64151_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=1360
[junit4] 2> 1426745 INFO
(zkCallback-2936-thread-1-processing-n:127.0.0.1:64146_) [n:127.0.0.1:64146_
] 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: [3])
[junit4] 2> 1426746 INFO
(zkCallback-2942-thread-1-processing-n:127.0.0.1:64151_) [n:127.0.0.1:64151_
] 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: [3])
[junit4] 2> 1426921 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/shard-3-001
of type NRT
[junit4] 2> 1426922 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1426923 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2e920773{/,null,AVAILABLE}
[junit4] 2> 1426923 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@74bfa3d2{HTTP/1.1,[http/1.1]}{127.0.0.1:64182}
[junit4] 2> 1426923 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.e.j.s.Server Started @1431781ms
[junit4] 2> 1426923 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/tempDir-001/jetty3,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=64182,
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/shard-3-001/cores}
[junit4] 2> 1426924 ERROR
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1426924 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 1426924 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1426924 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1426925 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-23T05:59:15.302Z
[junit4] 2> 1426929 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1426929 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/shard-3-001/solr.xml
[junit4] 2> 1426934 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@673f6f10, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1426939 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64134/solr
[junit4] 2> 1426952 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64182_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 1426956 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64182_
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1426959 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64182_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:64182_
[junit4] 2> 1426962 INFO
(zkCallback-2936-thread-1-processing-n:127.0.0.1:64146_) [n:127.0.0.1:64146_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1426962 INFO
(zkCallback-2942-thread-1-processing-n:127.0.0.1:64151_) [n:127.0.0.1:64151_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1426962 INFO
(zkCallback-2924-thread-2-processing-n:127.0.0.1:64137_) [n:127.0.0.1:64137_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1426962 INFO (zkCallback-2931-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1426963 INFO
(zkCallback-2948-thread-1-processing-n:127.0.0.1:64182_) [n:127.0.0.1:64182_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1427087 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64182_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@673f6f10
[junit4] 2> 1427092 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64182_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@673f6f10
[junit4] 2> 1427092 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64182_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@673f6f10
[junit4] 2> 1427093 INFO
(TEST-UnloadDistributedZkTest.test-seed#[28B0D2EDA30D374]) [n:127.0.0.1:64182_
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.UnloadDistributedZkTest_28B0D2EDA30D374-001/shard-3-001/cores
[junit4] 2> 1427138 INFO (qtp1343979281-14770) [n:127.0.0.1:64151_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:64182_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1427141 INFO
(OverseerThreadFactory-6353-thread-5-processing-n:127.0.0.1:64137_)
[n:127.0.0.1:64137_ ] o.a.s.c.AddReplicaCmd addReplica() : {
[junit4] 2> "collection":"collection1",
[junit4] 2> "node":"127.0.0.1:64182_",
[junit4] 2> "shard":"shard2",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"addreplica"}
[junit4] 2> 1427142 INFO
(OverseerCollectionConfigSetProcessor-98185874440978436-127.0.0.1:64137_-n_0000000000)
[n:127.0.0.1:64137_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1427142 INFO
(OverseerThreadFactory-6353-thread-5-processing-n:127.0.0.1:64137_)
[n:127.0.0.1:64137_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:64182_
for creating new replica
[junit4] 2> 1427146 INFO (qtp1354324657-14795) [n:127.0.0.1:64182_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1427147 INFO (qtp1354324657-14795) [n:127.0.0.1:64182_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1427253 INFO
(zkCallback-2936-thread-1-processing-n:127.0.0.1:64146_) [n:127.0.0.1:64146_
] 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: [4])
[junit4] 2> 1427253 INFO
(zkCallback-2948-thread-1-processing-n:127.0.0.1:64182_) [n:127.0.0.1:64182_
] 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: [4])
[junit4] 2> 1427253 INFO
(zkCallback-2942-thread-1-processing-n:127.0.0.1:64151_) [n:127.0.0.1:64151_
] 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: [4])
[junit4] 2> 1428170 INFO (qtp1354324657-14795) [n:127.0.0.1:64182_
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1428191 INFO (qtp1354324657-14795) [n:127.0.0.1:64182_
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema
[collection1_shard2_replica_n1] Schema name=test
[junit4] 2> 1428250 INFO (qtp1354324657-14795) [n:127.0.0.1:64182_
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1428266 INFO (qtp1354324657-14795) [n:127.0.0.1:64182_
c:collection1 s:shard2 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> 1428266 INFO (qtp1354324657-14795) [n:127.0.0.1:64182_
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n1' (registry
'solr.core.collection1.shard2.replica_n1') e
[...truncated too long message...]
INFO (jetty-closer-8-thread-1) [ ] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.jvm, tag=null
[junit4] 2> 24064 INFO (jetty-closer-8-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 24064 INFO (jetty-closer-8-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 24065 INFO (jetty-closer-8-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 24067 INFO (jetty-closer-8-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 24067 INFO (jetty-closer-8-thread-2) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 24069 WARN
(zkCallback-26-thread-1-processing-n:127.0.0.1:53255_solr)
[n:127.0.0.1:53255_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 24070 INFO (jetty-closer-8-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@399062d4{/solr,null,UNAVAILABLE}
[junit4] 2> 24071 INFO
(zkCallback-29-thread-2-processing-n:127.0.0.1:53257_solr)
[n:127.0.0.1:53257_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (3)
[junit4] 2> 24072 INFO
(zkCallback-28-thread-1-processing-n:127.0.0.1:53256_solr)
[n:127.0.0.1:53256_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (3)
[junit4] 2> 24072 INFO
(zkCallback-27-thread-1-processing-n:127.0.0.1:53258_solr)
[n:127.0.0.1:53258_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (4) -> (3)
[junit4] 2> 24075 INFO (jetty-closer-8-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 24076 INFO (jetty-closer-8-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 24076 INFO (jetty-closer-8-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 24078 INFO (jetty-closer-8-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 24079 INFO (jetty-closer-8-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 24079 INFO (jetty-closer-8-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 24079 INFO (jetty-closer-8-thread-3) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 24079 INFO (jetty-closer-8-thread-3) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 24079 INFO (coreCloseExecutor-79-thread-1)
[n:127.0.0.1:53257_solr c:collection1 s:shard1 r:core_node1
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@47f63826
[junit4] 2> 24082 WARN
(zkCallback-27-thread-1-processing-n:127.0.0.1:53258_solr)
[n:127.0.0.1:53258_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 24084 INFO (coreCloseExecutor-79-thread-1)
[n:127.0.0.1:53257_solr c:collection1 s:shard1 r:core_node1
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1.shard1.replica_n1, tag=1207318566
[junit4] 2> 24084 INFO
(zkCallback-29-thread-2-processing-n:127.0.0.1:53257_solr)
[n:127.0.0.1:53257_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (1)
[junit4] 2> 24085 INFO (jetty-closer-8-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@2a08ccbc{/solr,null,UNAVAILABLE}
[junit4] 2> 24087 INFO
(zkCallback-29-thread-2-processing-n:127.0.0.1:53257_solr)
[n:127.0.0.1:53257_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: [1])
[junit4] 2> 24087 INFO
(zkCallback-29-thread-1-processing-n:127.0.0.1:53257_solr)
[n:127.0.0.1:53257_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: [1])
[junit4] 2> 24090 INFO (coreCloseExecutor-79-thread-1)
[n:127.0.0.1:53257_solr c:collection1 s:shard1 r:core_node1
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection1.shard1.leader, tag=1207318566
[junit4] 2> 24096 INFO (jetty-closer-8-thread-4) [ ] o.a.s.c.Overseer
Overseer (id=98185934011826187-127.0.0.1:53257_solr-n_0000000000) closing
[junit4] 2> 24096 INFO
(OverseerStateUpdate-98185934011826187-127.0.0.1:53257_solr-n_0000000000)
[n:127.0.0.1:53257_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:53257_solr
[junit4] 2> 24100 WARN
(zkCallback-29-thread-1-processing-n:127.0.0.1:53257_solr)
[n:127.0.0.1:53257_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 24101 INFO (jetty-closer-8-thread-4) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@61f2ea23{/solr,null,UNAVAILABLE}
[junit4] 2> 25583 WARN
(zkCallback-28-thread-1-processing-n:127.0.0.1:53256_solr)
[n:127.0.0.1:53256_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 25583 INFO (jetty-closer-8-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@2726bd47{/solr,null,UNAVAILABLE}
[junit4] 2> 25585 ERROR
(TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[62AEFA38CA70BC06]) [ ]
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> 25586 INFO
(TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[62AEFA38CA70BC06]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:53248 53248
[junit4] 2> 25604 INFO (Thread-13) [ ] o.a.s.c.ZkTestServer connecting
to 127.0.0.1:53248 53248
[junit4] 2> 25700 WARN (Thread-13) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/aliases.json
[junit4] 2> 6 /solr/clusterprops.json
[junit4] 2> 5 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/clusterstate.json
[junit4] 2> 6 /solr/collections/collection1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 6 /solr/collections
[junit4] 2>
[junit4] 2> 25701 INFO
(TEST-TestLTROnSolrCloud.testSimpleQuery-seed#[62AEFA38CA70BC06]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testSimpleQuery
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLTROnSolrCloud
-Dtests.method=testSimpleQuery -Dtests.seed=62AEFA38CA70BC06 -Dtests.slow=true
-Dtests.locale=vi -Dtests.timezone=Antarctica/Troll -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 10.8s J0 | TestLTROnSolrCloud.testSimpleQuery <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Path not found:
/responseHeader/status
[junit4] > at
__randomizedtesting.SeedInfo.seed([62AEFA38CA70BC06:17A33A24DA6A7AD3]: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_62AEFA38CA70BC06-001
[junit4] 2> Jun 23, 2017 6:14:26 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{_version_=PostingsFormat(name=Direct),
popularity=BlockTreeOrds(blocksize=128), description=FSTOrd50,
id=PostingsFormat(name=Memory), text=BlockTreeOrds(blocksize=128),
title=PostingsFormat(name=Direct)}, docValues:{}, maxPointsInLeafNode=887,
maxMBSortInHeap=5.908658522037221, sim=RandomSimilarity(queryNorm=true): {},
locale=vi, timezone=Antarctica/Troll
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131
(64-bit)/cpus=3,threads=1,free=23515104,total=56623104
[junit4] 2> NOTE: All tests run in this JVM: [TestEdisMaxSolrFeature,
TestManagedFeatureStore, TestLTROnSolrCloud]
[junit4] Completed [10/33 (1!)] on J0 in 11.35s, 1 test, 1 error <<<
FAILURES!
[...truncated 36916 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]