Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1545/
3 tests failed.
FAILED: org.apache.solr.cloud.hdfs.StressHdfsTest.test
Error Message:
Could not find collection:delete_data_dir
Stack Trace:
java.lang.AssertionError: Could not find collection:delete_data_dir
at
__randomizedtesting.SeedInfo.seed([FF64D30B0DF389C0:7730ECD1A30FE438]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNotNull(Assert.java:526)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:915)
at
org.apache.solr.cloud.hdfs.StressHdfsTest.createAndDeleteCollection(StressHdfsTest.java:161)
at
org.apache.solr.cloud.hdfs.StressHdfsTest.test(StressHdfsTest.java:105)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.uninverting.TestDocTermOrdsUninvertLimit.testTriggerUnInvertLimit
Error Message:
Java heap space
Stack Trace:
java.lang.OutOfMemoryError: Java heap space
at
__randomizedtesting.SeedInfo.seed([FF64D30B0DF389C0:CCD6FBCF00445377]:0)
at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:78)
at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:51)
at
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:164)
at
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:150)
at org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
at
org.apache.lucene.store.MockIndexOutputWrapper.copyBytes(MockIndexOutputWrapper.java:165)
at
org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:96)
at
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4945)
at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4448)
at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4040)
at
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2143)
at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5051)
at
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1275)
at
org.apache.lucene.index.IndexWriter.addDocuments(IndexWriter.java:1245)
at
org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:159)
at
org.apache.solr.uninverting.TestDocTermOrdsUninvertLimit.testTriggerUnInvertLimit(TestDocTermOrdsUninvertLimit.java:63)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.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)
FAILED:
org.apache.lucene.analysis.core.TestRandomChains.testRandomChainsWithLargeStrings
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([D35F87B81F543DB0:B90438A9461A1D43]:0)
at
org.apache.lucene.analysis.LookaheadTokenFilter.peekToken(LookaheadTokenFilter.java:140)
at
org.apache.lucene.analysis.MockRandomLookaheadTokenFilter.incrementToken(MockRandomLookaheadTokenFilter.java:62)
at
org.apache.lucene.analysis.miscellaneous.ConditionalTokenFilter.incrementToken(ConditionalTokenFilter.java:174)
at
org.apache.lucene.analysis.ValidatingTokenFilter.incrementToken(ValidatingTokenFilter.java:65)
at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:746)
at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:657)
at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:559)
at
org.apache.lucene.analysis.core.TestRandomChains.testRandomChainsWithLargeStrings(TestRandomChains.java:879)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
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 3401 lines...]
[junit4] Suite: org.apache.lucene.analysis.core.TestRandomChains
[junit4] 2> TEST FAIL: useCharFilter=false text=' | 19936 | 712 |
{{start-Class}} | {{Low-importance}} |- | 130 | style='text-ali'
[junit4] 2> Exception from random analyzer:
[junit4] 2> charfilters=
[junit4] 2>
org.apache.lucene.analysis.charfilter.MappingCharFilter(org.apache.lucene.analysis.charfilter.NormalizeCharMap@926d475,
java.io.StringReader@54844012)
[junit4] 2> tokenizer=
[junit4] 2> org.apache.lucene.analysis.th.ThaiTokenizer()
[junit4] 2> filters=ConditionalTokenFilter:
[junit4] 2>
org.apache.lucene.analysis.compound.HyphenationCompoundWordTokenFilter(OneTimeWrapper@18c40462
term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1,
org.apache.lucene.analysis.compound.hyphenation.HyphenationTree@27feee73)ConditionalTokenFilter:
[junit4] 2>
org.apache.lucene.analysis.standard.ClassicFilter(OneTimeWrapper@62624f01
term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1)
[junit4] 2>
org.apache.lucene.analysis.cjk.CJKWidthFilter(ValidatingTokenFilter@a605079
term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1)ConditionalTokenFilter:
[junit4] 2>
org.apache.lucene.analysis.MockRandomLookaheadTokenFilter(java.util.Random@4e40ab26,
OneTimeWrapper@79cbf6ad
term=,bytes=[],startOffset=0,endOffset=0,positionIncrement=1,positionLength=1,type=word,termFrequency=1)
[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=TestRandomChains
-Dtests.method=testRandomChainsWithLargeStrings -Dtests.seed=D35F87B81F543DB0
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
-Dtests.locale=en-GB -Dtests.timezone=Asia/Barnaul -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 67.1s J2 |
TestRandomChains.testRandomChainsWithLargeStrings <<<
[junit4] > Throwable #1: java.lang.AssertionError
[junit4] > at
__randomizedtesting.SeedInfo.seed([D35F87B81F543DB0:B90438A9461A1D43]:0)
[junit4] > at
org.apache.lucene.analysis.LookaheadTokenFilter.peekToken(LookaheadTokenFilter.java:140)
[junit4] > at
org.apache.lucene.analysis.MockRandomLookaheadTokenFilter.incrementToken(MockRandomLookaheadTokenFilter.java:62)
[junit4] > at
org.apache.lucene.analysis.miscellaneous.ConditionalTokenFilter.incrementToken(ConditionalTokenFilter.java:174)
[junit4] > at
org.apache.lucene.analysis.ValidatingTokenFilter.incrementToken(ValidatingTokenFilter.java:65)
[junit4] > at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:746)
[junit4] > at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:657)
[junit4] > at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:559)
[junit4] > at
org.apache.lucene.analysis.core.TestRandomChains.testRandomChainsWithLargeStrings(TestRandomChains.java:879)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/analysis/common/test/J2/temp/lucene.analysis.core.TestRandomChains_D35F87B81F543DB0-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{dummy=BlockTreeOrds(blocksize=128)}, docValues:{}, maxPointsInLeafNode=1220,
maxMBSortInHeap=7.617602445814867,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@923a769),
locale=en-GB, timezone=Asia/Barnaul
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_172 (64-bit)/cpus=4,threads=1,free=148688952,total=310378496
[junit4] 2> NOTE: All tests run in this JVM: [TestTrimFilterFactory,
TestPortugueseStemFilter, TestSerbianNormalizationFilterFactory,
TestTrimFilter, TestTeeSinkTokenFilter, TestAllAnalyzersHaveFactories,
TestFlagNum, TestFrenchLightStemFilter, TestPersianAnalyzer,
TestSynonymFilterFactory, TestSpanishLightStemFilter,
TestIndonesianStemFilterFactory, TestSnowballPorterFilterFactory,
TestLengthFilterFactory, TestGreekLowerCaseFilterFactory,
TestNorwegianMinimalStemFilterFactory, TestRandomChains]
[junit4] Completed [108/288 (1!)] on J2 in 275.60s, 2 tests, 1 failure <<<
FAILURES!
[...truncated 10315 lines...]
[junit4] Suite: org.apache.solr.cloud.hdfs.StressHdfsTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_FF64D30B0DF389C0-001/init-core-data-001
[junit4] 2> 1713445 INFO
(SUITE-StressHdfsTest-seed#[FF64D30B0DF389C0]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1713446 INFO
(SUITE-StressHdfsTest-seed#[FF64D30B0DF389C0]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 1713446 INFO
(SUITE-StressHdfsTest-seed#[FF64D30B0DF389C0]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1713446 INFO
(SUITE-StressHdfsTest-seed#[FF64D30B0DF389C0]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 1> Formatting using clusterid: testClusterID
[junit4] 2> 1713489 WARN
(SUITE-StressHdfsTest-seed#[FF64D30B0DF389C0]-worker) [ ]
o.a.h.m.i.MetricsConfig Cannot locate configuration: tried
hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
[junit4] 2> 1713495 WARN
(SUITE-StressHdfsTest-seed#[FF64D30B0DF389C0]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 1713499 INFO
(SUITE-StressHdfsTest-seed#[FF64D30B0DF389C0]-worker) [ ] o.m.log
jetty-6.1.26
[junit4] 2> 1713513 INFO
(SUITE-StressHdfsTest-seed#[FF64D30B0DF389C0]-worker) [ ] o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs
to ./temp/Jetty_localhost_59293_hdfs____mm4jte/webapp
[junit4] 2> 1713938 INFO
(SUITE-StressHdfsTest-seed#[FF64D30B0DF389C0]-worker) [ ] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:59293
[junit4] 2> 1714005 WARN
(SUITE-StressHdfsTest-seed#[FF64D30B0DF389C0]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 1714006 INFO
(SUITE-StressHdfsTest-seed#[FF64D30B0DF389C0]-worker) [ ] o.m.log
jetty-6.1.26
[junit4] 2> 1714032 INFO
(SUITE-StressHdfsTest-seed#[FF64D30B0DF389C0]-worker) [ ] o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_38350_datanode____r8fjzk/webapp
[junit4] 2> 1714473 INFO
(SUITE-StressHdfsTest-seed#[FF64D30B0DF389C0]-worker) [ ] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:38350
[junit4] 2> 1714585 WARN
(SUITE-StressHdfsTest-seed#[FF64D30B0DF389C0]-worker) [ ]
o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
[junit4] 2> 1714586 INFO
(SUITE-StressHdfsTest-seed#[FF64D30B0DF389C0]-worker) [ ] o.m.log
jetty-6.1.26
[junit4] 2> 1714600 INFO
(SUITE-StressHdfsTest-seed#[FF64D30B0DF389C0]-worker) [ ] o.m.log Extract
jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode
to ./temp/Jetty_localhost_45622_datanode____n23nzw/webapp
[junit4] 2> 1714665 ERROR (DataNode:
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_FF64D30B0DF389C0-001/tempDir-001/hdfsBaseDir/data/data1/,
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_FF64D30B0DF389C0-001/tempDir-001/hdfsBaseDir/data/data2/]]
heartbeating to localhost/127.0.0.1:60727) [ ]
o.a.h.h.s.d.DirectoryScanner
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1
ms/sec. Assuming default value of 1000
[junit4] 2> 1714674 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x5fa4dca7976066: from storage
DS-7b4ff0ea-3bd7-4b53-88bd-4e4eae826335 node
DatanodeRegistration(127.0.0.1:57116,
datanodeUuid=ad9261a9-597d-4d87-8fa9-1f93bf832077, infoPort=52233,
infoSecurePort=0, ipcPort=38911,
storageInfo=lv=-56;cid=testClusterID;nsid=1452309833;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 1714675 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x5fa4dca7976066: from storage
DS-7e9058c8-469b-47b9-aad2-bd49f47dc8fc node
DatanodeRegistration(127.0.0.1:57116,
datanodeUuid=ad9261a9-597d-4d87-8fa9-1f93bf832077, infoPort=52233,
infoSecurePort=0, ipcPort=38911,
storageInfo=lv=-56;cid=testClusterID;nsid=1452309833;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 1715090 INFO
(SUITE-StressHdfsTest-seed#[FF64D30B0DF389C0]-worker) [ ] o.m.log Started
HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:45622
[junit4] 2> 1715187 ERROR (DataNode:
[[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_FF64D30B0DF389C0-001/tempDir-001/hdfsBaseDir/data/data3/,
[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_FF64D30B0DF389C0-001/tempDir-001/hdfsBaseDir/data/data4/]]
heartbeating to localhost/127.0.0.1:60727) [ ]
o.a.h.h.s.d.DirectoryScanner
dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1
ms/sec. Assuming default value of 1000
[junit4] 2> 1715206 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x5fa4dcc74614e3: from storage
DS-bd568f51-ee95-4143-860e-a103d56e6485 node
DatanodeRegistration(127.0.0.1:42708,
datanodeUuid=e559979c-d783-4bec-8257-bd2068040276, infoPort=47480,
infoSecurePort=0, ipcPort=35121,
storageInfo=lv=-56;cid=testClusterID;nsid=1452309833;c=0), blocks: 0,
hasStaleStorage: true, processing time: 0 msecs
[junit4] 2> 1715206 INFO (Block report processor) [ ] BlockStateChange
BLOCK* processReport 0x5fa4dcc74614e3: from storage
DS-cc30a0fd-22ae-4202-acd2-42ddeb88211a node
DatanodeRegistration(127.0.0.1:42708,
datanodeUuid=e559979c-d783-4bec-8257-bd2068040276, infoPort=47480,
infoSecurePort=0, ipcPort=35121,
storageInfo=lv=-56;cid=testClusterID;nsid=1452309833;c=0), blocks: 0,
hasStaleStorage: false, processing time: 0 msecs
[junit4] 2> 1715257 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.a.s.c.ZkTestServer
STARTING ZK TEST SERVER
[junit4] 2> 1715259 INFO (Thread-6952) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1715259 INFO (Thread-6952) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1715261 ERROR (Thread-6952) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 1715358 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.a.s.c.ZkTestServer
start zk server on port:51012
[junit4] 2> 1715366 INFO (zkConnectionManagerCallback-2101-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1715368 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x10644a3d3890000, likely client has closed socket
[junit4] 2> 1715375 INFO (zkConnectionManagerCallback-2103-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1715380 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1715382 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1715383 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1715384 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1715386 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1715387 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1715388 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1715389 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1715390 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1715392 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1715393 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1715395 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly
asked otherwise
[junit4] 2> 1715533 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.e.j.s.Server
jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 1715534 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
[junit4] 2> 1715534 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.e.j.s.session No
SessionScavenger set, using defaults
[junit4] 2> 1715534 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.e.j.s.session node0
Scavenging every 660000ms
[junit4] 2> 1715534 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@42cb3998{/,null,AVAILABLE}
[junit4] 2> 1715534 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@48f4311f{HTTP/1.1,[http/1.1]}{127.0.0.1:54908}
[junit4] 2> 1715534 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.e.j.s.Server
Started @1715610ms
[junit4] 2> 1715534 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:60727/hdfs__localhost_60727__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_FF64D30B0DF389C0-001_tempDir-002_control_data,
hostContext=/, hostPort=54908,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_FF64D30B0DF389C0-001/control-001/cores}
[junit4] 2> 1715535 ERROR
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1715535 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1715535 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1715535 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1715535 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1715535 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-05-18T18:51:34.219Z
[junit4] 2> 1715543 INFO (zkConnectionManagerCallback-2105-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1715544 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x10644a3d3890002, likely client has closed socket
[junit4] 2> 1715544 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1715544 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.a.s.c.SolrXmlConfig
Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_FF64D30B0DF389C0-001/control-001/solr.xml
[junit4] 2> 1715549 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.a.s.c.SolrXmlConfig
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 1715549 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.a.s.c.SolrXmlConfig
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1715550 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.a.s.c.SolrXmlConfig
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@363b0fa2, but no JMX
reporters were configured - adding default JMX reporter.
[junit4] 2> 1715555 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:51012/solr
[junit4] 2> 1715556 INFO (zkConnectionManagerCallback-2109-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1715559 INFO (zkConnectionManagerCallback-2111-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1715662 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:54908_ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1715663 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:54908_ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54908_
[junit4] 2> 1715664 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:54908_ ]
o.a.s.c.Overseer Overseer (id=73821914317520900-127.0.0.1:54908_-n_0000000000)
starting
[junit4] 2> 1715678 INFO (zkConnectionManagerCallback-2118-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1715680 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:54908_ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51012/solr ready
[junit4] 2> 1715684 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:54908_ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:54908_
[junit4] 2> 1715691 INFO
(OverseerStateUpdate-73821914317520900-127.0.0.1:54908_-n_0000000000) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1715699 INFO (zkCallback-2117-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1715917 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:54908_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@363b0fa2
[junit4] 2> 1715918 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:54908_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@363b0fa2
[junit4] 2> 1715918 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:54908_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@363b0fa2
[junit4] 2> 1715920 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:54908_ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_FF64D30B0DF389C0-001/control-001/cores
[junit4] 2> 1715952 INFO (zkConnectionManagerCallback-2123-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1715953 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1715954 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51012/solr ready
[junit4] 2> 1715956 INFO (qtp739462905-13993) [n:127.0.0.1:54908_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:54908_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1715965 INFO (OverseerThreadFactory-3493-thread-1) [ ]
o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
[junit4] 2> 1716075 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
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> 1716075 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 1717108 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1717126 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 1717290 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1717309 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 1717310 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
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@363b0fa2
[junit4] 2> 1717310 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:60727/solr_hdfs_home
[junit4] 2> 1717310 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 1717310 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1717310 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
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
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_FF64D30B0DF389C0-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[hdfs://localhost:60727/solr_hdfs_home/control_collection/core_node2/data/]
[junit4] 2> 1717312 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:60727/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
[junit4] 2> 1717320 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 1717321 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 1717321 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 1717332 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 1717333 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:60727/solr_hdfs_home/control_collection/core_node2/data
[junit4] 2> 1717361 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:60727/solr_hdfs_home/control_collection/core_node2/data/index
[junit4] 2> 1717369 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 1717370 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 1717370 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 1717378 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 1717378 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@fc2800e
[junit4] 2> 1717409 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:57116 is added to
blk_1073741825_1001{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-cc30a0fd-22ae-4202-acd2-42ddeb88211a:NORMAL:127.0.0.1:42708|RBW],
ReplicaUC[[DISK]DS-7b4ff0ea-3bd7-4b53-88bd-4e4eae826335:NORMAL:127.0.0.1:57116|FINALIZED]]}
size 0
[junit4] 2> 1717412 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42708 is added to
blk_1073741825_1001 size 69
[junit4] 2> 1717418 WARN (qtp739462905-13988) [n:127.0.0.1:54908_
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> 1717480 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 1717481 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
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> 1717481 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 1717492 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1717492 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1717499 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8713074921283205]
[junit4] 2> 1717531 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@51dc681b[control_collection_shard1_replica_n1] main]
[junit4] 2> 1717533 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1717533 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
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> 1717534 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1717534 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
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 1600828993666285568
[junit4] 2> 1717538 INFO
(searcherExecutor-3496-thread-1-processing-n:127.0.0.1:54908_
x:control_collection_shard1_replica_n1 c:control_collection s:shard1)
[n:127.0.0.1:54908_ 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@51dc681b[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1717554 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
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> 1717558 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1717558 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
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> 1717558 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:54908/control_collection_shard1_replica_n1/
[junit4] 2> 1717558 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
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> 1717558 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:54908/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 1717558 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1717563 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:54908/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 1717667 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
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> 1717670 INFO (qtp739462905-13988) [n:127.0.0.1:54908_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1595
[junit4] 2> 1717675 INFO (qtp739462905-13993) [n:127.0.0.1:54908_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1717770 INFO (zkCallback-2110-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> 1717969 INFO
(OverseerCollectionConfigSetProcessor-73821914317520900-127.0.0.1:54908_-n_0000000000)
[ ] 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> 1718675 INFO (qtp739462905-13993) [n:127.0.0.1:54908_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:54908_&wt=javabin&version=2}
status=0 QTime=2718
[junit4] 2> 1718688 INFO (zkConnectionManagerCallback-2128-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1718689 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1718690 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51012/solr ready
[junit4] 2> 1718690 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.a.s.c.ChaosMonkey
monkey: init - expire sessions:false cause connection loss:false
[junit4] 2> 1718692 INFO (qtp739462905-13989) [n:127.0.0.1:54908_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1718695 INFO (OverseerThreadFactory-3493-thread-2) [ ]
o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
[junit4] 2> 1718696 WARN (OverseerThreadFactory-3493-thread-2) [ ]
o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection
(collection1) without cores.
[junit4] 2> 1718902 INFO (qtp739462905-13989) [n:127.0.0.1:54908_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1718902 INFO (qtp739462905-13989) [n:127.0.0.1:54908_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=210
[junit4] 2> 1718915 INFO
(OverseerCollectionConfigSetProcessor-73821914317520900-127.0.0.1:54908_-n_0000000000)
[ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1719059 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_FF64D30B0DF389C0-001/shard-1-001
of type TLOG
[junit4] 2> 1719060 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.e.j.s.Server
jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 1719060 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
[junit4] 2> 1719061 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.e.j.s.session No
SessionScavenger set, using defaults
[junit4] 2> 1719061 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.e.j.s.session node0
Scavenging every 600000ms
[junit4] 2> 1719061 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7ca23661{/,null,AVAILABLE}
[junit4] 2> 1719061 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@16eac584{HTTP/1.1,[http/1.1]}{127.0.0.1:53147}
[junit4] 2> 1719061 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.e.j.s.Server
Started @1719137ms
[junit4] 2> 1719061 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:60727/hdfs__localhost_60727__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_FF64D30B0DF389C0-001_tempDir-002_jetty1,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=53147,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_FF64D30B0DF389C0-001/shard-1-001/cores}
[junit4] 2> 1719062 ERROR
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1719062 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1719062 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1719062 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1719062 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1719062 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-05-18T18:51:37.746Z
[junit4] 2> 1719073 INFO (zkConnectionManagerCallback-2130-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1719074 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1719074 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.a.s.c.SolrXmlConfig
Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_FF64D30B0DF389C0-001/shard-1-001/solr.xml
[junit4] 2> 1719078 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.a.s.c.SolrXmlConfig
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 1719078 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.a.s.c.SolrXmlConfig
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1719079 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.a.s.c.SolrXmlConfig
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@363b0fa2, but no JMX
reporters were configured - adding default JMX reporter.
[junit4] 2> 1719084 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:51012/solr
[junit4] 2> 1719086 INFO (zkConnectionManagerCallback-2134-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1719088 INFO (zkConnectionManagerCallback-2136-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1719095 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:53147_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1719097 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:53147_ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1719100 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:53147_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1719100 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:53147_ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:53147_
[junit4] 2> 1719101 INFO (zkCallback-2117-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1719101 INFO (zkCallback-2110-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1719116 INFO (zkCallback-2135-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1719125 INFO (zkCallback-2127-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1719397 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:53147_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@363b0fa2
[junit4] 2> 1719411 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:53147_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@363b0fa2
[junit4] 2> 1719412 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:53147_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@363b0fa2
[junit4] 2> 1719414 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:53147_ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_FF64D30B0DF389C0-001/shard-1-001/cores
[junit4] 2> 1719418 INFO (zkConnectionManagerCallback-2143-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1719419 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:53147_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1719421 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:53147_ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51012/solr ready
[junit4] 2> 1719467 INFO (qtp1247682841-14055) [n:127.0.0.1:53147_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:53147_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1719475 INFO (OverseerThreadFactory-3493-thread-3) [
c:collection1 s:shard1 ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:53147_ for creating new replica
[junit4] 2> 1719479 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
x:collection1_shard1_replica_t21] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 1720507 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1720523 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.s.IndexSchema
[collection1_shard1_replica_t21] Schema name=test
[junit4] 2> 1720674 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1720692 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_t21' using configuration from
collection collection1, trusted=true
[junit4] 2> 1720692 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_t21' (registry
'solr.core.collection1.shard1.replica_t21') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@363b0fa2
[junit4] 2> 1720692 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:60727/solr_hdfs_home
[junit4] 2> 1720692 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 1720692 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1720692 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.SolrCore
[[collection1_shard1_replica_t21] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_FF64D30B0DF389C0-001/shard-1-001/cores/collection1_shard1_replica_t21],
dataDir=[hdfs://localhost:60727/solr_hdfs_home/collection1/core_node22/data/]
[junit4] 2> 1720694 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:60727/solr_hdfs_home/collection1/core_node22/data/snapshot_metadata
[junit4] 2> 1720703 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 1720703 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 1720703 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 1720711 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 1720712 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:60727/solr_hdfs_home/collection1/core_node22/data
[junit4] 2> 1720733 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:60727/solr_hdfs_home/collection1/core_node22/data/index
[junit4] 2> 1720742 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 1720742 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 1720742 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 1720756 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 1720757 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@2088fc27
[junit4] 2> 1720771 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:57116 is added to
blk_1073741826_1002{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-bd568f51-ee95-4143-860e-a103d56e6485:NORMAL:127.0.0.1:42708|RBW],
ReplicaUC[[DISK]DS-7e9058c8-469b-47b9-aad2-bd49f47dc8fc:NORMAL:127.0.0.1:57116|RBW]]}
size 0
[junit4] 2> 1720773 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42708 is added to
blk_1073741826_1002 size 69
[junit4] 2> 1720779 WARN (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
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> 1720852 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
[junit4] 2> 1720852 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1720852 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.u.HdfsUpdateLog
Initializing HdfsUpdateLog: tlogDfsReplication=2
[junit4] 2> 1720864 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1720864 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1720867 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8713074921283205]
[junit4] 2> 1720872 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@129698b5[collection1_shard1_replica_t21] main]
[junit4] 2> 1720874 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1720875 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1720876 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1720877 INFO
(searcherExecutor-3507-thread-1-processing-n:127.0.0.1:53147_
x:collection1_shard1_replica_t21 c:collection1 s:shard1) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.SolrCore
[collection1_shard1_replica_t21] Registered new searcher
Searcher@129698b5[collection1_shard1_replica_t21]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1720877 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1600828997171675136
[junit4] 2> 1720885 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.ZkShardTerms
Successful update of terms at /collections/collection1/terms/shard1 to
Terms{values={core_node22=0}, version=0}
[junit4] 2> 1720888 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1720888 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1720889 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:53147/collection1_shard1_replica_t21/
[junit4] 2> 1720889 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 1720889 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.SyncStrategy
http://127.0.0.1:53147/collection1_shard1_replica_t21/ has no replicas
[junit4] 2> 1720889 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1720889 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.ZkController
collection1_shard1_replica_t21 stopping background replication from leader
[junit4] 2> 1720893 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:53147/collection1_shard1_replica_t21/ shard1
[junit4] 2> 1720995 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 1720997 INFO (qtp1247682841-14050) [n:127.0.0.1:53147_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=1518
[junit4] 2> 1721000 INFO (qtp1247682841-14055) [n:127.0.0.1:53147_
c:collection1 ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={node=127.0.0.1:53147_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
status=0 QTime=1533
[junit4] 2> 1721098 INFO (zkCallback-2135-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1721145 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_FF64D30B0DF389C0-001/shard-2-001
of type TLOG
[junit4] 2> 1721146 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.e.j.s.Server
jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
[junit4] 2> 1721147 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
[junit4] 2> 1721147 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.e.j.s.session No
SessionScavenger set, using defaults
[junit4] 2> 1721147 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.e.j.s.session node0
Scavenging every 600000ms
[junit4] 2> 1721148 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7ab482ed{/,null,AVAILABLE}
[junit4] 2> 1721148 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@731dc908{HTTP/1.1,[http/1.1]}{127.0.0.1:46350}
[junit4] 2> 1721149 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.e.j.s.Server
Started @1721225ms
[junit4] 2> 1721149 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=hdfs://localhost:60727/hdfs__localhost_60727__x1_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-master_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.StressHdfsTest_FF64D30B0DF389C0-001_tempDir-002_jetty2,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=46350,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_FF64D30B0DF389C0-001/shard-2-001/cores}
[junit4] 2> 1721149 ERROR
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1721150 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1721150 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1721150 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1721150 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1721150 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-05-18T18:51:39.834Z
[junit4] 2> 1721152 INFO (zkConnectionManagerCallback-2145-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1721153 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1721153 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.a.s.c.SolrXmlConfig
Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_FF64D30B0DF389C0-001/shard-2-001/solr.xml
[junit4] 2> 1721157 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.a.s.c.SolrXmlConfig
Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
[junit4] 2> 1721157 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.a.s.c.SolrXmlConfig
Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1721173 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.a.s.c.SolrXmlConfig
MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@363b0fa2, but no JMX
reporters were configured - adding default JMX reporter.
[junit4] 2> 1721178 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [ ] o.a.s.c.ZkContainer
Zookeeper client=127.0.0.1:51012/solr
[junit4] 2> 1721180 INFO (zkConnectionManagerCallback-2149-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1721182 INFO (zkConnectionManagerCallback-2151-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1721189 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:46350_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1721192 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:46350_ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1721200 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:46350_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1721200 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:46350_ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46350_
[junit4] 2> 1721202 INFO (zkCallback-2135-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1721204 INFO (zkCallback-2117-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1721217 INFO (zkCallback-2127-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1721227 INFO (zkCallback-2110-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1721235 INFO (zkCallback-2142-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1721236 INFO (zkCallback-2150-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1721313 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:46350_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@363b0fa2
[junit4] 2> 1721328 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:46350_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@363b0fa2
[junit4] 2> 1721328 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:46350_ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@363b0fa2
[junit4] 2> 1721330 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:46350_ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_FF64D30B0DF389C0-001/shard-2-001/cores
[junit4] 2> 1721334 INFO (zkConnectionManagerCallback-2158-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1721335 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:46350_ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 1721336 INFO
(TEST-StressHdfsTest.test-seed#[FF64D30B0DF389C0]) [n:127.0.0.1:46350_ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51012/solr ready
[junit4] 2> 1721382 INFO (qtp350443907-14097) [n:127.0.0.1:46350_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:46350_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1721384 INFO
(OverseerCollectionConfigSetProcessor-73821914317520900-127.0.0.1:54908_-n_0000000000)
[ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1721386 INFO (OverseerThreadFactory-3493-thread-4) [
c:collection1 s:shard1 ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:46350_ for creating new replica
[junit4] 2> 1721391 INFO (qtp350443907-14093) [n:127.0.0.1:46350_
x:collection1_shard1_replica_t23] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 1721497 INFO (zkCallback-2135-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1722412 INFO (qtp350443907-14093) [n:127.0.0.1:46350_
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1722428 INFO (qtp350443907-14093) [n:127.0.0.1:46350_
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.s.IndexSchema
[collection1_shard1_replica_t23] Schema name=test
[junit4] 2> 1722578 INFO (qtp350443907-14093) [n:127.0.0.1:46350_
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1722595 INFO (qtp350443907-14093) [n:127.0.0.1:46350_
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_t23' using configuration from
collection collection1, trusted=true
[junit4] 2> 1722596 INFO (qtp350443907-14093) [n:127.0.0.1:46350_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_t23' (registry
'solr.core.collection1.shard1.replica_t23') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@363b0fa2
[junit4] 2> 1722596 INFO (qtp350443907-14093) [n:127.0.0.1:46350_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.c.HdfsDirectoryFactory
solr.hdfs.home=hdfs://localhost:60727/solr_hdfs_home
[junit4] 2> 1722596 INFO (qtp350443907-14093) [n:127.0.0.1:46350_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
[junit4] 2> 1722596 INFO (qtp350443907-14093) [n:127.0.0.1:46350_
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1722596 INFO (qtp350443907-14093) [n:127.0.0.1:46350_
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.c.SolrCore
[[collection1_shard1_replica_t23] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.StressHdfsTest_FF64D30B0DF389C0-001/shard-2-001/cores/collection1_shard1_replica_t23],
dataDir=[hdfs://localhost:60727/solr_hdfs_home/collection1/core_node24/data/]
[junit4] 2> 1722598 INFO (qtp350443907-14093) [n:127.0.0.1:46350_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:60727/solr_hdfs_home/collection1/core_node24/data/snapshot_metadata
[junit4] 2> 1722606 INFO (qtp350443907-14093) [n:127.0.0.1:46350_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 1722607 INFO (qtp350443907-14093) [n:127.0.0.1:46350_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 1722607 INFO (qtp350443907-14093) [n:127.0.0.1:46350_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 1722615 INFO (qtp350443907-14093) [n:127.0.0.1:46350_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 1722616 INFO (qtp350443907-14093) [n:127.0.0.1:46350_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:60727/solr_hdfs_home/collection1/core_node24/data
[junit4] 2> 1722634 INFO (qtp350443907-14093) [n:127.0.0.1:46350_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.c.HdfsDirectoryFactory creating directory factory for path
hdfs://localhost:60727/solr_hdfs_home/collection1/core_node24/data/index
[junit4] 2> 1722642 INFO (qtp350443907-14093) [n:127.0.0.1:46350_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct
memory allocation set to [true]
[junit4] 2> 1722642 INFO (qtp350443907-14093) [n:127.0.0.1:46350_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of
[8388608] will allocate [1] slabs and use ~[8388608] bytes
[junit4] 2> 1722642 INFO (qtp350443907-14093) [n:127.0.0.1:46350_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
[junit4] 2> 1722651 INFO (qtp350443907-14093) [n:127.0.0.1:46350_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.s.b.BlockDirectory Block cache on write is disabled
[junit4] 2> 1722651 INFO (qtp350443907-14093) [n:127.0.0.1:46350_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@6677ea84
[junit4] 2> 1722666 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:57116 is added to
blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-bd568f51-ee95-4143-860e-a103d56e6485:NORMAL:127.0.0.1:42708|RBW],
ReplicaUC[[DISK]DS-7b4ff0ea-3bd7-4b53-88bd-4e4eae826335:NORMAL:127.0.0.1:57116|RBW]]}
size 0
[junit4] 2> 1722667 INFO (Block report processor) [ ] BlockStateChange
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:42708 is added to
blk_1073741827_1003{UCState=UNDER_CONSTRUCTION, truncateBlock=null,
primaryNodeIndex=-1,
replicas=[ReplicaUC[[DISK]DS-bd568f51-ee95-4143-860e-a103d56e6485:NORMAL:127.0.0.1:42708|RBW],
ReplicaUC[[DISK]DS-7b4ff0ea-3bd7-4b53-88bd-4e4eae826335:NORMAL:127.0.0.1:57116|RBW]]}
size 0
[junit4] 2> 1722668 WARN (DataStreamer for file
/solr_hdfs_home/collection1/core_node24/data/index/pending_segments_1) [ ]
o.a.h.h.DFSClient Caught exception
[junit4] 2> java.lang.InterruptedException: null
[junit4] 2> at java.lang.Object.wait(Native Method) ~[?:1.8.0_172]
[junit4] 2> at java.lang.Thread.join(Thread.java:1252)
~[?:1.8.0_172]
[junit4] 2> at java.lang.Thread.join(Thread.java:1326)
~[?:1.8.0_172]
[junit4] 2> at
org.apache.hadoop.hdfs.DFSOutputStream$DataStreamer.closeResponder(DFSOutputStream.java:716)
[hadoop-hdfs-2.7.4.jar:?]
[junit4] 2> at org.apache.hadoop
[...truncated too long message...]
UninvertLimit.testTriggerUnInvertLimit <<<
[junit4] > Throwable #1: java.lang.OutOfMemoryError: Java heap space
[junit4] > at
__randomizedtesting.SeedInfo.seed([FF64D30B0DF389C0:CCD6FBCF00445377]:0)
[junit4] > at
org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:78)
[junit4] > at
org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:51)
[junit4] > at
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:164)
[junit4] > at
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:150)
[junit4] > at
org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
[junit4] > at
org.apache.lucene.store.MockIndexOutputWrapper.copyBytes(MockIndexOutputWrapper.java:165)
[junit4] > at
org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.write(Lucene50CompoundFormat.java:96)
[junit4] > at
org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:4945)
[junit4] > at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4448)
[junit4] > at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4040)
[junit4] > at
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
[junit4] > at
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2143)
[junit4] > at
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5051)
[junit4] > at
org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1275)
[junit4] > at
org.apache.lucene.index.IndexWriter.addDocuments(IndexWriter.java:1245)
[junit4] > at
org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:159)
[junit4] > at
org.apache.solr.uninverting.TestDocTermOrdsUninvertLimit.testTriggerUnInvertLimit(TestDocTermOrdsUninvertLimit.java:63)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{field=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
docValues:{}, maxPointsInLeafNode=864, maxMBSortInHeap=7.219354072554283,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@467995ba),
locale=es-PE, timezone=US/Michigan
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_172 (64-bit)/cpus=4,threads=1,free=150605400,total=477626368
[junit4] 2> NOTE: All tests run in this JVM: [SampleTest,
TestSSLRandomization, SolrInfoBeanTest, RestoreTriggerStateTest,
TestReplicationHandler, LeaderElectionContextKeyTest,
CoreAdminRequestStatusTest, MissingSegmentRecoveryTest, MetricTriggerTest,
HdfsDirectoryTest, TestConfigSets, DistributedQueueTest,
TestSimpleTrackingShardHandler, TestUseDocValuesAsStored2,
SolrMetricsIntegrationTest, RecoveryAfterSoftCommitTest, SyncSliceTest,
CdcrRequestHandlerTest, TestComplexPhraseQParserPlugin,
TestSizeLimitedDistributedMap, ResourceLoaderTest, TestHttpShardHandlerFactory,
ParsingFieldUpdateProcessorsTest, NodeLostTriggerIntegrationTest,
TestHalfAndHalfDocValues, DirectSolrConnectionTest, TestBulkSchemaAPI,
SolrXmlInZkTest, SubstringBytesRefFilterTest, TestSolrCoreSnapshots,
BooleanFieldTest, TestGeoJSONResponseWriter, TestDynamicFieldResource,
TestReload, DOMUtilTest, TestStressRecovery, TestRandomRequestDistribution,
TestLegacyNumericUtils, TestSQLHandlerNonCloud, TestSolrIndexConfig,
IndexSchemaTest, PeerSyncTest, TolerantUpdateProcessorTest,
CollectionsAPISolrJTest, TestSolr4Spatial, TestJsonFacetRefinement,
TriggerIntegrationTest, TestFileDictionaryLookup,
DocExpirationUpdateProcessorFactoryTest, HighlighterTest,
TemplateUpdateProcessorTest, TestInPlaceUpdatesDistrib,
TestDocBasedVersionConstraints, TestManagedSchemaThreadSafety, TestXmlQParser,
TestOverriddenPrefixQueryForCustomFieldType, TestRecovery, NodeMutatorTest,
AssignBackwardCompatibilityTest, SolrCloudReportersTest,
DeleteInactiveReplicaTest, TestReloadAndDeleteDocs, SolrJmxReporterCloudTest,
HttpSolrCallGetCoreTest, SearchHandlerTest, TestSearchPerf, LoggingHandlerTest,
MetricsHandlerTest, TestDownShardTolerantSearch,
UpdateRequestProcessorFactoryTest, FileUtilsTest,
SchemaVersionSpecificBehaviorTest, TestCloudManagedSchema,
TestSweetSpotSimilarityFactory, SliceStateTest,
TestRuleBasedAuthorizationPlugin, RuleEngineTest, TestFoldingMultitermQuery,
TestSlowCompositeReaderWrapper, ForceLeaderTest, SoftAutoCommitTest,
TestTolerantUpdateProcessorCloud, TestLeaderElectionZkExpiry,
TestImpersonationWithHadoopAuth, HttpTriggerListenerTest,
XsltUpdateRequestHandlerTest, TestNestedDocsSort, SolrCoreMetricManagerTest,
TestCloudDeleteByQuery, TestFilteredDocIdSet, TestLocalFSCloudBackupRestore,
TestMinMaxOnMultiValuedField, DistribCursorPagingTest,
TestPostingsSolrHighlighter, TestInfoStreamLogging,
TestReversedWildcardFilterFactory, TestManagedSynonymFilterFactory,
ClassificationUpdateProcessorIntegrationTest, UtilsToolTest,
CustomHighlightComponentTest, PolyFieldTest, ActionThrottleTest,
TestManagedResource, TestPartialUpdateDeduplication, TestReRankQParserPlugin,
HdfsThreadLeakTest, SpellCheckCollatorWithCollapseTest,
SegmentsInfoRequestHandlerTest, HttpPartitionTest, TestLRUStatsCache,
TestClassicSimilarityFactory, SimplePostToolTest, ReplaceNodeTest,
AtomicUpdateProcessorFactoryTest, TestInitQParser, TestSolrConfigHandler,
TestNumericRangeQuery32, TestConfigSetsAPIExclusivity, TestSystemIdResolver,
TestSerializedLuceneMatchVersion, LeaderVoteWaitTimeoutTest, TestPushWriter,
CSVRequestHandlerTest, TestCollectionAPIs, HdfsBasicDistributedZk2Test,
HdfsDirectoryFactoryTest, FastVectorHighlighterTest,
TlogReplayBufferedWhileIndexingTest, TestEmbeddedSolrServerSchemaAPI,
TestZkChroot, TestSolr4Spatial2, HdfsRecoveryZkTest, CdcrBootstrapTest,
ChaosMonkeySafeLeaderTest, OverseerTest, LeaderElectionIntegrationTest,
BasicZkTest, RecoveryZkTest, ClusterStateUpdateTest, TestRandomFaceting,
ZkSolrClientTest, TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest,
TestDistributedSearch, TestDistributedGrouping, TestFaceting,
DistributedSpellCheckComponentTest, ZkControllerTest, TestJoin,
TestStressVersions, TestRangeQuery, HighlighterConfigTest, SOLR749Test,
TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest,
CopyFieldTest, SolrIndexConfigTest, BadComponentTest, TestMergePolicyConfig,
TestSolrDeletionPolicy2, TestElisionMultitermQuery,
TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestPhraseSuggestions,
TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestXIncludeConfig,
EchoParamsTest, TestDFRSimilarityFactory, TestPerFieldSimilarity,
TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory,
TestBM25SimilarityFactory, TimeZoneUtilsTest, ScriptEngineTest,
OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestFastLRUCache,
ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, PrimUtilsTest,
DateFieldTest, RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ,
TestLRUCache, TestDocumentBuilder, ZkNodePropsTest, SystemInfoHandlerTest,
CircularListTest, DistributedMLTComponentTest, DistributedIntervalFacetingTest,
ChaosMonkeyNothingIsSafeWithPullReplicasTest, CreateCollectionCleanupTest,
DeleteReplicaTest, LeaderFailoverAfterPartitionTest,
LeaderFailureAfterFreshStartTest, LegacyCloudClusterPropTest,
MoveReplicaHDFSFailoverTest, MoveReplicaTest, MultiThreadedOCPTest,
OutOfBoxZkACLAndCredentialsProvidersTest,
OverriddenZkACLAndCredentialsProvidersTest,
OverseerCollectionConfigSetProcessorTest, OverseerStatusTest,
OverseerTaskQueueTest, SSLMigrationTest, SaslZkACLProviderTest,
TestCloudPseudoReturnFields, TestCloudRecovery, TestConfigSetsAPI,
TestOnReconnectListenerSupport, TestPrepRecovery, TestPullReplica,
TestRebalanceLeaders, TestSolrCloudWithDelegationTokens,
TestSolrCloudWithKerberosAlt, TestStressInPlaceUpdates,
TestTolerantUpdateProcessorRandomCloud, TriLevelCompositeIdRoutingTest,
ZkShardTermsTest, AssignTest, CollectionsAPIAsyncDistributedZkTest,
CustomCollectionTest, HdfsCollectionsAPIDistributedZkTest,
TestRequestStatusCollectionAPI, ExecutePlanActionTest,
NodeMarkersRegistrationTest, SystemLogListenerTest,
TriggerCooldownIntegrationTest, TriggerSetPropertiesIntegrationTest,
TestClusterStateProvider, TestComputePlanAction, TestDistribStateManager,
TestExecutePlanAction, TestGenericDistributedQueue, TestLargeCluster,
TestNodeAddedTrigger, TestNodeLostTrigger, TestPolicyCloud,
TestTriggerIntegration, BaseCdcrDistributedZkTest,
CdcrReplicationDistributedZkTest, CdcrVersionReplicationTest,
HDFSCollectionsAPITest, HdfsBasicDistributedZkTest, TestExactSharedStatsCache,
PKIAuthenticationIntegrationTest, TestSolrCloudWithHadoopAuthPlugin,
TestBlendedInfixSuggestions, BufferStoreTest, TestDocTermOrdsUninvertLimit]
[junit4] Completed [779/806 (2!)] on J1 in 73.63s, 1 test, 1 error <<<
FAILURES!
[...truncated 76 lines...]
[junit4] JVM J1: stdout was not empty, see:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J1-20180518_182258_5274020119577349881658.sysout
[junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: Java heap space
[junit4] Dumping heap to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/heapdumps/java_pid30670.hprof
...
[junit4] Heap dump file created [475314518 bytes in 2.223 secs]
[junit4] <<< JVM J1: EOF ----
[...truncated 9427 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:651:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:585:
Some of the tests produced a heap dump, but did not fail. Maybe a suppressed
OutOfMemoryError? Dumps created:
* java_pid30670.hprof
Total time: 418 minutes 22 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]