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

13 tests failed.
FAILED:  
org.apache.lucene.index.TestIndexWriterThreadsToSegments.testSegmentCountOnFlushRandom

Error Message:
Captured an uncaught exception in thread: Thread[id=1201, name=Thread-1056, 
state=RUNNABLE, group=TGRP-TestIndexWriterThreadsToSegments]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=1201, name=Thread-1056, state=RUNNABLE, 
group=TGRP-TestIndexWriterThreadsToSegments]
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
        at __randomizedtesting.SeedInfo.seed([4F76557DC0B57736]:0)
        at 
org.apache.lucene.codecs.memory.DirectPostingsFormat$DirectField.<init>(DirectPostingsFormat.java:465)
        at 
org.apache.lucene.codecs.memory.DirectPostingsFormat$DirectFields.<init>(DirectPostingsFormat.java:129)
        at 
org.apache.lucene.codecs.memory.DirectPostingsFormat.fieldsProducer(DirectPostingsFormat.java:113)
        at 
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:292)
        at 
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:372)
        at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:112)
        at org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
        at 
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:208)
        at 
org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:258)
        at 
org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:105)
        at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:490)
        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:293)
        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:268)
        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:258)
        at 
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$CheckSegmentCount.run(TestIndexWriterThreadsToSegments.java:131)
        at java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:220)
        at java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)


FAILED:  
junit.framework.TestSuite.org.apache.lucene.index.TestIndexWriterThreadsToSegments

Error Message:
The test or suite printed 19276 bytes to stdout and stderr, even though the 
limit was set to 8192 bytes. Increase the limit with @Limit, ignore it 
completely with @SuppressSysoutChecks or run with -Dtests.verbose=true

Stack Trace:
java.lang.AssertionError: The test or suite printed 19276 bytes to stdout and 
stderr, even though the limit was set to 8192 bytes. Increase the limit with 
@Limit, ignore it completely with @SuppressSysoutChecks or run with 
-Dtests.verbose=true
        at __randomizedtesting.SeedInfo.seed([4F76557DC0B57736]:0)
        at 
org.apache.lucene.util.TestRuleLimitSysouts.afterIfSuccessful(TestRuleLimitSysouts.java:211)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterIfSuccessful(TestRuleAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:37)
        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.lucene.codecs.asserting.TestAssertingDocValuesFormat.testSortedNumericsSingleValuedMissingVsStoredFields

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
        at __randomizedtesting.SeedInfo.seed([40ABED19F6E29847]:0)


FAILED:  
junit.framework.TestSuite.org.apache.lucene.codecs.asserting.TestAssertingDocValuesFormat

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
        at __randomizedtesting.SeedInfo.seed([40ABED19F6E29847]:0)


FAILED:  org.apache.solr.cloud.RestartWhileUpdatingTest.test

Error Message:
shard1 is not consistent.  Got 1109 from 
https://127.0.0.1:32904/axqh/ux/collection1_shard1_replica_n21 (previous 
client) and got 1111 from 
https://127.0.0.1:33189/axqh/ux/collection1_shard1_replica_n23

Stack Trace:
java.lang.AssertionError: shard1 is not consistent.  Got 1109 from 
https://127.0.0.1:32904/axqh/ux/collection1_shard1_replica_n21 (previous 
client) and got 1111 from 
https://127.0.0.1:33189/axqh/ux/collection1_shard1_replica_n23
        at 
__randomizedtesting.SeedInfo.seed([9B09E89C1409D377:135DD746BAF5BE8F]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1323)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1302)
        at 
org.apache.solr.cloud.RestartWhileUpdatingTest.test(RestartWhileUpdatingTest.java:155)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.RestartWhileUpdatingTest

Error Message:
7 threads leaked from SUITE scope at 
org.apache.solr.cloud.RestartWhileUpdatingTest:     1) Thread[id=100352, 
name=searcherExecutor-8425-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]         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=100386, 
name=searcherExecutor-8436-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]         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=100323, 
name=searcherExecutor-8414-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]         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=101041, 
name=searcherExecutor-8465-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]         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=101068, 
name=searcherExecutor-8476-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]         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=100290, 
name=searcherExecutor-8403-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]         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=101014, 
name=searcherExecutor-8454-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]         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.RestartWhileUpdatingTest: 
   1) Thread[id=100352, name=searcherExecutor-8425-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]
        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=100386, name=searcherExecutor-8436-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]
        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=100323, name=searcherExecutor-8414-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]
        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=101041, name=searcherExecutor-8465-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]
        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=101068, name=searcherExecutor-8476-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]
        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=100290, name=searcherExecutor-8403-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]
        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=101014, name=searcherExecutor-8454-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]
        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([9B09E89C1409D377]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.RestartWhileUpdatingTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=100352, name=searcherExecutor-8425-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]         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=100386, 
name=searcherExecutor-8436-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]         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=100323, 
name=searcherExecutor-8414-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]         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=101041, 
name=searcherExecutor-8465-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]         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=101068, 
name=searcherExecutor-8476-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]         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=100290, 
name=searcherExecutor-8403-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]         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=101014, 
name=searcherExecutor-8454-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]         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=100352, name=searcherExecutor-8425-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]
        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=100386, name=searcherExecutor-8436-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]
        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=100323, name=searcherExecutor-8414-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]
        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=101041, name=searcherExecutor-8465-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]
        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=101068, name=searcherExecutor-8476-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]
        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=100290, name=searcherExecutor-8403-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]
        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=101014, name=searcherExecutor-8454-thread-1, state=WAITING, 
group=TGRP-RestartWhileUpdatingTest]
        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([9B09E89C1409D377]:0)


FAILED:  
org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.testCollectionReload

Error Message:
Could not load collection from ZK: reloaded_collection

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
reloaded_collection
        at 
__randomizedtesting.SeedInfo.seed([9B09E89C1409D377:9AB0C4A2C1867CE8]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1172)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:692)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:130)
        at 
org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:110)
        at 
org.apache.solr.cloud.SolrCloudTestCase.getCollectionState(SolrCloudTestCase.java:247)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.collectStartTimes(CollectionsAPIDistributedZkTest.java:532)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.waitForReloads(CollectionsAPIDistributedZkTest.java:507)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionReload(CollectionsAPIDistributedZkTest.java:479)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for 
/collections/reloaded_collection/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:332)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:332)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1184)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1170)
        ... 46 more


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

Error Message:
Error from server at http://127.0.0.1:37307/delete_data_dir: No registered 
leader was found after waiting for 4000ms , collection: delete_data_dir slice: 
shard1 saw 
state=DocCollection(delete_data_dir//collections/delete_data_dir/state.json/24)={
   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{     "shard1":{   
    "range":"80000000-9248ffff",       "state":"active",       
"replicas":{"core_node3":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node3/data/",
           "base_url":"http://127.0.0.1:41619";,           
"node_name":"127.0.0.1:41619_",           "type":"NRT",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node3/data/tlog",
           "core":"delete_data_dir_shard1_replica_n1",           
"state":"down",           "leader":"true"}}},     "shard2":{       
"range":"92490000-a491ffff",       "state":"active",       
"replicas":{"core_node4":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node4/data/",
           "base_url":"http://127.0.0.1:45096";,           
"node_name":"127.0.0.1:45096_",           "type":"NRT",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node4/data/tlog",
           "core":"delete_data_dir_shard2_replica_n2",           
"state":"active",           "leader":"true"}}},     "shard3":{       
"range":"a4920000-b6daffff",       "state":"active",       
"replicas":{"core_node7":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node7/data/",
           "base_url":"http://127.0.0.1:38168";,           
"node_name":"127.0.0.1:38168_",           "type":"NRT",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node7/data/tlog",
           "core":"delete_data_dir_shard3_replica_n5",           
"state":"active",           "leader":"true"}}},     "shard4":{       
"range":"b6db0000-c923ffff",       "state":"active",       
"replicas":{"core_node11":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node11/data/",
           "base_url":"http://127.0.0.1:34278";,           
"node_name":"127.0.0.1:34278_",           "type":"NRT",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node11/data/tlog",
           "core":"delete_data_dir_shard4_replica_n6",           
"state":"active",           "leader":"true"}}},     "shard5":{       
"range":"c9240000-db6cffff",       "state":"active",       
"replicas":{"core_node10":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node10/data/",
           "base_url":"http://127.0.0.1:37307";,           
"node_name":"127.0.0.1:37307_",           "type":"NRT",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node10/data/tlog",
           "core":"delete_data_dir_shard5_replica_n8",           
"state":"active",           "leader":"true"}}},     "shard6":{       
"range":"db6d0000-edb5ffff",       "state":"active",       
"replicas":{"core_node12":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node12/data/",
           "base_url":"http://127.0.0.1:43936";,           
"node_name":"127.0.0.1:43936_",           "type":"NRT",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node12/data/tlog",
           "core":"delete_data_dir_shard6_replica_n9",           
"state":"active",           "leader":"true"}}},     "shard7":{       
"range":"edb60000-ffffffff",       "state":"active",       
"replicas":{"core_node15":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node15/data/",
           "base_url":"http://127.0.0.1:45624";,           
"node_name":"127.0.0.1:45624_",           "type":"NRT",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node15/data/tlog",
           "core":"delete_data_dir_shard7_replica_n13",           
"state":"active",           "leader":"true"}}},     "shard8":{       
"range":"0-1248ffff",       "state":"active",       "replicas":{"core_node16":{ 
          
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node16/data/",
           "base_url":"http://127.0.0.1:45197";,           
"node_name":"127.0.0.1:45197_",           "type":"NRT",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node16/data/tlog",
           "core":"delete_data_dir_shard8_replica_n14",           
"state":"down",           "leader":"true"}}},     "shard9":{       
"range":"12490000-2491ffff",       "state":"active",       
"replicas":{"core_node19":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node19/data/",
           "base_url":"http://127.0.0.1:41619";,           
"node_name":"127.0.0.1:41619_",           "type":"NRT",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node19/data/tlog",
           "core":"delete_data_dir_shard9_replica_n17",           
"state":"down",           "leader":"true"}}},     "shard10":{       
"range":"24920000-36daffff",       "state":"active",       
"replicas":{"core_node22":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node22/data/",
           "base_url":"http://127.0.0.1:45096";,           
"node_name":"127.0.0.1:45096_",           "type":"NRT",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node22/data/tlog",
           "core":"delete_data_dir_shard10_replica_n18",           
"state":"active",           "leader":"true"}}},     "shard11":{       
"range":"36db0000-4923ffff",       "state":"active",       
"replicas":{"core_node26":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node26/data/",
           "base_url":"http://127.0.0.1:38168";,           
"node_name":"127.0.0.1:38168_",           "type":"NRT",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node26/data/tlog",
           "core":"delete_data_dir_shard11_replica_n20",           
"state":"active",           "leader":"true"}}},     "shard12":{       
"range":"49240000-5b6cffff",       "state":"active",       
"replicas":{"core_node24":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node24/data/",
           "base_url":"http://127.0.0.1:34278";,           
"node_name":"127.0.0.1:34278_",           "type":"NRT",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node24/data/tlog",
           "core":"delete_data_dir_shard12_replica_n21",           
"state":"active",           "leader":"true"}}},     "shard13":{       
"range":"5b6d0000-6db5ffff",       "state":"active",       
"replicas":{"core_node27":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node27/data/",
           "base_url":"http://127.0.0.1:37307";,           
"node_name":"127.0.0.1:37307_",           "type":"NRT",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node27/data/tlog",
           "core":"delete_data_dir_shard13_replica_n23",           
"state":"active",           "leader":"true"}}},     "shard14":{       
"range":"6db60000-7fffffff",       "state":"active",       
"replicas":{"core_node28":{           
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node28/data/",
           "base_url":"http://127.0.0.1:43936";,           
"node_name":"127.0.0.1:43936_",           "type":"NRT",           
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node28/data/tlog",
           "core":"delete_data_dir_shard14_replica_n25",           
"state":"active",           "leader":"true"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"8",   
"autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0"} with 
live_nodes=[127.0.0.1:38168_, 127.0.0.1:45096_, 127.0.0.1:34278_, 
127.0.0.1:45624_, 127.0.0.1:37307_, 127.0.0.1:43936_]

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:37307/delete_data_dir: No registered leader was 
found after waiting for 4000ms , collection: delete_data_dir slice: shard1 saw 
state=DocCollection(delete_data_dir//collections/delete_data_dir/state.json/24)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{
    "shard1":{
      "range":"80000000-9248ffff",
      "state":"active",
      "replicas":{"core_node3":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node3/data/",
          "base_url":"http://127.0.0.1:41619";,
          "node_name":"127.0.0.1:41619_",
          "type":"NRT",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node3/data/tlog",
          "core":"delete_data_dir_shard1_replica_n1",
          "state":"down",
          "leader":"true"}}},
    "shard2":{
      "range":"92490000-a491ffff",
      "state":"active",
      "replicas":{"core_node4":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node4/data/",
          "base_url":"http://127.0.0.1:45096";,
          "node_name":"127.0.0.1:45096_",
          "type":"NRT",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node4/data/tlog",
          "core":"delete_data_dir_shard2_replica_n2",
          "state":"active",
          "leader":"true"}}},
    "shard3":{
      "range":"a4920000-b6daffff",
      "state":"active",
      "replicas":{"core_node7":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node7/data/",
          "base_url":"http://127.0.0.1:38168";,
          "node_name":"127.0.0.1:38168_",
          "type":"NRT",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node7/data/tlog",
          "core":"delete_data_dir_shard3_replica_n5",
          "state":"active",
          "leader":"true"}}},
    "shard4":{
      "range":"b6db0000-c923ffff",
      "state":"active",
      "replicas":{"core_node11":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node11/data/",
          "base_url":"http://127.0.0.1:34278";,
          "node_name":"127.0.0.1:34278_",
          "type":"NRT",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node11/data/tlog",
          "core":"delete_data_dir_shard4_replica_n6",
          "state":"active",
          "leader":"true"}}},
    "shard5":{
      "range":"c9240000-db6cffff",
      "state":"active",
      "replicas":{"core_node10":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node10/data/",
          "base_url":"http://127.0.0.1:37307";,
          "node_name":"127.0.0.1:37307_",
          "type":"NRT",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node10/data/tlog",
          "core":"delete_data_dir_shard5_replica_n8",
          "state":"active",
          "leader":"true"}}},
    "shard6":{
      "range":"db6d0000-edb5ffff",
      "state":"active",
      "replicas":{"core_node12":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node12/data/",
          "base_url":"http://127.0.0.1:43936";,
          "node_name":"127.0.0.1:43936_",
          "type":"NRT",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node12/data/tlog",
          "core":"delete_data_dir_shard6_replica_n9",
          "state":"active",
          "leader":"true"}}},
    "shard7":{
      "range":"edb60000-ffffffff",
      "state":"active",
      "replicas":{"core_node15":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node15/data/",
          "base_url":"http://127.0.0.1:45624";,
          "node_name":"127.0.0.1:45624_",
          "type":"NRT",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node15/data/tlog",
          "core":"delete_data_dir_shard7_replica_n13",
          "state":"active",
          "leader":"true"}}},
    "shard8":{
      "range":"0-1248ffff",
      "state":"active",
      "replicas":{"core_node16":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node16/data/",
          "base_url":"http://127.0.0.1:45197";,
          "node_name":"127.0.0.1:45197_",
          "type":"NRT",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node16/data/tlog",
          "core":"delete_data_dir_shard8_replica_n14",
          "state":"down",
          "leader":"true"}}},
    "shard9":{
      "range":"12490000-2491ffff",
      "state":"active",
      "replicas":{"core_node19":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node19/data/",
          "base_url":"http://127.0.0.1:41619";,
          "node_name":"127.0.0.1:41619_",
          "type":"NRT",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node19/data/tlog",
          "core":"delete_data_dir_shard9_replica_n17",
          "state":"down",
          "leader":"true"}}},
    "shard10":{
      "range":"24920000-36daffff",
      "state":"active",
      "replicas":{"core_node22":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node22/data/",
          "base_url":"http://127.0.0.1:45096";,
          "node_name":"127.0.0.1:45096_",
          "type":"NRT",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node22/data/tlog",
          "core":"delete_data_dir_shard10_replica_n18",
          "state":"active",
          "leader":"true"}}},
    "shard11":{
      "range":"36db0000-4923ffff",
      "state":"active",
      "replicas":{"core_node26":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node26/data/",
          "base_url":"http://127.0.0.1:38168";,
          "node_name":"127.0.0.1:38168_",
          "type":"NRT",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node26/data/tlog",
          "core":"delete_data_dir_shard11_replica_n20",
          "state":"active",
          "leader":"true"}}},
    "shard12":{
      "range":"49240000-5b6cffff",
      "state":"active",
      "replicas":{"core_node24":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node24/data/",
          "base_url":"http://127.0.0.1:34278";,
          "node_name":"127.0.0.1:34278_",
          "type":"NRT",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node24/data/tlog",
          "core":"delete_data_dir_shard12_replica_n21",
          "state":"active",
          "leader":"true"}}},
    "shard13":{
      "range":"5b6d0000-6db5ffff",
      "state":"active",
      "replicas":{"core_node27":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node27/data/",
          "base_url":"http://127.0.0.1:37307";,
          "node_name":"127.0.0.1:37307_",
          "type":"NRT",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node27/data/tlog",
          "core":"delete_data_dir_shard13_replica_n23",
          "state":"active",
          "leader":"true"}}},
    "shard14":{
      "range":"6db60000-7fffffff",
      "state":"active",
      "replicas":{"core_node28":{
          
"dataDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node28/data/",
          "base_url":"http://127.0.0.1:43936";,
          "node_name":"127.0.0.1:43936_",
          "type":"NRT",
          
"ulogDir":"hdfs://lucene2-us-west.apache.org:34527/solr_hdfs_home/delete_data_dir/core_node28/data/tlog",
          "core":"delete_data_dir_shard14_replica_n25",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"8",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"} with live_nodes=[127.0.0.1:38168_, 127.0.0.1:45096_, 
127.0.0.1:34278_, 127.0.0.1:45624_, 127.0.0.1:37307_, 127.0.0.1:43936_]
        at 
__randomizedtesting.SeedInfo.seed([9B09E89C1409D377:135DD746BAF5BE8F]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
        at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:152)
        at 
org.apache.solr.cloud.hdfs.StressHdfsTest.createAndDeleteCollection(StressHdfsTest.java:189)
        at 
org.apache.solr.cloud.hdfs.StressHdfsTest.test(StressHdfsTest.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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.handler.TestReplicationHandler.doTestReplicateAfterCoreReload

Error Message:
expected:<[{indexVersion=1509361535185,generation=2,filelist=[_8y.cfe, _8y.cfs, 
_8y.si, _8z.doc, _8z.fdt, _8z.fdx, _8z.fnm, _8z.nvd, _8z.nvm, _8z.si, _8z.tim, 
_8z.tip, _90.doc, _90.fdt, _90.fdx, _90.fnm, _90.nvd, _90.nvm, _90.si, _90.tim, 
_90.tip, _91.doc, _91.fdt, _91.fdx, _91.fnm, _91.nvd, _91.nvm, _91.si, _91.tim, 
_91.tip, _92.doc, _92.fdt, _92.fdx, _92.fnm, _92.nvd, _92.nvm, _92.si, _92.tim, 
_92.tip, _93.doc, _93.fdt, _93.fdx, _93.fnm, _93.nvd, _93.nvm, _93.si, _93.tim, 
_93.tip, _94.doc, _94.fdt, _94.fdx, _94.fnm, _94.nvd, _94.nvm, _94.si, _94.tim, 
_94.tip, segments_2]}]> but 
was:<[{indexVersion=1509361535185,generation=2,filelist=[_8y.cfe, _8y.cfs, 
_8y.si, _8z.doc, _8z.fdt, _8z.fdx, _8z.fnm, _8z.nvd, _8z.nvm, _8z.si, _8z.tim, 
_8z.tip, _90.doc, _90.fdt, _90.fdx, _90.fnm, _90.nvd, _90.nvm, _90.si, _90.tim, 
_90.tip, _91.doc, _91.fdt, _91.fdx, _91.fnm, _91.nvd, _91.nvm, _91.si, _91.tim, 
_91.tip, _92.doc, _92.fdt, _92.fdx, _92.fnm, _92.nvd, _92.nvm, _92.si, _92.tim, 
_92.tip, _93.doc, _93.fdt, _93.fdx, _93.fnm, _93.nvd, _93.nvm, _93.si, _93.tim, 
_93.tip, _94.doc, _94.fdt, _94.fdx, _94.fnm, _94.nvd, _94.nvm, _94.si, _94.tim, 
_94.tip, segments_2]}, 
{indexVersion=1509361535185,generation=3,filelist=[_95.cfe, _95.cfs, _95.si, 
segments_3]}]>

Stack Trace:
java.lang.AssertionError: 
expected:<[{indexVersion=1509361535185,generation=2,filelist=[_8y.cfe, _8y.cfs, 
_8y.si, _8z.doc, _8z.fdt, _8z.fdx, _8z.fnm, _8z.nvd, _8z.nvm, _8z.si, _8z.tim, 
_8z.tip, _90.doc, _90.fdt, _90.fdx, _90.fnm, _90.nvd, _90.nvm, _90.si, _90.tim, 
_90.tip, _91.doc, _91.fdt, _91.fdx, _91.fnm, _91.nvd, _91.nvm, _91.si, _91.tim, 
_91.tip, _92.doc, _92.fdt, _92.fdx, _92.fnm, _92.nvd, _92.nvm, _92.si, _92.tim, 
_92.tip, _93.doc, _93.fdt, _93.fdx, _93.fnm, _93.nvd, _93.nvm, _93.si, _93.tim, 
_93.tip, _94.doc, _94.fdt, _94.fdx, _94.fnm, _94.nvd, _94.nvm, _94.si, _94.tim, 
_94.tip, segments_2]}]> but 
was:<[{indexVersion=1509361535185,generation=2,filelist=[_8y.cfe, _8y.cfs, 
_8y.si, _8z.doc, _8z.fdt, _8z.fdx, _8z.fnm, _8z.nvd, _8z.nvm, _8z.si, _8z.tim, 
_8z.tip, _90.doc, _90.fdt, _90.fdx, _90.fnm, _90.nvd, _90.nvm, _90.si, _90.tim, 
_90.tip, _91.doc, _91.fdt, _91.fdx, _91.fnm, _91.nvd, _91.nvm, _91.si, _91.tim, 
_91.tip, _92.doc, _92.fdt, _92.fdx, _92.fnm, _92.nvd, _92.nvm, _92.si, _92.tim, 
_92.tip, _93.doc, _93.fdt, _93.fdx, _93.fnm, _93.nvd, _93.nvm, _93.si, _93.tim, 
_93.tip, _94.doc, _94.fdt, _94.fdx, _94.fnm, _94.nvd, _94.nvm, _94.si, _94.tim, 
_94.tip, segments_2]}, 
{indexVersion=1509361535185,generation=3,filelist=[_95.cfe, _95.cfs, _95.si, 
segments_3]}]>
        at 
__randomizedtesting.SeedInfo.seed([9B09E89C1409D377:BEDEF3AC6441DD74]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload(TestReplicationHandler.java:1277)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.client.solrj.io.stream.StreamExpressionTest.testClassifyStream

Error Message:
Could not load collection from ZK: uknownCollection

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: 
uknownCollection
        at 
__randomizedtesting.SeedInfo.seed([AD26503B91CC8A31:86ECA03A89493A5]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1172)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:692)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.getDocCollection(CloudSolrClient.java:1198)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:840)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:808)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testClassifyStream(StreamExpressionTest.java:4885)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/uknownCollection/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:332)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:332)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1184)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1170)
        ... 46 more


FAILED:  org.apache.lucene.spatial3d.TestGeo3DPoint.testRandomBig

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
        at __randomizedtesting.SeedInfo.seed([5B6891C3CB762B3]:0)


FAILED:  junit.framework.TestSuite.org.apache.lucene.spatial3d.TestGeo3DPoint

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
        at __randomizedtesting.SeedInfo.seed([5B6891C3CB762B3]:0)




Build Log:
[...truncated 675 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterThreadsToSegments
   [junit4]   2> okt 30, 2017 12:30:45 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-1056,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([4F76557DC0B57736]:0)
   [junit4]   2>        at 
org.apache.lucene.codecs.memory.DirectPostingsFormat$DirectField.<init>(DirectPostingsFormat.java:465)
   [junit4]   2>        at 
org.apache.lucene.codecs.memory.DirectPostingsFormat$DirectFields.<init>(DirectPostingsFormat.java:129)
   [junit4]   2>        at 
org.apache.lucene.codecs.memory.DirectPostingsFormat.fieldsProducer(DirectPostingsFormat.java:113)
   [junit4]   2>        at 
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:292)
   [junit4]   2>        at 
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:372)
   [junit4]   2>        at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:112)
   [junit4]   2>        at 
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
   [junit4]   2>        at 
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:208)
   [junit4]   2>        at 
org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:258)
   [junit4]   2>        at 
org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:105)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:490)
   [junit4]   2>        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:293)
   [junit4]   2>        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:268)
   [junit4]   2>        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:258)
   [junit4]   2>        at 
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$CheckSegmentCount.run(TestIndexWriterThreadsToSegments.java:131)
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:220)
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)
   [junit4]   2> 
   [junit4]   2> okt 30, 2017 12:30:45 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-1060,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([4F76557DC0B57736]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)
   [junit4]   2> 
   [junit4]   2> okt 30, 2017 12:30:45 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-1063,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([4F76557DC0B57736]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)
   [junit4]   2> 
   [junit4]   2> okt 30, 2017 12:30:45 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-1058,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([4F76557DC0B57736]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)
   [junit4]   2> 
   [junit4]   2> okt 30, 2017 12:30:45 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-1062,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([4F76557DC0B57736]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)
   [junit4]   2> 
   [junit4]   2> okt 30, 2017 12:30:45 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-1055,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([4F76557DC0B57736]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)
   [junit4]   2> 
   [junit4]   2> okt 30, 2017 12:30:45 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-1061,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([4F76557DC0B57736]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)
   [junit4]   2> 
   [junit4]   2> okt 30, 2017 12:30:45 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-1057,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([4F76557DC0B57736]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)
   [junit4]   2> 
   [junit4]   2> okt 30, 2017 12:30:45 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-1054,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([4F76557DC0B57736]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)
   [junit4]   2> 
   [junit4]   2> okt 30, 2017 12:30:45 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-1059,5,TGRP-TestIndexWriterThreadsToSegments]
   [junit4]   2> java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([4F76557DC0B57736]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]   2> Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]   2>        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)
   [junit4]   2> 
   [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=TestIndexWriterThreadsToSegments 
-Dtests.method=testSegmentCountOnFlushRandom -Dtests.seed=4F76557DC0B57736 
-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=no -Dtests.timezone=Europe/Zagreb -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR    710s J2 | 
TestIndexWriterThreadsToSegments.testSegmentCountOnFlushRandom <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=1201, name=Thread-1056, state=RUNNABLE, 
group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit 
exceeded
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4F76557DC0B57736]:0)
   [junit4]    >        at 
org.apache.lucene.codecs.memory.DirectPostingsFormat$DirectField.<init>(DirectPostingsFormat.java:465)
   [junit4]    >        at 
org.apache.lucene.codecs.memory.DirectPostingsFormat$DirectFields.<init>(DirectPostingsFormat.java:129)
   [junit4]    >        at 
org.apache.lucene.codecs.memory.DirectPostingsFormat.fieldsProducer(DirectPostingsFormat.java:113)
   [junit4]    >        at 
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsReader.<init>(PerFieldPostingsFormat.java:292)
   [junit4]    >        at 
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat.fieldsProducer(PerFieldPostingsFormat.java:372)
   [junit4]    >        at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:112)
   [junit4]    >        at 
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
   [junit4]    >        at 
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:208)
   [junit4]    >        at 
org.apache.lucene.index.ReadersAndUpdates.getReadOnlyClone(ReadersAndUpdates.java:258)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader.open(StandardDirectoryReader.java:105)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:490)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenFromWriter(StandardDirectoryReader.java:293)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:268)
   [junit4]    >        at 
org.apache.lucene.index.StandardDirectoryReader.doOpenIfChanged(StandardDirectoryReader.java:258)
   [junit4]    >        at 
org.apache.lucene.index.DirectoryReader.openIfChanged(DirectoryReader.java:140)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$CheckSegmentCount.run(TestIndexWriterThreadsToSegments.java:131)
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:220)
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)Throwable
 #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=1204, name=Thread-1059, state=RUNNABLE, 
group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4F76557DC0B57736]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]    > Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)Throwable
 #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=1199, name=Thread-1054, state=RUNNABLE, 
group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4F76557DC0B57736]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]    > Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)Throwable
 #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=1202, name=Thread-1057, state=RUNNABLE, 
group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4F76557DC0B57736]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:219)
   [junit4]    > Caused by: java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.dowait(CyclicBarrier.java:250)
   [junit4]    >        at 
java.util.concurrent.CyclicBarrier.await(CyclicBarrier.java:362)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexWriterThreadsToSegments$2.run(TestIndexWriterThreadsToSegments.java:216)Throwable
 #5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=1206, name=Thread-1061, state=RUNNABLE, 
group=TGRP-TestIndexWriterThreadsToSegments]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.util.concurrent.BrokenBarrierException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4F76557DC0B57736]:0)
   [junit4]    >        at org.apache.lucene.index.TestInd

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

rs for registry=solr.collection.uknownCollection.shard1.leader, tag=43098105
   [junit4]   2> 587629 INFO  (coreCloseExecutor-225-thread-2) 
[n:127.0.0.1:34120_solr c:checkpointCollection s:shard1 r:core_node3 
x:checkpointCollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.checkpointCollection.shard1.leader, tag=677280531
   [junit4]   2> 587644 INFO  (coreCloseExecutor-223-thread-1) 
[n:127.0.0.1:35653_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard1.leader, tag=15189044
   [junit4]   2> 587644 INFO  (coreCloseExecutor-223-thread-3) 
[n:127.0.0.1:35653_solr c:uknownCollection s:shard2 r:core_node4 
x:uknownCollection_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.uknownCollection.shard2.leader, 
tag=1899616604
   [junit4]   2> 587645 INFO  (coreCloseExecutor-226-thread-1) 
[n:127.0.0.1:44778_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard2.leader, tag=306156430
   [junit4]   2> 587659 INFO  (coreCloseExecutor-223-thread-4) 
[n:127.0.0.1:35653_solr c:checkpointCollection s:shard2 r:core_node4 
x:checkpointCollection_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.checkpointCollection.shard2.leader, tag=1378371633
   [junit4]   2> 587713 INFO  (jetty-closer-2-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1b568a39{/solr,null,UNAVAILABLE}
   [junit4]   2> 587805 INFO  (jetty-closer-2-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3d8b9205{/solr,null,UNAVAILABLE}
   [junit4]   2> 587806 INFO  (jetty-closer-2-thread-1) [    ] o.a.s.c.Overseer 
Overseer (id=98917862361071658-127.0.0.1:44778_solr-n_0000000004) closing
   [junit4]   2> 587808 INFO  (jetty-closer-2-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5bfa2b66{/solr,null,UNAVAILABLE}
   [junit4]   2> 587809 INFO  
(OverseerStateUpdate-98917862361071658-127.0.0.1:44778_solr-n_0000000004) 
[n:127.0.0.1:44778_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:44778_solr
   [junit4]   2> 587825 WARN  
(OverseerAutoScalingTriggerThread-98917862361071658-127.0.0.1:44778_solr-n_0000000004)
 [n:127.0.0.1:44778_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 587988 INFO  (jetty-closer-2-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@56ff397e{/solr,null,UNAVAILABLE}
   [junit4]   2> 588025 ERROR 
(SUITE-StreamExpressionTest-seed#[AD26503B91CC8A31]-worker) [    ] 
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> 588026 INFO  
(SUITE-StreamExpressionTest-seed#[AD26503B91CC8A31]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:46633 46633
   [junit4]   2> 588078 INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer connecting 
to 127.0.0.1:46633 46633
   [junit4]   2> 588079 WARN  (Thread-1) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        99      /solr/aliases.json
   [junit4]   2>        19      /solr/configs/conf
   [junit4]   2>        10      /solr/configs/ml
   [junit4]   2>        8       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        99      /solr/clusterprops.json
   [junit4]   2>        99      /solr/clusterstate.json
   [junit4]   2>        47      
/solr/collections/destinationCollection/state.json
   [junit4]   2>        36      
/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2>        24      
/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2>        14      /solr/collections/mainCorpus1/state.json
   [junit4]   2>        14      /solr/collections/destination/state.json
   [junit4]   2>        14      /solr/collections/collection1/state.json
   [junit4]   2>        14      /solr/collections/workQueue1/state.json
   [junit4]   2>        14      /solr/collections/uknownCollection/state.json
   [junit4]   2>        14      /solr/collections/modelCollection/state.json
   [junit4]   2>        14      
/solr/collections/checkpointCollection/state.json
   [junit4]   2>        12      /solr/collections/destination1/state.json
   [junit4]   2>        12      /solr/collections/workQueue/state.json
   [junit4]   2>        12      /solr/collections/mainCorpus/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/98917862361071658-127.0.0.1:44778_solr-n_0000000004
   [junit4]   2>        2       /solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        99      /solr/live_nodes
   [junit4]   2>        99      /solr/collections
   [junit4]   2>        2       /solr/overseer/queue
   [junit4]   2>        2       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.io.stream.StreamExpressionTest_AD26503B91CC8A31-001
   [junit4]   2> Oct 30, 2017 12:42:54 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{name_s=Lucene50(blocksize=128), 
expr_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
terms_ss=PostingsFormat(name=MockRandom), 
field_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
join2_s=PostingsFormat(name=MockRandom), 
multiDefault=PostingsFormat(name=MockRandom), 
subject=PostingsFormat(name=MockRandom), 
a1_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
a2_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
level1_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
body_t=Lucene50(blocksize=128), 
s_multi=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
col_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
level2_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
a_ss=PostingsFormat(name=MockRandom), 
a_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
tv_text=PostingsFormat(name=LuceneVarGapFixedInterval), 
term_s=PostingsFormat(name=MockRandom), a_t=PostingsFormat(name=MockRandom), 
id=Lucene50(blocksize=128), 
text=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
featureSet_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
checkpoint_ss=Lucene50(blocksize=128), test_t=Lucene50(blocksize=128), 
ident_s=PostingsFormat(name=LuceneVarGapFixedInterval), 
whitetok=Lucene50(blocksize=128), side_s=Lucene50(blocksize=128)}, 
docValues:{name_s=DocValuesFormat(name=Lucene70), 
expr_s=DocValuesFormat(name=Memory), 
iteration_i=DocValuesFormat(name=Lucene70), 
terms_ss=DocValuesFormat(name=Asserting), 
field_s=DocValuesFormat(name=Lucene70), 
join2_s=DocValuesFormat(name=Asserting), 
multiDefault=DocValuesFormat(name=Asserting), 
price_f=DocValuesFormat(name=Asserting), a1_s=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Lucene70), a_f=DocValuesFormat(name=Lucene70), 
falseNegative_i=DocValuesFormat(name=Lucene70), 
join1_i=DocValuesFormat(name=Memory), a2_s=DocValuesFormat(name=Memory), 
a_i=DocValuesFormat(name=Lucene70), test_i=DocValuesFormat(name=Asserting), 
join3_i=DocValuesFormat(name=Lucene70), 
falsePositive_i=DocValuesFormat(name=Lucene70), 
field_i=DocValuesFormat(name=Asserting), level1_s=DocValuesFormat(name=Memory), 
s_multi=DocValuesFormat(name=Memory), col_s=DocValuesFormat(name=Lucene70), 
level2_s=DocValuesFormat(name=Lucene70), a_ss=DocValuesFormat(name=Asserting), 
a_s=DocValuesFormat(name=Memory), score_f=DocValuesFormat(name=Memory), 
term_s=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Asserting), 
idfs_ds=DocValuesFormat(name=Asserting), 
alpha_d=DocValuesFormat(name=Lucene70), i_multi=DocValuesFormat(name=Lucene70), 
featureSet_s=DocValuesFormat(name=Lucene70), 
weights_ds=DocValuesFormat(name=Lucene70), 
idf_d=DocValuesFormat(name=Lucene70), 
trueNegative_i=DocValuesFormat(name=Memory), 
index_i=DocValuesFormat(name=Lucene70), b_ls=DocValuesFormat(name=Lucene70), 
test_dt=DocValuesFormat(name=Memory), out_i=DocValuesFormat(name=Lucene70), 
checkpoint_ss=DocValuesFormat(name=Lucene70), 
ident_s=DocValuesFormat(name=Lucene70), 
order_i=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Lucene70), error_d=DocValuesFormat(name=Memory), 
truePositive_i=DocValuesFormat(name=Memory), 
side_s=DocValuesFormat(name=Lucene70), miles_i=DocValuesFormat(name=Lucene70)}, 
maxPointsInLeafNode=1692, maxMBSortInHeap=7.339233833867144, 
sim=RandomSimilarity(queryNorm=true): {}, locale=sl, 
timezone=Australia/Broken_Hill
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 
1.8.0_152 (64-bit)/cpus=4,threads=1,free=108494376,total=417857536
   [junit4]   2> NOTE: All tests run in this JVM: [RawValueEvaluatorTest, 
TestPolicy, StreamExpressionTest]
   [junit4] Completed [124/146 (1!)] on J0 in 579.77s, 122 tests, 1 error <<< 
FAILURES!

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

Total time: 844 minutes 39 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to