You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/10/27 18:03:19 UTC

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1680 - Still Unstable

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1680/

4 tests failed.
FAILED:  org.apache.solr.cloud.OverseerModifyCollectionTest.testModifyColl

Error Message:
KeeperErrorCode = Session expired for /collections/modifyColl

Stack Trace:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/modifyColl
	at __randomizedtesting.SeedInfo.seed([955416E37D0AFC3C:3CCC3C9671C6383A]:0)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:343)
	at org.apache.solr.cloud.OverseerModifyCollectionTest.getConfigNameFromZk(OverseerModifyCollectionTest.java:75)
	at org.apache.solr.cloud.OverseerModifyCollectionTest.testModifyColl(OverseerModifyCollectionTest.java:59)
	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:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest.test

Error Message:
There are still nodes recoverying - waited for 320 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 320 seconds
	at __randomizedtesting.SeedInfo.seed([955416E37D0AFC3C:1D002939D3F691C4]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:920)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForThingsToLevelOut(AbstractFullDistribZkTestBase.java:1477)
	at org.apache.solr.cloud.RestartWhileUpdatingTest.test(RestartWhileUpdatingTest.java:145)
	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:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1010)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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.hdfs.HdfsRestartWhileUpdatingTest

Error Message:
7 threads leaked from SUITE scope at org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest:     1) Thread[id=32685, name=searcherExecutor-10844-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]         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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         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=32864, name=searcherExecutor-10892-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]         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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         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)    3) Thread[id=32728, name=searcherExecutor-10858-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]         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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         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=32604, name=searcherExecutor-10816-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]         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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         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=32829, name=searcherExecutor-10878-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]         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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         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)    6) Thread[id=32648, name=searcherExecutor-10830-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]         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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         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=32899, name=searcherExecutor-10906-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]         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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         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.hdfs.HdfsRestartWhileUpdatingTest: 
   1) Thread[id=32685, name=searcherExecutor-10844-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
        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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        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=32864, name=searcherExecutor-10892-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
        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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        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)
   3) Thread[id=32728, name=searcherExecutor-10858-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
        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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        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=32604, name=searcherExecutor-10816-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
        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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        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=32829, name=searcherExecutor-10878-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
        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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        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)
   6) Thread[id=32648, name=searcherExecutor-10830-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
        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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        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=32899, name=searcherExecutor-10906-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
        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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        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([955416E37D0AFC3C]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRestartWhileUpdatingTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=32685, name=searcherExecutor-10844-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]         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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         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=32864, name=searcherExecutor-10892-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]         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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         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)    3) Thread[id=32728, name=searcherExecutor-10858-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]         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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         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=32604, name=searcherExecutor-10816-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]         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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         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=32829, name=searcherExecutor-10878-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]         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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         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)    6) Thread[id=32648, name=searcherExecutor-10830-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]         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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         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=32899, name=searcherExecutor-10906-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]         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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         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=32685, name=searcherExecutor-10844-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
        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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        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=32864, name=searcherExecutor-10892-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
        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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        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)
   3) Thread[id=32728, name=searcherExecutor-10858-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
        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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        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=32604, name=searcherExecutor-10816-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
        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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        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=32829, name=searcherExecutor-10878-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
        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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        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)
   6) Thread[id=32648, name=searcherExecutor-10830-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
        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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        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=32899, name=searcherExecutor-10906-thread-1, state=WAITING, group=TGRP-HdfsRestartWhileUpdatingTest]
        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 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        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([955416E37D0AFC3C]:0)




Build Log:
[...truncated 13802 lines...]
   [junit4] Suite: org.apache.solr.cloud.OverseerModifyCollectionTest
   [junit4]   2> 1333202 INFO  (SUITE-OverseerModifyCollectionTest-seed#[955416E37D0AFC3C]-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-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerModifyCollectionTest_955416E37D0AFC3C-001/init-core-data-001
   [junit4]   2> 1333202 WARN  (SUITE-OverseerModifyCollectionTest-seed#[955416E37D0AFC3C]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 1333205 INFO  (SUITE-OverseerModifyCollectionTest-seed#[955416E37D0AFC3C]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1333207 INFO  (SUITE-OverseerModifyCollectionTest-seed#[955416E37D0AFC3C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1333208 INFO  (SUITE-OverseerModifyCollectionTest-seed#[955416E37D0AFC3C]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerModifyCollectionTest_955416E37D0AFC3C-001/tempDir-001
   [junit4]   2> 1333208 INFO  (SUITE-OverseerModifyCollectionTest-seed#[955416E37D0AFC3C]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1333208 INFO  (Thread-665) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1333208 INFO  (Thread-665) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1333226 ERROR (Thread-665) [    ] 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> 1333308 INFO  (SUITE-OverseerModifyCollectionTest-seed#[955416E37D0AFC3C]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:40539
   [junit4]   2> 1333323 INFO  (zkConnectionManagerCallback-479-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1333401 INFO  (jetty-launcher-476-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1333402 INFO  (jetty-launcher-476-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1333451 INFO  (jetty-launcher-476-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1333451 INFO  (jetty-launcher-476-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1333452 INFO  (jetty-launcher-476-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1333452 INFO  (jetty-launcher-476-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1333452 INFO  (jetty-launcher-476-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1333452 INFO  (jetty-launcher-476-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1333452 INFO  (jetty-launcher-476-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@58cd0dd1{/solr,null,AVAILABLE}
   [junit4]   2> 1333453 INFO  (jetty-launcher-476-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@49ab9db7{/solr,null,AVAILABLE}
   [junit4]   2> 1333460 INFO  (jetty-launcher-476-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@100db47c{SSL,[ssl, http/1.1]}{127.0.0.1:42946}
   [junit4]   2> 1333460 INFO  (jetty-launcher-476-thread-2) [    ] o.e.j.s.Server Started @1333776ms
   [junit4]   2> 1333461 INFO  (jetty-launcher-476-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42946}
   [junit4]   2> 1333461 ERROR (jetty-launcher-476-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1333461 INFO  (jetty-launcher-476-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1333461 INFO  (jetty-launcher-476-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1333461 INFO  (jetty-launcher-476-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1333461 INFO  (jetty-launcher-476-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1333461 INFO  (jetty-launcher-476-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-10-27T15:45:58.336Z
   [junit4]   2> 1333462 INFO  (jetty-launcher-476-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2c1768b5{SSL,[ssl, http/1.1]}{127.0.0.1:42131}
   [junit4]   2> 1333462 INFO  (jetty-launcher-476-thread-1) [    ] o.e.j.s.Server Started @1333778ms
   [junit4]   2> 1333462 INFO  (jetty-launcher-476-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42131}
   [junit4]   2> 1333463 ERROR (jetty-launcher-476-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1333463 INFO  (jetty-launcher-476-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1333463 INFO  (jetty-launcher-476-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1333463 INFO  (jetty-launcher-476-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1333463 INFO  (jetty-launcher-476-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1333463 INFO  (jetty-launcher-476-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-10-27T15:45:58.338Z
   [junit4]   2> 1333483 INFO  (zkConnectionManagerCallback-483-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1333483 INFO  (zkConnectionManagerCallback-481-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1333484 INFO  (jetty-launcher-476-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1333484 INFO  (jetty-launcher-476-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1333631 INFO  (jetty-launcher-476-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40539/solr
   [junit4]   2> 1333639 INFO  (zkConnectionManagerCallback-487-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1333664 INFO  (zkConnectionManagerCallback-489-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1333667 INFO  (jetty-launcher-476-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40539/solr
   [junit4]   2> 1333676 INFO  (zkConnectionManagerCallback-493-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1333688 INFO  (zkConnectionManagerCallback-495-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1333780 INFO  (jetty-launcher-476-thread-2) [n:127.0.0.1:42946_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42946_solr
   [junit4]   2> 1333781 INFO  (jetty-launcher-476-thread-2) [n:127.0.0.1:42946_solr    ] o.a.s.c.Overseer Overseer (id=73564434385928198-127.0.0.1:42946_solr-n_0000000000) starting
   [junit4]   2> 1333802 INFO  (zkConnectionManagerCallback-504-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1333812 INFO  (jetty-launcher-476-thread-2) [n:127.0.0.1:42946_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40539/solr ready
   [junit4]   2> 1333817 INFO  (jetty-launcher-476-thread-2) [n:127.0.0.1:42946_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42946_solr
   [junit4]   2> 1333818 INFO  (OverseerStateUpdate-73564434385928198-127.0.0.1:42946_solr-n_0000000000) [n:127.0.0.1:42946_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42946_solr
   [junit4]   2> 1333948 INFO  (OverseerStateUpdate-73564434385928198-127.0.0.1:42946_solr-n_0000000000) [n:127.0.0.1:42946_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1333960 INFO  (jetty-launcher-476-thread-2) [n:127.0.0.1:42946_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1333984 INFO  (zkCallback-503-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1333995 INFO  (jetty-launcher-476-thread-1) [n:127.0.0.1:42131_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1334024 INFO  (jetty-launcher-476-thread-1) [n:127.0.0.1:42131_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1334024 INFO  (jetty-launcher-476-thread-1) [n:127.0.0.1:42131_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42131_solr
   [junit4]   2> 1334058 INFO  (jetty-launcher-476-thread-2) [n:127.0.0.1:42946_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42946.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5da62384
   [junit4]   2> 1334065 INFO  (jetty-launcher-476-thread-2) [n:127.0.0.1:42946_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42946.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5da62384
   [junit4]   2> 1334065 INFO  (jetty-launcher-476-thread-2) [n:127.0.0.1:42946_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42946.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5da62384
   [junit4]   2> 1334065 INFO  (zkCallback-494-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1334066 INFO  (jetty-launcher-476-thread-2) [n:127.0.0.1:42946_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerModifyCollectionTest_955416E37D0AFC3C-001/tempDir-001/node2/.
   [junit4]   2> 1334066 INFO  (zkCallback-503-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1334086 INFO  (zkCallback-488-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1334136 INFO  (zkConnectionManagerCallback-510-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1334137 INFO  (jetty-launcher-476-thread-1) [n:127.0.0.1:42131_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1334139 INFO  (jetty-launcher-476-thread-1) [n:127.0.0.1:42131_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40539/solr ready
   [junit4]   2> 1334139 INFO  (jetty-launcher-476-thread-1) [n:127.0.0.1:42131_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1334162 INFO  (jetty-launcher-476-thread-1) [n:127.0.0.1:42131_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42131.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5da62384
   [junit4]   2> 1334169 INFO  (jetty-launcher-476-thread-1) [n:127.0.0.1:42131_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42131.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5da62384
   [junit4]   2> 1334169 INFO  (jetty-launcher-476-thread-1) [n:127.0.0.1:42131_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42131.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5da62384
   [junit4]   2> 1334169 INFO  (jetty-launcher-476-thread-1) [n:127.0.0.1:42131_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerModifyCollectionTest_955416E37D0AFC3C-001/tempDir-001/node1/.
   [junit4]   2> 1334197 INFO  (zkConnectionManagerCallback-513-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1334202 INFO  (zkConnectionManagerCallback-518-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1334203 INFO  (SUITE-OverseerModifyCollectionTest-seed#[955416E37D0AFC3C]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1334204 INFO  (SUITE-OverseerModifyCollectionTest-seed#[955416E37D0AFC3C]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40539/solr ready
   [junit4]   2> 1334226 INFO  (TEST-OverseerModifyCollectionTest.testModifyColl-seed#[955416E37D0AFC3C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testModifyColl
   [junit4]   2> 1334265 INFO  (qtp1583679188-2415) [n:127.0.0.1:42131_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=modifyColl&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1334268 INFO  (OverseerThreadFactory-1314-thread-1-processing-n:127.0.0.1:42946_solr) [n:127.0.0.1:42946_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection modifyColl
   [junit4]   2> 1334403 INFO  (qtp1583679188-2419) [n:127.0.0.1:42131_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1334419 INFO  (qtp1238844150-2420) [n:127.0.0.1:42946_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1334438 INFO  (OverseerStateUpdate-73564434385928198-127.0.0.1:42946_solr-n_0000000000) [n:127.0.0.1:42946_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"modifyColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"modifyColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42946/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1334453 INFO  (OverseerStateUpdate-73564434385928198-127.0.0.1:42946_solr-n_0000000000) [n:127.0.0.1:42946_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"modifyColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"modifyColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42131/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1334669 INFO  (qtp1238844150-2413) [n:127.0.0.1:42946_solr    x:modifyColl_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=modifyColl_shard1_replica_n1&action=CREATE&numShards=1&collection=modifyColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1334679 INFO  (qtp1238844150-2413) [n:127.0.0.1:42946_solr    x:modifyColl_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1334679 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr    x:modifyColl_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=modifyColl_shard1_replica_n2&action=CREATE&numShards=1&collection=modifyColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1335731 INFO  (qtp1238844150-2413) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1335784 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1335790 INFO  (qtp1238844150-2413) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.s.IndexSchema [modifyColl_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1335793 INFO  (qtp1238844150-2413) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1335793 INFO  (qtp1238844150-2413) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'modifyColl_shard1_replica_n1' using configuration from collection modifyColl, trusted=true
   [junit4]   2> 1335794 INFO  (qtp1238844150-2413) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42946.solr.core.modifyColl.shard1.replica_n1' (registry 'solr.core.modifyColl.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5da62384
   [junit4]   2> 1335803 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.s.IndexSchema [modifyColl_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1335805 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1335805 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'modifyColl_shard1_replica_n2' using configuration from collection modifyColl, trusted=true
   [junit4]   2> 1335805 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42131.solr.core.modifyColl.shard1.replica_n2' (registry 'solr.core.modifyColl.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5da62384
   [junit4]   2> 1335806 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.c.SolrCore [[modifyColl_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerModifyCollectionTest_955416E37D0AFC3C-001/tempDir-001/node1/modifyColl_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerModifyCollectionTest_955416E37D0AFC3C-001/tempDir-001/node1/./modifyColl_shard1_replica_n2/data/]
   [junit4]   2> 1335809 INFO  (qtp1238844150-2413) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.c.SolrCore [[modifyColl_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerModifyCollectionTest_955416E37D0AFC3C-001/tempDir-001/node2/modifyColl_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerModifyCollectionTest_955416E37D0AFC3C-001/tempDir-001/node2/./modifyColl_shard1_replica_n1/data/]
   [junit4]   2> 1335874 INFO  (qtp1238844150-2413) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1335874 INFO  (qtp1238844150-2413) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1335874 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1335874 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1335875 INFO  (qtp1238844150-2413) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1335875 INFO  (qtp1238844150-2413) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1335875 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1335875 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1335876 INFO  (qtp1238844150-2413) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2cfd396b[modifyColl_shard1_replica_n1] main]
   [junit4]   2> 1335876 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b276a66[modifyColl_shard1_replica_n2] main]
   [junit4]   2> 1335877 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1335877 INFO  (qtp1238844150-2413) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1335878 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1335878 INFO  (qtp1238844150-2413) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1335878 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1335878 INFO  (qtp1238844150-2413) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1335878 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1615494025841737728
   [junit4]   2> 1335879 INFO  (searcherExecutor-1323-thread-1-processing-n:127.0.0.1:42946_solr x:modifyColl_shard1_replica_n1 c:modifyColl s:shard1 r:core_node3) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.c.SolrCore [modifyColl_shard1_replica_n1] Registered new searcher Searcher@2cfd396b[modifyColl_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1335879 INFO  (searcherExecutor-1324-thread-1-processing-n:127.0.0.1:42131_solr x:modifyColl_shard1_replica_n2 c:modifyColl s:shard1 r:core_node4) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.c.SolrCore [modifyColl_shard1_replica_n2] Registered new searcher Searcher@1b276a66[modifyColl_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1335879 INFO  (qtp1238844150-2413) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1615494025842786304
   [junit4]   2> 1335885 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/modifyColl/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1335885 INFO  (qtp1238844150-2413) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 1335886 INFO  (qtp1238844150-2413) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/modifyColl/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 1335896 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1336397 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1336397 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1336397 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:42131/solr/modifyColl_shard1_replica_n2/
   [junit4]   2> 1336398 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=modifyColl_shard1_replica_n2 url=https://127.0.0.1:42131/solr START replicas=[https://127.0.0.1:42946/solr/modifyColl_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 1336398 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=modifyColl_shard1_replica_n2 url=https://127.0.0.1:42131/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1336404 INFO  (qtp1238844150-2422) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.c.S.Request [modifyColl_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1336404 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1336404 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1336422 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:42131/solr/modifyColl_shard1_replica_n2/ shard1
   [junit4]   2> 1336527 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1336529 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=modifyColl_shard1_replica_n2&action=CREATE&numShards=1&collection=modifyColl&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1849
   [junit4]   2> 1336648 INFO  (zkCallback-488-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/modifyColl/state.json] for collection [modifyColl] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1336901 INFO  (qtp1238844150-2413) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=modifyColl_shard1_replica_n1&action=CREATE&numShards=1&collection=modifyColl&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2234
   [junit4]   2> 1336904 INFO  (qtp1583679188-2415) [n:127.0.0.1:42131_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1337001 INFO  (zkCallback-488-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/modifyColl/state.json] for collection [modifyColl] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1337001 INFO  (zkCallback-494-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/modifyColl/state.json] for collection [modifyColl] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1337904 INFO  (qtp1583679188-2415) [n:127.0.0.1:42131_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=modifyColl&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3639
   [junit4]   2> 1337906 INFO  (qtp1583679188-2419) [n:127.0.0.1:42131_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :modifycollection with params collection.configName=conf2&action=MODIFYCOLLECTION&collection=modifyColl&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1337909 INFO  (OverseerCollectionConfigSetProcessor-73564434385928198-127.0.0.1:42946_solr-n_0000000000) [n:127.0.0.1:42946_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1337909 INFO  (OverseerThreadFactory-1314-thread-2-processing-n:127.0.0.1:42946_solr) [n:127.0.0.1:42946_solr c:modifyColl   ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=RELOAD, asyncId=null
   [junit4]   2> 1337920 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr    x:modifyColl_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1337920 INFO  (qtp1238844150-2420) [n:127.0.0.1:42946_solr    x:modifyColl_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1337935 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr    x:modifyColl_shard1_replica_n2] o.a.s.s.IndexSchema [modifyColl_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1337935 INFO  (qtp1238844150-2420) [n:127.0.0.1:42946_solr    x:modifyColl_shard1_replica_n1] o.a.s.s.IndexSchema [modifyColl_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1348533 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr    x:modifyColl_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1348533 INFO  (qtp1238844150-2420) [n:127.0.0.1:42946_solr    x:modifyColl_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1348533 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr    x:modifyColl_shard1_replica_n2] o.a.s.c.CoreContainer Reloading SolrCore 'modifyColl_shard1_replica_n2' using configuration from collection modifyColl
   [junit4]   2> 1348533 INFO  (qtp1238844150-2420) [n:127.0.0.1:42946_solr    x:modifyColl_shard1_replica_n1] o.a.s.c.CoreContainer Reloading SolrCore 'modifyColl_shard1_replica_n1' using configuration from collection modifyColl
   [junit4]   2> 1348534 WARN  (jetty-launcher-476-thread-2-SendThread(127.0.0.1:40539)) [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 10625ms for sessionid 0x1055a769bad0007
   [junit4]   2> 1348534 WARN  (SUITE-OverseerModifyCollectionTest-seed#[955416E37D0AFC3C]-worker-SendThread(127.0.0.1:40539)) [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 10907ms for sessionid 0x1055a769bad000a
   [junit4]   2> 1348534 WARN  (jetty-launcher-476-thread-1-SendThread(127.0.0.1:40539)) [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 10903ms for sessionid 0x1055a769bad0008
   [junit4]   2> 1348542 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1055a769bad0007, likely client has closed socket
   [junit4]   2> 1348542 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1055a769bad0008, likely client has closed socket
   [junit4]   2> 1348542 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1055a769bad000a, likely client has closed socket
   [junit4]   2> 1348647 WARN  (zkConnectionManagerCallback-504-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@9710fea name: ZooKeeperConnection Watcher:127.0.0.1:40539/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1348647 WARN  (zkConnectionManagerCallback-504-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 1348671 WARN  (zkConnectionManagerCallback-510-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6d3c7cdd name: ZooKeeperConnection Watcher:127.0.0.1:40539/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1348671 WARN  (zkConnectionManagerCallback-510-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 1348680 WARN  (zkConnectionManagerCallback-518-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1bc11092 name: ZooKeeperConnection Watcher:127.0.0.1:40539/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1348680 WARN  (zkConnectionManagerCallback-518-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 1348739 INFO  (qtp1238844150-2420) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42946.solr.core.modifyColl.shard1.replica_n1' (registry 'solr.core.modifyColl.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5da62384
   [junit4]   2> 1348739 INFO  (qtp1238844150-2420) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.c.SolrCore [[modifyColl_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerModifyCollectionTest_955416E37D0AFC3C-001/tempDir-001/node2/modifyColl_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerModifyCollectionTest_955416E37D0AFC3C-001/tempDir-001/node2/./modifyColl_shard1_replica_n1/data/]
   [junit4]   2> 1348756 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42131.solr.core.modifyColl.shard1.replica_n2' (registry 'solr.core.modifyColl.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5da62384
   [junit4]   2> 1348756 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.c.SolrCore [[modifyColl_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerModifyCollectionTest_955416E37D0AFC3C-001/tempDir-001/node1/modifyColl_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.OverseerModifyCollectionTest_955416E37D0AFC3C-001/tempDir-001/node1/./modifyColl_shard1_replica_n2/data/]
   [junit4]   2> 1349151 INFO  (qtp1238844150-2420) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1349151 INFO  (qtp1238844150-2420) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1349277 INFO  (qtp1238844150-2420) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@cd1fc32[modifyColl_shard1_replica_n1] main]
   [junit4]   2> 1349281 INFO  (qtp1238844150-2420) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 1349281 INFO  (qtp1238844150-2420) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 1349281 INFO  (qtp1238844150-2420) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1349284 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1349284 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1349286 INFO  (qtp1238844150-2420) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1615494039901044736
   [junit4]   2> 1349302 INFO  (searcherExecutor-1333-thread-1-processing-n:127.0.0.1:42946_solr x:modifyColl_shard1_replica_n1 c:modifyColl s:shard1 r:core_node3) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.c.SolrCore [modifyColl_shard1_replica_n1] Registered new searcher Searcher@cd1fc32[modifyColl_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1349302 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@fd5d2a2[modifyColl_shard1_replica_n2] main]
   [junit4]   2> 1349372 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 1349373 INFO  (qtp1238844150-2420) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1349373 INFO  (qtp1238844150-2420) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7aedddaa[modifyColl_shard1_replica_n1] main]
   [junit4]   2> 1349373 INFO  (qtp1238844150-2420) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.c.SolrCore [modifyColl_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5b628ac5
   [junit4]   2> 1349373 INFO  (qtp1238844150-2420) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.modifyColl.shard1.replica_n1, tag=5b628ac5
   [junit4]   2> 1349373 INFO  (qtp1238844150-2420) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7436fd6b: rootName = solr_42946, domain = solr.core.modifyColl.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.modifyColl.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@6c062df7
   [junit4]   2> 1349374 INFO  (searcherExecutor-1333-thread-1-processing-n:127.0.0.1:42946_solr x:modifyColl_shard1_replica_n1 c:modifyColl s:shard1 r:core_node3) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.c.SolrCore [modifyColl_shard1_replica_n1] Registered new searcher Searcher@7aedddaa[modifyColl_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1349376 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 1349376 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1349377 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1615494039996465152
   [junit4]   2> 1349407 INFO  (searcherExecutor-1334-thread-1-processing-n:127.0.0.1:42131_solr x:modifyColl_shard1_replica_n2 c:modifyColl s:shard1 r:core_node4) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.c.SolrCore [modifyColl_shard1_replica_n2] Registered new searcher Searcher@fd5d2a2[modifyColl_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1349429 INFO  (qtp1238844150-2420) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.modifyColl.shard1.leader, tag=5b628ac5
   [junit4]   2> 1349437 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1349437 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d826c2e[modifyColl_shard1_replica_n2] main]
   [junit4]   2> 1349451 INFO  (qtp1238844150-2420) [n:127.0.0.1:42946_solr c:modifyColl s:shard1 r:core_node3 x:modifyColl_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=modifyColl_shard1_replica_n1&qt=/admin/cores&action=RELOAD&wt=javabin&version=2} status=0 QTime=11540
   [junit4]   2> 1349455 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.c.SolrCore [modifyColl_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@5dba154f
   [junit4]   2> 1349455 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.modifyColl.shard1.replica_n2, tag=5dba154f
   [junit4]   2> 1349455 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1cfe45f6: rootName = solr_42131, domain = solr.core.modifyColl.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.modifyColl.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@3ce759fc
   [junit4]   2> 1349471 INFO  (searcherExecutor-1334-thread-1-processing-n:127.0.0.1:42131_solr x:modifyColl_shard1_replica_n2 c:modifyColl s:shard1 r:core_node4) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.c.SolrCore [modifyColl_shard1_replica_n2] Registered new searcher Searcher@1d826c2e[modifyColl_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1349511 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.modifyColl.shard1.leader, tag=5dba154f
   [junit4]   2> 1349528 INFO  (qtp1583679188-2414) [n:127.0.0.1:42131_solr c:modifyColl s:shard1 r:core_node4 x:modifyColl_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=modifyColl_shard1_replica_n2&qt=/admin/cores&action=RELOAD&wt=javabin&version=2} status=0 QTime=11618
   [junit4]   2> 1349711 WARN  (jetty-launcher-476-thread-2-SendThread(127.0.0.1:40539)) [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x1055a769bad0007 has expired
   [junit4]   2> 1349724 WARN  (zkConnectionManagerCallback-504-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@9710fea name: ZooKeeperConnection Watcher:127.0.0.1:40539/solr got event WatchedEvent state:Expired type:None path:null path: null type: None
   [junit4]   2> 1349724 WARN  (zkConnectionManagerCallback-504-thread-1) [    ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 1349725 WARN  (zkConnectionManagerCallback-504-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 1349727 INFO  (zkConnectionManagerCallback-504-thread-1-EventThread) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1349727 INFO  (zkConnectionManagerCallback-504-thread-1) [    ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 1349729 INFO  (zkConnectionManagerCallback-504-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 1349729 INFO  (zkConnectionManagerCallback-504-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 1349857 INFO  (qtp1583679188-2419) [n:127.0.0.1:42131_solr c:modifyColl   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf2&action=MODIFYCOLLECTION&collection=modifyColl&wt=javabin&version=2} status=0 QTime=11951
   [junit4]   2> 1350153 WARN  (jetty-launcher-476-thread-1-SendThread(127.0.0.1:40539)) [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x1055a769bad0008 has expired
   [junit4]   2> 1350154 WARN  (zkConnectionManagerCallback-510-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6d3c7cdd name: ZooKeeperConnection Watcher:127.0.0.1:40539/solr got event WatchedEvent state:Expired type:None path:null path: null type: None
   [junit4]   2> 1350154 WARN  (zkConnectionManagerCallback-510-thread-1) [    ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 1350154 WARN  (zkConnectionManagerCallback-510-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 1350197 INFO  (zkConnectionManagerCallback-510-thread-1-EventThread) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1350198 INFO  (zkConnectionManagerCallback-510-thread-1) [    ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 1350211 INFO  (zkConnectionManagerCallback-510-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 1350211 INFO  (zkConnectionManagerCallback-510-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 1350608 INFO  (OverseerCollectionConfigSetProcessor-73564434385928198-127.0.0.1:42946_solr-n_0000000000) [n:127.0.0.1:42946_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1350663 WARN  (SUITE-OverseerModifyCollectionTest-seed#[955416E37D0AFC3C]-worker-SendThread(127.0.0.1:40539)) [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x1055a769bad000a has expired
   [junit4]   2> 1350664 WARN  (zkConnectionManagerCallback-518-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1bc11092 name: ZooKeeperConnection Watcher:127.0.0.1:40539/solr got event WatchedEvent state:Expired type:None path:null path: null type: None
   [junit4]   2> 1350664 WARN  (zkConnectionManagerCallback-518-thread-1) [    ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 1350664 WARN  (zkConnectionManagerCallback-518-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 1350686 INFO  (zkConnectionManagerCallback-518-thread-1-EventThread) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1350686 INFO  (zkConnectionManagerCallback-518-thread-1) [    ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 1350722 INFO  (zkConnectionManagerCallback-518-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 1350722 INFO  (zkConnectionManagerCallback-518-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 1350796 INFO  (TEST-OverseerModifyCollectionTest.testModifyColl-seed#[955416E37D0AFC3C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testModifyColl
   [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=OverseerModifyCollectionTest -Dtests.method=testModifyColl -Dtests.seed=955416E37D0AFC3C -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=es-GT -Dtests.timezone=SST -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   16.6s J0 | OverseerModifyCollectionTest.testModifyColl <<<
   [junit4]    > Throwable #1: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/modifyColl
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([955416E37D0AFC3C:3CCC3C9671C6383A]:0)
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]    > 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:343)
   [junit4]    > 	at org.apache.solr.cloud.OverseerModifyCollectionTest.getConfigNameFromZk(OverseerModifyCollectionTest.java:75)
   [junit4]    > 	at org.apache.solr.cloud.OverseerModifyCollectionTest.testModifyColl(OverseerModifyCollectionTest.java:59)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1350855 INFO  (jetty-closer-477-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@100db47c{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1350875 INFO  (jetty-closer-477-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=704726900
   [junit4]   2> 1350932 INFO  (jetty-closer-477-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1350933 INFO  (jetty-closer-477-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3df27eaa: rootName = solr_42946, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4a5718ef
   [junit4]   2> 1350971 INFO  (jetty-closer-477-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1350971 INFO  (jetty-closer-477-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@862eb4: rootName = solr_42946, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6a665519
   [junit4]   2> 1350979 INFO  (jetty-closer-477-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@2c1768b5{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1350994 INFO  (jetty-closer-477-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=450995696
   [junit4]   2> 1350995 INFO  (jetty-closer-477-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1350995 INFO  (jetty-closer-477-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2cfa8cd8: rootName = solr_42946, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@76b45250
   [junit4]   2> 1351010 INFO  (jetty-closer-477-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1351010 INFO  (jetty-closer-477-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5dbf0f: rootName = solr_42131, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6b4871ca
   [junit4]   2> 1351067 INFO  (jetty-closer-477-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42946_solr
   [junit4]   2> 1351068 INFO  (zkCallback-494-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/modifyColl/state.json] for collection [modifyColl] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1351070 INFO  (zkCallback-503-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1351070 INFO  (jetty-closer-477-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1351070 INFO  (jetty-closer-477-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4ff399e4: rootName = solr_42131, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6a665519
   [junit4]   2> 1351142 INFO  (jetty-closer-477-thread-2) [    ] o.a.s.m.SolrMetricManager Closing m

[...truncated too long message...]

dresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null115111043
     [copy] Copying 240 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null115111043
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null115111043

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 71ms :: artifacts dl 4ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 518 minutes 55 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$34.hasMatch(FilePath.java:2678)
	at hudson.FilePath$34.invoke(FilePath.java:2557)
	at hudson.FilePath$34.invoke(FilePath.java:2547)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1036)
		at hudson.FilePath.act(FilePath.java:1025)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1819)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1038)
	at hudson.FilePath.act(FilePath.java:1025)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1819)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1683 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1683/

1 tests failed.
FAILED:  org.apache.lucene.document.TestLatLonPolygonShapeQueries.testRandomBig

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
	at __randomizedtesting.SeedInfo.seed([4B017C408631E4BF:CC5601CF1768983F]:0)
	at org.apache.lucene.util.bkd.HeapPointWriter.writePackedValue(HeapPointWriter.java:106)
	at org.apache.lucene.util.bkd.HeapPointWriter.append(HeapPointWriter.java:127)
	at org.apache.lucene.util.bkd.PointReader.split(PointReader.java:74)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1843)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1857)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1857)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1857)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1857)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1857)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1857)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1857)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1857)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1857)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1870)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1857)
	at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:1022)
	at org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.writeField(Lucene60PointsWriter.java:131)
	at org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
	at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
	at org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:145)
	at org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:201)
	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:161)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4453)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4075)
	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2178)
	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5110)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1620)
	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1236)
	at org.apache.lucene.document.BaseLatLonShapeTestCase.indexRandomShapes(BaseLatLonShapeTestCase.java:214)
	at org.apache.lucene.document.BaseLatLonShapeTestCase.verify(BaseLatLonShapeTestCase.java:192)
	at org.apache.lucene.document.BaseLatLonShapeTestCase.doTestRandom(BaseLatLonShapeTestCase.java:173)




Build Log:
[...truncated 10311 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonPolygonShapeQueries
   [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=TestLatLonPolygonShapeQueries -Dtests.method=testRandomBig -Dtests.seed=4B017C408631E4BF -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=en-GB -Dtests.timezone=America/Fort_Wayne -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    103s J1 | TestLatLonPolygonShapeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4B017C408631E4BF:CC5601CF1768983F]:0)
   [junit4]    > 	at org.apache.lucene.util.bkd.HeapPointWriter.writePackedValue(HeapPointWriter.java:106)
   [junit4]    > 	at org.apache.lucene.util.bkd.HeapPointWriter.append(HeapPointWriter.java:127)
   [junit4]    > 	at org.apache.lucene.util.bkd.PointReader.split(PointReader.java:74)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1843)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1857)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1857)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1857)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1857)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1857)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1857)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1857)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1857)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1857)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1870)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1857)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:1022)
   [junit4]    > 	at org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.writeField(Lucene60PointsWriter.java:131)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
   [junit4]    > 	at org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:145)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:201)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:161)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4453)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4075)
   [junit4]    > 	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2178)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5110)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1620)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1236)
   [junit4]    > 	at org.apache.lucene.document.BaseLatLonShapeTestCase.indexRandomShapes(BaseLatLonShapeTestCase.java:214)
   [junit4]    > 	at org.apache.lucene.document.BaseLatLonShapeTestCase.verify(BaseLatLonShapeTestCase.java:192)
   [junit4]    > 	at org.apache.lucene.document.BaseLatLonShapeTestCase.doTestRandom(BaseLatLonShapeTestCase.java:173)
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/sandbox/test/J1/temp/lucene.document.TestLatLonPolygonShapeQueries_4B017C408631E4BF-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7f540fcf), locale=en-GB, timezone=America/Fort_Wayne
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=49088520,total=470286336
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldCacheTermsFilter, TestTermAutomatonQuery, TestLatLonPolygonShapeQueries]
   [junit4] Completed [20/22 (1!)] on J1 in 401.94s, 4 tests, 1 error <<< FAILURES!

[...truncated 4 lines...]
   [junit4] JVM J1: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/sandbox/test/temp/junit4-J1-20181030_073854_4668226996775355685058.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps/java_pid28715.hprof ...
   [junit4] Heap dump file created [447375626 bytes in 0.704 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 14651 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:651: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:585: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid28715.hprof

Total time: 301 minutes 2 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1682 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1682/

1 tests failed.
FAILED:  org.apache.lucene.document.TestLatLonLineShapeQueries.testRandomBig

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
	at __randomizedtesting.SeedInfo.seed([93DC6A12E223B32F:148B179D737ACFAF]:0)
	at java.util.Arrays.copyOf(Arrays.java:3332)
	at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
	at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:448)
	at java.lang.StringBuilder.append(StringBuilder.java:136)
	at org.apache.lucene.store.MockIndexInputWrapper.<init>(MockIndexInputWrapper.java:40)
	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:771)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:157)
	at org.apache.lucene.util.bkd.BKDWriter.verifyChecksum(BKDWriter.java:1427)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1851)
	at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:1022)
	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
	at org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
	at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
	at org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:145)
	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:142)
	at org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:201)
	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:161)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4453)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4075)
	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2178)
	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5110)
	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1620)
	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1236)
	at org.apache.lucene.document.BaseLatLonShapeTestCase.indexRandomShapes(BaseLatLonShapeTestCase.java:214)
	at org.apache.lucene.document.BaseLatLonShapeTestCase.verify(BaseLatLonShapeTestCase.java:192)
	at org.apache.lucene.document.BaseLatLonShapeTestCase.doTestRandom(BaseLatLonShapeTestCase.java:173)
	at org.apache.lucene.document.BaseLatLonShapeTestCase.testRandomBig(BaseLatLonShapeTestCase.java:149)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)




Build Log:
[...truncated 10319 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonLineShapeQueries
   [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=TestLatLonLineShapeQueries -Dtests.method=testRandomBig -Dtests.seed=93DC6A12E223B32F -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=ga -Dtests.timezone=Europe/Kiev -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    243s J0 | TestLatLonLineShapeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([93DC6A12E223B32F:148B179D737ACFAF]:0)
   [junit4]    > 	at java.util.Arrays.copyOf(Arrays.java:3332)
   [junit4]    > 	at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
   [junit4]    > 	at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:448)
   [junit4]    > 	at java.lang.StringBuilder.append(StringBuilder.java:136)
   [junit4]    > 	at org.apache.lucene.store.MockIndexInputWrapper.<init>(MockIndexInputWrapper.java:40)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:771)
   [junit4]    > 	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
   [junit4]    > 	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
   [junit4]    > 	at org.apache.lucene.store.FilterDirectory.openInput(FilterDirectory.java:100)
   [junit4]    > 	at org.apache.lucene.store.Directory.openChecksumInput(Directory.java:157)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.verifyChecksum(BKDWriter.java:1427)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1851)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:1022)
   [junit4]    > 	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
   [junit4]    > 	at org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:145)
   [junit4]    > 	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:142)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:201)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:161)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4453)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4075)
   [junit4]    > 	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2178)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5110)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1620)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1236)
   [junit4]    > 	at org.apache.lucene.document.BaseLatLonShapeTestCase.indexRandomShapes(BaseLatLonShapeTestCase.java:214)
   [junit4]    > 	at org.apache.lucene.document.BaseLatLonShapeTestCase.verify(BaseLatLonShapeTestCase.java:192)
   [junit4]    > 	at org.apache.lucene.document.BaseLatLonShapeTestCase.doTestRandom(BaseLatLonShapeTestCase.java:173)
   [junit4]    > 	at org.apache.lucene.document.BaseLatLonShapeTestCase.testRandomBig(BaseLatLonShapeTestCase.java:149)
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/sandbox/test/J0/temp/lucene.document.TestLatLonLineShapeQueries_93DC6A12E223B32F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {id=Lucene50(blocksize=128)}, docValues:{shape=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1588, maxMBSortInHeap=6.525264846833211, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@33cb59b5), locale=ga, timezone=Europe/Kiev
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=332188912,total=387973120
   [junit4]   2> NOTE: All tests run in this JVM: [TestFloatPointNearestNeighbor, TestSimpleWKTShapeParsing, TestDocValuesTermsQuery, TestLatLonPointShapeQueries, TestBigIntegerPoint, TestDoubleRangeField, TestHalfFloatPoint, TestLatLonLineShapeQueries]
   [junit4] Completed [20/22 (1!)] on J0 in 452.44s, 4 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J0: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/sandbox/test/temp/junit4-J0-20181029_082046_1722822367123518325776.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps/java_pid24025.hprof ...
   [junit4] Heap dump file created [430284095 bytes in 0.763 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 14667 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:651: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:585: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid24025.hprof

Total time: 306 minutes 17 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-master - Build # 1681 - Failure

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1681/

1 tests failed.
FAILED:  org.apache.lucene.document.TestLatLonPolygonShapeQueries.testRandomBig

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
	at __randomizedtesting.SeedInfo.seed([C0DE70FB7C235751:47890D74ED7A2BD1]:0)
	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
	at org.apache.lucene.util.bkd.OfflinePointReader.split(OfflinePointReader.java:215)
	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1843)
	at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:1022)
	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
	at org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
	at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
	at org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:145)
	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:142)
	at org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:201)
	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:161)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4453)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4075)
	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2178)
	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:2011)
	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1962)
	at org.apache.lucene.document.BaseLatLonShapeTestCase.indexRandomShapes(BaseLatLonShapeTestCase.java:226)
	at org.apache.lucene.document.BaseLatLonShapeTestCase.verify(BaseLatLonShapeTestCase.java:192)
	at org.apache.lucene.document.BaseLatLonShapeTestCase.doTestRandom(BaseLatLonShapeTestCase.java:173)
	at org.apache.lucene.document.TestLatLonPolygonShapeQueries.testRandomBig(TestLatLonPolygonShapeQueries.java:104)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)




Build Log:
[...truncated 10306 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonPolygonShapeQueries
   [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=TestLatLonPolygonShapeQueries -Dtests.method=testRandomBig -Dtests.seed=C0DE70FB7C235751 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt -Dtests.locale=ar-LB -Dtests.timezone=VST -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    461s J0 | TestLatLonPolygonShapeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C0DE70FB7C235751:47890D74ED7A2BD1]:0)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
   [junit4]    > 	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]    > 	at org.apache.lucene.util.bkd.OfflinePointReader.split(OfflinePointReader.java:215)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1843)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:1022)
   [junit4]    > 	at org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:140)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
   [junit4]    > 	at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
   [junit4]    > 	at org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:145)
   [junit4]    > 	at org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:142)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:201)
   [junit4]    > 	at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:161)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4453)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4075)
   [junit4]    > 	at org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2178)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:2011)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1962)
   [junit4]    > 	at org.apache.lucene.document.BaseLatLonShapeTestCase.indexRandomShapes(BaseLatLonShapeTestCase.java:226)
   [junit4]    > 	at org.apache.lucene.document.BaseLatLonShapeTestCase.verify(BaseLatLonShapeTestCase.java:192)
   [junit4]    > 	at org.apache.lucene.document.BaseLatLonShapeTestCase.doTestRandom(BaseLatLonShapeTestCase.java:173)
   [junit4]    > 	at org.apache.lucene.document.TestLatLonPolygonShapeQueries.testRandomBig(TestLatLonPolygonShapeQueries.java:104)
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/sandbox/test/J0/temp/lucene.document.TestLatLonPolygonShapeQueries_C0DE70FB7C235751-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {id=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{shape=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=703, maxMBSortInHeap=7.981405014572516, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3b13657c), locale=ar-LB, timezone=VST
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=273022088,total=315097088
   [junit4]   2> NOTE: All tests run in this JVM: [TestDocValuesTermsQuery, TestFloatPointNearestNeighbor, TestLatLonPointShapeQueries, TestSimpleWKTShapeParsing, TestLatLonPolygonShapeQueries]
   [junit4] Completed [21/22 (1!)] on J0 in 862.53s, 4 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J0: stdout was not empty, see: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/sandbox/test/temp/junit4-J0-20181028_084857_0685995666426460805528.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps/java_pid19768.hprof ...
   [junit4] Heap dump file created [414308259 bytes in 0.657 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 14627 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:651: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:585: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid19768.hprof

Total time: 279 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any