Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.5/27/
3 tests failed.
FAILED: org.apache.lucene.analysis.core.TestFactories.test
Error Message:
For input string: "){1"
Stack Trace:
java.lang.NumberFormatException: For input string: "){1"
at
__randomizedtesting.SeedInfo.seed([B557F038B1058C00:3D03CFE21FF9E1F8]:0)
at
sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)
at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122)
at java.lang.Float.parseFloat(Float.java:451)
at
org.apache.lucene.analysis.boost.DelimitedBoostTokenFilter.incrementToken(DelimitedBoostTokenFilter.java:52)
at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:716)
at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:630)
at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:558)
at
org.apache.lucene.analysis.core.TestFactories.doTestTokenFilter(TestFactories.java:101)
at
org.apache.lucene.analysis.core.TestFactories.test(TestFactories.java:69)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.RollingRestartTest.test
Error Message:
Timeout occurred while waiting response from server at:
https://127.0.0.1:33349/mfxh
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while
waiting response from server at: https://127.0.0.1:33349/mfxh
at
__randomizedtesting.SeedInfo.seed([725CF4821EBAC6CA:FA08CB58B046AB32]: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:1143)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
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:280)
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:157)
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:186)
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.HdfsSyncSliceTest.test
Error Message:
expected:<5> but was:<4>
Stack Trace:
java.lang.AssertionError: expected:<5> but was:<4>
at
__randomizedtesting.SeedInfo.seed([725CF4821EBAC6CA:FA08CB58B046AB32]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:150)
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 3281 lines...]
[junit4] Suite: org.apache.lucene.analysis.core.TestFactories
[junit4] 2> TEST FAIL: useCharFilter=false text='-|){1 siqyw '
[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=TestFactories
-Dtests.method=test -Dtests.seed=B557F038B1058C00 -Dtests.multiplier=2
-Dtests.nightly=true -Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/test-data/enwiki.random.lines.txt
-Dtests.locale=pl-PL -Dtests.timezone=Asia/Tomsk -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.69s J2 | TestFactories.test <<<
[junit4] > Throwable #1: java.lang.NumberFormatException: For input
string: "){1"
[junit4] > at
__randomizedtesting.SeedInfo.seed([B557F038B1058C00:3D03CFE21FF9E1F8]:0)
[junit4] > at
sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)
[junit4] > at
sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122)
[junit4] > at java.lang.Float.parseFloat(Float.java:451)
[junit4] > at
org.apache.lucene.analysis.boost.DelimitedBoostTokenFilter.incrementToken(DelimitedBoostTokenFilter.java:52)
[junit4] > at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkAnalysisConsistency(BaseTokenStreamTestCase.java:716)
[junit4] > at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:630)
[junit4] > at
org.apache.lucene.analysis.BaseTokenStreamTestCase.checkRandomData(BaseTokenStreamTestCase.java:558)
[junit4] > at
org.apache.lucene.analysis.core.TestFactories.doTestTokenFilter(TestFactories.java:101)
[junit4] > at
org.apache.lucene.analysis.core.TestFactories.test(TestFactories.java:69)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/lucene/build/analysis/common/test/J2/temp/lucene.analysis.core.TestFactories_B557F038B1058C00-001
[junit4] 2> NOTE: test params are:
codec=FastDecompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
chunkSize=15658, maxDocsPerChunk=805, blockShift=10),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
chunkSize=15658, blockSize=10)),
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1e6561d2),
locale=pl-PL, timezone=Asia/Tomsk
[junit4] 2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=1,free=286219376,total=319291392
[junit4] 2> NOTE: All tests run in this JVM:
[TestArabicNormalizationFilter, TestFilesystemResourceLoader, TestFactories]
[junit4] Completed [9/297 (1!)] on J2 in 0.75s, 1 test, 1 error <<< FAILURES!
[...truncated 11640 lines...]
[junit4] Suite: org.apache.solr.cloud.RollingRestartTest
[junit4] 2> 2757389 INFO
(SUITE-RollingRestartTest-seed#[725CF4821EBAC6CA]-worker) [ ]
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to
test-framework derived value of
'/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/server/solr/configsets/_default/conf'
[junit4] 2> 2757389 INFO
(SUITE-RollingRestartTest-seed#[725CF4821EBAC6CA]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 2757389 INFO
(SUITE-RollingRestartTest-seed#[725CF4821EBAC6CA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/data-dir-131-001
[junit4] 2> 2757390 WARN
(SUITE-RollingRestartTest-seed#[725CF4821EBAC6CA]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
[junit4] 2> 2757390 INFO
(SUITE-RollingRestartTest-seed#[725CF4821EBAC6CA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 2757391 INFO
(SUITE-RollingRestartTest-seed#[725CF4821EBAC6CA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 2757392 INFO
(SUITE-RollingRestartTest-seed#[725CF4821EBAC6CA]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /mfxh/
[junit4] 2> 2757395 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2757395 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2757395 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 2757495 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.ZkTestServer start zk server on port:35335
[junit4] 2> 2757495 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:35335
[junit4] 2> 2757495 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35335
[junit4] 2> 2757495 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 35335
[junit4] 2> 2757497 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2757500 INFO (zkConnectionManagerCallback-10871-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2757500 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2757503 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2757503 INFO (zkConnectionManagerCallback-10873-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2757503 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2757504 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 2757505 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 2757506 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 2757507 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 2757508 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 2757509 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 2757510 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 2757510 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 2757511 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 2757512 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 2757513 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.ZkTestServer put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 2757514 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2757515 INFO (zkConnectionManagerCallback-10877-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2757515 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2757616 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 2757701 WARN
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 2757701 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 2757701 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2757701 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ] o.e.j.s.Server
jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git:
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
[junit4] 2> 2757702 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
[junit4] 2> 2757702 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ] o.e.j.s.session
No SessionScavenger set, using defaults
[junit4] 2> 2757702 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ] o.e.j.s.session
node0 Scavenging every 600000ms
[junit4] 2> 2757704 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2a89e808{/mfxh,null,AVAILABLE}
[junit4] 2> 2757704 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4d517fa3{SSL,[ssl,
http/1.1]}{127.0.0.1:43553}
[junit4] 2> 2757704 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ] o.e.j.s.Server
Started @2757739ms
[junit4] 2> 2757704 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/tempDir-001/control/data,
hostContext=/mfxh, hostPort=43553,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/control-001/cores}
[junit4] 2> 2757705 ERROR
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2757705 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2757705 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.5.0
[junit4] 2> 2757705 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2757705 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
[junit4] 2> 2757705 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-03-15T20:11:34.690Z
[junit4] 2> 2757705 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2757706 INFO (zkConnectionManagerCallback-10879-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2757706 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2757807 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2757807 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/control-001/solr.xml
[junit4] 2> 2757811 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2757812 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2757813 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@6a198db3, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2758488 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 2758489 WARN
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
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> 2758490 WARN
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@6107a097[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2758490 WARN
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@6107a097[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2758492 WARN
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
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> 2758493 WARN
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@22ada9b3[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2758493 WARN
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@22ada9b3[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2758494 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35335/solr
[junit4] 2> 2758494 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2758495 INFO (zkConnectionManagerCallback-10886-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2758495 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2758598 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh
] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2758599 INFO (zkConnectionManagerCallback-10888-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2758599 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh
] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2758658 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh
] o.a.s.c.OverseerElectionContext I am going to be the leader
127.0.0.1:43553_mfxh
[junit4] 2> 2758658 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh
] o.a.s.c.Overseer Overseer
(id=73415807166185477-127.0.0.1:43553_mfxh-n_0000000000) starting
[junit4] 2> 2758662 INFO
(OverseerStateUpdate-73415807166185477-127.0.0.1:43553_mfxh-n_0000000000)
[n:127.0.0.1:43553_mfxh ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:43553_mfxh
[junit4] 2> 2758662 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43553_mfxh
[junit4] 2> 2758666 INFO
(OverseerStateUpdate-73415807166185477-127.0.0.1:43553_mfxh-n_0000000000)
[n:127.0.0.1:43553_mfxh ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2758668 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh
] o.a.s.p.PackageLoader /packages.json updated to version -1
[junit4] 2> 2758669 WARN
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh
] o.a.s.c.CoreContainer Not all security plugins configured!
authentication=disabled authorization=disabled. Solr is only as secure as you
make it. Consider configuring authentication/authorization before exposing Solr
to users internal or external. See https://s.apache.org/solrsecurity for more
info
[junit4] 2> 2758684 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
history in memory.
[junit4] 2> 2758702 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a198db3
[junit4] 2> 2758709 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a198db3
[junit4] 2> 2758709 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6a198db3
[junit4] 2> 2758710 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [n:127.0.0.1:43553_mfxh
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/control-001/cores
[junit4] 2> 2758728 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2758729 INFO (zkConnectionManagerCallback-10897-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2758729 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2758730 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2758730 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35335/solr ready
[junit4] 2> 2758769 INFO (qtp871558353-34730) [n:127.0.0.1:43553_mfxh
] 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:43553_mfxh&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2758774 INFO
(OverseerThreadFactory-6869-thread-1-processing-n:127.0.0.1:43553_mfxh)
[n:127.0.0.1:43553_mfxh ] o.a.s.c.a.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 2758883 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
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> 2758883 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 2759898 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
[junit4] 2> 2759914 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
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> 2760029 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
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> 2760046 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from configset conf1, trusted=true
[junit4] 2> 2760046 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
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@6a198db3
[junit4] 2> 2760046 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
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.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 2760049 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8767547581800471]
[junit4] 2> 2760068 WARN (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
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> 2760113 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
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> 2760113 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
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> 2760115 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 2760115 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 2760116 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@1b2ee3e0
[junit4] 2> 2760116 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@64118987[control_collection_shard1_replica_n1] main]
[junit4] 2> 2760118 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 2760118 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
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> 2760119 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 2760119 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
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 1661262204348923904
[junit4] 2> 2760122 INFO
(searcherExecutor-6874-thread-1-processing-n:127.0.0.1:43553_mfxh
x:control_collection_shard1_replica_n1 c:control_collection s:shard1)
[n:127.0.0.1:43553_mfxh 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@64118987[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 2760124 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
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> 2760124 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
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> 2760127 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 2760127 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
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> 2760127 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:43553/mfxh/control_collection_shard1_replica_n1/
[junit4] 2> 2760128 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
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> 2760128 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
c:control_collection s:shard1 x:control_collection_shard1_replica_n1 ]
o.a.s.c.SyncStrategy
https://127.0.0.1:43553/mfxh/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 2760128 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
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/73415807166185477-core_node2-n_0000000000
[junit4] 2> 2760130 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
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:43553/mfxh/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 2760232 INFO (zkCallback-10887-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> 2760232 INFO (zkCallback-10887-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> 2760235 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
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> 2760239 INFO (qtp871558353-34728) [n:127.0.0.1:43553_mfxh
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=1356
[junit4] 2> 2760241 INFO (qtp871558353-34730) [n:127.0.0.1:43553_mfxh
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 2760337 INFO (zkCallback-10887-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> 2760337 INFO (zkCallback-10887-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> 2760337 INFO (zkCallback-10887-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> 2760338 INFO (qtp871558353-34730) [n:127.0.0.1:43553_mfxh
] 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:43553_mfxh&wt=javabin&version=2}
status=0 QTime=1568
[junit4] 2> 2760338 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in
collection: control_collection
[junit4] 2> 2760444 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2760445 INFO (zkConnectionManagerCallback-10903-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2760445 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2760446 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 2760447 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35335/solr ready
[junit4] 2> 2760447 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 2760449 INFO (qtp871558353-34726) [n:127.0.0.1:43553_mfxh
] 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> 2760452 INFO
(OverseerThreadFactory-6869-thread-2-processing-n:127.0.0.1:43553_mfxh)
[n:127.0.0.1:43553_mfxh ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 2760452 INFO
(OverseerCollectionConfigSetProcessor-73415807166185477-127.0.0.1:43553_mfxh-n_0000000000)
[n:127.0.0.1:43553_mfxh ] 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> 2760657 WARN
(OverseerThreadFactory-6869-thread-2-processing-n:127.0.0.1:43553_mfxh)
[n:127.0.0.1:43553_mfxh ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 2760659 INFO (qtp871558353-34726) [n:127.0.0.1:43553_mfxh
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 2760660 INFO (qtp871558353-34726) [n:127.0.0.1:43553_mfxh
] 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=210
[junit4] 2> 2760661 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
[junit4] 2> 2760661 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
[junit4] 2> 2760661 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
[junit4] 2> 2760662 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
[junit4] 2> 2760662 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.SolrCloudTestCase active slice count: 2 expected:2
[junit4] 2> 2760662 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
[junit4] 2> 2760662 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances
pullReplicaCount=0 numOtherReplicas=16
[junit4] 2> 2760751 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-1-001
of type NRT for shard2
[junit4] 2> 2760753 WARN (closeThreadPool-10904-thread-1) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 2760753 INFO (closeThreadPool-10904-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 2760753 INFO (closeThreadPool-10904-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2760753 INFO (closeThreadPool-10904-thread-1) [ ]
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git:
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
[junit4] 2> 2760758 INFO (closeThreadPool-10904-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2760758 INFO (closeThreadPool-10904-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2760758 INFO (closeThreadPool-10904-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2760759 INFO (closeThreadPool-10904-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5ceb8a63{/mfxh,null,AVAILABLE}
[junit4] 2> 2760760 INFO (closeThreadPool-10904-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@2785e055{SSL,[ssl,
http/1.1]}{127.0.0.1:35561}
[junit4] 2> 2760760 INFO (closeThreadPool-10904-thread-1) [ ]
o.e.j.s.Server Started @2760794ms
[junit4] 2> 2760760 INFO (closeThreadPool-10904-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/mfxh, hostPort=35561,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-1-001/cores}
[junit4] 2> 2760760 ERROR (closeThreadPool-10904-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2760760 INFO (closeThreadPool-10904-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2760760 INFO (closeThreadPool-10904-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.5.0
[junit4] 2> 2760760 INFO (closeThreadPool-10904-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2760760 INFO (closeThreadPool-10904-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
[junit4] 2> 2760760 INFO (closeThreadPool-10904-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-03-15T20:11:37.745Z
[junit4] 2> 2760762 INFO (closeThreadPool-10904-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2760766 INFO (zkConnectionManagerCallback-10906-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2760766 INFO (closeThreadPool-10904-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2760845 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-2-001
of type NRT for shard1
[junit4] 2> 2760847 WARN (closeThreadPool-10904-thread-2) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 2760847 INFO (closeThreadPool-10904-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 2760847 INFO (closeThreadPool-10904-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2760847 INFO (closeThreadPool-10904-thread-2) [ ]
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git:
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
[junit4] 2> 2760850 INFO (closeThreadPool-10904-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2760850 INFO (closeThreadPool-10904-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2760850 INFO (closeThreadPool-10904-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2760852 INFO (closeThreadPool-10904-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@294ba97f{/mfxh,null,AVAILABLE}
[junit4] 2> 2760853 INFO (closeThreadPool-10904-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@5b640249{SSL,[ssl,
http/1.1]}{127.0.0.1:34165}
[junit4] 2> 2760853 INFO (closeThreadPool-10904-thread-2) [ ]
o.e.j.s.Server Started @2760888ms
[junit4] 2> 2760853 INFO (closeThreadPool-10904-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/mfxh, hostPort=34165,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-2-001/cores}
[junit4] 2> 2760853 ERROR (closeThreadPool-10904-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2760853 INFO (closeThreadPool-10904-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2760853 INFO (closeThreadPool-10904-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.5.0
[junit4] 2> 2760853 INFO (closeThreadPool-10904-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2760853 INFO (closeThreadPool-10904-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
[junit4] 2> 2760853 INFO (closeThreadPool-10904-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-03-15T20:11:37.838Z
[junit4] 2> 2760856 INFO (closeThreadPool-10904-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2760858 INFO (zkConnectionManagerCallback-10908-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2760858 INFO (closeThreadPool-10904-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2760867 INFO (closeThreadPool-10904-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2760867 INFO (closeThreadPool-10904-thread-1) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-1-001/solr.xml
[junit4] 2> 2760882 INFO (closeThreadPool-10904-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2760882 INFO (closeThreadPool-10904-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2760883 INFO (closeThreadPool-10904-thread-1) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@6a198db3, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2760953 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-3-001
of type NRT for shard2
[junit4] 2> 2760954 WARN (closeThreadPool-10904-thread-3) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 2760954 INFO (closeThreadPool-10904-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 2760954 INFO (closeThreadPool-10904-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2760954 INFO (closeThreadPool-10904-thread-3) [ ]
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git:
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
[junit4] 2> 2760955 INFO (closeThreadPool-10904-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2760955 INFO (closeThreadPool-10904-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2760955 INFO (closeThreadPool-10904-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 2760960 INFO (closeThreadPool-10904-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6ab9bf4a{/mfxh,null,AVAILABLE}
[junit4] 2> 2760961 INFO (closeThreadPool-10904-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@73f0c973{SSL,[ssl,
http/1.1]}{127.0.0.1:33569}
[junit4] 2> 2760961 INFO (closeThreadPool-10904-thread-3) [ ]
o.e.j.s.Server Started @2760996ms
[junit4] 2> 2760961 INFO (closeThreadPool-10904-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/mfxh, hostPort=33569,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-3-001/cores}
[junit4] 2> 2760961 ERROR (closeThreadPool-10904-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2760961 INFO (closeThreadPool-10904-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2760961 INFO (closeThreadPool-10904-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.5.0
[junit4] 2> 2760962 INFO (closeThreadPool-10904-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2760962 INFO (closeThreadPool-10904-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
[junit4] 2> 2760962 INFO (closeThreadPool-10904-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-03-15T20:11:37.947Z
[junit4] 2> 2760963 INFO (closeThreadPool-10904-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2760963 INFO (zkConnectionManagerCallback-10911-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2760963 INFO (closeThreadPool-10904-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2760968 INFO (closeThreadPool-10904-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2760968 INFO (closeThreadPool-10904-thread-2) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-2-001/solr.xml
[junit4] 2> 2760972 INFO (closeThreadPool-10904-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2760972 INFO (closeThreadPool-10904-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2760973 INFO (closeThreadPool-10904-thread-2) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@6a198db3, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2761036 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-4-001
of type NRT for shard1
[junit4] 2> 2761037 WARN (closeThreadPool-10904-thread-4) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 2761037 INFO (closeThreadPool-10904-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 2761037 INFO (closeThreadPool-10904-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2761037 INFO (closeThreadPool-10904-thread-4) [ ]
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git:
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
[junit4] 2> 2761038 INFO (closeThreadPool-10904-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2761038 INFO (closeThreadPool-10904-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2761038 INFO (closeThreadPool-10904-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2761038 INFO (closeThreadPool-10904-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3c634c{/mfxh,null,AVAILABLE}
[junit4] 2> 2761039 INFO (closeThreadPool-10904-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@303215f7{SSL,[ssl,
http/1.1]}{127.0.0.1:39313}
[junit4] 2> 2761039 INFO (closeThreadPool-10904-thread-4) [ ]
o.e.j.s.Server Started @2761073ms
[junit4] 2> 2761039 INFO (closeThreadPool-10904-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/tempDir-001/jetty4,
solrconfig=solrconfig.xml, hostContext=/mfxh, hostPort=39313,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-4-001/cores}
[junit4] 2> 2761039 ERROR (closeThreadPool-10904-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2761039 INFO (closeThreadPool-10904-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2761039 INFO (closeThreadPool-10904-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.5.0
[junit4] 2> 2761039 INFO (closeThreadPool-10904-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2761039 INFO (closeThreadPool-10904-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
[junit4] 2> 2761039 INFO (closeThreadPool-10904-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-03-15T20:11:38.024Z
[junit4] 2> 2761041 INFO (closeThreadPool-10904-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2761046 INFO (zkConnectionManagerCallback-10914-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2761046 INFO (closeThreadPool-10904-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2761068 INFO (closeThreadPool-10904-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2761068 INFO (closeThreadPool-10904-thread-3) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-3-001/solr.xml
[junit4] 2> 2761072 INFO (closeThreadPool-10904-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2761072 INFO (closeThreadPool-10904-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2761073 INFO (closeThreadPool-10904-thread-3) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@6a198db3, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2761122 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-5-001
of type NRT for shard2
[junit4] 2> 2761143 WARN (closeThreadPool-10904-thread-5) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 2761143 INFO (closeThreadPool-10904-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 2761143 INFO (closeThreadPool-10904-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2761143 INFO (closeThreadPool-10904-thread-5) [ ]
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git:
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
[junit4] 2> 2761178 INFO (closeThreadPool-10904-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2761178 INFO (closeThreadPool-10904-thread-4) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-4-001/solr.xml
[junit4] 2> 2761182 INFO (closeThreadPool-10904-thread-4) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2761182 INFO (closeThreadPool-10904-thread-4) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2761183 INFO (closeThreadPool-10904-thread-4) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@6a198db3, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2761216 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-6-001
of type NRT for shard1
[junit4] 2> 2761230 INFO (closeThreadPool-10904-thread-5) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2761230 INFO (closeThreadPool-10904-thread-5) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2761230 INFO (closeThreadPool-10904-thread-5) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2761238 INFO (closeThreadPool-10904-thread-5) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@35d4576e{/mfxh,null,AVAILABLE}
[junit4] 2> 2761248 INFO (closeThreadPool-10904-thread-5) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@308a7741{SSL,[ssl,
http/1.1]}{127.0.0.1:42137}
[junit4] 2> 2761248 INFO (closeThreadPool-10904-thread-5) [ ]
o.e.j.s.Server Started @2761283ms
[junit4] 2> 2761248 INFO (closeThreadPool-10904-thread-5) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/tempDir-001/jetty5,
solrconfig=solrconfig.xml, hostContext=/mfxh, hostPort=42137,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-5-001/cores}
[junit4] 2> 2761249 ERROR (closeThreadPool-10904-thread-5) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2761249 INFO (closeThreadPool-10904-thread-5) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2761249 INFO (closeThreadPool-10904-thread-5) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.5.0
[junit4] 2> 2761249 INFO (closeThreadPool-10904-thread-5) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2761249 INFO (closeThreadPool-10904-thread-5) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
[junit4] 2> 2761249 INFO (closeThreadPool-10904-thread-5) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-03-15T20:11:38.234Z
[junit4] 2> 2761258 WARN (closeThreadPool-10904-thread-6) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 2761259 INFO (closeThreadPool-10904-thread-6) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 2761259 INFO (closeThreadPool-10904-thread-6) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2761259 INFO (closeThreadPool-10904-thread-6) [ ]
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git:
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
[junit4] 2> 2761266 INFO (closeThreadPool-10904-thread-5) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2761290 INFO (zkConnectionManagerCallback-10918-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2761290 INFO (closeThreadPool-10904-thread-5) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2761351 INFO (closeThreadPool-10904-thread-6) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2761351 INFO (closeThreadPool-10904-thread-6) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2761351 INFO (closeThreadPool-10904-thread-6) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 2761362 INFO (closeThreadPool-10904-thread-6) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7b39ecaf{/mfxh,null,AVAILABLE}
[junit4] 2> 2761363 INFO (closeThreadPool-10904-thread-6) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@2ee814a8{SSL,[ssl,
http/1.1]}{127.0.0.1:42561}
[junit4] 2> 2761363 INFO (closeThreadPool-10904-thread-6) [ ]
o.e.j.s.Server Started @2761398ms
[junit4] 2> 2761363 INFO (closeThreadPool-10904-thread-6) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/tempDir-001/jetty6,
solrconfig=solrconfig.xml, hostContext=/mfxh, hostPort=42561,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-6-001/cores}
[junit4] 2> 2761363 ERROR (closeThreadPool-10904-thread-6) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2761363 INFO (closeThreadPool-10904-thread-6) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2761363 INFO (closeThreadPool-10904-thread-6) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.5.0
[junit4] 2> 2761364 INFO (closeThreadPool-10904-thread-6) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2761364 INFO (closeThreadPool-10904-thread-6) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
[junit4] 2> 2761364 INFO (closeThreadPool-10904-thread-6) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-03-15T20:11:38.349Z
[junit4] 2> 2761383 INFO (closeThreadPool-10904-thread-6) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 2761403 INFO (closeThreadPool-10904-thread-5) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2761403 INFO (closeThreadPool-10904-thread-5) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-5-001/solr.xml
[junit4] 2> 2761403 INFO (zkConnectionManagerCallback-10920-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2761403 INFO (closeThreadPool-10904-thread-6) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 2761407 INFO (closeThreadPool-10904-thread-5) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2761407 INFO (closeThreadPool-10904-thread-5) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2761408 INFO (closeThreadPool-10904-thread-5) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@6a198db3, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2761434 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 7 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-7-001
of type NRT for shard2
[junit4] 2> 2761459 WARN (closeThreadPool-10904-thread-7) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 2761459 INFO (closeThreadPool-10904-thread-7) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 2761459 INFO (closeThreadPool-10904-thread-7) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 2761459 INFO (closeThreadPool-10904-thread-7) [ ]
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git:
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
[junit4] 2> 2761495 INFO (closeThreadPool-10904-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
[junit4] 2> 2761495 WARN (closeThreadPool-10904-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> 2761534 INFO (closeThreadPool-10904-thread-7) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 2761534 INFO (closeThreadPool-10904-thread-7) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 2761534 INFO (closeThreadPool-10904-thread-7) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 2761543 INFO
(TEST-RollingRestartTest.test-seed#[725CF4821EBAC6CA]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 8 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-8-001
of type NRT for shard1
[junit4] 2> 2761549 INFO (closeThreadPool-10904-thread-7) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1553d997{/mfxh,null,AVAILABLE}
[junit4] 2> 2761566 INFO (closeThreadPool-10904-thread-6) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 2761566 INFO (closeThreadPool-10904-thread-6) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-6-001/solr.xml
[junit4] 2> 2761569 INFO (closeThreadPool-10904-thread-6) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 2761569 INFO (closeThreadPool-10904-thread-6) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 2761571 INFO (closeThreadPool-10904-thread-6) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@6a198db3, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 2761574 INFO (closeThreadPool-10904-thread-7) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6c21c2ae{SSL,[ssl,
http/1.1]}{127.0.0.1:33349}
[junit4] 2> 2761574 INFO (closeThreadPool-10904-thread-7) [ ]
o.e.j.s.Server Started @2761609ms
[junit4] 2> 2761574 INFO (closeThreadPool-10904-thread-7) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/tempDir-001/jetty7,
solrconfig=solrconfig.xml, hostContext=/mfxh, hostPort=33349,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_725CF4821EBAC6CA-001/shard-7-001/cores}
[junit4] 2> 2761574 WARN (closeThreadPool-10904-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@500ac097[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2761574 WARN (closeThreadPool-10904-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@500ac097[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 2761574 ERROR (closeThreadPool-10904-thread-7) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2761574 INFO (closeThreadPool-10904-thread-7) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 2761574 INFO (closeThreadPool-10904-thread-7) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.5.0
[junit4] 2> 2761574 INFO (closeThreadPool-10904-thread-7) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2761574 INFO (closeThreadPool-10904-thread-7) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr
[junit4] 2> 2761574 INFO (closeThreadPool-10904-thread-7) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2020-03-15T20:11:38.559Z
[junit4] 2> 2761580 WARN (closeThreadPool-10904-thread-8)
[...truncated too long message...]
java:748)
[junit4] 2> 4521055 WARN
(SUITE-HdfsSyncSliceTest-seed#[725CF4821EBAC6CA]-worker) [ ]
o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
[junit4] 2> 4521058 INFO
(SUITE-HdfsSyncSliceTest-seed#[725CF4821EBAC6CA]-worker) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.w.WebAppContext@895b62a{datanode,/,null,UNAVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/datanode}
[junit4] 2> 4521061 INFO
(SUITE-HdfsSyncSliceTest-seed#[725CF4821EBAC6CA]-worker) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@3e1773bf{HTTP/1.1,[http/1.1]}{localhost:0}
[junit4] 2> 4521061 INFO
(SUITE-HdfsSyncSliceTest-seed#[725CF4821EBAC6CA]-worker) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 4521061 INFO
(SUITE-HdfsSyncSliceTest-seed#[725CF4821EBAC6CA]-worker) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@120fcb63{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,UNAVAILABLE}
[junit4] 2> 4521062 WARN (BP-2029043802-127.0.0.1-1584304812770
heartbeating to localhost.localdomain/127.0.0.1:39617) [ ]
o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager
interrupted
[junit4] 2> 4521062 WARN (BP-2029043802-127.0.0.1-1584304812770
heartbeating to localhost.localdomain/127.0.0.1:39617) [ ]
o.a.h.h.s.d.DataNode Ending block pool service for: Block pool
BP-2029043802-127.0.0.1-1584304812770 (Datanode Uuid
58d3fcc4-75ba-4c0f-8ac2-31fa50bf6d25) service to
localhost.localdomain/127.0.0.1:39617
[junit4] 2> 4521083 INFO
(SUITE-HdfsSyncSliceTest-seed#[725CF4821EBAC6CA]-worker) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.w.WebAppContext@7cdae714{hdfs,/,null,UNAVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/hdfs}
[junit4] 2> 4521083 INFO
(SUITE-HdfsSyncSliceTest-seed#[725CF4821EBAC6CA]-worker) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@268c0088{HTTP/1.1,[http/1.1]}{localhost.localdomain:0}
[junit4] 2> 4521083 INFO
(SUITE-HdfsSyncSliceTest-seed#[725CF4821EBAC6CA]-worker) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 4521083 INFO
(SUITE-HdfsSyncSliceTest-seed#[725CF4821EBAC6CA]-worker) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@39da8293{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.0-tests.jar!/webapps/static,UNAVAILABLE}
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.5/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsSyncSliceTest_725CF4821EBAC6CA-001
[junit4] 2> Mar 15, 2020 8:40:58 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 17 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene84):
{rnd_b=PostingsFormat(name=Asserting),
multiDefault=PostingsFormat(name=MockRandom),
a_t=PostingsFormat(name=MockRandom), _root_=FST50,
id=PostingsFormat(name=Asserting), text=BlockTreeOrds(blocksize=128)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct),
_version_=DocValuesFormat(name=Asserting),
range_facet_i_dv=DocValuesFormat(name=Lucene80),
intDvoDefault=DocValuesFormat(name=Direct),
timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1383,
maxMBSortInHeap=5.142707736724628,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@347f54fc),
locale=de-LU, timezone=Antarctica/Davis
[junit4] 2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=4,free=122819472,total=520093696
[junit4] 2> NOTE: All tests run in this JVM: [TestSimDistribStateManager,
DeleteStatusTest, ExplicitHLLTest, TestRecoveryHdfs,
DimensionalRoutedAliasUpdateProcessorTest, TestFieldCacheReopen,
TestWriterPerf, TestFieldCacheVsDocValues, HttpPartitionTest,
PingRequestHandlerTest, DaemonStreamApiTest, XmlUpdateRequestHandlerTest,
TestNestedDocsSort, TestDynamicLoadingUrl, ScheduledTriggerIntegrationTest,
SampleTest, DistributedSuggestComponentTest, TestCoreBackup, TestCustomStream,
ShardRoutingCustomTest, TestBinaryField, TestSolrConfigHandlerCloud,
TestRandomDVFaceting, MetricsHandlerTest, NumberUtilsTest,
CustomCollectionTest, TestSearchPerf, TestCharFilters,
JWTVerificationkeyResolverTest, TestSizeLimitedDistributedMap, TestOrdValues,
ClassificationUpdateProcessorTest, SimplePostToolTest,
TestGraphTermsQParserPlugin, TestPivotHelperCode, TestReplicaProperties,
DocValuesNotIndexedTest, OverseerSolrResponseUnsafeSerializationTest,
IndexSchemaTest, TestManagedSynonymGraphFilterFactory, NodeAddedTriggerTest,
TestTrie, TestSweetSpotSimilarityFactory, TermVectorComponentDistributedTest,
TestGroupingSearch, TestFieldTypeResource, TestPullReplicaErrorHandling,
CollectionStateFormat2Test, TestZkChroot, TestShardHandlerFactory,
TestValueSourceCache, TestUpdate, CdcrRequestHandlerTest, TestRTGBase,
BasicZkTest, CheckHdfsIndexTest, TestConfigsApi, TestCodecSupport,
TestSimExtremeIndexing, TestReversedWildcardFilterFactory,
NodeMarkersRegistrationTest, SliceStateTest, FullSolrCloudDistribCmdsTest,
TestJsonFacets, MigrateRouteKeyTest, RootFieldTest, UpdateParamsTest,
TestOverriddenPrefixQueryForCustomFieldType, CursorPagingTest,
SecurityConfHandlerTest, TestSolrCachePerf, QueryParsingTest,
TestDistributedStatsComponentCardinality, TestSolrCLIRunExample,
TestAnalyzedSuggestions, TestNumericTerms32, AutoscalingHistoryHandlerTest,
HighlighterMaxOffsetTest, NumericFieldsTest, ReplicationFactorTest,
TestPhraseSuggestions, DistributedFacetPivotLongTailTest,
UnloadDistributedZkTest, TestLeaderElectionZkExpiry, TestCloudDeleteByQuery,
SolrLogAuditLoggerPluginTest, TestSolrXml,
PeerSyncWithIndexFingerprintCachingTest, RequiredFieldsTest, TestSchemaField,
TestManagedResourceStorage, QueryResultKeyTest, ExitableDirectoryReaderTest,
TestRandomRequestDistribution, SolrIndexConfigTest, TestCoreContainer,
TestCrossCoreJoin, TestEmbeddedSolrServerSchemaAPI,
TestSubQueryTransformerCrossCore, TestConfigSetsAPI,
TestLegacyNumericRangeQueryBuilder, CategoryRoutedAliasUpdateProcessorTest,
BJQFilterAccessibleTest, TestLuceneIndexBackCompat, TestFacetMethods,
OutOfBoxZkACLAndCredentialsProvidersTest, SimpleCollectionCreateDeleteTest,
TestLegacyNumericUtils, TestObjectReleaseTracker, TestCloudPivotFacet,
TestInitQParser, MetricUtilsTest, TestDistribIDF, TestCloudRecovery2,
TestSchemaSimilarityResource, TestLMDirichletSimilarityFactory, EnumFieldTest,
CurrencyFieldTypeTest, Tagger2Test, CreateRoutedAliasTest,
SystemCollectionCompatTest, TestManagedSchemaThreadSafety,
RegexBytesRefFilterTest, TestCloudSchemaless,
CollectionsAPIAsyncDistributedZkTest, TestCSVResponseWriter, TestLazyCores,
SolrXmlInZkTest, JavaBinAtomicUpdateMultivalueTest,
TestNonDefinedSimilarityFactory, TestSortableTextField,
FieldMutatingUpdateProcessorTest, MaxSizeAutoCommitTest,
HdfsChaosMonkeyNothingIsSafeTest, TestExtendedDismaxParser, TestMissingGroups,
TestPostingsSolrHighlighter, SolrCoreTest, IndexBasedSpellCheckerTest,
TestSolrDeletionPolicy1, TestAtomicUpdateErrorCases,
TestRuleBasedAuthorizationPlugin, SimpleMLTQParserTest,
BinaryUpdateRequestHandlerTest, HLLUtilTest, LegacyCloudClusterPropTest,
SignificantTermsQParserPluginTest, ClusterStateTest,
AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest,
EchoParamsTest, MinimalSchemaTest, OutputWriterTest,
TestDistributedMissingSort, TestDistributedSearch, BasicDistributedZkTest,
CleanupOldIndexTest, ClusterStateMockUtilTest, ConfigSetsAPITest,
DeleteShardTest, DistribJoinFromCollectionTest, DistributedQueueTest,
DistributedVersionInfoTest, LeaderElectionTest,
LeaderFailureAfterFreshStartTest, MoveReplicaHDFSTest, MoveReplicaTest,
MultiSolrCloudTestCaseTest, OverseerRolesTest, PackageManagerCLITest,
PeerSyncReplicationTest, RemoteQueryErrorTest, ReplaceNodeNoTargetTest,
ReplaceNodeTest, RoutingToNodesWithPropertiesTest, SSLMigrationTest,
SaslZkACLProviderTest, TestCryptoKeys, TestDeleteCollectionOnDownNodes,
TestDistributedMap, TestDownShardTolerantSearch,
TestExclusionRuleCollectionAccess, TestHashPartitioner,
TestOnReconnectListenerSupport, TestPrepRecovery, TestShortCircuitedRequests,
TestSolrCloudWithKerberosAlt, TestSolrCloudWithSecureImpersonation,
TestStressInPlaceUpdates, TestTlogReplayVsRecovery, TestTlogReplica,
TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud,
TestUtilizeNode, TestWaitForStateWithJettyShutdowns, TestWithCollection,
ZkControllerTest, ZkFailoverTest, ZkNodePropsTest, ZkShardTermsTest,
ZkSolrClientTest, AssignTest, AsyncCallRequestStatusResponseTest,
CollectionReloadTest, CollectionTooManyReplicasTest,
TestCollectionsAPIViaSolrCloudCluster, TestHdfsCloudBackupRestore,
TestLocalFSCloudBackupRestore, AutoAddReplicasPlanActionTest,
AutoScalingHandlerTest, ComputePlanActionTest, ExecutePlanActionTest,
HdfsAutoAddReplicasIntegrationTest, HttpTriggerListenerTest,
IndexSizeTriggerMixedBoundsTest, IndexSizeTriggerSizeEstimationTest,
IndexSizeTriggerTest, MetricTriggerIntegrationTest,
NodeAddedTriggerIntegrationTest, SystemLogListenerTest,
TriggerCooldownIntegrationTest, TriggerSetPropertiesIntegrationTest,
TestSimClusterStateProvider, TestSimComputePlanAction, TestSimNodeAddedTrigger,
TestSimNodeLostTrigger, TestSimPolicyCloud, TestSimScenario,
TestSimTriggerIntegration, TestSimUtils, TestSnapshotCloudManager,
BaseCdcrDistributedZkTest, CdcrBidirectionalTest, CdcrBootstrapTest,
CdcrReplicationHandlerTest, HDFSCollectionsAPITest,
HdfsBasicDistributedZk2Test, HdfsRecoverLeaseTest, HdfsRecoveryZkTest,
HdfsRestartWhileUpdatingTest, HdfsSyncSliceTest]
[junit4] Completed [587/900 (2!)] on J0 in 48.60s, 1 test, 1 failure <<<
FAILURES!
[...truncated 53568 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]