Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.3/65/
5 tests failed.
FAILED: org.apache.lucene.document.TestXYPolygonShapeQueries.testRandomBig
Error Message:
Java heap space
Stack Trace:
java.lang.OutOfMemoryError: Java heap space
at
__randomizedtesting.SeedInfo.seed([F3CBCCFCD3BBBB71:749CB17342E2C7F1]:0)
at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
at
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
at
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
at
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
at
org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:67)
at
org.apache.lucene.util.bkd.BKDRadixSelector.offlinePartition(BKDRadixSelector.java:285)
at
org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:258)
at
org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1594)
at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1611)
at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:785)
at
org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.writeField(Lucene60PointsWriter.java:129)
at
org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
at
org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:219)
at
org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
at
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1991)
at org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1940)
at
org.apache.lucene.document.BaseShapeTestCase.indexRandomShapes(BaseShapeTestCase.java:242)
at
org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:211)
at
org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:137)
at
org.apache.lucene.document.TestXYPolygonShapeQueries.testRandomBig(TestXYPolygonShapeQueries.java:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
FAILED: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest.test
Error Message:
Test abandoned because suite timeout was reached.
Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
at __randomizedtesting.SeedInfo.seed([2EFEA9925F641F54]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeyNothingIsSafeWithPullReplicasTest
Error Message:
Suite timeout exceeded (>= 7200000 msec).
Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
at __randomizedtesting.SeedInfo.seed([2EFEA9925F641F54]:0)
FAILED: org.apache.solr.cloud.RollingRestartTest.test
Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:41619
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while
waiting response from server at: https://127.0.0.1:41619
at
__randomizedtesting.SeedInfo.seed([2EFEA9925F641F54:A6AA9648F19872AC]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
at
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1128)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:897)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:829)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
at
org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:74)
at
org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:53)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
at sun.security.ssl.InputRecord.read(InputRecord.java:503)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:933)
at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
... 52 more
FAILED: org.apache.solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest.test
Error Message:
document count mismatch. control=12571 sum(shards)=12588 cloudClient=12588
Stack Trace:
java.lang.AssertionError: document count mismatch. control=12571
sum(shards)=12588 cloudClient=12588
at
__randomizedtesting.SeedInfo.seed([2EFEA9925F641F54:A6AA9648F19872AC]:0)
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1522)
at
org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test(ChaosMonkeyNothingIsSafeTest.java:266)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 11085 lines...]
[junit4] Suite: org.apache.lucene.document.TestXYPolygonShapeQueries
[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=TestXYPolygonShapeQueries -Dtests.method=testRandomBig
-Dtests.seed=F3CBCCFCD3BBBB71 -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/test-data/enwiki.random.lines.txt
-Dtests.locale=mt -Dtests.timezone=Europe/Bucharest -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 138s J0 | TestXYPolygonShapeQueries.testRandomBig <<<
[junit4] > Throwable #1: java.lang.OutOfMemoryError: Java heap space
[junit4] > at
__randomizedtesting.SeedInfo.seed([F3CBCCFCD3BBBB71:749CB17342E2C7F1]:0)
[junit4] > at
org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
[junit4] > at
org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
[junit4] > at
org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
[junit4] > at
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
[junit4] > at
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
[junit4] > at
org.apache.lucene.util.bkd.OfflinePointWriter.append(OfflinePointWriter.java:67)
[junit4] > at
org.apache.lucene.util.bkd.BKDRadixSelector.offlinePartition(BKDRadixSelector.java:285)
[junit4] > at
org.apache.lucene.util.bkd.BKDRadixSelector.buildHistogramAndPartition(BKDRadixSelector.java:258)
[junit4] > at
org.apache.lucene.util.bkd.BKDRadixSelector.select(BKDRadixSelector.java:126)
[junit4] > at
org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1594)
[junit4] > at
org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1611)
[junit4] > at
org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:785)
[junit4] > at
org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.writeField(Lucene60PointsWriter.java:129)
[junit4] > at
org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
[junit4] > at
org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:219)
[junit4] > at
org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:202)
[junit4] > at
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:162)
[junit4] > at
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4463)
[junit4] > at
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4057)
[junit4] > at
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
[junit4] > at
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2158)
[junit4] > at
org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1991)
[junit4] > at
org.apache.lucene.index.IndexWriter.forceMerge(IndexWriter.java:1940)
[junit4] > at
org.apache.lucene.document.BaseShapeTestCase.indexRandomShapes(BaseShapeTestCase.java:242)
[junit4] > at
org.apache.lucene.document.BaseShapeTestCase.verify(BaseShapeTestCase.java:211)
[junit4] > at
org.apache.lucene.document.BaseShapeTestCase.doTestRandom(BaseShapeTestCase.java:137)
[junit4] > at
org.apache.lucene.document.TestXYPolygonShapeQueries.testRandomBig(TestXYPolygonShapeQueries.java:123)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/lucene/build/sandbox/test/J0/temp/lucene.document.TestXYPolygonShapeQueries_F3CBCCFCD3BBBB71-001
[junit4] 2> NOTE: test params are: codec=Lucene80,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2239d393),
locale=mt, timezone=Europe/Bucharest
[junit4] 2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=1,free=231270224,total=340787200
[junit4] 2> NOTE: All tests run in this JVM:
[TestLatLonMultiLineShapeQueries, TestLine2D, TestTessellator,
TestLatLonShapeEncoding, TestIDVersionPostingsFormat,
TestLatLonPointShapeQueries, TestXYPolygonShapeQueries]
[junit4] Completed [35/38 (1!)] on J0 in 189.86s, 5 tests, 1 error <<<
FAILURES!
[...truncated 7 lines...]
[junit4] JVM J0: stdout was not empty, see:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/lucene/build/sandbox/test/temp/junit4-J0-20191127_102706_6277639348825299867442.sysout
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: Java heap space
[junit4] Dumping heap to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/heapdumps/java_pid6461.hprof
...
[junit4] Heap dump file created [428662135 bytes in 0.731 secs]
[junit4] <<< JVM J0: EOF ----
[...truncated 3929 lines...]
[junit4] Suite: org.apache.solr.cloud.RollingRestartTest
[junit4] 2> 2406259 INFO
(SUITE-RollingRestartTest-seed#[2EFEA9925F641F54]-worker) [ ]
o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/data-dir-208-001
[junit4] 2> 2406259 WARN
(SUITE-RollingRestartTest-seed#[2EFEA9925F641F54]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=103 numCloses=103
[junit4] 2> 2406259 INFO
(SUITE-RollingRestartTest-seed#[2EFEA9925F641F54]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 2406260 INFO
(SUITE-RollingRestartTest-seed#[2EFEA9925F641F54]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 2406261 INFO
(SUITE-RollingRestartTest-seed#[2EFEA9925F641F54]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 2406261 INFO
(SUITE-RollingRestartTest-seed#[2EFEA9925F641F54]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 2406264 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2406264 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2406264 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 2406364 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.ZkTestServer start zk server on port:35103
[junit4] 2> 2406364 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:35103
[junit4] 2> 2406364 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35103
[junit4] 2> 2406364 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 35103
[junit4] 2> 2406366 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2406368 INFO (zkConnectionManagerCallback-18523-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2406368 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2406370 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2406370 INFO (zkConnectionManagerCallback-18525-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2406371 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2406371 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 2406372 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 2406373 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2406374 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 2406374 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 2406375 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 2406376 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 2406376 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 2406377 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2406377 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 2406378 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 2406379 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2406379 INFO (zkConnectionManagerCallback-18529-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2406379 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2406481 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 2406554 WARN
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2406554 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 2406554 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2406554 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ] o.e.j.s.Server
jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 2406554 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
[junit4] 2> 2406554 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ] o.e.j.s.session
No SessionScavenger set, using defaults
[junit4] 2> 2406555 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ] o.e.j.s.session
node0 Scavenging every 600000ms
[junit4] 2> 2406555 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6145128e{/,null,AVAILABLE}
[junit4] 2> 2406555 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@a07b00e{SSL,[ssl,
http/1.1]}{127.0.0.1:41619}
[junit4] 2> 2406555 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ] o.e.j.s.Server
Started @2406587ms
[junit4] 2> 2406555 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/, hostPort=41619,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/control-001/cores}
[junit4] 2> 2406556 ERROR
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2406556 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2406556 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.3.1
[junit4] 2> 2406556 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2406556 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2406556 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-11-27T11:37:00.459Z
[junit4] 2> 2406557 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2406557 INFO (zkConnectionManagerCallback-18531-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2406557 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2406658 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2406658 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/control-001/solr.xml
[junit4] 2> 2406662 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2406662 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2406663 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5c93da5b, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2406750 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 2406750 WARN
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 2406750 WARN
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@990040b[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2406750 WARN
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@990040b[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2406753 WARN
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 2406753 WARN
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@3f09bd7f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2406753 WARN
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@3f09bd7f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2406754 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35103/solr
[junit4] 2> 2406754 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2406755 INFO (zkConnectionManagerCallback-18538-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2406755 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2406857 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [n:127.0.0.1:41619_
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2406858 INFO (zkConnectionManagerCallback-18540-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2406858 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [n:127.0.0.1:41619_
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2406901 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [n:127.0.0.1:41619_
] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41619_
[junit4] 2> 2406902 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [n:127.0.0.1:41619_
] o.a.s.c.Overseer Overseer
(id=72796591960162309-127.0.0.1:41619_-n_0000000000) starting
[junit4] 2> 2406905 INFO
(OverseerStateUpdate-72796591960162309-127.0.0.1:41619_-n_0000000000)
[n:127.0.0.1:41619_ ] o.a.s.c.Overseer Starting to work on the main queue :
127.0.0.1:41619_
[junit4] 2> 2406905 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [n:127.0.0.1:41619_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41619_
[junit4] 2> 2406906 INFO
(OverseerStateUpdate-72796591960162309-127.0.0.1:41619_-n_0000000000)
[n:127.0.0.1:41619_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2406918 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [n:127.0.0.1:41619_
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
history in memory.
[junit4] 2> 2406929 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [n:127.0.0.1:41619_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c93da5b
[junit4] 2> 2406934 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [n:127.0.0.1:41619_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c93da5b
[junit4] 2> 2406934 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [n:127.0.0.1:41619_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c93da5b
[junit4] 2> 2406935 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [n:127.0.0.1:41619_
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/control-001/cores
[junit4] 2> 2406948 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2406949 INFO (zkConnectionManagerCallback-18549-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2406949 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2406949 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2406950 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35103/solr ready
[junit4] 2> 2406957 INFO (qtp1297641052-100151) [n:127.0.0.1:41619_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:41619_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2406959 INFO
(OverseerThreadFactory-13828-thread-1-processing-n:127.0.0.1:41619_)
[n:127.0.0.1:41619_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 2407064 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
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> 2407064 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 2408080 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.3.1
[junit4] 2> 2408098 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
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> 2408203 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
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> 2408214 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
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> 2408214 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
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@5c93da5b
[junit4] 2> 2408214 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 2408216 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=30, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=37.208984375,
floorSegmentMB=1.0234375, forceMergeDeletesPctAllowed=18.187105814522305,
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2645426769979795, deletesPctAllowed=46.18507794388135
[junit4] 2> 2408232 WARN (qtp1297641052-100149) [n:127.0.0.1:41619_
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> 2408257 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 2408257 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
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> 2408258 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2408258 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2408258 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.38214941660157586]
[junit4] 2> 2408259 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@14783c27[control_collection_shard1_replica_n1] main]
[junit4] 2> 2408260 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2408260 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
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> 2408260 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2408260 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
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 1651354760289189888
[junit4] 2> 2408262 INFO
(searcherExecutor-13833-thread-1-processing-n:127.0.0.1:41619_
x:control_collection_shard1_replica_n1 c:control_collection s:shard1)
[n:127.0.0.1:41619_ 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@14783c27[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2408264 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
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> 2408264 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/control_collection/leaders/shard1
[junit4] 2> 2408266 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2408266 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
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> 2408266 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:41619/control_collection_shard1_replica_n1/
[junit4] 2> 2408266 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
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> 2408266 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy
https://127.0.0.1:41619/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 2408266 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/control_collection/leaders/shard1/leader after winning as
/collections/control_collection/leader_elect/shard1/election/72796591960162309-core_node2-n_0000000000
[junit4] 2> 2408267 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:41619/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 2408368 INFO (zkCallback-18539-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> 2408368 INFO (zkCallback-18539-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 2408369 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
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> 2408371 INFO (qtp1297641052-100149) [n:127.0.0.1:41619_
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=1306
[junit4] 2> 2408373 INFO (qtp1297641052-100151) [n:127.0.0.1:41619_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 2408471 INFO (zkCallback-18539-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 2408471 INFO (zkCallback-18539-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> 2408471 INFO (zkCallback-18539-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 2408471 INFO (qtp1297641052-100151) [n:127.0.0.1:41619_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:41619_&wt=javabin&version=2}
status=0 QTime=1514
[junit4] 2> 2408471 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in
collection: control_collection
[junit4] 2> 2408575 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2408576 INFO (zkConnectionManagerCallback-18555-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2408576 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2408577 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2408577 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35103/solr ready
[junit4] 2> 2408577 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 2408579 INFO (qtp1297641052-100150) [n:127.0.0.1:41619_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2408581 INFO
(OverseerThreadFactory-13828-thread-2-processing-n:127.0.0.1:41619_)
[n:127.0.0.1:41619_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 2408581 INFO
(OverseerCollectionConfigSetProcessor-72796591960162309-127.0.0.1:41619_-n_0000000000)
[n:127.0.0.1:41619_ ] 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> 2408783 WARN
(OverseerThreadFactory-13828-thread-2-processing-n:127.0.0.1:41619_)
[n:127.0.0.1:41619_ ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 2408785 INFO (qtp1297641052-100150) [n:127.0.0.1:41619_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 2408786 INFO (qtp1297641052-100150) [n:127.0.0.1:41619_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=206
[junit4] 2> 2408786 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
[junit4] 2> 2408786 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
[junit4] 2> 2408786 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
[junit4] 2> 2408786 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
[junit4] 2> 2408787 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
[junit4] 2> 2408787 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
[junit4] 2> 2408787 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances
pullReplicaCount=0 numOtherReplicas=16
[junit4] 2> 2408861 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/shard-1-001
of type NRT
[junit4] 2> 2408862 WARN (closeThreadPool-18556-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2408863 INFO (closeThreadPool-18556-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 2408863 INFO (closeThreadPool-18556-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2408863 INFO (closeThreadPool-18556-thread-1) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 2408863 INFO (closeThreadPool-18556-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2408863 INFO (closeThreadPool-18556-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2408863 INFO (closeThreadPool-18556-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 2408864 INFO (closeThreadPool-18556-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@455237c2{/,null,AVAILABLE}
[junit4] 2> 2408864 INFO (closeThreadPool-18556-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@b6dd405{SSL,[ssl,
http/1.1]}{127.0.0.1:40689}
[junit4] 2> 2408864 INFO (closeThreadPool-18556-thread-1) [ ]
o.e.j.s.Server Started @2408896ms
[junit4] 2> 2408864 INFO (closeThreadPool-18556-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/tempDir-001/jetty1,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=40689,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/shard-1-001/cores}
[junit4] 2> 2408864 ERROR (closeThreadPool-18556-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2408864 INFO (closeThreadPool-18556-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2408865 INFO (closeThreadPool-18556-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.3.1
[junit4] 2> 2408865 INFO (closeThreadPool-18556-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2408865 INFO (closeThreadPool-18556-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2408865 INFO (closeThreadPool-18556-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-11-27T11:37:02.768Z
[junit4] 2> 2408868 INFO (closeThreadPool-18556-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2408872 INFO (zkConnectionManagerCallback-18558-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2408872 INFO (closeThreadPool-18556-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2408934 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/shard-2-001
of type NRT
[junit4] 2> 2408936 WARN (closeThreadPool-18556-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2408936 INFO (closeThreadPool-18556-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 2408936 INFO (closeThreadPool-18556-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2408936 INFO (closeThreadPool-18556-thread-2) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 2408940 INFO (closeThreadPool-18556-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2408940 INFO (closeThreadPool-18556-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2408940 INFO (closeThreadPool-18556-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2408940 INFO (closeThreadPool-18556-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5291be29{/,null,AVAILABLE}
[junit4] 2> 2408941 INFO (closeThreadPool-18556-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@64cd2818{SSL,[ssl,
http/1.1]}{127.0.0.1:39713}
[junit4] 2> 2408941 INFO (closeThreadPool-18556-thread-2) [ ]
o.e.j.s.Server Started @2408972ms
[junit4] 2> 2408941 INFO (closeThreadPool-18556-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/tempDir-001/jetty2,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=39713,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/shard-2-001/cores}
[junit4] 2> 2408941 ERROR (closeThreadPool-18556-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2408941 INFO (closeThreadPool-18556-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2408941 INFO (closeThreadPool-18556-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.3.1
[junit4] 2> 2408941 INFO (closeThreadPool-18556-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2408941 INFO (closeThreadPool-18556-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2408941 INFO (closeThreadPool-18556-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-11-27T11:37:02.844Z
[junit4] 2> 2408943 INFO (closeThreadPool-18556-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2408948 INFO (zkConnectionManagerCallback-18560-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2408948 INFO (closeThreadPool-18556-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2408973 INFO (closeThreadPool-18556-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2408973 INFO (closeThreadPool-18556-thread-1) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/shard-1-001/solr.xml
[junit4] 2> 2408977 INFO (closeThreadPool-18556-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2408977 INFO (closeThreadPool-18556-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2408978 INFO (closeThreadPool-18556-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5c93da5b, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2409007 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/shard-3-001
of type NRT
[junit4] 2> 2409024 WARN (closeThreadPool-18556-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2409024 INFO (closeThreadPool-18556-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 2409024 INFO (closeThreadPool-18556-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2409024 INFO (closeThreadPool-18556-thread-3) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 2409029 INFO (closeThreadPool-18556-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2409029 INFO (closeThreadPool-18556-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2409030 INFO (closeThreadPool-18556-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 2409030 INFO (closeThreadPool-18556-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1d5f08a6{/,null,AVAILABLE}
[junit4] 2> 2409030 INFO (closeThreadPool-18556-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@18493d17{SSL,[ssl,
http/1.1]}{127.0.0.1:33935}
[junit4] 2> 2409030 INFO (closeThreadPool-18556-thread-3) [ ]
o.e.j.s.Server Started @2409062ms
[junit4] 2> 2409030 INFO (closeThreadPool-18556-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/tempDir-001/jetty3,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=33935,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/shard-3-001/cores}
[junit4] 2> 2409031 ERROR (closeThreadPool-18556-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2409031 INFO (closeThreadPool-18556-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2409031 INFO (closeThreadPool-18556-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.3.1
[junit4] 2> 2409031 INFO (closeThreadPool-18556-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2409031 INFO (closeThreadPool-18556-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2409031 INFO (closeThreadPool-18556-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-11-27T11:37:02.934Z
[junit4] 2> 2409036 INFO (closeThreadPool-18556-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2409036 INFO (zkConnectionManagerCallback-18563-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2409036 INFO (closeThreadPool-18556-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2409074 INFO (closeThreadPool-18556-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2409074 INFO (closeThreadPool-18556-thread-2) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/shard-2-001/solr.xml
[junit4] 2> 2409077 INFO (closeThreadPool-18556-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2409077 INFO (closeThreadPool-18556-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2409078 INFO (closeThreadPool-18556-thread-2) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5c93da5b, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2409079 INFO (closeThreadPool-18556-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 2409079 WARN (closeThreadPool-18556-thread-1) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 2409080 WARN (closeThreadPool-18556-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@33303b2c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2409080 WARN (closeThreadPool-18556-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@33303b2c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2409083 WARN (closeThreadPool-18556-thread-1) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 2409084 WARN (closeThreadPool-18556-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@2df416f9[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2409084 WARN (closeThreadPool-18556-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@2df416f9[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2409085 INFO (closeThreadPool-18556-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35103/solr
[junit4] 2> 2409086 INFO (closeThreadPool-18556-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2409088 INFO (zkConnectionManagerCallback-18570-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2409088 INFO (closeThreadPool-18556-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2409097 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/shard-4-001
of type NRT
[junit4] 2> 2409098 WARN (closeThreadPool-18556-thread-4) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2409099 INFO (closeThreadPool-18556-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 2409099 INFO (closeThreadPool-18556-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2409099 INFO (closeThreadPool-18556-thread-4) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 2409108 INFO (closeThreadPool-18556-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2409108 INFO (closeThreadPool-18556-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2409108 INFO (closeThreadPool-18556-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2409108 INFO (closeThreadPool-18556-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6b07a3b6{/,null,AVAILABLE}
[junit4] 2> 2409109 INFO (closeThreadPool-18556-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@52dc7220{SSL,[ssl,
http/1.1]}{127.0.0.1:33091}
[junit4] 2> 2409109 INFO (closeThreadPool-18556-thread-4) [ ]
o.e.j.s.Server Started @2409140ms
[junit4] 2> 2409109 INFO (closeThreadPool-18556-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/tempDir-001/jetty4,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=33091,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/shard-4-001/cores}
[junit4] 2> 2409109 ERROR (closeThreadPool-18556-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2409109 INFO (closeThreadPool-18556-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2409109 INFO (closeThreadPool-18556-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.3.1
[junit4] 2> 2409109 INFO (closeThreadPool-18556-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2409109 INFO (closeThreadPool-18556-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2409109 INFO (closeThreadPool-18556-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-11-27T11:37:03.012Z
[junit4] 2> 2409112 INFO (closeThreadPool-18556-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2409116 INFO (zkConnectionManagerCallback-18572-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2409116 INFO (closeThreadPool-18556-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2409140 INFO (closeThreadPool-18556-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 2409141 WARN (closeThreadPool-18556-thread-2) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 2409141 WARN (closeThreadPool-18556-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@539ae2b8[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2409141 WARN (closeThreadPool-18556-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@539ae2b8[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2409143 WARN (closeThreadPool-18556-thread-2) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 2409143 WARN (closeThreadPool-18556-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@48d92e1[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2409143 WARN (closeThreadPool-18556-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@48d92e1[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2409144 INFO (closeThreadPool-18556-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35103/solr
[junit4] 2> 2409146 INFO (closeThreadPool-18556-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2409146 INFO (zkConnectionManagerCallback-18578-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2409146 INFO (closeThreadPool-18556-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2409174 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/shard-5-001
of type NRT
[junit4] 2> 2409174 INFO (closeThreadPool-18556-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2409174 INFO (closeThreadPool-18556-thread-3) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/shard-3-001/solr.xml
[junit4] 2> 2409175 WARN (closeThreadPool-18556-thread-5) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2409176 INFO (closeThreadPool-18556-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 2409176 INFO (closeThreadPool-18556-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2409176 INFO (closeThreadPool-18556-thread-5) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 2409177 INFO (closeThreadPool-18556-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2409177 INFO (closeThreadPool-18556-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2409179 INFO (closeThreadPool-18556-thread-3) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5c93da5b, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2409180 INFO (closeThreadPool-18556-thread-5) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2409180 INFO (closeThreadPool-18556-thread-5) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2409180 INFO (closeThreadPool-18556-thread-5) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2409180 INFO (closeThreadPool-18556-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1e502a5f{/,null,AVAILABLE}
[junit4] 2> 2409181 INFO (closeThreadPool-18556-thread-5) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@3ac5edd{SSL,[ssl,
http/1.1]}{127.0.0.1:43209}
[junit4] 2> 2409181 INFO (closeThreadPool-18556-thread-5) [ ]
o.e.j.s.Server Started @2409212ms
[junit4] 2> 2409181 INFO (closeThreadPool-18556-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/tempDir-001/jetty5,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=43209,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/shard-5-001/cores}
[junit4] 2> 2409181 ERROR (closeThreadPool-18556-thread-5) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2409181 INFO (closeThreadPool-18556-thread-5) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2409181 INFO (closeThreadPool-18556-thread-5) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.3.1
[junit4] 2> 2409181 INFO (closeThreadPool-18556-thread-5) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2409181 INFO (closeThreadPool-18556-thread-5) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2409181 INFO (closeThreadPool-18556-thread-5) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-11-27T11:37:03.084Z
[junit4] 2> 2409183 INFO (closeThreadPool-18556-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2409184 INFO (zkConnectionManagerCallback-18581-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2409184 INFO (closeThreadPool-18556-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2409240 INFO (closeThreadPool-18556-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 2409240 WARN (closeThreadPool-18556-thread-3) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 2409241 WARN (closeThreadPool-18556-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@6d9597d8[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2409241 WARN (closeThreadPool-18556-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@6d9597d8[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2409243 WARN (closeThreadPool-18556-thread-3) [ ]
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport
since Java 8 or lower versions does not support SSL + HTTP/2
[junit4] 2> 2409243 WARN (closeThreadPool-18556-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@4b092eb2[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2409243 WARN (closeThreadPool-18556-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@4b092eb2[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2409244 INFO (closeThreadPool-18556-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35103/solr
[junit4] 2> 2409245 INFO (closeThreadPool-18556-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2409248 INFO (zkConnectionManagerCallback-18587-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2409248 INFO (closeThreadPool-18556-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2409248 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/shard-6-001
of type NRT
[junit4] 2> 2409249 WARN (closeThreadPool-18556-thread-6) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2409250 INFO (closeThreadPool-18556-thread-6) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 2409250 INFO (closeThreadPool-18556-thread-6) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2409250 INFO (closeThreadPool-18556-thread-6) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 2409250 INFO (closeThreadPool-18556-thread-6) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2409250 INFO (closeThreadPool-18556-thread-6) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2409250 INFO (closeThreadPool-18556-thread-6) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2409251 INFO (closeThreadPool-18556-thread-6) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1665cc1e{/,null,AVAILABLE}
[junit4] 2> 2409251 INFO (closeThreadPool-18556-thread-6) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4e49334a{SSL,[ssl,
http/1.1]}{127.0.0.1:42717}
[junit4] 2> 2409251 INFO (closeThreadPool-18556-thread-6) [ ]
o.e.j.s.Server Started @2409282ms
[junit4] 2> 2409251 INFO (closeThreadPool-18556-thread-6) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/tempDir-001/jetty6,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=42717,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/shard-6-001/cores}
[junit4] 2> 2409251 ERROR (closeThreadPool-18556-thread-6) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2409251 INFO (closeThreadPool-18556-thread-6) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2409251 INFO (closeThreadPool-18556-thread-6) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.3.1
[junit4] 2> 2409251 INFO (closeThreadPool-18556-thread-6) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2409251 INFO (closeThreadPool-18556-thread-6) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2409251 INFO (closeThreadPool-18556-thread-6) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-11-27T11:37:03.154Z
[junit4] 2> 2409252 INFO (closeThreadPool-18556-thread-6) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2409256 INFO (zkConnectionManagerCallback-18589-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2409256 INFO (closeThreadPool-18556-thread-6) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2409275 INFO (closeThreadPool-18556-thread-2)
[n:127.0.0.1:39713_ ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 2409275 INFO (zkConnectionManagerCallback-18591-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2409275 INFO (closeThreadPool-18556-thread-2)
[n:127.0.0.1:39713_ ] o.a.s.c.c.ConnectionManager Client is connected to
ZooKeeper
[junit4] 2> 2409278 INFO (closeThreadPool-18556-thread-2)
[n:127.0.0.1:39713_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2409286 INFO (closeThreadPool-18556-thread-2)
[n:127.0.0.1:39713_ ] o.a.s.c.ZkController Publish node=127.0.0.1:39713_ as
DOWN
[junit4] 2> 2409288 INFO (closeThreadPool-18556-thread-2)
[n:127.0.0.1:39713_ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 4 transient cores
[junit4] 2> 2409288 INFO (closeThreadPool-18556-thread-2)
[n:127.0.0.1:39713_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39713_
[junit4] 2> 2409291 INFO (zkCallback-18539-thread-3) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2409296 INFO (zkCallback-18554-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2409300 INFO (zkCallback-18590-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 2409305 INFO (closeThreadPool-18556-thread-2)
[n:127.0.0.1:39713_ ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 2409317 INFO (closeThreadPool-18556-thread-2)
[n:127.0.0.1:39713_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5c93da5b
[junit4] 2> 2409322 INFO
(TEST-RollingRestartTest.test-seed#[2EFEA9925F641F54]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 7 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.RollingRestartTest_2EFEA9925F641F54-001/shard-7-001
of type NRT
[junit4] 2> 2409323 WARN (closeThreadPool-18556-thread-7) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 2409324 INFO (closeThreadPool-18556-thread-7) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 2409324 INFO (closeThreadPool-18556-thread-7) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2409324 INFO (closeThreadPool-18556-thread-7) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
[junit4] 2> 2409324 INFO (closeThreadPool-18556-thread-2)
[n:127.0.0.1:39713_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5c93da5b
[junit4] 2> 2409324 INFO (closeThreadPool-18556-thread-2)
[n:127.0.0.1:39713_ ] o.a.s.m.r.SolrJmx
[...truncated too long message...]
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 158) Thread[id=8368, name=h2sc-2638-thread-1,
state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeWithPullReplicasTest]
[junit4] 2> at sun.nio.ch.EPollArrayWrapper.epollWait(Native
Method)
[junit4] 2> at
sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
[junit4] 2> at
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
[junit4] 2> at
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
[junit4] 2> at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
[junit4] 2> at
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
[junit4] 2> at
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:464)
[junit4] 2> at
org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:401)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
[junit4] 2> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132)
[junit4] 2> at
org.eclipse.jetty.io.ManagedSelector$$Lambda$48/1939017177.run(Unknown Source)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$11/720535204.run(Unknown
Source)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 159) Thread[id=8261,
name=SolrRrdBackendFactory-2287-thread-1, state=TIMED_WAITING,
group=TGRP-ChaosMonkeyNothingIsSafeWithPullReplicasTest]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
[junit4] 2> at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
[junit4] 2> at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 160) Thread[id=8364, name=Session-HouseKeeper-38b458f7,
state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeWithPullReplicasTest]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
[junit4] 2> at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
[junit4] 2> at
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 161) Thread[id=8457, name=updateExecutor-2639-thread-2,
state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeWithPullReplicasTest]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] 2> at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
[junit4] 2> at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
[junit4] 2> at
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 162) Thread[id=8084, name=zkCallback-2552-thread-1,
state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeWithPullReplicasTest]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] 2> at
java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
[junit4] 2> at
java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
[junit4] 2> at
java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80):
{rnd_b=Lucene50(blocksize=128),
a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
_root_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
id=Lucene50(blocksize=128)}, docValues:{rnd_b=DocValuesFormat(name=Direct),
_version_=DocValuesFormat(name=Lucene80), a_t=DocValuesFormat(name=Lucene80),
_root_=DocValuesFormat(name=Lucene80), a_i=DocValuesFormat(name=Direct),
id=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1294,
maxMBSortInHeap=6.103646277682008,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5f7758fb),
locale=ca-ES, timezone=Australia/Eucla
[junit4] 2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=182,free=238934416,total=495452160
[junit4] 2> NOTE: All tests run in this JVM:
[LeaderElectionIntegrationTest, OutputWriterTest, SolrIndexMetricsTest,
TestComponentsName, TestCloudPivotFacet, TestRemoteStreaming,
TestSizeLimitedDistributedMap, TestHalfAndHalfDocValues, AliasIntegrationTest,
SegmentsInfoRequestHandlerTest, ZkSolrClientTest, SliceStateTest,
TestFieldCacheWithThreads, TestQueryUtils, TestJmxIntegration,
TestFuzzyAnalyzedSuggestions, ExplicitHLLTest, TestCopyFieldCollectionResource,
TestWaitForStateWithJettyShutdowns, TestCloudDeleteByQuery, TestBlobHandler,
TestScoreJoinQPNoScore, XsltUpdateRequestHandlerTest, TestIndexingPerformance,
TestSolrConfigHandlerCloud, MetricsConfigTest, TestSchemaSimilarityResource,
PhrasesIdentificationComponentTest, TestDynamicLoading, JSONWriterTest,
DirectSolrConnectionTest, TestBlendedInfixSuggestions,
BasicAuthOnSingleNodeTest, DocValuesNotIndexedTest, SolrMetricReporterTest,
TestPayloadScoreQParserPlugin, RecoveryAfterSoftCommitTest,
TestHdfsCloudBackupRestore, CoreAdminCreateDiscoverTest,
TemplateUpdateProcessorTest, TestJoin, TestManagedSchemaThreadSafety,
UpdateRequestProcessorFactoryTest, TestJsonFacetsStatsParsing,
ChaosMonkeyNothingIsSafeWithPullReplicasTest]
[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=ChaosMonkeyNothingIsSafeWithPullReplicasTest
-Dtests.seed=2EFEA9925F641F54 -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/test-data/enwiki.random.lines.txt
-Dtests.locale=ca-ES -Dtests.timezone=Australia/Eucla -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J2 | ChaosMonkeyNothingIsSafeWithPullReplicasTest
(suite) <<<
[junit4] > Throwable #1: java.lang.Exception: Suite timeout exceeded (>=
7200000 msec).
[junit4] > at
__randomizedtesting.SeedInfo.seed([2EFEA9925F641F54]:0)
[junit4] Completed [779/881 (3!)] on J2 in 7213.97s, 1 test, 2 errors <<<
FAILURES!
[...truncated 9797 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/build.xml:652:
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.3/checkout/build.xml:586:
Some of the tests produced a heap dump, but did not fail. Maybe a suppressed
OutOfMemoryError? Dumps created:
* java_pid6461.hprof
Total time: 313 minutes 5 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]