Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/1087/
11 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest
Error Message:
Suite timeout exceeded (>= 7200000 msec).
Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
at __randomizedtesting.SeedInfo.seed([7500977D11D39E65]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest
Error Message:
Captured an uncaught exception in thread: Thread[id=16653,
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE,
group=TGRP-CollectionsAPIDistributedZkTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=16653,
name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE,
group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
at __randomizedtesting.SeedInfo.seed([7500977D11D39E65]:0)
at java.util.Arrays.copyOfRange(Arrays.java:2694)
at java.lang.String.<init>(String.java:203)
at java.lang.String.substring(String.java:1913)
at java.lang.String.split(String.java:2303)
at
sun.net.util.IPAddressUtil.textToNumericFormatV4(IPAddressUtil.java:47)
at java.net.SocketPermission.init(SocketPermission.java:465)
at java.net.SocketPermission.<init>(SocketPermission.java:290)
at java.lang.SecurityManager.checkAccept(SecurityManager.java:1170)
at
sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:270)
at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:188)
at java.lang.Thread.run(Thread.java:745)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest
Error Message:
Captured an uncaught exception in thread: Thread[id=16891,
name=OverseerThreadFactory-3022-thread-4, state=RUNNABLE, group=Overseer
collection creation process.]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=16891, name=OverseerThreadFactory-3022-thread-4,
state=RUNNABLE, group=Overseer collection creation process.]
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
at __randomizedtesting.SeedInfo.seed([7500977D11D39E65]:0)
at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:133)
at java.io.OutputStreamWriter.write(OutputStreamWriter.java:220)
at java.io.Writer.write(Writer.java:157)
at org.apache.log4j.helpers.QuietWriter.write(QuietWriter.java:48)
at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:317)
at org.apache.log4j.WriterAppender.append(WriterAppender.java:162)
at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:251)
at
org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:66)
at org.apache.log4j.Category.callAppenders(Category.java:206)
at org.apache.log4j.Category.forcedLog(Category.java:391)
at org.apache.log4j.Category.log(Category.java:856)
at org.slf4j.impl.Log4jLoggerAdapter.error(Log4jLoggerAdapter.java:575)
at
org.apache.solr.cloud.OverseerCollectionMessageHandler.processResponse(OverseerCollectionMessageHandler.java:2345)
at
org.apache.solr.cloud.OverseerCollectionMessageHandler.processResponse(OverseerCollectionMessageHandler.java:2339)
at
org.apache.solr.cloud.OverseerCollectionMessageHandler.processResponses(OverseerCollectionMessageHandler.java:2229)
at
org.apache.solr.cloud.OverseerCollectionMessageHandler.createCollection(OverseerCollectionMessageHandler.java:2052)
at
org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:221)
at
org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:434)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:232)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest
Error Message:
Captured an uncaught exception in thread: Thread[id=17065, name=collection4,
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=17065, name=collection4, state=RUNNABLE,
group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: java.lang.RuntimeException:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request:[http://127.0.0.1:44434/efiyx/p,
http://127.0.0.1:41060/efiyx/p, http://127.0.0.1:60573/efiyx/p,
http://127.0.0.1:48927/efiyx/p, http://127.0.0.1:53861/efiyx/p]
at __randomizedtesting.SeedInfo.seed([7500977D11D39E65]:0)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:891)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live
SolrServers available to handle this request:[http://127.0.0.1:44434/efiyx/p,
http://127.0.0.1:41060/efiyx/p, http://127.0.0.1:60573/efiyx/p,
http://127.0.0.1:48927/efiyx/p, http://127.0.0.1:53861/efiyx/p]
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:807)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1573)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1594)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:881)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:60573/efiyx/p: KeeperErrorCode = ConnectionLoss
for /overseer/collection-queue-work/qnr-
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:576)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:240)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:229)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
... 7 more
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest
Error Message:
Captured an uncaught exception in thread: Thread[id=17066, name=collection5,
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=17066, name=collection5, state=RUNNABLE,
group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: java.lang.RuntimeException:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request:[http://127.0.0.1:44434/efiyx/p,
http://127.0.0.1:41060/efiyx/p, http://127.0.0.1:60573/efiyx/p,
http://127.0.0.1:48927/efiyx/p, http://127.0.0.1:53861/efiyx/p]
at __randomizedtesting.SeedInfo.seed([7500977D11D39E65]:0)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:891)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live
SolrServers available to handle this request:[http://127.0.0.1:44434/efiyx/p,
http://127.0.0.1:41060/efiyx/p, http://127.0.0.1:60573/efiyx/p,
http://127.0.0.1:48927/efiyx/p, http://127.0.0.1:53861/efiyx/p]
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:807)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1573)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1594)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:881)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:60573/efiyx/p: KeeperErrorCode = ConnectionLoss
for /overseer/collection-queue-work/qnr-
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:576)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:240)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:229)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
... 7 more
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest
Error Message:
Captured an uncaught exception in thread: Thread[id=17063, name=collection2,
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=17063, name=collection2, state=RUNNABLE,
group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: java.lang.RuntimeException:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request:[http://127.0.0.1:44434/efiyx/p,
http://127.0.0.1:41060/efiyx/p, http://127.0.0.1:60573/efiyx/p,
http://127.0.0.1:48927/efiyx/p, http://127.0.0.1:53861/efiyx/p]
at __randomizedtesting.SeedInfo.seed([7500977D11D39E65]:0)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:891)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live
SolrServers available to handle this request:[http://127.0.0.1:44434/efiyx/p,
http://127.0.0.1:41060/efiyx/p, http://127.0.0.1:60573/efiyx/p,
http://127.0.0.1:48927/efiyx/p, http://127.0.0.1:53861/efiyx/p]
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:807)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1573)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1594)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:881)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:60573/efiyx/p: KeeperErrorCode = ConnectionLoss
for /overseer/collection-queue-work/qnr-
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:576)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:240)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:229)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
... 7 more
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest
Error Message:
Captured an uncaught exception in thread: Thread[id=17062, name=collection1,
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=17062, name=collection1, state=RUNNABLE,
group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: java.lang.RuntimeException:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request:[http://127.0.0.1:44434/efiyx/p,
http://127.0.0.1:41060/efiyx/p, http://127.0.0.1:60573/efiyx/p,
http://127.0.0.1:48927/efiyx/p, http://127.0.0.1:53861/efiyx/p]
at __randomizedtesting.SeedInfo.seed([7500977D11D39E65]:0)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:891)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live
SolrServers available to handle this request:[http://127.0.0.1:44434/efiyx/p,
http://127.0.0.1:41060/efiyx/p, http://127.0.0.1:60573/efiyx/p,
http://127.0.0.1:48927/efiyx/p, http://127.0.0.1:53861/efiyx/p]
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:807)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1573)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1594)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:881)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:60573/efiyx/p: KeeperErrorCode = ConnectionLoss
for /overseer/collection-queue-work/qnr-
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:576)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:240)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:229)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
... 7 more
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest
Error Message:
Captured an uncaught exception in thread: Thread[id=17061, name=collection0,
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=17061, name=collection0, state=RUNNABLE,
group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: java.lang.RuntimeException:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request:[http://127.0.0.1:44434/efiyx/p,
http://127.0.0.1:41060/efiyx/p, http://127.0.0.1:60573/efiyx/p,
http://127.0.0.1:48927/efiyx/p, http://127.0.0.1:53861/efiyx/p]
at __randomizedtesting.SeedInfo.seed([7500977D11D39E65]:0)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:891)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live
SolrServers available to handle this request:[http://127.0.0.1:44434/efiyx/p,
http://127.0.0.1:41060/efiyx/p, http://127.0.0.1:60573/efiyx/p,
http://127.0.0.1:48927/efiyx/p, http://127.0.0.1:53861/efiyx/p]
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:807)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1573)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1594)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:881)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:60573/efiyx/p: KeeperErrorCode = ConnectionLoss
for /overseer/collection-queue-work/qnr-
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:576)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:240)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:229)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
... 7 more
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest
Error Message:
Captured an uncaught exception in thread: Thread[id=17064, name=collection3,
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=17064, name=collection3, state=RUNNABLE,
group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: java.lang.RuntimeException:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request:[http://127.0.0.1:44434/efiyx/p,
http://127.0.0.1:41060/efiyx/p, http://127.0.0.1:60573/efiyx/p,
http://127.0.0.1:48927/efiyx/p, http://127.0.0.1:53861/efiyx/p]
at __randomizedtesting.SeedInfo.seed([7500977D11D39E65]:0)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:891)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live
SolrServers available to handle this request:[http://127.0.0.1:44434/efiyx/p,
http://127.0.0.1:41060/efiyx/p, http://127.0.0.1:60573/efiyx/p,
http://127.0.0.1:48927/efiyx/p, http://127.0.0.1:53861/efiyx/p]
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:807)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:888)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:60573/efiyx/p: KeeperErrorCode = ConnectionLoss
for /overseer/collection-queue-work/qnr-
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:576)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:240)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:229)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
... 5 more
FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test
Error Message:
Test abandoned because suite timeout was reached.
Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
at __randomizedtesting.SeedInfo.seed([7500977D11D39E65]:0)
FAILED: org.apache.solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest.test
Error Message:
document count mismatch. control=4655 sum(shards)=4657 cloudClient=4657
Stack Trace:
java.lang.AssertionError: document count mismatch. control=4655
sum(shards)=4657 cloudClient=4657
at
__randomizedtesting.SeedInfo.seed([7500977D11D39E65:FD54A8A7BF2FF39D]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1297)
at
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:237)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
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:46)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
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:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 11371 lines...]
[junit4] Suite: org.apache.solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_7500977D11D39E65-001/init-core-data-001
[junit4] 2> 0 INFO
(SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[7500977D11D39E65]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_v/q
[junit4] 2> 1869 WARN
(SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[7500977D11D39E65]-worker) [ ]
o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your
platform... using builtin-java classes where applicable
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 3438 WARN
(SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[7500977D11D39E65]-worker) [ ]
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 3834 INFO
(SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[7500977D11D39E65]-worker) [ ]
o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via
org.mortbay.log.Slf4jLog
[junit4] 2> 3863 WARN
(SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[7500977D11D39E65]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 3978 INFO
(SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[7500977D11D39E65]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 4088 INFO
(SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[7500977D11D39E65]-worker) [ ]
o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/hdfs
to ./temp/Jetty_localhost_39087_hdfs____.ok8h1p/webapp
[junit4] 2> 4404 INFO
(SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[7500977D11D39E65]-worker) [ ]
o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
[junit4] 2> 976930 INFO
(SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[7500977D11D39E65]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:39087
[junit4] 2> 979118 WARN
(SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[7500977D11D39E65]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 979135 INFO
(SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[7500977D11D39E65]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 979157 INFO
(SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[7500977D11D39E65]-worker) [ ]
o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_46251_datanode____.yba1sd/webapp
[junit4] 2> 979429 INFO
(SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[7500977D11D39E65]-worker) [ ]
o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
[junit4] 2> 980003 INFO
(SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[7500977D11D39E65]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:46251
[junit4] 2> 980331 WARN
(SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[7500977D11D39E65]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 980337 INFO
(SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[7500977D11D39E65]-worker) [ ]
o.m.log jetty-6.1.26
[junit4] 2> 980396 INFO
(SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[7500977D11D39E65]-worker) [ ]
o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.6.0-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_33855_datanode____rsd5jz/webapp
[junit4] 2> 980604 INFO
(SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[7500977D11D39E65]-worker) [ ]
o.m.log NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
[junit4] 2> 981149 INFO
(SUITE-HdfsChaosMonkeyNothingIsSafeTest-seed#[7500977D11D39E65]-worker) [ ]
o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:33855
[junit4] 2> 982413 INFO (IPC Server handler 4 on 47558) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-fa541408-fa9b-44e3-afb5-b215d5c17465 node DatanodeRegistration(127.0.0.1,
datanodeUuid=66beb56d-0361-4890-a5f6-6f0dd0c46599, infoPort=33855,
ipcPort=57159, storageInfo=lv=-56;cid=testClusterID;nsid=2056001385;c=0),
blocks: 0, hasStaleStorages: true, processing time: 5 msecs
[junit4] 2> 982414 INFO (IPC Server handler 4 on 47558) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-ab7904d7-ade6-4c10-9645-7686242d68bf node DatanodeRegistration(127.0.0.1,
datanodeUuid=66beb56d-0361-4890-a5f6-6f0dd0c46599, infoPort=33855,
ipcPort=57159, storageInfo=lv=-56;cid=testClusterID;nsid=2056001385;c=0),
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
[junit4] 2> 982415 INFO (IPC Server handler 5 on 47558) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-708eac74-d419-454d-93ca-3f6778ea5af8 node DatanodeRegistration(127.0.0.1,
datanodeUuid=ef52c1d2-fc23-41d9-a4d3-26cb28820bb8, infoPort=46251,
ipcPort=45082, storageInfo=lv=-56;cid=testClusterID;nsid=2056001385;c=0),
blocks: 0, hasStaleStorages: true, processing time: 1 msecs
[junit4] 2> 982439 INFO (IPC Server handler 5 on 47558) [ ]
BlockStateChange BLOCK* processReport: from storage
DS-2d6544c2-4f78-43e4-bd9f-653eea9881b2 node DatanodeRegistration(127.0.0.1,
datanodeUuid=ef52c1d2-fc23-41d9-a4d3-26cb28820bb8, infoPort=46251,
ipcPort=45082, storageInfo=lv=-56;cid=testClusterID;nsid=2056001385;c=0),
blocks: 0, hasStaleStorages: false, processing time: 0 msecs
[junit4] 2> 983335 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 983339 INFO (Thread-109) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 983339 INFO (Thread-109) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 983539 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.ZkTestServer start zk server on port:46728
[junit4] 2> 983581 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 983635 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 983694 INFO (zkCallback-1-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@5633aa43
name:ZooKeeperConnection Watcher:127.0.0.1:46728 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 983697 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 983701 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 983703 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient makePath: /solr
[junit4] 2> 983758 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 983759 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 983759 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x152acef5d620000, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 983765 INFO (zkCallback-2-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@7974ad2a
name:ZooKeeperConnection Watcher:127.0.0.1:46728/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 983765 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 983766 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 983778 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
[junit4] 2> 983785 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
[junit4] 2> 983812 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
[junit4] 2> 983818 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
[junit4] 2> 983825 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 983839 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
[junit4] 2> 983846 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 983847 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
[junit4] 2> 983851 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 983852 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient makePath:
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 983858 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 983863 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
[junit4] 2> 983876 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 983877 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
[junit4] 2> 983881 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 983881 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
[junit4] 2> 983885 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 983886 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
[junit4] 2> 983889 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 983890 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
[junit4] 2> 983894 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 983894 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 983898 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 983898 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
[junit4] 2> 983902 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 983903 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
[junit4] 2> 984092 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_7500977D11D39E65-001/control-001/cores/collection1
[junit4] 2> 984130 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.e.j.u.log Logging initialized @987226ms
[junit4] 2> 984358 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.e.j.s.Server jetty-9.2.13.v20150730
[junit4] 2> 984467 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@68a3ca9e{/_v/q,null,AVAILABLE}
[junit4] 2> 984479 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@56af5047{HTTP/1.1}{127.0.0.1:47883}
[junit4] 2> 984479 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.e.j.s.Server Started @987576ms
[junit4] 2> 984480 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_v/q,
hostPort=47883,
solr.data.dir=hdfs://localhost:47558/hdfs__localhost_47558__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-5.x_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_7500977D11D39E65-001_tempDir-002_control_data,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_7500977D11D39E65-001/control-001/cores}
[junit4] 2> 984489 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init():
sun.misc.Launcher$AppClassLoader@7b3cb2c6
[junit4] 2> 984537 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_7500977D11D39E65-001/control-001'
[junit4] 2> 984546 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 984547 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 984547 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 984572 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 984590 INFO (zkCallback-3-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@13983fdd
name:ZooKeeperConnection Watcher:127.0.0.1:46728/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 984590 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 984591 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 984595 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 984598 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_7500977D11D39E65-001/control-001/solr.xml
[junit4] 2> 984804 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.CorePropertiesLocator Config-defined core root directory:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_7500977D11D39E65-001/control-001/cores
[junit4] 2> 984854 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.CoreContainer New CoreContainer 274879321
[junit4] 2> 984855 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_7500977D11D39E65-001/control-001]
[junit4] 2> 984856 WARN
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.CoreContainer Couldn't add files from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_7500977D11D39E65-001/control-001/lib
to classpath:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_7500977D11D39E65-001/control-001/lib
[junit4] 2> 984875 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections :
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime :
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
[junit4] 2> 985177 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=340000&connTimeout=45000&retry=true
[junit4] 2> 985185 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 985186 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.l.LogWatcher Registering Log Listener [Log4j
(org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 985188 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46728/solr
[junit4] 2> 985223 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.ZkController zkHost includes chroot
[junit4] 2> 985223 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 985224 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 985226 INFO (zkCallback-6-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@68662128
name:ZooKeeperConnection Watcher:127.0.0.1:46728 got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 985227 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 985228 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 985245 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.c.ConnectionManager Waiting for client
to connect to ZooKeeper
[junit4] 2> 985247 INFO
(zkCallback-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@2b0cad4 name:ZooKeeperConnection
Watcher:127.0.0.1:46728/solr got event WatchedEvent state:SyncConnected
type:None path:null path:null type:None
[junit4] 2> 985248 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 985256 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
[junit4] 2> 985282 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-queue-work
[junit4] 2> 985298 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-running
[junit4] 2> 985308 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-completed
[junit4] 2> 985313 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.c.SolrZkClient makePath:
/overseer/collection-map-failure
[junit4] 2> 985326 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
[junit4] 2> 985334 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
[junit4] 2> 985349 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.c.SolrZkClient makePath:
/clusterstate.json
[junit4] 2> 985352 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.c.SolrZkClient makePath: /security.json
[junit4] 2> 985357 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:47883__v%2Fq
[junit4] 2> 985368 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.c.SolrZkClient makePath:
/live_nodes/127.0.0.1:47883__v%2Fq
[junit4] 2> 985379 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
[junit4] 2> 985385 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/election
[junit4] 2> 985389 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 985390 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/95328686192066564-127.0.0.1:47883__v%2Fq-n_0000000000
[junit4] 2> 985398 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:47883__v%2Fq
[junit4] 2> 985398 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.c.SolrZkClient makePath:
/overseer_elect/leader
[junit4] 2> 985402 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.Overseer Overseer
(id=95328686192066564-127.0.0.1:47883__v%2Fq-n_0000000000) starting
[junit4] 2> 985437 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.c.SolrZkClient makePath:
/overseer/queue-work
[junit4] 2> 985505 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.OverseerAutoReplicaFailoverThread
Starting OverseerAutoReplicaFailoverThread
autoReplicaFailoverWorkLoopDelay=10000
autoReplicaFailoverWaitAfterExpiration=30000
autoReplicaFailoverBadNodeExpiration=60000
[junit4] 2> 985506 INFO
(OverseerCollectionConfigSetProcessor-95328686192066564-127.0.0.1:47883__v%2Fq-n_0000000000)
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.OverseerTaskProcessor Process current
queue of overseer operations
[junit4] 2> 985506 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.c.ZkStateReader Updating cluster state
from ZooKeeper...
[junit4] 2> 985537 INFO
(OverseerStateUpdate-95328686192066564-127.0.0.1:47883__v%2Fq-n_0000000000)
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.Overseer Starting to work on the main
queue
[junit4] 2> 985739 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.CoreContainer Security conf doesn't
exist. Skipping setup for authorization module.
[junit4] 2> 985739 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.CoreContainer No authentication plugin
used.
[junit4] 2> 985843 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.CorePropertiesLocator Looking for core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_7500977D11D39E65-001/control-001/cores
[junit4] 2> 985853 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.CoreDescriptor Created CoreDescriptor:
{schema=schema.xml, loadOnStartup=true, transient=false, name=collection1,
collection=control_collection, configSetProperties=configsetprops.json,
coreNodeName=, shard=, config=solrconfig.xml, dataDir=data/}
[junit4] 2> 985853 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.CorePropertiesLocator Found core
collection1 in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_7500977D11D39E65-001/control-001/cores/collection1
[junit4] 2> 985853 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions
[junit4] 2> 985898 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.s.SolrDispatchFilter
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
[junit4] 2> 985898 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65])
[n:127.0.0.1:47883__v%2Fq ] o.a.s.s.SolrDispatchFilter
SolrDispatchFilter.init() done
[junit4] 2> 985899 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1]
o.a.s.c.ZkController publishing state=down
[junit4] 2> 985899 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1]
o.a.s.c.ZkController numShards not found on descriptor - reading it from system
property
[junit4] 2> 985947 INFO
(OverseerStateUpdate-95328686192066564-127.0.0.1:47883__v%2Fq-n_0000000000)
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"state",
[junit4] 2> "numShards":"1",
[junit4] 2> "base_url":"http://127.0.0.1:47883/_v/q",
[junit4] 2> "shard":null,
[junit4] 2> "roles":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "node_name":"127.0.0.1:47883__v%2Fq",
[junit4] 2> "state":"down",
[junit4] 2> "core":"collection1"} current state version: 0
[junit4] 2> 985947 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1]
o.a.s.c.ZkController look for our core node name
[junit4] 2> 985958 INFO
(OverseerStateUpdate-95328686192066564-127.0.0.1:47883__v%2Fq-n_0000000000)
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.o.ReplicaMutator Update state
numShards=1 message={
[junit4] 2> "operation":"state",
[junit4] 2> "numShards":"1",
[junit4] 2> "base_url":"http://127.0.0.1:47883/_v/q",
[junit4] 2> "shard":null,
[junit4] 2> "roles":null,
[junit4] 2> "collection":"control_collection",
[junit4] 2> "node_name":"127.0.0.1:47883__v%2Fq",
[junit4] 2> "state":"down",
[junit4] 2> "core":"collection1"}
[junit4] 2> 985961 INFO
(OverseerStateUpdate-95328686192066564-127.0.0.1:47883__v%2Fq-n_0000000000)
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.o.ClusterStateMutator building a new
cName: control_collection
[junit4] 2> 985972 INFO
(OverseerStateUpdate-95328686192066564-127.0.0.1:47883__v%2Fq-n_0000000000)
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 985983 INFO
(zkCallback-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
[junit4] 2> 986949 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1]
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
[junit4] 2> 986949 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1]
o.a.s.c.ZkController Check for collection zkNode:control_collection
[junit4] 2> 986950 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1]
o.a.s.c.ZkController Collection zkNode exists
[junit4] 2> 986950 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/control_collection]
[junit4] 2> 986966 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1]
o.a.s.c.c.ZkStateReader path=[/collections/control_collection]
[configName]=[conf1] specified config exists in ZooKeeper
[junit4] 2> 986967 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_7500977D11D39E65-001/control-001/cores/collection1'
[junit4] 2> 986980 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 986981 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 986987 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1] o.a.s.c.Config
loaded config solrconfig.xml with version 0
[junit4] 2> 987020 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 987206 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.0
[junit4] 2> 987491 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1]
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
[junit4] 2> 987604 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 989023 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 989038 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 989049 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 989067 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 989428 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1]
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default
properties: Can't find resource 'configsetprops.json' in classpath or
'/configs/conf1',
cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
[junit4] 2> 989429 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection
[junit4] 2> 989492 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.HdfsDirectoryFactory
[junit4] 2> 989508 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:47558/solr_hdfs_home
[junit4] 2> 989508 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication
disabled
[junit4] 2> 989533 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest_7500977D11D39E65-001/control-001/cores/collection1],
dataDir=[hdfs://localhost:47558/solr_hdfs_home/control_collection/core_node1/data/]
[junit4] 2> 989538 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@53d1d58d
[junit4] 2> 989610 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:47558/solr_hdfs_home/control_collection/core_node1/data
[junit4] 2> 989998 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
hdfs://localhost:47558/solr_hdfs_home/control_collection/core_node1/data
[junit4] 2> 990012 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=hdfs://localhost:47558/solr_hdfs_home/control_collection/core_node1/data/index/
[junit4] 2> 990142 WARN
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'hdfs:/localhost:47558/solr_hdfs_home/control_collection/core_node1/data/index'
doesn't exist. Creating new index...
[junit4] 2> 990198 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:47558/solr_hdfs_home/control_collection/core_node1/data/index
[junit4] 2> 990299 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1]
with direct memory allocation set to [true]
[junit4] 2> 990300 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage,
slab size of [8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 990300 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.HdfsDirectoryFactory Creating new global HDFS BlockCache
[junit4] 2> 990372 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 990395 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
hdfs://localhost:47558/solr_hdfs_home/control_collection/core_node1/data/index
[junit4] 2> 990402 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=43, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=1.9326171875,
floorSegmentMB=1.8212890625, forceMergeDeletesPctAllowed=26.294529627206416,
segmentsPerTier=8.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 991006 INFO (IPC Server handler 4 on 47558) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:37197 is
added to blk_1073741825_1001{blockUCState=COMMITTED, primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-fa541408-fa9b-44e3-afb5-b215d5c17465:NORMAL:127.0.0.1:51566|RBW],
ReplicaUnderConstruction[[DISK]DS-2d6544c2-4f78-43e4-bd9f-653eea9881b2:NORMAL:127.0.0.1:37197|RBW]]}
size 71
[junit4] 2> 991007 INFO (IPC Server handler 6 on 47558) [ ]
BlockStateChange BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:51566 is
added to blk_1073741825_1001 size 71
[junit4] 2> 991429 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits:
num=1
[junit4] 2>
commit{dir=NRTCachingDirectory(BlockDirectory(HdfsDirectory@hdfs://localhost:47558/solr_hdfs_home/control_collection/core_node1/data/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4d0ba7e9);
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
[junit4] 2> 991430 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 991449 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:47883__v%2Fq
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore
Looking for old index directories to cleanup for core collection1 in
hdfs://localhost:47558/solr_hdfs_home/control_collection/core_node1/data/
[junit4] 2> 991887 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "nodistrib"
[junit4] 2> 991923 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 991929 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 991929 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 991930 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 991930 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 991969 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 991969 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 991970 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 991990 WARN
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler
{type = requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 992050 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 992166 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 992168 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 992171 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 992253 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.RequestHandlers Registered paths:
/admin/mbeans,/update/json,/schema,/admin/threads,/update/json/docs,/admin/plugins,/dump,/admin/properties,/get,/admin/file,/admin/ping,/admin/system,standard,/replication,/admin/luke,/update/csv,/admin/segments,/admin/logging,/update,/config
[junit4] 2> 992266 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 992304 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 992329 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
tlogDfsReplication=2
[junit4] 2> 992418 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for
15000ms;
[junit4] 2> 992418 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 992423 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.654296875,
noCFSRatio=0.7602046386864328]
[junit4] 2> 992513 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits:
num=1
[junit4] 2>
commit{dir=NRTCachingDirectory(BlockDirectory(HdfsDirectory@hdfs://localhost:47558/solr_hdfs_home/control_collection/core_node1/data/index
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4d0ba7e9);
maxCacheMB=192.0 maxMergeSizeMB=16.0),segFN=segments_1,generation=1}
[junit4] 2> 992513 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
[junit4] 2> 992583 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@70536f36[collection1]
main
[junit4] 2> 992597 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:
[/collections/control_collection]
[junit4] 2> 992621 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection]
[configName]=[conf1] specified config exists in ZooKeeper
[junit4] 2> 992621 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based
storage for the RestManager with znodeBase: /configs/conf1
[junit4] 2> 992626 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO
with znodeBase: /configs/conf1
[junit4] 2> 992626 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
[junit4] 2> 992674 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 992675 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode
/configs/conf1/_rest_managed.json
[junit4] 2> 992676 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 992676 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 992711 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 992721 INFO
(searcherExecutor-8-thread-1-processing-r:core_node1 s:shard1
n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@70536f36[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 992726 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 992728 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
256 version buckets from index
[junit4] 2> 992729 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 992729 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1525258988792315904
[junit4] 2> 992729 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.u.UpdateLog Took 0.0ms to seed version buckets with
highest version 1525258988792315904
[junit4] 2> 992752 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
[junit4] 2> 992758 INFO
(coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 992767 INFO
(coreZkRegister-1-thread-1-processing-r:core_node1 s:shard1
n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController Register replica - core:collection1
address:http://127.0.0.1:47883/_v/q collection:control_collection shard:shard1
[junit4] 2> 992804 INFO
(coreZkRegister-1-thread-1-processing-r:core_node1 s:shard1
n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.c.SolrZkClient makePath:
/collections/control_collection/leader_elect/shard1/election
[junit4] 2> 992824 INFO
(coreZkRegister-1-thread-1-processing-r:core_node1 s:shard1
n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.LeaderElector Joined leadership election with path:
/collections/control_collection/leader_elect/shard1/election/95328686192066564-core_node1-n_0000000000
[junit4] 2> 992826 INFO
(coreZkRegister-1-thread-1-processing-r:core_node1 s:shard1
n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process
for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
[junit4] 2> 992831 INFO
(coreZkRegister-1-thread-1-processing-r:core_node1 s:shard1
n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 992831 INFO
(coreZkRegister-1-thread-1-processing-r:core_node1 s:shard1
n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try
and sync
[junit4] 2> 992833 INFO
(coreZkRegister-1-thread-1-processing-r:core_node1 s:shard1
n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:47883/_v/q/collection1/
[junit4] 2> 992833 INFO
(coreZkRegister-1-thread-1-processing-r:core_node1 s:shard1
n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 992833 INFO
(OverseerStateUpdate-95328686192066564-127.0.0.1:47883__v%2Fq-n_0000000000)
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection"} current state version: 1
[junit4] 2> 992833 INFO
(coreZkRegister-1-thread-1-processing-r:core_node1 s:shard1
n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:47883/_v/q/collection1/
has no replicas
[junit4] 2> 992841 INFO
(zkCallback-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
[junit4] 2> 992845 INFO
(coreZkRegister-1-thread-1-processing-r:core_node1 s:shard1
n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.c.SolrZkClient makePath:
/collections/control_collection/leaders/shard1
[junit4] 2> 992868 INFO
(coreZkRegister-1-thread-1-processing-r:core_node1 s:shard1
n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader
registration node
[junit4] 2> 992906 INFO
(coreZkRegister-1-thread-1-processing-r:core_node1 s:shard1
n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:47883/_v/q/collection1/ shard1
[junit4] 2> 992927 INFO
(OverseerStateUpdate-95328686192066564-127.0.0.1:47883__v%2Fq-n_0000000000)
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"control_collection",
[junit4] 2> "base_url":"http://127.0.0.1:47883/_v/q",
[junit4] 2> "core":"collection1",
[junit4] 2> "state":"active"} current state version: 2
[junit4] 2> 992957 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
[junit4] 2> 992957 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 992960 INFO (zkCallback-9-thread-1) [ ]
o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@3128a8f7
name:ZooKeeperConnection Watcher:127.0.0.1:46728/solr got event WatchedEvent
state:SyncConnected type:None path:null path:null type:None
[junit4] 2> 992960 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 992961 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
[junit4] 2> 992961 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper...
[junit4] 2> 992982 INFO
(TEST-HdfsChaosMonkeyNothingIsSafeTest.test-seed#[7500977D11D39E65]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 993047 INFO
(zkCallback-7-thread-1-processing-n:127.0.0.1:47883__v%2Fq)
[n:127.0.0.1:47883__v%2Fq ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
[junit4] 2> 993052 INFO (zkCallback-9-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred
- updating... (live nodes size: [1])
[junit4] 2> 993079 INFO
(coreZkRegister-1-thread-1-processing-r:core_node1 s:shard1
n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController We are
http://127.0.0.1:47883/_v/q/collection1/ and leader is
http://127.0.0.1:47883/_v/q/collection1/
[junit4] 2> 993080 INFO
(coreZkRegister-1-thread-1-processing-r:core_node1 s:shard1
n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1)
[n:127.0.0.1:47883__v%2Fq c:control_collection s:shard1 r:core_node1
x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1
baseURL=http://127.0.0.1:47883/_v/q
[junit4] 2> 993080 INFO
(coreZkRegister-1-thread-1-processing-r:core_node1 s:shard1
n:127.0.0.1:47883__v%2Fq c:control_collection x:collection1) [n:127.0.0.1:478
[...truncated too long message...]
rom server at http://127.0.0.1:60573/efiyx/p: KeeperErrorCode = ConnectionLoss
for /overseer/collection-queue-work/qnr-
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:576)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:240)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:229)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
[junit4] > ... 7 moreThrowable #8:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=17061, name=collection0, state=RUNNABLE,
group=TGRP-CollectionsAPIDistributedZkTest]
[junit4] > Caused by: java.lang.RuntimeException:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request:[http://127.0.0.1:44434/efiyx/p,
http://127.0.0.1:41060/efiyx/p, http://127.0.0.1:60573/efiyx/p,
http://127.0.0.1:48927/efiyx/p, http://127.0.0.1:53861/efiyx/p]
[junit4] > at
__randomizedtesting.SeedInfo.seed([7500977D11D39E65]:0)
[junit4] > at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:891)
[junit4] > Caused by: org.apache.solr.client.solrj.SolrServerException:
No live SolrServers available to handle this
request:[http://127.0.0.1:44434/efiyx/p, http://127.0.0.1:41060/efiyx/p,
http://127.0.0.1:60573/efiyx/p, http://127.0.0.1:48927/efiyx/p,
http://127.0.0.1:53861/efiyx/p]
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:807)
[junit4] > at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1573)
[junit4] > at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1594)
[junit4] > at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:881)
[junit4] > Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:60573/efiyx/p: KeeperErrorCode = ConnectionLoss
for /overseer/collection-queue-work/qnr-
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:576)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:240)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:229)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
[junit4] > ... 7 moreThrowable #9:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=17064, name=collection3, state=RUNNABLE,
group=TGRP-CollectionsAPIDistributedZkTest]
[junit4] > Caused by: java.lang.RuntimeException:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request:[http://127.0.0.1:44434/efiyx/p,
http://127.0.0.1:41060/efiyx/p, http://127.0.0.1:60573/efiyx/p,
http://127.0.0.1:48927/efiyx/p, http://127.0.0.1:53861/efiyx/p]
[junit4] > at
__randomizedtesting.SeedInfo.seed([7500977D11D39E65]:0)
[junit4] > at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:891)
[junit4] > Caused by: org.apache.solr.client.solrj.SolrServerException:
No live SolrServers available to handle this
request:[http://127.0.0.1:44434/efiyx/p, http://127.0.0.1:41060/efiyx/p,
http://127.0.0.1:60573/efiyx/p, http://127.0.0.1:48927/efiyx/p,
http://127.0.0.1:53861/efiyx/p]
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:807)
[junit4] > at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
[junit4] > at
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:888)
[junit4] > Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at http://127.0.0.1:60573/efiyx/p: KeeperErrorCode = ConnectionLoss
for /overseer/collection-queue-work/qnr-
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:576)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:240)
[junit4] > at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:229)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
[junit4] > ... 5 more
[junit4] Completed [564/564 (2!)] on J2 in 7223.68s, 1 test, 10 errors <<<
FAILURES!
[...truncated 1 lines...]
[junit4] JVM J2: stdout was not empty, see:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/temp/junit4-J2-20160204_152207_547.sysout
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
[junit4] Dumping heap to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/heapdumps/java_pid4124.hprof
...
[junit4] Heap dump file created [662306634 bytes in 8.379 secs]
[junit4] <<< JVM J2: EOF ----
[...truncated 12 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:757:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:694:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:59:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build.xml:233:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:534:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1477:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1033:
There were test failures: 564 suites (7 ignored), 2266 tests, 9 suite-level
errors, 1 error, 1 failure, 33 ignored (18 assumptions) [seed: 7500977D11D39E65]
Total time: 364 minutes 45 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
ERROR: Failed to archive {README.txt=README.txt,
heapdumps/java_pid4124.hprof=heapdumps/java_pid4124.hprof,
solr/build/solr-core/test/temp/junit4-J2-20160204_152207_547.events=solr/build/solr-core/test/temp/junit4-J2-20160204_152207_547.events,
solr/build/solr-core/test/temp/junit4-J0-20160204_152207_546.events=solr/build/solr-core/test/temp/junit4-J0-20160204_152207_546.events,
solr/build/solr-core/test/temp/junit4-J1-20160204_152207_546.events=solr/build/solr-core/test/temp/junit4-J1-20160204_152207_546.events}
due to internal error; falling back to full archiving
java.lang.NullPointerException
at jsync.protocol.ChangeInputStream.read(ChangeInputStream.java:69)
at
com.cloudbees.jenkins.plugins.jsync.archiver.MD5DigestingInputStream.read(MD5DigestingInputStream.java:39)
at com.google.common.io.LimitInputStream.read(LimitInputStream.java:79)
at java.io.FilterInputStream.read(FilterInputStream.java:107)
at com.google.common.io.ByteStreams.copy(ByteStreams.java:193)
at jsync.protocol.FileSequenceReader.read(FileSequenceReader.java:35)
at
com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.remoteSync(JSyncArtifactManager.java:148)
at
com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.archive(JSyncArtifactManager.java:72)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:219)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:776)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:670)
at hudson.model.Run.execute(Run.java:1763)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:381)
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]