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

2 tests failed.
FAILED:  
org.apache.lucene.index.TestIndexingSequenceNumbers.testStressConcurrentCommit

Error Message:
this IndexWriter is closed

Stack Trace:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
        at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:749)
        at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:763)
        at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3208)
        at 
org.apache.lucene.index.TestIndexingSequenceNumbers.testStressConcurrentCommit(TestIndexingSequenceNumbers.java:230)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
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:745)
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
        at __randomizedtesting.SeedInfo.seed([30BACE25134A46EF]:0)
        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexWriter.<init>(CompressingStoredFieldsIndexWriter.java:94)
        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:126)
        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:128)
        at 
org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:183)
        at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
        at 
org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:39)
        at 
org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:46)
        at 
org.apache.lucene.index.DefaultIndexingChain.startStoredFields(DefaultIndexingChain.java:354)
        at 
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:388)
        at 
org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:273)
        at 
org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:433)
        at 
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1383)
        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:208)


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

Error Message:
Doc with id=954 not found in http://127.0.0.1:60672/c8n_1x2 due to: Path not 
found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=954 not found in 
http://127.0.0.1:60672/c8n_1x2 due to: Path not found: /id; rsp={doc=null}
        at 
__randomizedtesting.SeedInfo.seed([AB82A42F0B5C0A28:23D69BF5A5A067D0]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:629)
        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:584)
        at 
org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:385)
        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:132)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 1530 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexingSequenceNumbers
   [junit4]   2> apr 30, 2017 2:58:01 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-11397,5,TGRP-TestIndexingSequenceNumbers]
   [junit4]   2> java.lang.RuntimeException: 
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([30BACE25134A46EF]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:218)
   [junit4]   2> Caused by: org.apache.lucene.store.AlreadyClosedException: 
this IndexWriter is closed
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:749)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:763)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1566)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:210)
   [junit4]   2> Caused by: java.lang.OutOfMemoryError: GC overhead limit 
exceeded
   [junit4]   2>        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexWriter.<init>(CompressingStoredFieldsIndexWriter.java:94)
   [junit4]   2>        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:126)
   [junit4]   2>        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:128)
   [junit4]   2>        at 
org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:183)
   [junit4]   2>        at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
   [junit4]   2>        at 
org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:39)
   [junit4]   2>        at 
org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:46)
   [junit4]   2>        at 
org.apache.lucene.index.DefaultIndexingChain.startStoredFields(DefaultIndexingChain.java:354)
   [junit4]   2>        at 
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:388)
   [junit4]   2>        at 
org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:273)
   [junit4]   2>        at 
org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:433)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1383)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:208)
   [junit4]   2> 
   [junit4]   2> apr 30, 2017 2:58:01 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-11403,5,TGRP-TestIndexingSequenceNumbers]
   [junit4]   2> java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([30BACE25134A46EF]:0)
   [junit4]   2>        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexWriter.<init>(CompressingStoredFieldsIndexWriter.java:94)
   [junit4]   2>        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:126)
   [junit4]   2>        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:128)
   [junit4]   2>        at 
org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:183)
   [junit4]   2>        at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
   [junit4]   2>        at 
org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:39)
   [junit4]   2>        at 
org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:46)
   [junit4]   2>        at 
org.apache.lucene.index.DefaultIndexingChain.startStoredFields(DefaultIndexingChain.java:354)
   [junit4]   2>        at 
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:388)
   [junit4]   2>        at 
org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:273)
   [junit4]   2>        at 
org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:433)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1383)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:208)
   [junit4]   2> 
   [junit4]   2> apr 30, 2017 2:58:01 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-11398,5,TGRP-TestIndexingSequenceNumbers]
   [junit4]   2> java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([30BACE25134A46EF]:0)
   [junit4]   2>        at 
java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:68)
   [junit4]   2>        at java.lang.StringBuilder.<init>(StringBuilder.java:89)
   [junit4]   2>        at 
org.apache.lucene.store.MockIndexInputWrapper.<init>(MockIndexInputWrapper.java:40)
   [junit4]   2>        at 
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:774)
   [junit4]   2>        at 
org.apache.lucene.store.Directory.openChecksumInput(Directory.java:119)
   [junit4]   2>        at 
org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
   [junit4]   2>        at 
org.apache.lucene.codecs.lucene60.Lucene60FieldInfosFormat.read(Lucene60FieldInfosFormat.java:113)
   [junit4]   2>        at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:108)
   [junit4]   2>        at 
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
   [junit4]   2>        at 
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:143)
   [junit4]   2>        at 
org.apache.lucene.index.ReadersAndUpdates.getReaderForMerge(ReadersAndUpdates.java:681)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4289)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3933)
   [junit4]   2>        at 
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2082)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:4992)
   [junit4]   2>        at 
org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5030)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5021)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1573)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:210)
   [junit4]   2> 
   [junit4]   2> apr 30, 2017 2:58:01 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-11402,5,TGRP-TestIndexingSequenceNumbers]
   [junit4]   2> java.lang.RuntimeException: 
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([30BACE25134A46EF]:0)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:218)
   [junit4]   2> Caused by: org.apache.lucene.store.AlreadyClosedException: 
this IndexWriter is closed
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:749)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:763)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1566)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:210)
   [junit4]   2> Caused by: java.lang.OutOfMemoryError: GC overhead limit 
exceeded
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([30BACE25134A46EF]:0)
   [junit4]   2>        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexWriter.<init>(CompressingStoredFieldsIndexWriter.java:94)
   [junit4]   2>        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:126)
   [junit4]   2>        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:128)
   [junit4]   2>        at 
org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:183)
   [junit4]   2>        at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
   [junit4]   2>        at 
org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:39)
   [junit4]   2>        at 
org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:46)
   [junit4]   2>        at 
org.apache.lucene.index.DefaultIndexingChain.startStoredFields(DefaultIndexingChain.java:354)
   [junit4]   2>        at 
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:388)
   [junit4]   2>        at 
org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:273)
   [junit4]   2>        at 
org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:433)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1383)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:208)
   [junit4]   2> 
   [junit4]   2> apr 30, 2017 2:58:01 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-11396,5,TGRP-TestIndexingSequenceNumbers]
   [junit4]   2> java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4]   2> 
   [junit4]   2> apr 30, 2017 2:58:01 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-11401,5,TGRP-TestIndexingSequenceNumbers]
   [junit4]   2> java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([30BACE25134A46EF]:0)
   [junit4]   2>        at 
org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator.getByteBlock(ByteBlockPool.java:103)
   [junit4]   2>        at 
org.apache.lucene.util.ByteBlockPool.nextBuffer(ByteBlockPool.java:203)
   [junit4]   2>        at 
org.apache.lucene.util.BytesRefHash.add(BytesRefHash.java:266)
   [junit4]   2>        at 
org.apache.lucene.index.TermsHashPerField.add(TermsHashPerField.java:149)
   [junit4]   2>        at 
org.apache.lucene.index.DefaultIndexingChain$PerField.invert(DefaultIndexingChain.java:784)
   [junit4]   2>        at 
org.apache.lucene.index.DefaultIndexingChain.processField(DefaultIndexingChain.java:431)
   [junit4]   2>        at 
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:393)
   [junit4]   2>        at 
org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:232)
   [junit4]   2>        at 
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:478)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1570)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:210)
   [junit4]   2> 
   [junit4]   2> apr 30, 2017 2:58:01 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-11400,5,TGRP-TestIndexingSequenceNumbers]
   [junit4]   2> java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([30BACE25134A46EF]:0)
   [junit4]   2>        at 
org.apache.lucene.index.DocumentsWriterPerThread$IntBlockAllocator.getIntBlock(DocumentsWriterPerThread.java:615)
   [junit4]   2>        at 
org.apache.lucene.util.IntBlockPool.nextBuffer(IntBlockPool.java:155)
   [junit4]   2>        at 
org.apache.lucene.index.TermsHashPerField.add(TermsHashPerField.java:157)
   [junit4]   2>        at 
org.apache.lucene.index.DefaultIndexingChain$PerField.invert(DefaultIndexingChain.java:784)
   [junit4]   2>        at 
org.apache.lucene.index.DefaultIndexingChain.processField(DefaultIndexingChain.java:431)
   [junit4]   2>        at 
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:393)
   [junit4]   2>        at 
org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:273)
   [junit4]   2>        at 
org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:433)
   [junit4]   2>        at 
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1383)
   [junit4]   2>        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:208)
   [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=TestIndexingSequenceNumbers 
-Dtests.method=testStressConcurrentCommit -Dtests.seed=30BACE25134A46EF 
-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=it-CH -Dtests.timezone=UCT -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR    302s J0 | 
TestIndexingSequenceNumbers.testStressConcurrentCommit <<<
   [junit4]    > Throwable #1: org.apache.lucene.store.AlreadyClosedException: 
this IndexWriter is closed
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:749)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:763)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3208)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexingSequenceNumbers.testStressConcurrentCommit(TestIndexingSequenceNumbers.java:230)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit 
exceeded
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([30BACE25134A46EF]:0)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexWriter.<init>(CompressingStoredFieldsIndexWriter.java:94)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:126)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:128)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:183)
   [junit4]    >        at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
   [junit4]    >        at 
org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:39)
   [junit4]    >        at 
org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:46)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.startStoredFields(DefaultIndexingChain.java:354)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:388)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:273)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:433)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1383)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:208)Throwable
 #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=12865, name=Thread-11399, 
state=RUNNABLE, group=TGRP-TestIndexingSequenceNumbers]
   [junit4]    > Caused by: java.lang.RuntimeException: 
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([30BACE25134A46EF]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:218)
   [junit4]    > Caused by: org.apache.lucene.store.AlreadyClosedException: 
this IndexWriter is closed
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:749)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:763)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1566)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:210)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit 
exceeded
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([30BACE25134A46EF]:0)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexWriter.<init>(CompressingStoredFieldsIndexWriter.java:94)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:126)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:128)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:183)
   [junit4]    >        at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
   [junit4]    >        at 
org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:39)
   [junit4]    >        at 
org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:46)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.startStoredFields(DefaultIndexingChain.java:354)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:388)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:273)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:433)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1383)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:208)Throwable
 #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=12863, name=Thread-11397, 
state=RUNNABLE, group=TGRP-TestIndexingSequenceNumbers]
   [junit4]    > Caused by: java.lang.RuntimeException: 
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([30BACE25134A46EF]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:218)
   [junit4]    > Caused by: org.apache.lucene.store.AlreadyClosedException: 
this IndexWriter is closed
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:749)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:763)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1566)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:210)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit 
exceeded
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([30BACE25134A46EF]:0)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexWriter.<init>(CompressingStoredFieldsIndexWriter.java:94)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:126)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:128)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:183)
   [junit4]    >        at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
   [junit4]    >        at 
org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:39)
   [junit4]    >        at 
org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:46)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.startStoredFields(DefaultIndexingChain.java:354)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:388)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:273)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:433)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1383)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:208)Throwable
 #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=12866, name=Thread-11400, 
state=RUNNABLE, group=TGRP-TestIndexingSequenceNumbers]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit 
exceeded
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([30BACE25134A46EF]:0)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriterPerThread$IntBlockAllocator.getIntBlock(DocumentsWriterPerThread.java:615)
   [junit4]    >        at 
org.apache.lucene.util.IntBlockPool.nextBuffer(IntBlockPool.java:155)
   [junit4]    >        at 
org.apache.lucene.index.TermsHashPerField.add(TermsHashPerField.java:157)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain$PerField.invert(DefaultIndexingChain.java:784)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.processField(DefaultIndexingChain.java:431)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:393)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:273)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:433)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1383)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:208)Throwable
 #5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=12867, name=Thread-11401, 
state=RUNNABLE, group=TGRP-TestIndexingSequenceNumbers]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit 
exceeded
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([30BACE25134A46EF]:0)
   [junit4]    >        at 
org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator.getByteBlock(ByteBlockPool.java:103)
   [junit4]    >        at 
org.apache.lucene.util.ByteBlockPool.nextBuffer(ByteBlockPool.java:203)
   [junit4]    >        at 
org.apache.lucene.util.BytesRefHash.add(BytesRefHash.java:266)
   [junit4]    >        at 
org.apache.lucene.index.TermsHashPerField.add(TermsHashPerField.java:149)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain$PerField.invert(DefaultIndexingChain.java:784)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.processField(DefaultIndexingChain.java:431)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:393)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:232)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:478)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1570)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:210)Throwable
 #6: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=12862, name=Thread-11396, 
state=RUNNABLE, group=TGRP-TestIndexingSequenceNumbers]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit 
exceededThrowable #7: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=12868, name=Thread-11402, state=RUNNABLE, 
group=TGRP-TestIndexingSequenceNumbers]
   [junit4]    > Caused by: java.lang.RuntimeException: 
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([30BACE25134A46EF]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:218)
   [junit4]    > Caused by: org.apache.lucene.store.AlreadyClosedException: 
this IndexWriter is closed
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:749)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:763)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1566)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:210)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit 
exceeded
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([30BACE25134A46EF]:0)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexWriter.<init>(CompressingStoredFieldsIndexWriter.java:94)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:126)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:128)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:183)
   [junit4]    >        at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
   [junit4]    >        at 
org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:39)
   [junit4]    >        at 
org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:46)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.startStoredFields(DefaultIndexingChain.java:354)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:388)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:273)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:433)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1383)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:208)Throwable
 #8: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=12864, name=Thread-11398, 
state=RUNNABLE, group=TGRP-TestIndexingSequenceNumbers]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit 
exceeded
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([30BACE25134A46EF]:0)
   [junit4]    >        at 
java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:68)
   [junit4]    >        at java.lang.StringBuilder.<init>(StringBuilder.java:89)
   [junit4]    >        at 
org.apache.lucene.store.MockIndexInputWrapper.<init>(MockIndexInputWrapper.java:40)
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:774)
   [junit4]    >        at 
org.apache.lucene.store.Directory.openChecksumInput(Directory.java:119)
   [junit4]    >        at 
org.apache.lucene.store.MockDirectoryWrapper.openChecksumInput(MockDirectoryWrapper.java:1072)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene60.Lucene60FieldInfosFormat.read(Lucene60FieldInfosFormat.java:113)
   [junit4]    >        at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:108)
   [junit4]    >        at 
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:78)
   [junit4]    >        at 
org.apache.lucene.index.ReadersAndUpdates.getReader(ReadersAndUpdates.java:143)
   [junit4]    >        at 
org.apache.lucene.index.ReadersAndUpdates.getReaderForMerge(ReadersAndUpdates.java:681)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4289)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3933)
   [junit4]    >        at 
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2082)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.doAfterSegmentFlushed(IndexWriter.java:4992)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriter$MergePendingEvent.process(DocumentsWriter.java:731)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5030)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5021)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1573)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:210)Throwable
 #9: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=12869, name=Thread-11403, 
state=RUNNABLE, group=TGRP-TestIndexingSequenceNumbers]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: GC overhead limit 
exceeded
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([30BACE25134A46EF]:0)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsIndexWriter.<init>(CompressingStoredFieldsIndexWriter.java:94)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsWriter.<init>(CompressingStoredFieldsWriter.java:126)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingStoredFieldsFormat.fieldsWriter(CompressingStoredFieldsFormat.java:128)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.fieldsWriter(Lucene50StoredFieldsFormat.java:183)
   [junit4]    >        at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsWriter(AssertingStoredFieldsFormat.java:48)
   [junit4]    >        at 
org.apache.lucene.index.StoredFieldsConsumer.initStoredFieldsWriter(StoredFieldsConsumer.java:39)
   [junit4]    >        at 
org.apache.lucene.index.StoredFieldsConsumer.startDocument(StoredFieldsConsumer.java:46)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.startStoredFields(DefaultIndexingChain.java:354)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:388)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:273)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:433)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1383)
   [junit4]    >        at 
org.apache.lucene.index.TestIndexingSequenceNumbers$2.run(TestIndexingSequenceNumbers.java:208)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/J0/temp/lucene.index.TestIndexingSequenceNumbers_30BACE25134A46EF-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{id=PostingsFormat(name=LuceneVarGapFixedInterval)}, 
docValues:{thread=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=343, 
maxMBSortInHeap=5.996195807653642, sim=RandomSimilarity(queryNorm=true): {id=IB 
LL-D2}, locale=it-CH, timezone=UCT
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=57160128,total=499122176
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestAllFilesCheckIndexHeader, TestManyFields, TestMultiThreadTermVectors, 
TestDocIdSetBuilder, TestLucene50CompoundFormat, TestDeletionPolicy, TestBKD, 
TestNRTCachingDirectory, TestWildcardRandom, TestGeoUtils, TestOfflineSorter, 
TestDoubleRangeFieldQueries, TestGrowableByteArrayDataOutput, 
TestStressIndexing, TestCodecs, TestDirectoryReaderReopen, TestBytesStore, 
TestRoaringDocIdSet, TestEarlyTermination, TestBinaryTerms, TestDirectPacked, 
TestTotalHitCountCollector, TestDocsAndPositions, TestUniqueTermCount, 
TestDelegatingAnalyzerWrapper, TestIndexWriterWithThreads, 
TestIndexWriterForceMerge, TestReaderWrapperDVTypeCheck, TestNewestSegment, 
TestMatchAllDocsQuery, TestStandardAnalyzer, TestTerms, 
TestSparseFixedBitDocIdSet, TestIndexReaderClose, TestFieldMaskingSpanQuery, 
TestCodecHoldsOpenFiles, TestBooleanQueryVisitSubscorers, 
TestDocInverterPerFieldErrorInfo, TestBytesRef, TestFuzzyQuery, 
TestSimpleAttributeImpl, TestSpanCollection, TestGraphTokenStreamFiniteStrings, 
TestStringMSBRadixSorter, TestAxiomaticSimilarity, TestStressDeletes, 
TestUnicodeUtil, TestPersistentSnapshotDeletionPolicy, TestBagOfPositions, 
TestSpanMultiTermQueryWrapper, TestDocCount, TestFrequencyTrackingRingBuffer, 
TestSloppyPhraseQuery, TestNGramPhraseQuery, TestCachingCollector, 
TestOrdinalMap, TestSpansEnum, TestSortedNumericSortField, TestMergedIterator, 
TestNoDeletionPolicy, TestPagedBytes, TestDocValuesIndexing, 
TestClassicSimilarity, TestBinaryDocValuesUpdates, TestDeterminizeLexicon, 
TestOmitNorms, TestSnapshotDeletionPolicy, TestSynonymQuery, TestTerm, 
TestBooleanMinShouldMatch, TestSpanNotQuery, TestPerFieldPostingsFormat, 
TestWordlistLoader, TestNearSpansOrdered, TestSimpleFSLockFactory, 
TestIndexWriter, TestPerFieldDocValuesFormat, TestIndexWriterReader, TestFSTs, 
TestAddIndexes, TestShardSearching, TestIndexWriterExceptions, 
TestSearcherManager, TestSpans, TestPostingsOffsets, TestFlex, TestUTF32ToUTF8, 
TestStressIndexing2, TestMultiPhraseQuery, TestLazyProxSkipping, 
TestTermVectorsWriter, TestOmitPositions, TestParallelLeafReader, 
TestBytesRefHash, TestThreadedForceMerge, TestStressNRT, TestIndexInput, 
TestForceMergeForever, TestSameScoresWithThreads, 
TestDocumentsWriterDeleteQueue, TestDocumentWriter, 
TestCrashCausesCorruptIndex, TestScorerPerf, TestLiveFieldValues, 
TestForTooMuchCloning, TestWildcard, TestExternalCodecs, 
TestSimpleExplanationsOfNonMatches, TestPerSegmentDeletes, TestIntBlockPool, 
TestPrefixInBooleanQuery, TestComplexExplanationsOfNonMatches, 
TestAutomatonQuery, TestParallelReaderEmptyIndex, TestMaxTermFrequency, 
TestTopFieldCollector, TestFileSwitchDirectory, TestElevationComparator, 
TestSubScorerFreqs, TestRecyclingIntBlockAllocator, TestIndexWriterConfig, 
TestMultiTermQueryRewrites, TestSimilarity, TestSpanExplanationsOfNonMatches, 
TestVirtualMethod, TestSmallFloat, TestSimilarityProvider, TestSearch, 
TestCachingTokenFilter, TestFilterIterator, TestDateTools, TestCharsRef, 
TestPriorityQueue, TestSameTokenSamePosition, TestBinaryDocument, 
TestAutomatonQueryUnicode, TestAttributeSource, TestBooleanScorer, 
TestRamUsageEstimator, TestIsCurrent, TestNamedSPILoader, 
TestIndexWriterLockRelease, TestPhrasePrefixQuery, TestDemo, TestCharFilter, 
TestTwoPhaseCommitTool, TestNot, TestVersion, Test4GBStoredFields, 
TestLucene70NormsFormat, TestLucene70SegmentInfoFormat, TestFieldType, 
TestGeoEncodingUtils, TestPolygon, Test2BPoints, 
TestAllFilesHaveChecksumFooter, TestDocsWithFieldSet, TestDuelingCodecsAtNight, 
TestIndexWriterOutOfFileDescriptors, TestIndexingSequenceNumbers]
   [junit4] Completed [389/451 (1!)] on J0 in 397.77s, 8 tests, 1 error <<< 
FAILURES!

[...truncated 206 lines...]
   [junit4] JVM J0: stdout was not empty, see: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/temp/junit4-J0-20170430_020256_6241518849659300885694.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps/java_pid8101.hprof
 ...
   [junit4] Heap dump file created [542303963 bytes in 2.468 secs]
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J0: stderr was not empty, see: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/core/test/temp/junit4-J0-20170430_020256_6247143988434632366001.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] 
   [junit4] Exception: java.lang.OutOfMemoryError thrown from the 
UncaughtExceptionHandler in thread "Thread-11399"
   [junit4] <<< JVM J0: EOF ----

[...truncated 11337 lines...]
   [junit4] Suite: org.apache.solr.cloud.HttpPartitionTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_AB82A42F0B5C0A28-001/init-core-data-001
   [junit4]   2> 2567439 WARN  
(SUITE-HttpPartitionTest-seed#[AB82A42F0B5C0A28]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=25 numCloses=25
   [junit4]   2> 2567439 INFO  
(SUITE-HttpPartitionTest-seed#[AB82A42F0B5C0A28]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 2567440 INFO  
(SUITE-HttpPartitionTest-seed#[AB82A42F0B5C0A28]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 2567440 INFO  
(SUITE-HttpPartitionTest-seed#[AB82A42F0B5C0A28]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2567459 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2567460 INFO  (Thread-8805) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2567460 INFO  (Thread-8805) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2567463 ERROR (Thread-8805) [    ] 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> 2567560 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:34657
   [junit4]   2> 2567620 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2567622 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2567624 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2567625 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2567626 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2567648 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2567650 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2567651 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2567653 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2567654 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2567656 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2568105 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_AB82A42F0B5C0A28-001/control-001/cores/collection1
   [junit4]   2> 2568107 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 2568120 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1e26259e{/,null,AVAILABLE}
   [junit4]   2> 2568121 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7e5172a0{HTTP/1.1,[http/1.1]}{127.0.0.1:50950}
   [junit4]   2> 2568121 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] o.e.j.s.Server 
Started @2571429ms
   [junit4]   2> 2568121 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_AB82A42F0B5C0A28-001/tempDir-001/control/data,
 hostContext=/, hostPort=50640, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_AB82A42F0B5C0A28-001/control-001/cores}
   [junit4]   2> 2568121 ERROR 
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2568122 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2568122 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2568122 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2568122 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-30T06:01:51.721Z
   [junit4]   2> 2568129 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2568129 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_AB82A42F0B5C0A28-001/control-001/solr.xml
   [junit4]   2> 2568135 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57dd8a0e, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2568138 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34657/solr
   [junit4]   2> 2568157 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:50640_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2568158 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:50640_    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50640_
   [junit4]   2> 2568159 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:50640_    ] 
o.a.s.c.Overseer Overseer (id=97880120430428164-127.0.0.1:50640_-n_0000000000) 
starting
   [junit4]   2> 2568199 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:50640_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50640_
   [junit4]   2> 2568200 INFO  
(zkCallback-3794-thread-1-processing-n:127.0.0.1:50640_) [n:127.0.0.1:50640_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2568617 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:50640_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57dd8a0e
   [junit4]   2> 2568623 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:50640_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57dd8a0e
   [junit4]   2> 2568623 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:50640_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57dd8a0e
   [junit4]   2> 2568625 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:50640_    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_AB82A42F0B5C0A28-001/control-001/cores
   [junit4]   2> 2568625 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:50640_    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2568632 INFO  
(coreLoadExecutor-9504-thread-1-processing-n:127.0.0.1:50640_) 
[n:127.0.0.1:50640_ c:control_collection   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2568640 INFO  
(OverseerStateUpdate-97880120430428164-127.0.0.1:50640_-n_0000000000) 
[n:127.0.0.1:50640_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 2569749 INFO  
(coreLoadExecutor-9504-thread-1-processing-n:127.0.0.1:50640_) 
[n:127.0.0.1:50640_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2569804 INFO  
(coreLoadExecutor-9504-thread-1-processing-n:127.0.0.1:50640_) 
[n:127.0.0.1:50640_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 2570431 WARN  
(coreLoadExecutor-9504-thread-1-processing-n:127.0.0.1:50640_) 
[n:127.0.0.1:50640_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 2570434 INFO  
(coreLoadExecutor-9504-thread-1-processing-n:127.0.0.1:50640_) 
[n:127.0.0.1:50640_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2570446 INFO  
(coreLoadExecutor-9504-thread-1-processing-n:127.0.0.1:50640_) 
[n:127.0.0.1:50640_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection, trusted=true
   [junit4]   2> 2570447 INFO  
(coreLoadExecutor-9504-thread-1-processing-n:127.0.0.1:50640_) 
[n:127.0.0.1:50640_ c:control_collection   x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.core_node1' (registry 
'solr.core.control_collection.shard1.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57dd8a0e
   [junit4]   2> 2570447 INFO  
(coreLoadExecutor-9504-thread-1-processing-n:127.0.0.1:50640_) 
[n:127.0.0.1:50640_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2570447 INFO  
(coreLoadExecutor-9504-thread-1-processing-n:127.0.0.1:50640_) 
[n:127.0.0.1:50640_ c:control_collection   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_AB82A42F0B5C0A28-001/control-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_AB82A42F0B5C0A28-001/control-001/cores/collection1/data/]
   [junit4]   2> 2570449 INFO  
(coreLoadExecutor-9504-thread-1-processing-n:127.0.0.1:50640_) 
[n:127.0.0.1:50640_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2888989054847415]
   [junit4]   2> 2570465 WARN  
(coreLoadExecutor-9504-thread-1-processing-n:127.0.0.1:50640_) 
[n:127.0.0.1:50640_ c:control_collection   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 2570595 INFO  
(coreLoadExecutor-9504-thread-1-processing-n:127.0.0.1:50640_) 
[n:127.0.0.1:50640_ c:control_collection   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2570595 INFO  
(coreLoadExecutor-9504-thread-1-processing-n:127.0.0.1:50640_) 
[n:127.0.0.1:50640_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2570596 INFO  
(coreLoadExecutor-9504-thread-1-processing-n:127.0.0.1:50640_) 
[n:127.0.0.1:50640_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2570596 INFO  
(coreLoadExecutor-9504-thread-1-processing-n:127.0.0.1:50640_) 
[n:127.0.0.1:50640_ c:control_collection   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2570598 INFO  
(coreLoadExecutor-9504-thread-1-processing-n:127.0.0.1:50640_) 
[n:127.0.0.1:50640_ c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2570598 INFO  
(coreLoadExecutor-9504-thread-1-processing-n:127.0.0.1:50640_) 
[n:127.0.0.1:50640_ c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7471efc5[collection1] main]
   [junit4]   2> 2570599 INFO  
(coreLoadExecutor-9504-thread-1-processing-n:127.0.0.1:50640_) 
[n:127.0.0.1:50640_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2570600 INFO  
(coreLoadExecutor-9504-thread-1-processing-n:127.0.0.1:50640_) 
[n:127.0.0.1:50640_ c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2570600 INFO  
(coreLoadExecutor-9504-thread-1-processing-n:127.0.0.1:50640_) 
[n:127.0.0.1:50640_ c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2570600 INFO  
(coreLoadExecutor-9504-thread-1-processing-n:127.0.0.1:50640_) 
[n:127.0.0.1:50640_ c:control_collection   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1566081930178330624
   [junit4]   2> 2570603 INFO  
(searcherExecutor-9505-thread-1-processing-n:127.0.0.1:50640_ x:collection1 
c:control_collection) [n:127.0.0.1:50640_ c:control_collection   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7471efc5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2570627 INFO  
(coreZkRegister-9497-thread-1-processing-n:127.0.0.1:50640_ x:collection1 
c:control_collection) [n:127.0.0.1:50640_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 2570628 INFO  
(coreZkRegister-9497-thread-1-processing-n:127.0.0.1:50640_ x:collection1 
c:control_collection) [n:127.0.0.1:50640_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 2570628 INFO  
(coreZkRegister-9497-thread-1-processing-n:127.0.0.1:50640_ x:collection1 
c:control_collection) [n:127.0.0.1:50640_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:50640/collection1/
   [junit4]   2> 2570628 INFO  
(coreZkRegister-9497-thread-1-processing-n:127.0.0.1:50640_ x:collection1 
c:control_collection) [n:127.0.0.1:50640_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 2570628 INFO  
(coreZkRegister-9497-thread-1-processing-n:127.0.0.1:50640_ x:collection1 
c:control_collection) [n:127.0.0.1:50640_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:50640/collection1/ has no replicas
   [junit4]   2> 2570628 INFO  
(coreZkRegister-9497-thread-1-processing-n:127.0.0.1:50640_ x:collection1 
c:control_collection) [n:127.0.0.1:50640_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 2570643 INFO  
(coreZkRegister-9497-thread-1-processing-n:127.0.0.1:50640_ x:collection1 
c:control_collection) [n:127.0.0.1:50640_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:50640/collection1/ shard1
   [junit4]   2> 2570794 INFO  
(coreZkRegister-9497-thread-1-processing-n:127.0.0.1:50640_ x:collection1 
c:control_collection) [n:127.0.0.1:50640_ c:control_collection s:shard1 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 2570833 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2570837 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34657/solr ready
   [junit4]   2> 2570837 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 2570838 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 2571368 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_AB82A42F0B5C0A28-001/shard-1-001/cores/collection1
   [junit4]   2> 2571368 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_AB82A42F0B5C0A28-001/shard-1-001
   [junit4]   2> 2571369 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 2571370 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@692b95da{/,null,AVAILABLE}
   [junit4]   2> 2571371 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7aca1357{HTTP/1.1,[http/1.1]}{127.0.0.1:55886}
   [junit4]   2> 2571371 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] o.e.j.s.Server 
Started @2574679ms
   [junit4]   2> 2571371 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_AB82A42F0B5C0A28-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=54765, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_AB82A42F0B5C0A28-001/shard-1-001/cores}
   [junit4]   2> 2571371 ERROR 
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2571371 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2571372 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2571372 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2571372 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-30T06:01:54.971Z
   [junit4]   2> 2571378 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2571378 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_AB82A42F0B5C0A28-001/shard-1-001/solr.xml
   [junit4]   2> 2571383 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57dd8a0e, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2571398 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34657/solr
   [junit4]   2> 2571483 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:54765_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2571485 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:54765_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2571487 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:54765_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54765_
   [junit4]   2> 2571489 INFO  (zkCallback-3798-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2571489 INFO  
(zkCallback-3794-thread-2-processing-n:127.0.0.1:50640_) [n:127.0.0.1:50640_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2571492 INFO  
(zkCallback-3804-thread-2-processing-n:127.0.0.1:54765_) [n:127.0.0.1:54765_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2571575 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:54765_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57dd8a0e
   [junit4]   2> 2571599 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:54765_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57dd8a0e
   [junit4]   2> 2571599 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:54765_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57dd8a0e
   [junit4]   2> 2571606 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:54765_    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_AB82A42F0B5C0A28-001/shard-1-001/cores
   [junit4]   2> 2571606 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:54765_    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2571629 INFO  
(coreLoadExecutor-9515-thread-1-processing-n:127.0.0.1:54765_) 
[n:127.0.0.1:54765_ c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2571631 INFO  
(OverseerStateUpdate-97880120430428164-127.0.0.1:50640_-n_0000000000) 
[n:127.0.0.1:50640_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 2571733 INFO  
(zkCallback-3804-thread-2-processing-n:127.0.0.1:54765_) [n:127.0.0.1:54765_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2572674 INFO  
(coreLoadExecutor-9515-thread-1-processing-n:127.0.0.1:54765_) 
[n:127.0.0.1:54765_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 2572701 INFO  
(coreLoadExecutor-9515-thread-1-processing-n:127.0.0.1:54765_) 
[n:127.0.0.1:54765_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 2572993 WARN  
(coreLoadExecutor-9515-thread-1-processing-n:127.0.0.1:54765_) 
[n:127.0.0.1:54765_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 2573002 INFO  
(coreLoadExecutor-9515-thread-1-processing-n:127.0.0.1:54765_) 
[n:127.0.0.1:54765_ c:collection1   x:collection1] o.a.s.s.IndexSchema Loaded 
schema test/1.0 with uniqueid field id
   [junit4]   2> 2573018 INFO  
(coreLoadExecutor-9515-thread-1-processing-n:127.0.0.1:54765_) 
[n:127.0.0.1:54765_ c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 2573018 INFO  
(coreLoadExecutor-9515-thread-1-processing-n:127.0.0.1:54765_) 
[n:127.0.0.1:54765_ c:collection1   x:collection1] o.a.s.m.r.SolrJmxReporter 
JMX monitoring for 'solr.core.collection1.shard2.core_node1' (registry 
'solr.core.collection1.shard2.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57dd8a0e
   [junit4]   2> 2573018 INFO  
(coreLoadExecutor-9515-thread-1-processing-n:127.0.0.1:54765_) 
[n:127.0.0.1:54765_ c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2573018 INFO  
(coreLoadExecutor-9515-thread-1-processing-n:127.0.0.1:54765_) 
[n:127.0.0.1:54765_ c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_AB82A42F0B5C0A28-001/shard-1-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_AB82A42F0B5C0A28-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 2573024 INFO  
(coreLoadExecutor-9515-thread-1-processing-n:127.0.0.1:54765_) 
[n:127.0.0.1:54765_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: 
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=13, 
maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2888989054847415]
   [junit4]   2> 2573027 WARN  
(coreLoadExecutor-9515-thread-1-processing-n:127.0.0.1:54765_) 
[n:127.0.0.1:54765_ c:collection1   x:collection1] o.a.s.c.RequestHandlers 
INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class 
= DumpRequestHandler,attributes = {initParams=a, name=/dump, 
class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2573096 INFO  
(coreLoadExecutor-9515-thread-1-processing-n:127.0.0.1:54765_) 
[n:127.0.0.1:54765_ c:collection1   x:collection1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2573096 INFO  
(coreLoadExecutor-9515-thread-1-processing-n:127.0.0.1:54765_) 
[n:127.0.0.1:54765_ c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2573098 INFO  
(coreLoadExecutor-9515-thread-1-processing-n:127.0.0.1:54765_) 
[n:127.0.0.1:54765_ c:collection1   x:collection1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 2573098 INFO  
(coreLoadExecutor-9515-thread-1-processing-n:127.0.0.1:54765_) 
[n:127.0.0.1:54765_ c:collection1   x:collection1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 2573099 INFO  
(coreLoadExecutor-9515-thread-1-processing-n:127.0.0.1:54765_) 
[n:127.0.0.1:54765_ c:collection1   x:collection1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2573099 INFO  
(coreLoadExecutor-9515-thread-1-processing-n:127.0.0.1:54765_) 
[n:127.0.0.1:54765_ c:collection1   x:collection1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@23eee38d[collection1] main]
   [junit4]   2> 2573100 INFO  
(coreLoadExecutor-9515-thread-1-processing-n:127.0.0.1:54765_) 
[n:127.0.0.1:54765_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2573101 INFO  
(coreLoadExecutor-9515-thread-1-processing-n:127.0.0.1:54765_) 
[n:127.0.0.1:54765_ c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2573101 INFO  
(coreLoadExecutor-9515-thread-1-processing-n:127.0.0.1:54765_) 
[n:127.0.0.1:54765_ c:collection1   x:collection1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 2573102 INFO  
(coreLoadExecutor-9515-thread-1-processing-n:127.0.0.1:54765_) 
[n:127.0.0.1:54765_ c:collection1   x:collection1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1566081932801867776
   [junit4]   2> 2573105 INFO  
(searcherExecutor-9516-thread-1-processing-n:127.0.0.1:54765_ x:collection1 
c:collection1) [n:127.0.0.1:54765_ c:collection1   x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@23eee38d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2573111 INFO  
(coreZkRegister-9510-thread-1-processing-n:127.0.0.1:54765_ x:collection1 
c:collection1) [n:127.0.0.1:54765_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 2573111 INFO  
(coreZkRegister-9510-thread-1-processing-n:127.0.0.1:54765_ x:collection1 
c:collection1) [n:127.0.0.1:54765_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try 
and sync
   [junit4]   2> 2573111 INFO  
(coreZkRegister-9510-thread-1-processing-n:127.0.0.1:54765_ x:collection1 
c:collection1) [n:127.0.0.1:54765_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:54765/collection1/
   [junit4]   2> 2573111 INFO  
(coreZkRegister-9510-thread-1-processing-n:127.0.0.1:54765_ x:collection1 
c:collection1) [n:127.0.0.1:54765_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2573111 INFO  
(coreZkRegister-9510-thread-1-processing-n:127.0.0.1:54765_ x:collection1 
c:collection1) [n:127.0.0.1:54765_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:54765/collection1/ has no 
replicas
   [junit4]   2> 2573111 INFO  
(coreZkRegister-9510-thread-1-processing-n:127.0.0.1:54765_ x:collection1 
c:collection1) [n:127.0.0.1:54765_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas 
participating in election, clear LIR
   [junit4]   2> 2573116 INFO  
(coreZkRegister-9510-thread-1-processing-n:127.0.0.1:54765_ x:collection1 
c:collection1) [n:127.0.0.1:54765_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:54765/collection1/ shard2
   [junit4]   2> 2573411 INFO  
(zkCallback-3804-thread-2-processing-n:127.0.0.1:54765_) [n:127.0.0.1:54765_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2573462 INFO  
(coreZkRegister-9510-thread-1-processing-n:127.0.0.1:54765_ x:collection1 
c:collection1) [n:127.0.0.1:54765_ c:collection1 s:shard2 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2573566 INFO  
(zkCallback-3804-thread-2-processing-n:127.0.0.1:54765_) [n:127.0.0.1:54765_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2573575 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_AB82A42F0B5C0A28-001/shard-2-001/cores/collection1
   [junit4]   2> 2573576 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_AB82A42F0B5C0A28-001/shard-2-001
   [junit4]   2> 2573577 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] o.e.j.s.Server 
jetty-9.3.14.v20161028
   [junit4]   2> 2573638 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@33ccb888{/,null,AVAILABLE}
   [junit4]   2> 2573639 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3ad3f5d0{HTTP/1.1,[http/1.1]}{127.0.0.1:60232}
   [junit4]   2> 2573639 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] o.e.j.s.Server 
Started @2576947ms
   [junit4]   2> 2573639 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_AB82A42F0B5C0A28-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=60672, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_AB82A42F0B5C0A28-001/shard-2-001/cores}
   [junit4]   2> 2573639 ERROR 
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2573640 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 2573640 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2573640 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2573640 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-04-30T06:01:57.239Z
   [junit4]   2> 2573653 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2573653 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_AB82A42F0B5C0A28-001/shard-2-001/solr.xml
   [junit4]   2> 2573696 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@57dd8a0e, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2573700 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34657/solr
   [junit4]   2> 2573712 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:60672_    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2573714 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:60672_    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2573718 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:60672_    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60672_
   [junit4]   2> 2573719 INFO  (zkCallback-3798-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2573719 INFO  
(zkCallback-3804-thread-2-processing-n:127.0.0.1:54765_) [n:127.0.0.1:54765_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2573719 INFO  
(zkCallback-3794-thread-2-processing-n:127.0.0.1:50640_) [n:127.0.0.1:50640_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2573728 INFO  
(zkCallback-3810-thread-1-processing-n:127.0.0.1:60672_) [n:127.0.0.1:60672_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2573841 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:60672_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57dd8a0e
   [junit4]   2> 2573871 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:60672_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57dd8a0e
   [junit4]   2> 2573872 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:60672_    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57dd8a0e
   [junit4]   2> 2573874 INFO  
(TEST-HttpPartitionTest.test-seed#[AB82A42F0B5C0A28]) [n:127.0.0.1:60672_    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions un

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

1:50950/
   [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=HttpPartitionTest 
-Dtests.method=test -Dtests.seed=AB82A42F0B5C0A28 -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=ja -Dtests.timezone=Etc/GMT+1 -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 70.7s J2 | HttpPartitionTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Doc with id=954 not 
found in http://127.0.0.1:60672/c8n_1x2 due to: Path not found: /id; 
rsp={doc=null}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([AB82A42F0B5C0A28:23D69BF5A5A067D0]:0)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:629)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:584)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:385)
   [junit4]    >        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:132)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2638161 INFO  
(SUITE-HttpPartitionTest-seed#[AB82A42F0B5C0A28]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.HttpPartitionTest_AB82A42F0B5C0A28-001
   [junit4]   2> Apr 30, 2017 6:03:01 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{range_facet_l_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 multiDefault=PostingsFormat(name=Asserting), 
a_t=PostingsFormat(name=Asserting), 
intDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 range_facet_i_dv=PostingsFormat(name=Asserting), text=Lucene50(blocksize=128), 
range_facet_l=PostingsFormat(name=Asserting), 
timestamp=PostingsFormat(name=Asserting)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), 
_version_=DocValuesFormat(name=Lucene70), 
range_facet_i_dv=DocValuesFormat(name=Asserting), 
intDvoDefault=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=496, 
maxMBSortInHeap=5.608216178617253, sim=RandomSimilarity(queryNorm=false): {}, 
locale=ja, timezone=Etc/GMT+1
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=151877816,total=524812288
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestEmbeddedSolrServerSchemaAPI, AtomicUpdatesTest, TestSolrDeletionPolicy1, 
SpellCheckCollatorWithCollapseTest, CollectionTooManyReplicasTest, TestNRTOpen, 
TestPKIAuthenticationPlugin, BasicAuthStandaloneTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSortByMinMaxFunction, 
DirectoryFactoryTest, UnloadDistributedZkTest, TestGroupingSearch, 
LeaderElectionTest, TestManagedResource, TestDefaultStatsCache, 
TestStressReorder, TestJavabinTupleStreamParser, 
DirectUpdateHandlerOptimizeTest, DirectUpdateHandlerTest, SolrIndexMetricsTest, 
FieldMutatingUpdateProcessorTest, SimpleMLTQParserTest, 
ConcurrentDeleteAndCreateCollectionTest, TestLegacyFieldCache, 
CdcrVersionReplicationTest, ExplicitHLLTest, BasicDistributedZk2Test, 
CachingDirectoryFactoryTest, TestCloudNestedDocsSort, TestCoreAdminApis, 
HighlighterMaxOffsetTest, TestFieldTypeResource, TestFieldCacheSortRandom, 
TestExactStatsCache, BadIndexSchemaTest, TestReplicationHandlerBackup, 
TestTolerantUpdateProcessorRandomCloud, MBeansHandlerTest, 
TestSolrCloudSnapshots, SuggesterTest, TestRecovery, 
DeleteLastCustomShardedReplicaTest, PluginInfoTest, SaslZkACLProviderTest, 
TestDistributedMissingSort, MigrateRouteKeyTest, TestMacroExpander, 
DistributedQueryComponentCustomSortTest, RulesTest, SolrPluginUtilsTest, 
TestManagedStopFilterFactory, TestSort, BinaryUpdateRequestHandlerTest, 
TestCoreDiscovery, DeleteShardTest, UpdateLogTest, 
TestRequestStatusCollectionAPI, TestScoreJoinQPScore, 
TestReversedWildcardFilterFactory, TestUtils, TestStandardQParsers, 
TestFieldCollectionResource, UpdateParamsTest, TestCloudManagedSchema, 
CurrencyFieldXmlFileTest, BlockJoinFacetRandomTest, 
OpenExchangeRatesOrgProviderTest, TestLegacyNumericRangeQueryBuilder, 
LukeRequestHandlerTest, SolrIndexConfigTest, 
ShufflingReplicaListTransformerTest, CursorMarkTest, TestSimpleTextCodec, 
TestRebalanceLeaders, SmileWriterTest, TestDelegationWithHadoopAuth, 
TestStressInPlaceUpdates, TestIndexSearcher, TestLMDirichletSimilarityFactory, 
BooleanFieldTest, RequestHandlersTest, TestDocSet, 
TestSolrCloudWithKerberosAlt, CoreAdminCreateDiscoverTest, 
SynonymTokenizerTest, TestTolerantSearch, TestGraphTermsQParserPlugin, 
TolerantUpdateProcessorTest, FacetPivotSmallTest, 
TestSolrConfigHandlerConcurrent, StressHdfsTest, RemoteQueryErrorTest, 
TestCollationFieldDocValues, OverseerTest, TestLuceneMatchVersion, 
ClassificationUpdateProcessorTest, ActionThrottleTest, SolrTestCaseJ4Test, 
TestSolrQueryParserDefaultOperatorResource, TestXmlQParser, 
TestQueryWrapperFilter, CloudExitableDirectoryReaderTest, 
SolrSlf4jReporterTest, LeaderFailureAfterFreshStartTest, 
TestDistribDocBasedVersion, TestUseDocValuesAsStored2, TestExportWriter, 
TermVectorComponentDistributedTest, TestCustomSort, TestFieldCache, 
DistributedFacetExistsSmallTest, ChaosMonkeySafeLeaderTest, 
CollectionsAPIDistributedZkTest, SyncSliceTest, ShardRoutingTest, 
RecoveryZkTest, FullSolrCloudDistribCmdsTest, TestZkChroot, AutoCommitTest, 
DistributedSpellCheckComponentTest, ZkControllerTest, TestRealTimeGet, 
TestReload, HardAutoCommitTest, TestRangeQuery, TestCoreContainer, 
SimpleFacetsTest, StatsComponentTest, QueryElevationComponentTest, 
PeerSyncTest, TestFiltering, TestFunctionQuery, TestBadConfig, HighlighterTest, 
SoftAutoCommitTest, ShowFileRequestHandlerTest, 
DistributedQueryElevationComponentTest, SolrIndexSplitterTest, 
SimplePostToolTest, TestExtendedDismaxParser, SpellCheckCollatorTest, 
SuggesterFSTTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, 
DocValuesTest, SuggesterTSTTest, TestStressLucene, SpatialFilterTest, 
SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, 
WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, 
TestPseudoReturnFields, TestWordDelimiterFilterFactory, QueryEqualityTest, 
StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, 
DocValuesMultiTest, SolrInfoBeanTest, XsltUpdateRequestHandlerTest, 
DebugComponentTest, IndexBasedSpellCheckerTest, TestQueryUtils, TestWriterPerf, 
DirectSolrSpellCheckerTest, PrimitiveFieldTypeTest, TestOmitPositions, 
FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, 
TestValueSourceCache, TestIndexingPerformance, MoreLikeThisHandlerTest, 
RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, 
FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, 
IndexSchemaTest, TestCollationField, ReturnFieldsTest, 
UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, QueryParsingTest, 
JsonLoaderTest, TestPartialUpdateDeduplication, 
TestPHPSerializedResponseWriter, TestComponentsName, SearchHandlerTest, 
HighlighterConfigTest, SOLR749Test, AlternateDirectoryTest, 
TestQuerySenderNoQuery, TestStressRecovery, TestMergePolicyConfig, 
MultiTermTest, SampleTest, TestBinaryField, TestElisionMultitermQuery, 
TestConfig, OutputWriterTest, ExternalFileFieldSortTest, 
TestPostingsSolrHighlighter, DirectSolrConnectionTest, 
NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestCodecSupport, 
TestXIncludeConfig, EchoParamsTest, TestLMJelinekMercerSimilarityFactory, 
TestIBSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, ResourceLoaderTest, 
TestFastOutputStream, URLClassifyProcessorTest, ChaosMonkeyNothingIsSafeTest, 
PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, 
SpellingQueryConverterTest, RAMDirectoryFactoryTest, ClusterStateTest, 
TestSolrJ, ZkNodePropsTest, FileUtilsTest, CircularListTest, TestRTGBase, 
TestCursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, 
TestSimpleTrackingShardHandler, TestEmbeddedSolrServerConstructors, 
TestJettySolrRunner, AsyncCallRequestStatusResponseTest, 
BaseCdcrDistributedZkTest, CdcrReplicationDistributedZkTest, 
CdcrReplicationHandlerTest, CollectionStateFormat2Test, 
CollectionsAPIAsyncDistributedZkTest, ConfigSetsAPITest, 
CreateCollectionCleanupTest, CustomCollectionTest, DeleteNodeTest, 
DeleteStatusTest, DistribCursorPagingTest, 
DistribDocExpirationUpdateProcessorTest, DistributedVersionInfoTest, 
ForceLeaderTest, HttpPartitionTest]
   [junit4] Completed [494/706 (1!)] on J2 in 71.04s, 1 test, 1 failure <<< 
FAILURES!

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

Total time: 270 minutes 43 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