Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/429/
2 tests failed.
FAILED: org.apache.lucene.index.TestIndexWriterDelete.testDeleteAllNoDeadLock
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([5B41AD7DFA2B7495:685842637AE8CEC3]:0)
at
org.apache.lucene.index.IndexWriter.abortMerges(IndexWriter.java:2514)
at org.apache.lucene.index.IndexWriter.deleteAll(IndexWriter.java:2441)
at
org.apache.lucene.index.RandomIndexWriter.deleteAll(RandomIndexWriter.java:373)
at
org.apache.lucene.index.TestIndexWriterDelete.testDeleteAllNoDeadLock(TestIndexWriterDelete.java:348)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.update.TestInPlaceUpdatesDistrib.test
Error Message:
Error from server at https://127.0.0.1:38153/n/collection1: Expected mime type
application/octet-stream but got text/html. <html> <head> <meta
http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 500
java.lang.OutOfMemoryError: GC overhead limit exceeded</title> </head>
<body><h2>HTTP ERROR 500 java.lang.OutOfMemoryError: GC overhead limit
exceeded</h2> <table> <tr><th>URI:</th><td>/n/collection1/update</td></tr>
<tr><th>STATUS:</th><td>500</td></tr>
<tr><th>MESSAGE:</th><td>java.lang.OutOfMemoryError: GC overhead limit
exceeded</td></tr>
<tr><th>SERVLET:</th><td>org.apache.solr.client.solrj.embedded.JettySolrRunner$Servlet404-56e2dee6</td></tr>
<tr><th>CAUSED BY:</th><td>java.lang.OutOfMemoryError: GC overhead limit
exceeded</td></tr> </table> <h3>Caused by:</h3><pre>java.lang.OutOfMemoryError:
GC overhead limit exceeded at java.util.HashMap.resize(HashMap.java:704) at
java.util.HashMap.putVal(HashMap.java:663) at
java.util.HashMap.put(HashMap.java:612) at
java.util.HashSet.add(HashSet.java:220) at
org.apache.lucene.index.ReaderPool.noDups(ReaderPool.java:408) at
org.apache.lucene.index.ReaderPool.get(ReaderPool.java:388) at
org.apache.lucene.index.IndexWriter.getPooledInstance(IndexWriter.java:5244)
at org.apache.lucene.index.IndexWriter.openSegmentStates(IndexWriter.java:5507)
at org.apache.lucene.index.IndexWriter.forceApply(IndexWriter.java:5323) at
org.apache.lucene.index.IndexWriter.tryApply(IndexWriter.java:5260) at
org.apache.lucene.index.IndexWriter.lambda$publishFrozenUpdates$3(IndexWriter.java:2586)
at org.apache.lucene.index.IndexWriter$$Lambda$284/1234190775.process(Unknown
Source) at
org.apache.lucene.index.IndexWriter$EventQueue.processEventsInternal(IndexWriter.java:351)
at
org.apache.lucene.index.IndexWriter$EventQueue.processEvents(IndexWriter.java:341)
at org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5127)
at
org.apache.lucene.index.IndexWriter.maybeProcessEvents(IndexWriter.java:5120)
at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1332)
at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1618)
at
org.apache.solr.update.DirectUpdateHandler2.updateDocOrDocValues(DirectUpdateHandler2.java:982)
at
org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(DirectUpdateHandler2.java:347)
at
org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:294)
at
org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:241)
at
org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:76)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:259)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.doVersionAdd(DistributedUpdateProcessor.java:498)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.lambda$versionAdd$0(DistributedUpdateProcessor.java:339)
at
org.apache.solr.update.processor.DistributedUpdateProcessor$$Lambda$409/1005460491.apply(Unknown
Source) at
org.apache.solr.update.VersionBucket.runWithLock(VersionBucket.java:50) at
org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:339)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:225)
at
org.apache.solr.update.processor.DistributedZkUpdateProcessor.processAdd(DistributedZkUpdateProcessor.java:245)
</pre> <hr><a href="http://eclipse.org/jetty">Powered by Jetty://
9.4.27.v20200227</a><hr/> </body> </html>
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:38153/n/collection1: Expected mime type
application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 500 java.lang.OutOfMemoryError: GC overhead limit exceeded</title>
</head>
<body><h2>HTTP ERROR 500 java.lang.OutOfMemoryError: GC overhead limit
exceeded</h2>
<table>
<tr><th>URI:</th><td>/n/collection1/update</td></tr>
<tr><th>STATUS:</th><td>500</td></tr>
<tr><th>MESSAGE:</th><td>java.lang.OutOfMemoryError: GC overhead limit
exceeded</td></tr>
<tr><th>SERVLET:</th><td>org.apache.solr.client.solrj.embedded.JettySolrRunner$Servlet404-56e2dee6</td></tr>
<tr><th>CAUSED BY:</th><td>java.lang.OutOfMemoryError: GC overhead limit
exceeded</td></tr>
</table>
<h3>Caused by:</h3><pre>java.lang.OutOfMemoryError: GC overhead limit exceeded
at java.util.HashMap.resize(HashMap.java:704)
at java.util.HashMap.putVal(HashMap.java:663)
at java.util.HashMap.put(HashMap.java:612)
at java.util.HashSet.add(HashSet.java:220)
at org.apache.lucene.index.ReaderPool.noDups(ReaderPool.java:408)
at org.apache.lucene.index.ReaderPool.get(ReaderPool.java:388)
at
org.apache.lucene.index.IndexWriter.getPooledInstance(IndexWriter.java:5244)
at
org.apache.lucene.index.IndexWriter.openSegmentStates(IndexWriter.java:5507)
at org.apache.lucene.index.IndexWriter.forceApply(IndexWriter.java:5323)
at org.apache.lucene.index.IndexWriter.tryApply(IndexWriter.java:5260)
at
org.apache.lucene.index.IndexWriter.lambda$publishFrozenUpdates$3(IndexWriter.java:2586)
at
org.apache.lucene.index.IndexWriter$$Lambda$284/1234190775.process(Unknown
Source)
at
org.apache.lucene.index.IndexWriter$EventQueue.processEventsInternal(IndexWriter.java:351)
at
org.apache.lucene.index.IndexWriter$EventQueue.processEvents(IndexWriter.java:341)
at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5127)
at
org.apache.lucene.index.IndexWriter.maybeProcessEvents(IndexWriter.java:5120)
at
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1332)
at
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1618)
at
org.apache.solr.update.DirectUpdateHandler2.updateDocOrDocValues(DirectUpdateHandler2.java:982)
at
org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(DirectUpdateHandler2.java:347)
at
org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:294)
at
org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:241)
at
org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:76)
at
org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:55)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:259)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.doVersionAdd(DistributedUpdateProcessor.java:498)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.lambda$versionAdd$0(DistributedUpdateProcessor.java:339)
at
org.apache.solr.update.processor.DistributedUpdateProcessor$$Lambda$409/1005460491.apply(Unknown
Source)
at
org.apache.solr.update.VersionBucket.runWithLock(VersionBucket.java:50)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:339)
at
org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:225)
at
org.apache.solr.update.processor.DistributedZkUpdateProcessor.processAdd(DistributedZkUpdateProcessor.java:245)
</pre>
<hr><a href="http://eclipse.org/jetty">Powered by Jetty://
9.4.27.v20200227</a><hr/>
</body>
</html>
at
__randomizedtesting.SeedInfo.seed([8C85F2C8407D1A1B:4D1CD12EE8177E3]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:629)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
at
org.apache.solr.update.TestInPlaceUpdatesDistrib.addDocAndGetVersion(TestInPlaceUpdatesDistrib.java:1216)
at
org.apache.solr.update.TestInPlaceUpdatesDistrib.buildRandomIndex(TestInPlaceUpdatesDistrib.java:1261)
at
org.apache.solr.update.TestInPlaceUpdatesDistrib.docValuesUpdateTest(TestInPlaceUpdatesDistrib.java:392)
at
org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:162)
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:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1081)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1053)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 1606 lines...]
[junit4] Suite: org.apache.lucene.index.TestIndexWriterDelete
[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=TestIndexWriterDelete -Dtests.method=testDeleteAllNoDeadLock
-Dtests.seed=5B41AD7DFA2B7495 -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
-Dtests.locale=ar-LY -Dtests.timezone=Pacific/Noumea -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 0.66s J0 | TestIndexWriterDelete.testDeleteAllNoDeadLock <<<
[junit4] > Throwable #1: java.lang.AssertionError
[junit4] > at
__randomizedtesting.SeedInfo.seed([5B41AD7DFA2B7495:685842637AE8CEC3]:0)
[junit4] > at
org.apache.lucene.index.IndexWriter.abortMerges(IndexWriter.java:2514)
[junit4] > at
org.apache.lucene.index.IndexWriter.deleteAll(IndexWriter.java:2441)
[junit4] > at
org.apache.lucene.index.RandomIndexWriter.deleteAll(RandomIndexWriter.java:373)
[junit4] > at
org.apache.lucene.index.TestIndexWriterDelete.testDeleteAllNoDeadLock(TestIndexWriterDelete.java:348)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriterDelete_5B41AD7DFA2B7495-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene84):
{field=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
city=Lucene84, contents=Lucene84, id=Lucene84,
body=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
value=PostingsFormat(name=MockRandom),
content=PostingsFormat(name=MockRandom)},
docValues:{dv=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=946,
maxMBSortInHeap=7.379375283387468,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2b00379),
locale=ar-LY, timezone=Pacific/Noumea
[junit4] 2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=1,free=180997992,total=348127232
[junit4] 2> NOTE: All tests run in this JVM: [TestTotalHitCountCollector,
TestDeletionPolicy, TestSloppyPhraseQuery, TestSimpleWKTShapeParsing,
TestMultiThreadTermVectors, TestUtil, TestFrequencyTrackingRingBuffer,
TestReaderClosed, TestFileSwitchDirectory, TestIndexWriterLockRelease,
TestSnapshotDeletionPolicy, TestNeedsScores, TestUTF32ToUTF8,
TestAllFilesHaveChecksumFooter, TestTransactions, TestDocValuesRewriteMethod,
TestDeterminism, TestXYLineShapeQueries, TestFieldValueQuery,
TestPayloadsOnVectors, TestTermScorer, TestCollectionUtil,
TestLatLonPointQueries, TestEarlyTermination, TestAnalyzerWrapper,
TestCharTermAttributeImpl, TestExceedMaxTermLength, TestLongValuesSource,
TestFastCompressionMode, TestReqOptSumScorer, TestPostingsOffsets,
TestManyFields, Test2BSortedDocValuesOrds, TestBooleanMinShouldMatch,
Test2BPostings, TestNoDeletionPolicy, TestRecyclingByteBlockAllocator,
TestLazyProxSkipping, TestCharsRef, TestNorms, TestBytesRef,
TestLucene60FieldInfoFormat, TestXYShape, TestSpanBoostQuery, TestFuzzyQuery,
TestMinShouldMatch2, TestSegmentTermDocs, TestArrayUtil, TestTermStates,
TestIndexWriterWithThreads, TestIntRange, TestTermsEnum,
TestNativeFSLockFactory, TestComplexExplanationsOfNonMatches,
TestAutomatonQuery, TestSortRandom, TestSortedSetSelector, TestMultiDocValues,
TestDistributionSPL, TestSegmentInfos, TestDocValuesFieldUpdates,
TestLatLonShapeEncoding, TestCheckIndex, TestXYDocValuesQueries,
TestDisjunctionScoreBlockBoundaryPropagator, TestTermVectorsWriter,
TestLucene80NormsFormatMergeInstance, TestStringMSBRadixSorter,
TestNamedSPILoader, TestIndexWriterOnJRECrash, TestCharArraySet,
TestDirectMonotonic, TestIOUtils, TestFilterLeafReader, TestIndexedDISI,
TestMinimize, TestDateTools, TestOmitPositions, TestSimilarity2,
TestDirectoryReaderReopen, TestLine2D, TestMultiTermsEnum, TestAutomaton,
TestFeatureDoubleValues, TestStressIndexing, TestIndexWriter,
TestOfflineSorter, TestCrashCausesCorruptIndex, TestMergeSchedulerExternal,
TestQueryVisitor, Test2BNumericDocValues, TestConstantScoreQuery,
TestDocsWithFieldSet, TestFieldInvertState, TestFieldReuse,
TestFieldUpdatesBuffer, TestFieldsReader, TestFilterCodecReader,
TestFilterDirectoryReader, TestFlushByRamOrCountsPolicy, TestForTooMuchCloning,
TestForceMergeForever, TestFrozenBufferedUpdates, TestIndexCommit,
TestIndexFileDeleter, TestIndexInput, TestIndexManyDocuments, TestIndexOptions,
TestIndexReaderClose, TestIndexSorting, TestIndexTooManyDocs,
TestIndexWriterDelete]
[junit4] Completed [368/564 (1!)] on J0 in 17.26s, 26 tests, 1 failure, 1
skipped <<< FAILURES!
[...truncated 14942 lines...]
[junit4] Suite: org.apache.solr.update.TestInPlaceUpdatesDistrib
[junit4] 2> 5681881 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to
test-framework derived value of
'/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/server/solr/configsets/_default/conf'
[junit4] 2> 5681881 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8C85F2C8407D1A1B-001/data-dir-304-001
[junit4] 2> 5681881 WARN
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
[junit4] 2> 5681881 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 5681882 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 5681883 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 5681883 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /n/
[junit4] 2> 5681883 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.SolrTestCaseJ4 updateLog impl=solr.CdcrUpdateLog
[junit4] 2> 5681883 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 5681889 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
[junit4] 2> 5681901 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.s.IndexSchema Schema name=inplace-updates
[junit4] 2> 5681904 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
[junit4] 2> 5683012 WARN
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.f.DistribPackageStore Unable to create
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore]
directory in SOLR_HOME
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr].
Features requiring this directory may fail.
[junit4] 2> => java.security.AccessControlException: access
denied ("java.io.FilePermission"
"/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore"
"write")
[junit4] 2> at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
[junit4] 2> java.security.AccessControlException: access denied
("java.io.FilePermission"
"/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore"
"write")
[junit4] 2> at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
~[?:1.8.0_191]
[junit4] 2> at
java.security.AccessController.checkPermission(AccessController.java:884)
~[?:1.8.0_191]
[junit4] 2> at
java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
~[?:1.8.0_191]
[junit4] 2> at
java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_191]
[junit4] 2> at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_191]
[junit4] 2> at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_191]
[junit4] 2> at
org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:520)
~[java/:?]
[junit4] 2> at
org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:77)
~[java/:?]
[junit4] 2> at
org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:79)
~[java/:?]
[junit4] 2> at
org.apache.solr.core.CoreContainer.load(CoreContainer.java:613) ~[java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) ~[java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:142) ~[java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:148) ~[java/:?]
[junit4] 2> at
org.apache.solr.util.TestHarness.<init>(TestHarness.java:111) ~[java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:805) ~[java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:795) ~[java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:656) ~[java/:?]
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:645) ~[java/:?]
[junit4] 2> at
org.apache.solr.update.TestInPlaceUpdatesDistrib.beforeSuperClass(TestInPlaceUpdatesDistrib.java:90)
~[test/:?]
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method) ~[?:1.8.0_191]
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
~[?:1.8.0_191]
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_191]
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
~[?:1.8.0_191]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
~[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
~[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
~[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
~[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
~[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
~[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
~[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
~[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
~[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
~[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
~[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
~[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
~[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
~[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
~[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
~[java/:?]
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
~[java/:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
~[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
~[randomizedtesting-runner-2.7.2.jar:?]
[junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
[junit4] 2> 5683012 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 5683012 WARN
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 5683013 WARN
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@696daa35[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 5683013 WARN
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@696daa35[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 5683015 WARN
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 5683016 WARN
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@6f999ceb[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 5683016 WARN
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@6f999ceb[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 5683017 WARN
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.c.CoreContainer Not all security plugins configured! authentication=you
make it. Consider configuring authentication/authorization before exposing Solr
to users internal or authorization=external. See
https://s.apache.org/solrsecurity for more info. Solr is only as secure as
disableddisabled
[junit4] 2> 5683031 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 5683031 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 5683047 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7588b76d
[junit4] 2> 5683054 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7588b76d
[junit4] 2> 5683054 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7588b76d
[junit4] 2> 5683064 INFO (coreLoadExecutor-51525-thread-1) [
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
[junit4] 2> 5683076 INFO (coreLoadExecutor-51525-thread-1) [
x:collection1 ] o.a.s.s.IndexSchema Schema name=inplace-updates
[junit4] 2> 5683079 INFO (coreLoadExecutor-51525-thread-1) [
x:collection1 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with
uniqueid field id
[junit4] 2> 5683079 INFO (coreLoadExecutor-51525-thread-1) [
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 5683079 INFO (coreLoadExecutor-51525-thread-1) [
x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7588b76d
[junit4] 2> 5683079 INFO (coreLoadExecutor-51525-thread-1) [
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8C85F2C8407D1A1B-001/data-dir-304-001/]
[junit4] 2> 5683082 WARN (coreLoadExecutor-51525-thread-1) [
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> 5683117 INFO (coreLoadExecutor-51525-thread-1) [
x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 5683117 INFO (coreLoadExecutor-51525-thread-1) [
x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 5683118 INFO (coreLoadExecutor-51525-thread-1) [
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 5683118 INFO (coreLoadExecutor-51525-thread-1) [
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 5683119 INFO (coreLoadExecutor-51525-thread-1) [
x:collection1 ] o.a.s.s.SolrIndexSearcher Opening
[Searcher@57597ed9[collection1] main]
[junit4] 2> 5683119 WARN (coreLoadExecutor-51525-thread-1) [
x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf
; switching to use InMemory storage instead.
[junit4] 2> 5683119 INFO (coreLoadExecutor-51525-thread-1) [
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
[junit4] 2> 5683119 INFO (coreLoadExecutor-51525-thread-1) [
x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1665459017990799360
[junit4] 2> 5683121 ERROR (coreZkRegister-51513-thread-1) [
x:collection1 ] o.a.s.c.ZkContainer
[junit4] 2> => java.lang.NullPointerException
[junit4] 2> at
org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:204)
[junit4] 2> java.lang.NullPointerException: null
[junit4] 2> at
org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:204)
~[java/:?]
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
~[java/:?]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
~[?:1.8.0_191]
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
~[?:1.8.0_191]
[junit4] 2> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
[junit4] 2> 5683121 ERROR (coreZkRegister-51513-thread-1) [
x:collection1 ] o.a.s.c.ZkContainer :java.lang.NullPointerException
[junit4] 2> at
org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:192)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 5683122 INFO
(searcherExecutor-51527-thread-1-processing-x:collection1) [ x:collection1 ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@57597ed9[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 5683122 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 5683139 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 5683139 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 5683139 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 5683239 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.ZkTestServer start zk server on port:35573
[junit4] 2> 5683239 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:35573
[junit4] 2> 5683239 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35573
[junit4] 2> 5683239 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 35573
[junit4] 2> 5683240 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 5683246 INFO (zkConnectionManagerCallback-51534-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 5683246 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 5683250 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 5683251 INFO (zkConnectionManagerCallback-51536-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 5683251 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 5683252 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 5683253 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema-inplace-updates.xml
to /configs/conf1/schema.xml
[junit4] 2> 5683253 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 5683254 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 5683255 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 5683255 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 5683259 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 5683260 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 5683261 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 5683261 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 5683262 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 5683263 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 5683264 INFO (zkConnectionManagerCallback-51540-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 5683264 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 5683365 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 5683450 WARN
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 5683450 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 5683450 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 5683450 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git:
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
[junit4] 2> 5683450 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 5683450 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 5683450 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 5683452 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3be74207{/n,null,AVAILABLE}
[junit4] 2> 5683452 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@687723af{SSL, (ssl,
http/1.1)}{127.0.0.1:43383}
[junit4] 2> 5683452 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.e.j.s.Server Started @5683482ms
[junit4] 2> 5683452 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8C85F2C8407D1A1B-001/tempDir-001/control/data,
hostContext=/n, hostPort=43383,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8C85F2C8407D1A1B-001/control-001/cores}
[junit4] 2> 5683453 ERROR
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 5683453 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 5683453 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.6.0
[junit4] 2> 5683453 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 5683453 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr
[junit4] 2> 5683453 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-05-01T03:58:10.819Z
[junit4] 2> 5683453 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 5683454 INFO (zkConnectionManagerCallback-51542-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 5683454 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 5683555 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 5683555 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8C85F2C8407D1A1B-001/control-001/solr.xml
[junit4] 2> 5683559 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 5683559 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 5683571 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@7588b76d, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 5683854 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 5683854 WARN
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 5683855 WARN
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@36f3a60[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 5683855 WARN
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@36f3a60[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 5683857 WARN
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 5683858 WARN
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@69918cac[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 5683858 WARN
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@69918cac[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 5683859 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35573/solr
[junit4] 2> 5683860 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 5683861 INFO (zkConnectionManagerCallback-51553-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 5683861 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 5683963 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B])
[n:127.0.0.1:43383_n ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 5683964 INFO (zkConnectionManagerCallback-51555-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 5683964 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B])
[n:127.0.0.1:43383_n ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 5684012 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B])
[n:127.0.0.1:43383_n ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:43383_n
[junit4] 2> 5684012 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B])
[n:127.0.0.1:43383_n ] o.a.s.c.Overseer Overseer
(id=73678108198633477-127.0.0.1:43383_n-n_0000000000) starting
[junit4] 2> 5684016 INFO
(OverseerStateUpdate-73678108198633477-127.0.0.1:43383_n-n_0000000000)
[n:127.0.0.1:43383_n ] o.a.s.c.Overseer Starting to work on the main queue
: 127.0.0.1:43383_n
[junit4] 2> 5684016 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B])
[n:127.0.0.1:43383_n ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43383_n
[junit4] 2> 5684018 INFO (zkCallback-51554-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 5684021 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B])
[n:127.0.0.1:43383_n ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 5684021 WARN
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B])
[n:127.0.0.1:43383_n ] o.a.s.c.CoreContainer Not all security plugins
configured! authentication=you make it. Consider configuring
authentication/authorization before exposing Solr to users internal or
authorization=external. See https://s.apache.org/solrsecurity for more info.
Solr is only as secure as disableddisabled
[junit4] 2> 5684035 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B])
[n:127.0.0.1:43383_n ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 5684056 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B])
[n:127.0.0.1:43383_n ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7588b76d
[junit4] 2> 5684066 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B])
[n:127.0.0.1:43383_n ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7588b76d
[junit4] 2> 5684066 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B])
[n:127.0.0.1:43383_n ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7588b76d
[junit4] 2> 5684067 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B])
[n:127.0.0.1:43383_n ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8C85F2C8407D1A1B-001/control-001/cores
[junit4] 2> 5684079 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 5684080 INFO (zkConnectionManagerCallback-51572-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 5684080 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 5684081 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 5684081 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35573/solr ready
[junit4] 2> 5684113 INFO (qtp923868122-174130) [n:127.0.0.1:43383_n ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:43383_n&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 5684115 INFO
(OverseerThreadFactory-51562-thread-1-processing-n:127.0.0.1:43383_n)
[n:127.0.0.1:43383_n ] o.a.s.c.a.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 5684223 INFO (qtp923868122-174128) [n:127.0.0.1:43383_n ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 5684225 INFO (qtp923868122-174129) [n:127.0.0.1:43383_n ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 5684228 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 5684228 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 5685242 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
[junit4] 2> 5685255 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.s.IndexSchema Schema name=inplace-updates
[junit4] 2> 5685258 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
[junit4] 2> 5685258 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from configset conf1, trusted=true
[junit4] 2> 5685258 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7588b76d
[junit4] 2> 5685259 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8C85F2C8407D1A1B-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8C85F2C8407D1A1B-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 5685262 WARN (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 5685315 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.CdcrUpdateLog
[junit4] 2> 5685315 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 5685316 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 5685316 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 5685317 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@26de9e4[control_collection_shard1_replica_n1] main]
[junit4] 2> 5685318 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 5685319 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 5685319 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
[junit4] 2> 5685319 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1665459020297666560
[junit4] 2> 5685322 INFO
(searcherExecutor-51574-thread-1-processing-n:127.0.0.1:43383_n
x:control_collection_shard1_replica_n1 c:control_collection s:shard1)
[n:127.0.0.1:43383_n c:control_collection s:shard1
x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@26de9e4[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 5685324 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0},
version=0}
[junit4] 2> 5685325 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/control_collection/leaders/shard1
[junit4] 2> 5685327 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 5685327 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 5685327 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:43383/n/control_collection_shard1_replica_n1/
[junit4] 2> 5685327 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 5685328 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy
https://127.0.0.1:43383/n/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 5685328 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/control_collection/leaders/shard1/leader after winning as
/collections/control_collection/leader_elect/shard1/election/73678108198633477-core_node2-n_0000000000
[junit4] 2> 5685329 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:43383/n/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 5685431 INFO (zkCallback-51554-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 5685431 INFO (zkCallback-51554-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 5685432 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 5685433 INFO (qtp923868122-174126) [n:127.0.0.1:43383_n ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1204
[junit4] 2> 5685436 INFO (qtp923868122-174130) [n:127.0.0.1:43383_n ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 5685533 INFO (zkCallback-51554-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 5685533 INFO (zkCallback-51554-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 5685533 INFO (zkCallback-51554-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 5685534 INFO (qtp923868122-174130) [n:127.0.0.1:43383_n ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:43383_n&wt=javabin&version=2}
status=0 QTime=1421
[junit4] 2> 5685534 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in
collection: control_collection
[junit4] 2> 5685639 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 5685639 INFO (zkConnectionManagerCallback-51583-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 5685639 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 5685640 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 5685641 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35573/solr ready
[junit4] 2> 5685641 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 5685643 INFO (qtp923868122-174128) [n:127.0.0.1:43383_n ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 5685645 INFO
(OverseerThreadFactory-51562-thread-2-processing-n:127.0.0.1:43383_n)
[n:127.0.0.1:43383_n ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 5685645 INFO
(OverseerCollectionConfigSetProcessor-73678108198633477-127.0.0.1:43383_n-n_0000000000)
[n:127.0.0.1:43383_n ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 5685848 WARN
(OverseerThreadFactory-51562-thread-2-processing-n:127.0.0.1:43383_n)
[n:127.0.0.1:43383_n ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 5685849 INFO (qtp923868122-174128) [n:127.0.0.1:43383_n ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 5685850 INFO (qtp923868122-174128) [n:127.0.0.1:43383_n ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=207
[junit4] 2> 5685851 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
[junit4] 2> 5685851 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
[junit4] 2> 5685851 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
[junit4] 2> 5685851 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
[junit4] 2> 5685852 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
[junit4] 2> 5685852 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
[junit4] 2> 5685852 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances
pullReplicaCount=0 numOtherReplicas=3
[junit4] 2> 5685934 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8C85F2C8407D1A1B-001/shard-1-001
of type NRT for shard1
[junit4] 2> 5685935 WARN (closeThreadPool-51584-thread-1) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 5685935 INFO (closeThreadPool-51584-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 5685935 INFO (closeThreadPool-51584-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 5685935 INFO (closeThreadPool-51584-thread-1) [ ]
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git:
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
[junit4] 2> 5685936 INFO (closeThreadPool-51584-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 5685936 INFO (closeThreadPool-51584-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 5685936 INFO (closeThreadPool-51584-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 5685936 INFO (closeThreadPool-51584-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@518a3559{/n,null,AVAILABLE}
[junit4] 2> 5685937 INFO (closeThreadPool-51584-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@7d67b850{SSL, (ssl,
http/1.1)}{127.0.0.1:35513}
[junit4] 2> 5685937 INFO (closeThreadPool-51584-thread-1) [ ]
o.e.j.s.Server Started @5685966ms
[junit4] 2> 5685937 INFO (closeThreadPool-51584-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8C85F2C8407D1A1B-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/n, hostPort=35513,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8C85F2C8407D1A1B-001/shard-1-001/cores}
[junit4] 2> 5685937 ERROR (closeThreadPool-51584-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 5685937 INFO (closeThreadPool-51584-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 5685937 INFO (closeThreadPool-51584-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.6.0
[junit4] 2> 5685937 INFO (closeThreadPool-51584-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 5685937 INFO (closeThreadPool-51584-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr
[junit4] 2> 5685937 INFO (closeThreadPool-51584-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-05-01T03:58:13.303Z
[junit4] 2> 5685940 INFO (closeThreadPool-51584-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 5685941 INFO (zkConnectionManagerCallback-51586-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 5685941 INFO (closeThreadPool-51584-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 5686019 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8C85F2C8407D1A1B-001/shard-2-001
of type NRT for shard1
[junit4] 2> 5686020 WARN (closeThreadPool-51584-thread-2) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 5686020 INFO (closeThreadPool-51584-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 5686020 INFO (closeThreadPool-51584-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 5686020 INFO (closeThreadPool-51584-thread-2) [ ]
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git:
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
[junit4] 2> 5686025 INFO (closeThreadPool-51584-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 5686025 INFO (closeThreadPool-51584-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 5686025 INFO (closeThreadPool-51584-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 5686025 INFO (closeThreadPool-51584-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@40ddd87d{/n,null,AVAILABLE}
[junit4] 2> 5686026 INFO (closeThreadPool-51584-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@71ebac5e{SSL, (ssl,
http/1.1)}{127.0.0.1:38153}
[junit4] 2> 5686026 INFO (closeThreadPool-51584-thread-2) [ ]
o.e.j.s.Server Started @5686055ms
[junit4] 2> 5686026 INFO (closeThreadPool-51584-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8C85F2C8407D1A1B-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/n, hostPort=38153,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8C85F2C8407D1A1B-001/shard-2-001/cores}
[junit4] 2> 5686026 ERROR (closeThreadPool-51584-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 5686026 INFO (closeThreadPool-51584-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 5686026 INFO (closeThreadPool-51584-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.6.0
[junit4] 2> 5686026 INFO (closeThreadPool-51584-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 5686026 INFO (closeThreadPool-51584-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr
[junit4] 2> 5686026 INFO (closeThreadPool-51584-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-05-01T03:58:13.392Z
[junit4] 2> 5686029 INFO (closeThreadPool-51584-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 5686030 INFO (zkConnectionManagerCallback-51588-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 5686030 INFO (closeThreadPool-51584-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 5686042 INFO (closeThreadPool-51584-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 5686042 INFO (closeThreadPool-51584-thread-1) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8C85F2C8407D1A1B-001/shard-1-001/solr.xml
[junit4] 2> 5686046 INFO (closeThreadPool-51584-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 5686046 INFO (closeThreadPool-51584-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 5686047 INFO (closeThreadPool-51584-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@7588b76d, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 5686106 INFO
(TEST-TestInPlaceUpdatesDistrib.test-seed#[8C85F2C8407D1A1B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8C85F2C8407D1A1B-001/shard-3-001
of type NRT for shard1
[junit4] 2> 5686108 WARN (closeThreadPool-51584-thread-3) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 5686108 INFO (closeThreadPool-51584-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 5686108 INFO (closeThreadPool-51584-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
[junit4] 2> 5686108 INFO (closeThreadPool-51584-thread-3) [ ]
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git:
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_191-b12
[junit4] 2> 5686112 INFO (closeThreadPool-51584-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 5686112 INFO (closeThreadPool-51584-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 5686112 INFO (closeThreadPool-51584-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 5686112 INFO (closeThreadPool-51584-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@690c7a74{/n,null,AVAILABLE}
[junit4] 2> 5686113 INFO (closeThreadPool-51584-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@14fbe488{SSL, (ssl,
http/1.1)}{127.0.0.1:35981}
[junit4] 2> 5686113 INFO (closeThreadPool-51584-thread-3) [ ]
o.e.j.s.Server Started @5686142ms
[junit4] 2> 5686113 INFO (closeThreadPool-51584-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8C85F2C8407D1A1B-001/tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/n, hostPort=35981,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8C85F2C8407D1A1B-001/shard-3-001/cores}
[junit4] 2> 5686113 ERROR (closeThreadPool-51584-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 5686113 INFO (closeThreadPool-51584-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 5686113 INFO (closeThreadPool-51584-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.6.0
[junit4] 2> 5686113 INFO (closeThreadPool-51584-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 5686113 INFO (closeThreadPool-51584-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr
[junit4] 2> 5686113 INFO (closeThreadPool-51584-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-05-01T03:58:13.479Z
[junit4] 2> 5686117 INFO (closeThreadPool-51584-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 5686119 INFO (zkConnectionManagerCallback-51593-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 5686119 INFO (closeThreadPool-51584-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 5686142 INFO (closeThreadPool-51584-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 5686142 INFO (closeThreadPool-51584-thread-2) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8C85F2C8407D1A1B-001/shard-2-001/solr.xml
[junit4] 2> 5686146 INFO (closeThreadPool-51584-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 5686146 INFO (closeThreadPool-51584-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 5686147 INFO (closeThreadPool-51584-thread-2) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@7588b76d, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 5686220 INFO (closeThreadPool-51584-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 5686220 INFO (closeThreadPool-51584-thread-3) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8C85F2C8407D1A1B-001/shard-3-001/solr.xml
[junit4] 2> 5686223 INFO (closeThreadPool-51584-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 5686223 INFO (closeThreadPool-51584-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 5686224 INFO (closeThreadPool-51584-thread-3) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@7588b76d, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 5686330 INFO (closeThreadPool-51584-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 5686331 WARN (closeThreadPool-51584-thread-1) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 5686331 WARN (closeThreadPool-51584-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@7899119[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 5686331 WARN (closeThreadPool-51584-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@7899119[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 5686334 WARN (closeThreadPool-51584-thread-1) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 5686337 WARN (closeThreadPool-51584-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@147ff547[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 5686337 WARN (closeThreadPool-51584-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@147ff547[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 5686338 INFO (closeThreadPool-51584-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35573/solr
[junit4] 2> 5686339 INFO (closeThreadPool-51584-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 5686341 INFO (zkConnectionManagerCallback-51607-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 5686341 INFO (closeThreadPool-51584-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 5686443 INFO (closeThreadPool-51584-thread-1)
[n:127.0.0.1:35513_n ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 5686443 INFO (zkConnectionManagerCallback-51609-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 5686443 INFO (closeThreadPool-51584-thread-1)
[n:127.0.0.1:35513_n ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 5686446 INFO (closeThreadPool-51584-thread-1)
[n:127.0.0.1:35513_n ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 5686448 INFO (closeThreadPool-51584-thread-1)
[n:127.0.0.1:35513_n
[...truncated too long message...]
or registry solr.node/com.codahale.metrics.MetricRegistry@3d892b5a
[junit4] 2> 9139270 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm
tag=null
[junit4] 2> 9139270 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@75872d84: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry
solr.jvm/com.codahale.metrics.MetricRegistry@1fed9127
[junit4] 2> 9139270 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty
tag=null
[junit4] 2> 9139270 INFO
(SUITE-TestInPlaceUpdatesDistrib-seed#[8C85F2C8407D1A1B]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@57e9c51b: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty/com.codahale.metrics.MetricRegistry@4828d8
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_8C85F2C8407D1A1B-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene84):
{_root_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)),
title_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=FST50,
id_field_copy_that_does_not_support_in_place_update_s=PostingsFormat(name=LuceneVarGapDocFreqInterval)},
docValues:{inplace_updatable_float=DocValuesFormat(name=Direct),
id_i=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Direct),
_root_=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene80),
inplace_updatable_int_with_default=DocValuesFormat(name=Direct),
inplace_updatable_float_with_default=DocValuesFormat(name=Asserting)},
maxPointsInLeafNode=879, maxMBSortInHeap=5.666021327300113,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5a2ba0d6),
locale=es-HN, timezone=Etc/GMT-12
[junit4] 2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=1,free=95367536,total=533200896
[junit4] 2> NOTE: All tests run in this JVM: [DistanceFunctionTest,
TestLazyCores, PeerSyncTest, BaseCdcrDistributedZkTest,
CollectionTooManyReplicasTest, ClusterStateUpdateTest,
TestFuzzyAnalyzedSuggestions, MinimalSchemaTest, ResponseHeaderTest,
NodeMutatorTest, TestTestInjection, TestMinMaxOnMultiValuedField,
TestWordDelimiterFilterFactory, TestMultiWordSynonyms,
AutoscalingHistoryHandlerTest, ManagedSchemaRoundRobinCloudTest,
TestDynamicLoadingUrl, RestoreTriggerStateTest, TestUnifiedSolrHighlighter,
DaemonStreamApiTest, TestRequestForwarding, SolrMetricManagerTest,
TestSolrCloudWithHadoopAuthPlugin, ResourceLoaderTest,
UpdateRequestProcessorFactoryTest, TransactionLogTest,
TestTlogReplayVsRecovery, MergeStrategyTest, ResponseBuilderTest,
TestExactSharedStatsCache, SpellCheckCollatorTest, DeleteReplicaTest,
DistributedFacetExistsSmallTest, TestSolrTestCaseJ4, SolrInfoBeanTest,
ClassificationUpdateProcessorFactoryTest, NestedAtomicUpdateTest,
BasicFunctionalityTest, TestConfigSetsAPIZkFailure, AddReplicaTest,
TestManagedStopFilterFactory, DocValuesMultiTest, TestScoreJoinQPScore,
TestCustomDocTransformer, ReindexCollectionTest, TestBlobHandler,
SolrSlf4jReporterTest, TestObjectReleaseTracker, TestJavabinTupleStreamParser,
TestJettySolrRunner, TestSolrCoreParser, TestRandomFlRTGCloud,
TestPartialUpdateDeduplication, TestClusterProperties, TestHashQParserPlugin,
TestExportTool, SignatureUpdateProcessorFactoryTest, TermVectorComponentTest,
TestRandomFaceting, UtilsToolTest, TestSearcherReuse,
TestMiniSolrCloudClusterSSL, TestRawResponseWriter,
HdfsCollectionsAPIDistributedZkTest, DebugComponentTest, TestCollationField,
TestSolrCloudSnapshots, TestHighlightDedupGrouping, TestSimNodeLostTrigger,
HdfsAutoAddReplicasIntegrationTest, TestFieldCacheSort,
PeerSyncReplicationTest, TestSchemaManager, TestManagedSchema,
TestSolr4Spatial, MultiSolrCloudTestCaseTest, TestJsonRangeFacets,
MoreLikeThisComponentTest, TemplateUpdateProcessorTest, SchemaApiFailureTest,
CollectionsAPISolrJTest, MultiDestinationAuditLoggerTest,
LeaderFailoverAfterPartitionTest, TestSimDistributedQueue, TestCodecSupport,
PingRequestHandlerTest, TestReload, TestShortCircuitedRequests,
TestCloudJSONFacetSKG, HdfsChaosMonkeySafeLeaderTest, TestConfigSetImmutable,
SplitByPrefixTest, SuggestComponentContextFilterQueryTest,
CloudReplicaSourceTest, HttpPartitionOnCommitTest, ExitableDirectoryReaderTest,
OverseerTaskQueueTest, MetricUtilsTest, TestCloudRecovery,
TestSolrDeletionPolicy1, ConfigureRecoveryStrategyTest,
OverseerSolrResponseTest, ConnectionManagerTest, SolrCloudExampleTest,
ZkCollectionPropsCachingTest, JvmMetricsTest, TestRealTimeGet,
TestOmitPositions, TestSha256AuthenticationProvider, RangeFacetCloudTest,
HdfsWriteToMultipleCollectionsTest, TestCoreBackup, TestExplainDocTransformer,
SharedFSAutoReplicaFailoverTest, EmbeddedSolrNoSerializeTest,
ConcurrentCreateCollectionTest, TestRestManager,
TestRequestStatusCollectionAPI, TestNumericRangeQuery64, ZookeeperReadAPITest,
SortSpecParsingTest, DistributedQueryElevationComponentTest,
RollingRestartTest, ScheduledTriggerTest, MetricTriggerTest,
FastVectorHighlighterTest, TestSimTriggerIntegration, DisMaxRequestHandlerTest,
TestCoreContainer, AssignTest, TestPerFieldSimilarity,
SolrGraphiteReporterTest, TestJsonFacets, TriggerEventQueueTest,
DeleteInactiveReplicaTest, LeaderElectionContextKeyTest, SystemLogListenerTest,
SimpleFacetsTest, BlockCacheTest, TestStreamBody,
CloneFieldUpdateProcessorFactoryTest, MoveReplicaHDFSFailoverTest,
CoreAdminOperationTest, TestDFRSimilarityFactory,
PathHierarchyTokenizerFactoryTest, SimplePostToolTest, TestNumericTerms64,
SystemCollectionCompatTest, TestCloudConsistency, TestLockTree,
TestPullReplica, TestPullReplicaErrorHandling,
TestStressCloudBlindAtomicUpdates, TestUtilizeNode,
TestWaitForStateWithJettyShutdowns, TestZkChroot,
TriLevelCompositeIdRoutingTest, UnloadDistributedZkTest, ZkCLITest,
TestCollectionsAPIViaSolrCloudCluster, TestLocalFSCloudBackupRestore,
AutoScalingHandlerTest, ExecutePlanActionTest, IndexSizeTriggerMixedBoundsTest,
MetricTriggerIntegrationTest, NodeLostTriggerIntegrationTest,
NodeLostTriggerTest, NodeMarkersRegistrationTest, SearchRateTriggerTest,
TestSimLargeCluster, CdcrReplicationHandlerTest, CdcrRequestHandlerTest,
CdcrVersionReplicationTest, CdcrWithNodesRestartsTest,
HdfsChaosMonkeyNothingIsSafeTest, HdfsRestartWhileUpdatingTest,
ZkStateWriterTest, ImplicitSnitchTest, RuleEngineTest, ZkDynamicConfigTest,
AlternateDirectoryTest, BlobRepositoryCloudTest, DirectoryFactoryTest,
PluginInfoTest, QueryResultKeyTest, RAMDirectoryFactoryTest,
RequestHandlersTest, SolrCoreTest, TestBackupRepositoryFactory, TestBadConfig,
TestConfigSets, TestCorePropertiesReload, TestCustomStream,
TestDirectoryFactory, TestDynamicLoading, TestInfoStreamLogging,
TestInitParams, TestNRTOpen, TestQuerySenderListener, TestQuerySenderNoQuery,
TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSimpleTextCodec,
TestSolrConfigHandler, TestSolrIndexConfig, TestSolrXml, TestXIncludeConfig,
BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest,
FieldAnalysisRequestHandlerTest, JsonLoaderTest, MoreLikeThisHandlerTest,
TestConfigReload, TestReplicationHandlerBackup,
TestReplicationHandlerDiskOverFlow, TestRestoreCore, TestSQLHandler,
TestSystemCollAutoCreate, InfoHandlerTest, LoggingHandlerTest,
MBeansHandlerTest, DistributedFacetPivotSmallAdvancedTest,
DistributedFacetPivotSmallTest, DistributedMLTComponentTest,
DistributedQueryComponentCustomSortTest, DistributedTermsComponentTest,
InfixSuggestersTest, SearchHandlerTest, SpellCheckComponentTest,
TestDistributedStatsComponentCardinality, TestFaceting, TestIntervalFaceting,
SynonymTokenizerTest, TestBulkSchemaConcurrent, TestHalfAndHalfDocValues,
TestSchemaField, TestSortableTextField, TestUseDocValuesAsStored,
TestComplexPhraseLeadingWildcard, TestComplexPhraseQParserPlugin,
TestComponentsName, TestElisionMultitermQuery, TestFastLRUCache,
TestFieldSortValues, TestFoldingMultitermQuery, TestInitQParser, TestLFUCache,
TestRangeQuery, DirectUpdateHandlerTest, DocumentBuilderTest,
MaxSizeAutoCommitTest, PeerSyncWithLeaderTest, SolrCmdDistributorTest,
SolrIndexConfigTest, SolrIndexMetricsTest, SolrIndexSplitterTest,
TestExceedMaxTermLength, TestHdfsUpdateLog, TestInPlaceUpdateWithRouteField,
TestInPlaceUpdatesDistrib]
[junit4] Completed [907/907 (1!)] on J1 in 3457.55s, 1 test, 1 error <<<
FAILURES!
[...truncated 1 lines...]
[junit4] JVM J1: stdout was not empty, see:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/temp/junit4-J1-20200501_022327_2995825553107248465695.sysout
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
[junit4] Dumping heap to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/heapdumps/java_pid3509.hprof
...
[junit4] Heap dump file created [716289057 bytes in 2.271 secs]
[junit4] <<< JVM J1: EOF ----
[...truncated 9528 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/build.xml:652:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/build.xml:586:
Some of the tests produced a heap dump, but did not fail. Maybe a suppressed
OutOfMemoryError? Dumps created:
* java_pid3509.hprof
Total time: 379 minutes 0 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]