Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/19/
4 tests failed.
FAILED:
org.apache.solr.update.processor.AtomicUpdateProcessorFactoryTest.testMultipleThreads
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([4624F69347029D00:6A16811ECBC6EB84]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:886)
at
org.apache.solr.update.processor.AtomicUpdateProcessorFactoryTest.testMultipleThreads(AtomicUpdateProcessorFactoryTest.java:264)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound=1]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
</response>
request was:q=int_i:14&wt=xml
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:879)
... 40 more
FAILED: org.apache.solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest.test
Error Message:
The Monkey ran for over 45 seconds and no jetties were stopped - this is worth
investigating!
Stack Trace:
java.lang.AssertionError: The Monkey ran for over 45 seconds and no jetties
were stopped - this is worth investigating!
at
__randomizedtesting.SeedInfo.seed([4624F69347029D00:CE70C949E9FEF0F8]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.apache.solr.cloud.ChaosMonkey.stopTheMonkey(ChaosMonkey.java:587)
at
org.apache.solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest.test(ChaosMonkeySafeLeaderWithPullReplicasTest.java:174)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest
Error Message:
7 threads leaked from SUITE scope at
org.apache.solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest: 1)
Thread[id=5847, name=zkCallback-916-thread-1, state=TIMED_WAITING,
group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748) 2) Thread[id=5845,
name=StoppableCommitThread-SendThread(127.0.0.1:33883), state=TIMED_WAITING,
group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest] at
java.lang.Thread.sleep(Native Method) at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1051) 3)
Thread[id=5821, name=StoppableCommitThread, state=TIMED_WAITING,
group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest] at
java.lang.Thread.sleep(Native Method) at
org.apache.solr.cloud.StoppableCommitThread.run(StoppableCommitThread.java:55)
4) Thread[id=5888, name=zkCallback-916-thread-4, state=TIMED_WAITING,
group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748) 5) Thread[id=5846,
name=StoppableCommitThread-EventThread, state=WAITING,
group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)
6) Thread[id=5886, name=zkCallback-916-thread-2, state=TIMED_WAITING,
group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748) 7) Thread[id=5887,
name=zkCallback-916-thread-3, state=TIMED_WAITING,
group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 7 threads leaked from SUITE
scope at org.apache.solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest:
1) Thread[id=5847, name=zkCallback-916-thread-1, state=TIMED_WAITING,
group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2) Thread[id=5845, name=StoppableCommitThread-SendThread(127.0.0.1:33883),
state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest]
at java.lang.Thread.sleep(Native Method)
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1051)
3) Thread[id=5821, name=StoppableCommitThread, state=TIMED_WAITING,
group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest]
at java.lang.Thread.sleep(Native Method)
at
org.apache.solr.cloud.StoppableCommitThread.run(StoppableCommitThread.java:55)
4) Thread[id=5888, name=zkCallback-916-thread-4, state=TIMED_WAITING,
group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
5) Thread[id=5846, name=StoppableCommitThread-EventThread, state=WAITING,
group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest]
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
at
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:501)
6) Thread[id=5886, name=zkCallback-916-thread-2, state=TIMED_WAITING,
group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
7) Thread[id=5887, name=zkCallback-916-thread-3, state=TIMED_WAITING,
group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([4624F69347029D00]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=5847, name=zkCallback-916-thread-1, state=TIMED_WAITING,
group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748) 2) Thread[id=5845,
name=StoppableCommitThread-SendThread(127.0.0.1:33883), state=TIMED_WAITING,
group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest] at
java.lang.Thread.sleep(Native Method) at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1051) 3)
Thread[id=5888, name=zkCallback-916-thread-4, state=TIMED_WAITING,
group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748) 4) Thread[id=5886,
name=zkCallback-916-thread-2, state=TIMED_WAITING,
group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748) 5) Thread[id=5887,
name=zkCallback-916-thread-3, state=TIMED_WAITING,
group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=5847, name=zkCallback-916-thread-1, state=TIMED_WAITING,
group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
2) Thread[id=5845, name=StoppableCommitThread-SendThread(127.0.0.1:33883),
state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest]
at java.lang.Thread.sleep(Native Method)
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1051)
3) Thread[id=5888, name=zkCallback-916-thread-4, state=TIMED_WAITING,
group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
4) Thread[id=5886, name=zkCallback-916-thread-2, state=TIMED_WAITING,
group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
5) Thread[id=5887, name=zkCallback-916-thread-3, state=TIMED_WAITING,
group=TGRP-ChaosMonkeySafeLeaderWithPullReplicasTest]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([4624F69347029D00]:0)
Build Log:
[...truncated 11959 lines...]
[junit4] Suite:
org.apache.solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest
[junit4] 2> 914147 INFO
(SUITE-ChaosMonkeySafeLeaderWithPullReplicasTest-seed#[4624F69347029D00]-worker)
[ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/init-core-data-001
[junit4] 2> 914147 WARN
(SUITE-ChaosMonkeySafeLeaderWithPullReplicasTest-seed#[4624F69347029D00]-worker)
[ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 914147 INFO
(SUITE-ChaosMonkeySafeLeaderWithPullReplicasTest-seed#[4624F69347029D00]-worker)
[ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 914177 INFO
(SUITE-ChaosMonkeySafeLeaderWithPullReplicasTest-seed#[4624F69347029D00]-worker)
[ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 914178 INFO
(SUITE-ChaosMonkeySafeLeaderWithPullReplicasTest-seed#[4624F69347029D00]-worker)
[ ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system
property: /yn/
[junit4] 2> 914194 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.ChaosMonkeySafeLeaderWithPullReplicasTest Starting ChaosMonkey
test with 1 shards and 4 nodes
[junit4] 2> 914229 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 914242 INFO (Thread-1889) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 914242 INFO (Thread-1889) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 914294 ERROR (Thread-1889) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 914342 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.ZkTestServer start zk server on port:33883
[junit4] 2> 914386 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 914386 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
to /configs/conf1/schema.xml
[junit4] 2> 914387 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 914400 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 914401 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 914401 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 914402 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 914403 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 914403 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 914404 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 914433 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 914511 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless
explicitly asked otherwise
[junit4] 2> 914848 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 914872 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4d6b85f1{/yn,null,AVAILABLE}
[junit4] 2> 914873 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.e.j.s.AbstractConnector Started ServerConnector@12d8b7df{SSL,[ssl,
http/1.1]}{127.0.0.1:38475}
[junit4] 2> 914873 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.e.j.s.Server Started @924190ms
[junit4] 2> 914873 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/yn, hostPort=38475,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/control-001/cores}
[junit4] 2> 914874 ERROR
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 914874 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.1.0
[junit4] 2> 914874 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 914874 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 914874 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-28T07:00:48.424Z
[junit4] 2> 914887 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 914887 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/control-001/solr.xml
[junit4] 2> 914891 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@36b27452, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 914929 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33883/solr
[junit4] 2> 915359 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00])
[n:127.0.0.1:38475_yn ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 915368 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00])
[n:127.0.0.1:38475_yn ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:38475_yn
[junit4] 2> 915369 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00])
[n:127.0.0.1:38475_yn ] o.a.s.c.Overseer Overseer
(id=98384297840345093-127.0.0.1:38475_yn-n_0000000000) starting
[junit4] 2> 915429 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00])
[n:127.0.0.1:38475_yn ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38475_yn
[junit4] 2> 915444 INFO
(OverseerStateUpdate-98384297840345093-127.0.0.1:38475_yn-n_0000000000)
[n:127.0.0.1:38475_yn ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 915724 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00])
[n:127.0.0.1:38475_yn ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36b27452
[junit4] 2> 915740 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00])
[n:127.0.0.1:38475_yn ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36b27452
[junit4] 2> 915740 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00])
[n:127.0.0.1:38475_yn ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36b27452
[junit4] 2> 915741 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00])
[n:127.0.0.1:38475_yn ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/control-001/cores
[junit4] 2> 915817 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 915817 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33883/solr
ready
[junit4] 2> 915970 INFO (qtp369723330-5645) [n:127.0.0.1:38475_yn ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:38475_yn&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 915971 INFO
(OverseerThreadFactory-1639-thread-1-processing-n:127.0.0.1:38475_yn)
[n:127.0.0.1:38475_yn ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 916101 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 916101 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 916223 INFO
(zkCallback-881-thread-1-processing-n:127.0.0.1:38475_yn) [n:127.0.0.1:38475_yn
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 917146 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
[junit4] 2> 917188 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 917516 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 917577 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 917577 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36b27452
[junit4] 2> 917578 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 917578 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 917580 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=38, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=13.4609375,
floorSegmentMB=2.13671875, forceMergeDeletesPctAllowed=26.282983652184377,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 917615 WARN (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 917889 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 917889 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 917890 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms;
[junit4] 2> 917890 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 917908 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 917909 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@14a44b41[control_collection_shard1_replica_n1] main]
[junit4] 2> 917910 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 917910 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 917910 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 917924 INFO
(searcherExecutor-1642-thread-1-processing-n:127.0.0.1:38475_yn
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:38475_yn c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@14a44b41[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 917933 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1574148769299038208
[junit4] 2> 917947 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 917947 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 917947 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:38475/yn/control_collection_shard1_replica_n1/
[junit4] 2> 917947 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 917947 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
https://127.0.0.1:38475/yn/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 917947 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 917963 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:38475/yn/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 918095 INFO
(zkCallback-881-thread-1-processing-n:127.0.0.1:38475_yn) [n:127.0.0.1:38475_yn
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 918114 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 918121 INFO (qtp369723330-5640) [n:127.0.0.1:38475_yn
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2020
[junit4] 2> 918156 INFO (qtp369723330-5645) [n:127.0.0.1:38475_yn ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 918269 INFO
(zkCallback-881-thread-3-processing-n:127.0.0.1:38475_yn) [n:127.0.0.1:38475_yn
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 919157 INFO (qtp369723330-5645) [n:127.0.0.1:38475_yn ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:38475_yn&wt=javabin&version=2}
status=0 QTime=3187
[junit4] 2> 919161 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 919162 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33883/solr
ready
[junit4] 2> 919162 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 919164 INFO (qtp369723330-5647) [n:127.0.0.1:38475_yn ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 919166 INFO
(OverseerThreadFactory-1639-thread-2-processing-n:127.0.0.1:38475_yn)
[n:127.0.0.1:38475_yn ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 919166 INFO
(OverseerCollectionConfigSetProcessor-98384297840345093-127.0.0.1:38475_yn-n_0000000000)
[n:127.0.0.1:38475_yn ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 919167 WARN
(OverseerThreadFactory-1639-thread-2-processing-n:127.0.0.1:38475_yn)
[n:127.0.0.1:38475_yn ] o.a.s.c.CreateCollectionCmd It is unusual to create
a collection (collection1) without cores.
[junit4] 2> 919412 INFO (qtp369723330-5647) [n:127.0.0.1:38475_yn ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 919412 INFO (qtp369723330-5647) [n:127.0.0.1:38475_yn ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2}
status=0 QTime=248
[junit4] 2> 919567 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/shard-1-001
of type TLOG
[junit4] 2> 919568 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 919569 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@e41ea05{/yn,null,AVAILABLE}
[junit4] 2> 919570 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.e.j.s.AbstractConnector Started ServerConnector@406fc4a3{SSL,[ssl,
http/1.1]}{127.0.0.1:36776}
[junit4] 2> 919570 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.e.j.s.Server Started @928886ms
[junit4] 2> 919570 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/tempDir-001/jetty1,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/yn, hostPort=36776,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/shard-1-001/cores}
[junit4] 2> 919570 ERROR
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 919570 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.1.0
[junit4] 2> 919570 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 919571 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 919571 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-28T07:00:53.121Z
[junit4] 2> 919573 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 919573 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/shard-1-001/solr.xml
[junit4] 2> 919577 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@36b27452, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 919579 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33883/solr
[junit4] 2> 919593 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00])
[n:127.0.0.1:36776_yn ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 919595 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00])
[n:127.0.0.1:36776_yn ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 919596 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00])
[n:127.0.0.1:36776_yn ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36776_yn
[junit4] 2> 919597 INFO
(zkCallback-881-thread-3-processing-n:127.0.0.1:38475_yn) [n:127.0.0.1:38475_yn
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 919597 INFO (zkCallback-888-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 919597 INFO
(zkCallback-893-thread-1-processing-n:127.0.0.1:36776_yn) [n:127.0.0.1:36776_yn
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 919696 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00])
[n:127.0.0.1:36776_yn ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36b27452
[junit4] 2> 919713 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00])
[n:127.0.0.1:36776_yn ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36b27452
[junit4] 2> 919713 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00])
[n:127.0.0.1:36776_yn ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36b27452
[junit4] 2> 919714 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00])
[n:127.0.0.1:36776_yn ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/shard-1-001/cores
[junit4] 2> 919826 INFO (qtp553695369-5689) [n:127.0.0.1:36776_yn ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:36776_yn&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 919828 INFO
(OverseerThreadFactory-1639-thread-3-processing-n:127.0.0.1:38475_yn)
[n:127.0.0.1:38475_yn ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:36776_yn for creating new replica
[junit4] 2> 919828 INFO
(OverseerCollectionConfigSetProcessor-98384297840345093-127.0.0.1:38475_yn-n_0000000000)
[n:127.0.0.1:38475_yn ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 919833 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 919833 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 921071 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.1.0
[junit4] 2> 921169 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1] o.a.s.s.IndexSchema
[collection1_shard1_replica_t1] Schema name=test
[junit4] 2> 921582 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 921634 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_t1' using configuration from
collection collection1, trusted=true
[junit4] 2> 921634 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_t1' (registry
'solr.core.collection1.shard1.replica_t1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36b27452
[junit4] 2> 921634 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 921634 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1] o.a.s.c.SolrCore
[[collection1_shard1_replica_t1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/shard-1-001/cores/collection1_shard1_replica_t1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/shard-1-001/cores/collection1_shard1_replica_t1/data/]
[junit4] 2> 921650 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=38, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=13.4609375,
floorSegmentMB=2.13671875, forceMergeDeletesPctAllowed=26.282983652184377,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 921673 WARN (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 921796 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 921796 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 921797 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1] o.a.s.u.CommitTracker
Hard AutoCommit: if uncommited for 15000ms;
[junit4] 2> 921797 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 921798 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 921812 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@38952419[collection1_shard1_replica_t1] main]
[junit4] 2> 921812 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 921813 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 921813 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 921814 INFO
(searcherExecutor-1653-thread-1-processing-n:127.0.0.1:36776_yn
x:collection1_shard1_replica_t1 s:shard1 c:collection1) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1] o.a.s.c.SolrCore
[collection1_shard1_replica_t1] Registered new searcher
Searcher@38952419[collection1_shard1_replica_t1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 921814 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1574148773368561664
[junit4] 2> 921841 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 921841 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 921841 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1] o.a.s.c.SyncStrategy
Sync replicas to https://127.0.0.1:36776/yn/collection1_shard1_replica_t1/
[junit4] 2> 921841 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 921841 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1] o.a.s.c.SyncStrategy
https://127.0.0.1:36776/yn/collection1_shard1_replica_t1/ has no replicas
[junit4] 2> 921841 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 921842 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1] o.a.s.c.ZkController
collection1_shard1_replica_t1 stopping background replication from leader
[junit4] 2> 921856 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:36776/yn/collection1_shard1_replica_t1/ shard1
[junit4] 2> 922007 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 922018 INFO (qtp553695369-5686) [n:127.0.0.1:36776_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t1] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=2185
[junit4] 2> 922020 INFO (qtp553695369-5689) [n:127.0.0.1:36776_yn ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:36776_yn&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
status=0 QTime=2193
[junit4] 2> 922441 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/shard-2-001
of type TLOG
[junit4] 2> 922457 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 922458 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@12d230e4{/yn,null,AVAILABLE}
[junit4] 2> 922458 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.e.j.s.AbstractConnector Started ServerConnector@5c3c7cbc{SSL,[ssl,
http/1.1]}{127.0.0.1:35520}
[junit4] 2> 922458 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.e.j.s.Server Started @931775ms
[junit4] 2> 922458 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/tempDir-001/jetty2,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/yn, hostPort=35520,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/shard-2-001/cores}
[junit4] 2> 922458 ERROR
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 922459 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.1.0
[junit4] 2> 922459 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 922459 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 922459 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-28T07:00:56.009Z
[junit4] 2> 922497 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 922497 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/shard-2-001/solr.xml
[junit4] 2> 922510 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@36b27452, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 922512 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33883/solr
[junit4] 2> 922530 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00])
[n:127.0.0.1:35520_yn ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 922532 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00])
[n:127.0.0.1:35520_yn ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 922533 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00])
[n:127.0.0.1:35520_yn ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35520_yn
[junit4] 2> 922534 INFO (zkCallback-888-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 922598 INFO
(zkCallback-893-thread-1-processing-n:127.0.0.1:36776_yn) [n:127.0.0.1:36776_yn
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 922602 INFO
(zkCallback-881-thread-2-processing-n:127.0.0.1:38475_yn) [n:127.0.0.1:38475_yn
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 922639 INFO
(zkCallback-899-thread-1-processing-n:127.0.0.1:35520_yn) [n:127.0.0.1:35520_yn
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 923079 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00])
[n:127.0.0.1:35520_yn ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36b27452
[junit4] 2> 923096 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00])
[n:127.0.0.1:35520_yn ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36b27452
[junit4] 2> 923096 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00])
[n:127.0.0.1:35520_yn ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36b27452
[junit4] 2> 923097 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00])
[n:127.0.0.1:35520_yn ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/shard-2-001/cores
[junit4] 2> 923186 INFO (qtp553695369-5690) [n:127.0.0.1:36776_yn ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:35520_yn&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 923196 INFO
(OverseerThreadFactory-1639-thread-4-processing-n:127.0.0.1:38475_yn)
[n:127.0.0.1:38475_yn ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:35520_yn for creating new replica
[junit4] 2> 923196 INFO
(OverseerCollectionConfigSetProcessor-98384297840345093-127.0.0.1:38475_yn-n_0000000000)
[n:127.0.0.1:38475_yn ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 923290 INFO (qtp1701182163-5718) [n:127.0.0.1:35520_yn ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t3&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 923290 INFO (qtp1701182163-5718) [n:127.0.0.1:35520_yn ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 924390 INFO (qtp1701182163-5718) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.1.0
[junit4] 2> 924417 INFO (qtp1701182163-5718) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.s.IndexSchema
[collection1_shard1_replica_t3] Schema name=test
[junit4] 2> 924683 INFO (qtp1701182163-5718) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.s.IndexSchema
Loaded schema test/1.6 with uniqueid field id
[junit4] 2> 924717 INFO (qtp1701182163-5718) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_t3' using configuration from
collection collection1, trusted=true
[junit4] 2> 924717 INFO (qtp1701182163-5718) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_t3' (registry
'solr.core.collection1.shard1.replica_t3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@36b27452
[junit4] 2> 924718 INFO (qtp1701182163-5718) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 924718 INFO (qtp1701182163-5718) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.c.SolrCore
[[collection1_shard1_replica_t3] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/shard-2-001/cores/collection1_shard1_replica_t3],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/shard-2-001/cores/collection1_shard1_replica_t3/data/]
[junit4] 2> 924733 INFO (qtp1701182163-5718) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=38, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=13.4609375,
floorSegmentMB=2.13671875, forceMergeDeletesPctAllowed=26.282983652184377,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 924775 WARN (qtp1701182163-5718) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t3]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 924982 INFO (qtp1701182163-5718) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 924982 INFO (qtp1701182163-5718) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 924983 INFO (qtp1701182163-5718) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.u.CommitTracker
Hard AutoCommit: if uncommited for 15000ms;
[junit4] 2> 924983 INFO (qtp1701182163-5718) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 924984 INFO (qtp1701182163-5718) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t3]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 924985 INFO (qtp1701182163-5718) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t3]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7a5a40a6[collection1_shard1_replica_t3] main]
[junit4] 2> 924986 INFO (qtp1701182163-5718) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t3]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 924986 INFO (qtp1701182163-5718) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t3]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 924987 INFO (qtp1701182163-5718) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 924988 INFO
(searcherExecutor-1664-thread-1-processing-n:127.0.0.1:35520_yn
x:collection1_shard1_replica_t3 s:shard1 c:collection1) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.c.SolrCore
[collection1_shard1_replica_t3] Registered new searcher
Searcher@7a5a40a6[collection1_shard1_replica_t3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 924988 INFO (qtp1701182163-5718) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1574148776696741888
[junit4] 2> 924991 INFO (qtp1701182163-5718) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.c.ZkController
Core needs to recover:collection1_shard1_replica_t3
[junit4] 2> 924991 INFO
(updateExecutor-896-thread-1-processing-n:127.0.0.1:35520_yn
x:collection1_shard1_replica_t3 s:shard1 c:collection1) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_t3]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 924991 INFO (qtp1701182163-5718) [n:127.0.0.1:35520_yn
c:collection1 s:shard1 x:collection1_shard1_replica_t3] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t3&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=1701
[junit4] 2> 924992 INFO
(recoveryExecutor-897-thread-1-processing-n:127.0.0.1:35520_yn
x:collection1_shard1_replica_t3 s:shard1 c:collection1 r:core_node4)
[n:127.0.0.1:35520_yn c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_t3] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 924992 INFO
(recoveryExecutor-897-thread-1-processing-n:127.0.0.1:35520_yn
x:collection1_shard1_replica_t3 s:shard1 c:collection1 r:core_node4)
[n:127.0.0.1:35520_yn c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_t3] o.a.s.c.RecoveryStrategy ######
startupVersions=[[]]
[junit4] 2> 924992 INFO
(recoveryExecutor-897-thread-1-processing-n:127.0.0.1:35520_yn
x:collection1_shard1_replica_t3 s:shard1 c:collection1 r:core_node4)
[n:127.0.0.1:35520_yn c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_t3] o.a.s.c.ZkController
collection1_shard1_replica_t3 stopping background replication from leader
[junit4] 2> 924992 INFO
(recoveryExecutor-897-thread-1-processing-n:127.0.0.1:35520_yn
x:collection1_shard1_replica_t3 s:shard1 c:collection1 r:core_node4)
[n:127.0.0.1:35520_yn c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_t3] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1_shard1_replica_t3]
[junit4] 2> 924992 INFO
(recoveryExecutor-897-thread-1-processing-n:127.0.0.1:35520_yn
x:collection1_shard1_replica_t3 s:shard1 c:collection1 r:core_node4)
[n:127.0.0.1:35520_yn c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_t3] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 924992 INFO
(recoveryExecutor-897-thread-1-processing-n:127.0.0.1:35520_yn
x:collection1_shard1_replica_t3 s:shard1 c:collection1 r:core_node4)
[n:127.0.0.1:35520_yn c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_t3] o.a.s.c.RecoveryStrategy Publishing state of
core [collection1_shard1_replica_t3] as recovering, leader is
[https://127.0.0.1:36776/yn/collection1_shard1_replica_t1/] and I am
[https://127.0.0.1:35520/yn/collection1_shard1_replica_t3/]
[junit4] 2> 924994 INFO
(recoveryExecutor-897-thread-1-processing-n:127.0.0.1:35520_yn
x:collection1_shard1_replica_t3 s:shard1 c:collection1 r:core_node4)
[n:127.0.0.1:35520_yn c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_t3] o.a.s.c.RecoveryStrategy Sending prep recovery
command to [https://127.0.0.1:36776/yn]; [WaitForState:
action=PREPRECOVERY&core=collection1_shard1_replica_t1&nodeName=127.0.0.1:35520_yn&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 925007 INFO (qtp553695369-5690) [n:127.0.0.1:36776_yn ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:35520_yn&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
status=0 QTime=1820
[junit4] 2> 925010 INFO (qtp553695369-5683) [n:127.0.0.1:36776_yn ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true,
maxTime: 183 s
[junit4] 2> 925010 INFO (qtp553695369-5683) [n:127.0.0.1:36776_yn ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard1, thisCore=collection1_shard1_replica_t1,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=down, localState=active, nodeName=127.0.0.1:35520_yn,
coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps:
core_node4:{"core":"collection1_shard1_replica_t3","base_url":"https://127.0.0.1:35520/yn","node_name":"127.0.0.1:35520_yn","state":"down","type":"TLOG"}
[junit4] 2> 925199 INFO
(OverseerCollectionConfigSetProcessor-98384297840345093-127.0.0.1:38475_yn-n_0000000000)
[n:127.0.0.1:38475_yn ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 925344 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/shard-3-001
of type TLOG
[junit4] 2> 925365 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 925365 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7e27b704{/yn,null,AVAILABLE}
[junit4] 2> 925366 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.e.j.s.AbstractConnector Started ServerConnector@4d7c3d5b{SSL,[ssl,
http/1.1]}{127.0.0.1:33939}
[junit4] 2> 925366 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.e.j.s.Server Started @934682ms
[junit4] 2> 925366 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/tempDir-001/jetty3,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/yn, hostPort=33939,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderWithPullReplicasTest_4624F69347029D00-001/shard-3-001/cores}
[junit4] 2> 925366 ERROR
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 925417 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™
version 7.1.0
[junit4] 2> 925417 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 925417 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 925417 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-07-28T07:00:58.967Z
[junit4] 2> 925459 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 925460 INFO
(TEST-ChaosMonkeySafeLeaderWithPullReplicasTest.test-seed#[4624F69347029D00]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-sl
[...truncated too long message...]
luate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 2314004 INFO
(TEST-AtomicUpdateProcessorFactoryTest.testMultipleThreads-seed#[4624F69347029D00])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testMultipleThreads
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=AtomicUpdateProcessorFactoryTest -Dtests.method=testMultipleThreads
-Dtests.seed=4624F69347029D00 -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt
-Dtests.locale=ms-MY -Dtests.timezone=Asia/Famagusta -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.08s J0 |
AtomicUpdateProcessorFactoryTest.testMultipleThreads <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([4624F69347029D00:6A16811ECBC6EB84]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:886)
[junit4] > at
org.apache.solr.update.processor.AtomicUpdateProcessorFactoryTest.testMultipleThreads(AtomicUpdateProcessorFactoryTest.java:264)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound=1]
[junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
[junit4] > </response>
[junit4] > request was:q=int_i:14&wt=xml
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:879)
[junit4] > ... 40 more
[junit4] 2> 2314014 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[4624F69347029D00]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 2314014 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[4624F69347029D00]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=956806812
[junit4] 2> 2314014 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[4624F69347029D00]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 2314015 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[4624F69347029D00]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 2314016 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[4624F69347029D00]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 2314016 INFO
(SUITE-AtomicUpdateProcessorFactoryTest-seed#[4624F69347029D00]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 2314017 INFO (coreCloseExecutor-8319-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@21e3d77f
[junit4] 2> 2314038 INFO (coreCloseExecutor-8319-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=568579967
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.update.processor.AtomicUpdateProcessorFactoryTest_4624F69347029D00-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{name_s=FST50, int_i=FST50,
range_facet_l_dv=PostingsFormat(name=LuceneVarGapFixedInterval),
multiDefault=PostingsFormat(name=LuceneFixedGap),
intDefault=PostingsFormat(name=Memory),
title=PostingsFormat(name=LuceneFixedGap),
title_lettertok=PostingsFormat(name=LuceneVarGapFixedInterval), count_i=FST50,
range_facet_l=PostingsFormat(name=Memory),
title_stringNoNorms=PostingsFormat(name=Memory),
title_stemmed=PostingsFormat(name=LuceneFixedGap),
cat=PostingsFormat(name=Memory), id_i1=PostingsFormat(name=LuceneFixedGap),
id=PostingsFormat(name=LuceneVarGapFixedInterval),
range_facet_i_dv=PostingsFormat(name=Memory), text=FST50,
timestamp=PostingsFormat(name=Memory)},
docValues:{int_i=DocValuesFormat(name=Lucene70),
range_facet_l_dv=DocValuesFormat(name=Lucene70),
_version_=DocValuesFormat(name=Direct),
intDefault=DocValuesFormat(name=Direct), id_i1=DocValuesFormat(name=Asserting),
range_facet_i_dv=DocValuesFormat(name=Direct),
intDvoDefault=DocValuesFormat(name=Lucene70),
count_i=DocValuesFormat(name=Lucene70), timestamp=DocValuesFormat(name=Direct),
range_facet_l=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1033,
maxMBSortInHeap=7.030277648537509, sim=RandomSimilarity(queryNorm=false): {},
locale=ms-MY, timezone=Asia/Famagusta
[junit4] 2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=1,free=244875752,total=529530880
[junit4] 2> NOTE: All tests run in this JVM: [MergeStrategyTest,
TestConfigSetsAPIExclusivity, TestMergePolicyConfig, TestCloudSchemaless,
TestPhraseSuggestions, TestExactStatsCache, SuggesterWFSTTest,
TestDefaultStatsCache, TestBadConfig, TestLegacyFieldCache,
SpellCheckCollatorTest, TestPointFields, CoreMergeIndexesAdminHandlerTest,
SolrMetricReporterTest, TestExportWriter, TestExpandComponent,
HdfsChaosMonkeySafeLeaderTest, FullHLLTest, TestRemoteStreaming,
DistributedFacetPivotWhiteBoxTest, TestOverriddenPrefixQueryForCustomFieldType,
WordBreakSolrSpellCheckerTest, XmlUpdateRequestHandlerTest, UtilsToolTest,
BlockCacheTest, SmileWriterTest, HdfsRecoverLeaseTest, TestNumericTokenStream,
TestReRankQParserPlugin, TestSolrCloudWithSecureImpersonation,
TestUninvertingReader, TestMacroExpander, TestIndexingPerformance,
DistributedQueueTest, UpdateParamsTest, TestBlobHandler, RequestHandlersTest,
EchoParamsTest, CleanupOldIndexTest, TestFunctionQuery, TestStressLiveNodes,
HdfsUnloadDistributedZkTest, CdcrUpdateLogTest, TestLegacyFieldReuse,
MetricsConfigTest, SpellingQueryConverterTest, ForceLeaderTest,
SolrCloudReportersTest, TestExclusionRuleCollectionAccess, TestXmlQParser,
ConfigureRecoveryStrategyTest, DistribCursorPagingTest, TestDocSet,
TestPrepRecovery, TestDistributedSearch, BinaryUpdateRequestHandlerTest,
TestClusterStateMutator, ExternalFileFieldSortTest,
TestCloudPseudoReturnFields, SyncSliceTest, TestFastOutputStream,
MBeansHandlerTest, ManagedSchemaRoundRobinCloudTest,
AtomicUpdateProcessorFactoryTest]
[junit4] Completed [613/726 (2!)] on J0 in 0.67s, 4 tests, 1 error <<<
FAILURES!
[...truncated 43679 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]