Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24015/
Java: 64bit/jdk-11.0.2 -XX:+UseCompressedOops -XX:+UseParallelGC

4 tests failed.
FAILED:  org.apache.solr.cloud.SystemCollectionCompatTest.testBackCompat

Error Message:
re-indexing warning not found

Stack Trace:
java.lang.AssertionError: re-indexing warning not found
        at 
__randomizedtesting.SeedInfo.seed([DA3D7AEE4E77C8B8:AAC8D9472EBF61CE]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.cloud.SystemCollectionCompatTest.testBackCompat(SystemCollectionCompatTest.java:203)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        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 
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 
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.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.update.TestInPlaceUpdatesDistrib.test

Error Message:
Thread pool didn't terminate within 15 secs

Stack Trace:
java.lang.AssertionError: Thread pool didn't terminate within 15 secs
        at 
__randomizedtesting.SeedInfo.seed([DA3D7AEE4E77C8B8:52694534E08BA540]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.reorderedDeletesTest(TestInPlaceUpdatesDistrib.java:776)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:175)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        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 
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.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.update.PeerSyncTest.test

Error Message:
Unexpected exception type, expected SolrException but got 
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:42005/w_p/co/collection1

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected 
SolrException but got org.apache.solr.client.solrj.SolrServerException: Timeout 
occurred while waiting response from server at: 
http://127.0.0.1:42005/w_p/co/collection1
        at 
__randomizedtesting.SeedInfo.seed([DA3D7AEE4E77C8B8:52694534E08BA540]:0)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2699)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
        at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:279)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        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 
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.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred 
while waiting response from server at: http://127.0.0.1:42005/w_p/co/collection1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:576)
        at 
org.apache.solr.update.PeerSyncTest.lambda$test$0(PeerSyncTest.java:281)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2694)
        ... 42 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.base/java.net.SocketInputStream.socketRead0(Native Method)
        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
        ... 49 more


FAILED:  org.apache.solr.update.PeerSyncWithLeaderTest.test

Error Message:
Unexpected exception type, expected SolrException but got 
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:42405/collection1

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected 
SolrException but got org.apache.solr.client.solrj.SolrServerException: Timeout 
occurred while waiting response from server at: 
http://127.0.0.1:42405/collection1
        at 
__randomizedtesting.SeedInfo.seed([DA3D7AEE4E77C8B8:52694534E08BA540]:0)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2699)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
        at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:279)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        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 
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.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred 
while waiting response from server at: http://127.0.0.1:42405/collection1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:576)
        at 
org.apache.solr.update.PeerSyncTest.lambda$test$0(PeerSyncTest.java:281)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2694)
        ... 42 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.base/java.net.SocketInputStream.socketRead0(Native Method)
        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
        ... 49 more




Build Log:
[...truncated 13520 lines...]
   [junit4] Suite: org.apache.solr.update.PeerSyncWithLeaderTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_DA3D7AEE4E77C8B8-001/init-core-data-001
   [junit4]   2> 703555 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[DA3D7AEE4E77C8B8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 703556 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[DA3D7AEE4E77C8B8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776";)
   [junit4]   2> 703556 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[DA3D7AEE4E77C8B8]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 703556 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[DA3D7AEE4E77C8B8]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 703556 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 703557 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 703569 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 703579 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 703637 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 703694 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 703696 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5d7ac5fc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 703698 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@b02534b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 703709 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 703709 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 703722 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9
   [junit4]   2> 703727 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9
   [junit4]   2> 703727 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9
   [junit4]   2> 703728 INFO  (coreLoadExecutor-6089-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 703742 INFO  (coreLoadExecutor-6089-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 703756 INFO  (coreLoadExecutor-6089-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 703816 INFO  (coreLoadExecutor-6089-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 703821 INFO  (coreLoadExecutor-6089-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 703821 INFO  (coreLoadExecutor-6089-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9
   [junit4]   2> 703821 INFO  (coreLoadExecutor-6089-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_DA3D7AEE4E77C8B8-001/init-core-data-001/]
   [junit4]   2> 703822 INFO  (coreLoadExecutor-6089-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1660861281, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 703823 WARN  (coreLoadExecutor-6089-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 703847 INFO  (coreLoadExecutor-6089-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 703847 INFO  (coreLoadExecutor-6089-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 703847 INFO  (coreLoadExecutor-6089-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 703847 INFO  (coreLoadExecutor-6089-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 703847 INFO  (coreLoadExecutor-6089-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=44.005859375, 
floorSegmentMB=1.60546875, forceMergeDeletesPctAllowed=25.042060324979566, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.22701079686478318, deletesPctAllowed=35.60037165876453
   [junit4]   2> 703848 INFO  (coreLoadExecutor-6089-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4ac771ad[collection1] main]
   [junit4]   2> 703848 WARN  (coreLoadExecutor-6089-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 703848 INFO  (coreLoadExecutor-6089-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 703848 INFO  (coreLoadExecutor-6089-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632328245040906240
   [junit4]   2> 703850 INFO  
(searcherExecutor-6090-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4ac771ad[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 703850 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 703939 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_DA3D7AEE4E77C8B8-001/tempDir-001/control/cores/collection1
   [junit4]   2> 703939 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 703939 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 703939 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 703939 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 703941 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 703941 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 703941 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 703941 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@30e741f1{/,null,AVAILABLE}
   [junit4]   2> 703941 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@54e809b7{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:43017}
   [junit4]   2> 703941 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.Server Started @703965ms
   [junit4]   2> 703941 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=43017, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_DA3D7AEE4E77C8B8-001/tempDir-001/control/cores}
   [junit4]   2> 703941 ERROR 
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 703941 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 703942 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 703942 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 703942 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 703942 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T11:18:43.334063Z
   [junit4]   2> 703942 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_DA3D7AEE4E77C8B8-001/tempDir-001/control/solr.xml
   [junit4]   2> 703944 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 703944 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 703944 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 704102 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 704102 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3c36ee12[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 704104 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@188fe94d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 704112 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 704112 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 704122 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9
   [junit4]   2> 704129 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9
   [junit4]   2> 704129 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9
   [junit4]   2> 704130 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_DA3D7AEE4E77C8B8-001/tempDir-001/control/cores
   [junit4]   2> 704130 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 704131 INFO  (coreLoadExecutor-6103-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 704145 INFO  (coreLoadExecutor-6103-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 704162 INFO  (coreLoadExecutor-6103-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 704230 INFO  (coreLoadExecutor-6103-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 704237 INFO  (coreLoadExecutor-6103-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 704238 INFO  (coreLoadExecutor-6103-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9
   [junit4]   2> 704238 INFO  (coreLoadExecutor-6103-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_DA3D7AEE4E77C8B8-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 704239 INFO  (coreLoadExecutor-6103-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1660861281, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 704241 WARN  (coreLoadExecutor-6103-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 704276 INFO  (coreLoadExecutor-6103-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 704276 INFO  (coreLoadExecutor-6103-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 704278 INFO  (coreLoadExecutor-6103-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 704278 INFO  (coreLoadExecutor-6103-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 704278 INFO  (coreLoadExecutor-6103-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=44.005859375, 
floorSegmentMB=1.60546875, forceMergeDeletesPctAllowed=25.042060324979566, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.22701079686478318, deletesPctAllowed=35.60037165876453
   [junit4]   2> 704279 INFO  (coreLoadExecutor-6103-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@651be9f1[collection1] main]
   [junit4]   2> 704279 WARN  (coreLoadExecutor-6103-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 704279 INFO  (coreLoadExecutor-6103-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 704279 INFO  (coreLoadExecutor-6103-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632328245492842496
   [junit4]   2> 704288 INFO  
(searcherExecutor-6104-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@651be9f1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 704343 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_DA3D7AEE4E77C8B8-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 704344 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 704344 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 704344 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 704344 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 704345 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 704345 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 704346 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 704346 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@328791d6{/,null,AVAILABLE}
   [junit4]   2> 704346 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6d923256{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:42405}
   [junit4]   2> 704346 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.Server Started @704370ms
   [junit4]   2> 704346 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=42405, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_DA3D7AEE4E77C8B8-001/tempDir-001/shard0/cores}
   [junit4]   2> 704346 ERROR 
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 704346 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 704346 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 704346 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 704346 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 704346 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T11:18:43.738824Z
   [junit4]   2> 704347 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_DA3D7AEE4E77C8B8-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 704349 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 704349 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 704349 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 704418 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 704418 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@189fbfba[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 704421 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2864b3b4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 704434 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 704434 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 704451 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9
   [junit4]   2> 704464 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9
   [junit4]   2> 704464 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9
   [junit4]   2> 704465 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_DA3D7AEE4E77C8B8-001/tempDir-001/shard0/cores
   [junit4]   2> 704465 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 704466 INFO  (coreLoadExecutor-6117-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 704485 INFO  (coreLoadExecutor-6117-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 704498 INFO  (coreLoadExecutor-6117-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 704591 INFO  (coreLoadExecutor-6117-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 704599 INFO  (coreLoadExecutor-6117-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 704599 INFO  (coreLoadExecutor-6117-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9
   [junit4]   2> 704599 INFO  (coreLoadExecutor-6117-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_DA3D7AEE4E77C8B8-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 704600 INFO  (coreLoadExecutor-6117-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1660861281, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 704601 WARN  (coreLoadExecutor-6117-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 704634 INFO  (coreLoadExecutor-6117-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 704634 INFO  (coreLoadExecutor-6117-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 704635 INFO  (coreLoadExecutor-6117-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 704635 INFO  (coreLoadExecutor-6117-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 704636 INFO  (coreLoadExecutor-6117-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=44.005859375, 
floorSegmentMB=1.60546875, forceMergeDeletesPctAllowed=25.042060324979566, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.22701079686478318, deletesPctAllowed=35.60037165876453
   [junit4]   2> 704636 INFO  (coreLoadExecutor-6117-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6029cf3d[collection1] main]
   [junit4]   2> 704636 WARN  (coreLoadExecutor-6117-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 704637 INFO  (coreLoadExecutor-6117-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 704637 INFO  (coreLoadExecutor-6117-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632328245868232704
   [junit4]   2> 704639 INFO  
(searcherExecutor-6118-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6029cf3d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 704735 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_DA3D7AEE4E77C8B8-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 704736 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 704736 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 704736 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 704736 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 704737 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 704737 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 704737 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 704737 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1fc5fdbd{/,null,AVAILABLE}
   [junit4]   2> 704737 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@57ad1a60{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:40079}
   [junit4]   2> 704737 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.Server Started @704761ms
   [junit4]   2> 704737 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=40079, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_DA3D7AEE4E77C8B8-001/tempDir-001/shard1/cores}
   [junit4]   2> 704738 ERROR 
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 704738 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 704738 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 704738 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 704738 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 704738 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T11:18:44.130325Z
   [junit4]   2> 704738 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_DA3D7AEE4E77C8B8-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 704740 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 704740 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 704741 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 704785 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 704786 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@731c07d1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 704788 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@6466974b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 704800 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 704800 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 704826 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9
   [junit4]   2> 704837 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9
   [junit4]   2> 704837 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9
   [junit4]   2> 704838 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_DA3D7AEE4E77C8B8-001/tempDir-001/shard1/cores
   [junit4]   2> 704838 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 704839 INFO  (coreLoadExecutor-6131-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 704853 INFO  (coreLoadExecutor-6131-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 704865 INFO  (coreLoadExecutor-6131-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 704948 INFO  (coreLoadExecutor-6131-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 704955 INFO  (coreLoadExecutor-6131-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 704955 INFO  (coreLoadExecutor-6131-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9
   [junit4]   2> 704955 INFO  (coreLoadExecutor-6131-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_DA3D7AEE4E77C8B8-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 704957 INFO  (coreLoadExecutor-6131-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1660861281, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 704958 WARN  (coreLoadExecutor-6131-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 704991 INFO  (coreLoadExecutor-6131-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 704991 INFO  (coreLoadExecutor-6131-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 704992 INFO  (coreLoadExecutor-6131-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 704992 INFO  (coreLoadExecutor-6131-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 704993 INFO  (coreLoadExecutor-6131-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=44.005859375, 
floorSegmentMB=1.60546875, forceMergeDeletesPctAllowed=25.042060324979566, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.22701079686478318, deletesPctAllowed=35.60037165876453
   [junit4]   2> 704993 INFO  (coreLoadExecutor-6131-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2e0686a3[collection1] main]
   [junit4]   2> 704993 WARN  (coreLoadExecutor-6131-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 704994 INFO  (coreLoadExecutor-6131-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 704994 INFO  (coreLoadExecutor-6131-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632328246242574336
   [junit4]   2> 704995 INFO  
(searcherExecutor-6132-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2e0686a3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 705098 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_DA3D7AEE4E77C8B8-001/tempDir-001/shard2/cores/collection1
   [junit4]   2> 705099 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 705099 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 705099 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 705099 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
   [junit4]   2> 705100 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 705100 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 705100 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 705100 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3ac49d97{/,null,AVAILABLE}
   [junit4]   2> 705100 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@8f2901c{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:42707}
   [junit4]   2> 705100 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.s.Server Started @705124ms
   [junit4]   2> 705100 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/, solrconfig=solrconfig-tlog.xml, hostPort=42707, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_DA3D7AEE4E77C8B8-001/tempDir-001/shard2/cores}
   [junit4]   2> 705100 ERROR 
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 705100 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 705100 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 705100 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on 
port null
   [junit4]   2> 705100 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 705100 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T11:18:44.492926Z
   [junit4]   2> 705101 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_DA3D7AEE4E77C8B8-001/tempDir-001/shard2/solr.xml
   [junit4]   2> 705102 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 705102 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 705103 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 705231 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 705232 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@192db1e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 705234 WARN  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@75adba31[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 705242 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 705242 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 705252 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9
   [junit4]   2> 705260 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9
   [junit4]   2> 705260 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9
   [junit4]   2> 705261 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_DA3D7AEE4E77C8B8-001/tempDir-001/shard2/cores
   [junit4]   2> 705261 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 705261 INFO  (coreLoadExecutor-6145-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 705275 INFO  (coreLoadExecutor-6145-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 705288 INFO  (coreLoadExecutor-6145-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 705360 INFO  (coreLoadExecutor-6145-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 705365 INFO  (coreLoadExecutor-6145-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 705365 INFO  (coreLoadExecutor-6145-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74cbbbb9
   [junit4]   2> 705365 INFO  (coreLoadExecutor-6145-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_DA3D7AEE4E77C8B8-001/tempDir-001/shard2/cores/collection1/data/]
   [junit4]   2> 705366 INFO  (coreLoadExecutor-6145-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1660861281, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 705367 WARN  (coreLoadExecutor-6145-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 705387 INFO  (coreLoadExecutor-6145-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 705387 INFO  (coreLoadExecutor-6145-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 705388 INFO  (coreLoadExecutor-6145-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 705388 INFO  (coreLoadExecutor-6145-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 705389 INFO  (coreLoadExecutor-6145-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=44.005859375, 
floorSegmentMB=1.60546875, forceMergeDeletesPctAllowed=25.042060324979566, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.22701079686478318, deletesPctAllowed=35.60037165876453
   [junit4]   2> 705389 INFO  (coreLoadExecutor-6145-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7a4f7a11[collection1] main]
   [junit4]   2> 705389 WARN  (coreLoadExecutor-6145-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 705389 INFO  (coreLoadExecutor-6145-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 705389 INFO  (coreLoadExecutor-6145-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632328246656761856
   [junit4]   2> 705391 INFO  
(TEST-PeerSyncWithLeaderTest.test-seed#[DA3D7AEE4E77C8B8]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 705391 INFO  
(searcherExecutor-6146-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7a4f7a11[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 705394 INFO  (qtp1119136879-18285) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[1 (1)]} 0 1
   [junit4]   2> 705395 WARN  (qtp1859345790-18306) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader no frame of reference to tell if we've missed updates
   [junit4]   2> 705395 INFO  (qtp1859345790-18306) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={syncWithLeader=http://127.0.0.1:42405/collection1&qt=/get&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 705396 INFO  (qtp1859345790-18307) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[1 (1)]} 0 0
   [junit4]   2> 705397 INFO  (qtp1859345790-18305) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= START 
leader=http://127.0.0.1:42405/collection1 nUpdates=100
   [junit4]   2> 705400 INFO  (qtp1119136879-18284) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@32e59866[collection1] realtime]
   [junit4]   2> 705400 INFO  (qtp1119136879-18284) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:2.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, 
maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, 
maxDoc=1}
   [junit4]   2> 705400 INFO  (qtp1119136879-18284) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 705402 INFO  (qtp1859345790-18305) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2149397d[collection1] realtime]
   [junit4]   2> 705402 INFO  (qtp1859345790-18305) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:2.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, 
maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, 
maxDoc=1}
   [junit4]   2> 705403 INFO  (qtp1859345790-18305) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader Fingerprint comparison result: 0
   [junit4]   2> 705403 INFO  (qtp1859345790-18305) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={syncWithLeader=http://127.0.0.1:42405/collection1&qt=/get&getVersions=100&wt=javabin&version=2}
 status=0 QTime=5
   [junit4]   2> 705403 INFO  (qtp1119136879-18285) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632328246671441920,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 705403 INFO  (qtp1119136879-18285) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1a5b1409 
commitCommandVersion:1632328246671441920
   [junit4]   2> 705404 INFO  (qtp1119136879-18285) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@37a5ce01[collection1] main]
   [junit4]   2> 705404 INFO  (qtp1119136879-18285) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 705406 INFO  
(searcherExecutor-6118-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@37a5ce01[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.runtime.version=11.0.2+9,
 os.version=4.18.0-17-generic, os=Linux, java.vendor=Oracle Corporation, 
timestamp=1556709524791, java.version=11.0.2, java.vm.version=11.0.2+9, 
lucene.version=9.0.0, source=flush, 
os.arch=amd64}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 705406 INFO  (qtp1119136879-18285) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 705406 INFO  (qtp1859345790-18306) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632328246674587648,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 705406 INFO  (qtp1859345790-18306) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@484d0e2 
commitCommandVersion:1632328246674587648
   [junit4]   2> 705407 INFO  (qtp1859345790-18306) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3ce6519e[collection1] main]
   [junit4]   2> 705408 INFO  (qtp1859345790-18306) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 705409 INFO  
(searcherExecutor-6132-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3ce6519e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.runtime.version=11.0.2+9,
 os.version=4.18.0-17-generic, os=Linux, java.vendor=Oracle Corporation, 
timestamp=1556709524793, java.version=11.0.2, java.vm.version=11.0.2+9, 
lucene.version=9.0.0, source=flush, 
os.arch=amd64}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 705409 INFO  (qtp1859345790-18306) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 2
   [junit4]   2> 705409 INFO  (qtp1119136879-18286) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 705410 INFO  (qtp1859345790-18307) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 705412 INFO  (qtp1119136879-18284) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp= path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[2 (2)]} 0 1
   [junit4]   2> 705412 INFO  (qtp1859345790-18305) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= START 
leader=http://127.0.0.1:42405/collection1 nUpdates=100
   [junit4]   2> 705416 INFO  (qtp1119136879-18285) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2253ec2f[collection1] realtime]
   [junit4]   2> 705416 INFO  (qtp1119136879-18285) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:3.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, 
maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, 
maxDoc=1}
   [junit4]   2> 705416 INFO  (qtp1119136879-18285) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=3
   [junit4]   2> 705417 INFO  (qtp1859345790-18305) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, 
maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, 
maxDoc=1}
   [junit4]   2> 705417 INFO  (qtp1859345790-18305) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader Fingerprint comparison result: 1
   [junit4]   2> 705417 INFO  (qtp1859345790-18305) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader Leader fingerprint: 
{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, 
versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}, Our 
fingerprint: {maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, 
maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, 
maxDoc=1}
   [junit4]   2> 705417 INFO  (qtp1119136879-18286) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, 
maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, 
maxDoc=1}
   [junit4]   2> 705417 INFO  (qtp1119136879-18286) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 705417 INFO  (qtp1859345790-18305) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader Leader fingerprint 
{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, maxInHash=2, 
versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 705420 INFO  (qtp1859345790-18305) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url=  Received 2 versions 
from http://127.0.0.1:42405/collection1
   [junit4]   2> 705425 INFO  (qtp1859345790-18305) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= Requesting updates 
from http://127.0.0.1:42405/collection1 n=1 versions=2
   [junit4]   2> 705426 INFO  (qtp1119136879-18284) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={getUpdates=2&distrib=false&qt=/get&onlyIfActive=false&skipDbq=true&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 705428 INFO  (qtp1859345790-18305) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (2)]} 0 1
   [junit4]   2> 705431 INFO  (qtp1859345790-18305) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1fe9fbc0[collection1] realtime]
   [junit4]   2> 705431 INFO  (qtp1859345790-18305) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:3.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, 
maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, 
maxDoc=1}
   [junit4]   2> 705431 INFO  (qtp1859345790-18305) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader Fingerprint comparison result: 0
   [junit4]   2> 705431 INFO  (qtp1859345790-18305) [    x:collection1] 
o.a.s.u.PeerSyncWithLeader PeerSync: core=collection1 url= DONE. sync succeeded
   [junit4]   2> 705431 INFO  (qtp1859345790-18305) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp= path=/get 
params={syncWithLeader=http://127.0.0.1:42405/collection1&qt=/get&getVersions=100&wt=javabin&version=2}
 status=0 QTime=19
   [junit4]   2> 705432 INFO  (qtp1119136879-18285) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632328246701850624,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 705432 INFO  (qtp1119136879-18285) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1a5b1409 
commitCommandVersion:1632328246701850624
   [junit4]   2> 705432 INFO  (qtp1119136879-18285) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5c7ccecb[collection1] main]
   [junit4]   2> 705433 INFO  (qtp1119136879-18285) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 705434 INFO  (searche

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

uesFormat(name=Direct), range_facet_l=DocValuesFormat(name=Direct), 
n_f1=DocValuesFormat(name=Lucene80), n_ti1=DocValuesFormat(name=Lucene80), 
n_tl1=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Direct), 
n_tf1=DocValuesFormat(name=Direct), n_tdt1=DocValuesFormat(name=Direct), 
id_i1=DocValuesFormat(name=Lucene80), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
intDvoDefault=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=331, 
maxMBSortInHeap=5.416228246022857, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2f812af6),
 locale=cu, timezone=Atlantic/Madeira
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 11.0.2 
(64-bit)/cpus=8,threads=1,free=304630648,total=526909440
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldResource, 
TestSchemalessBufferedUpdates, TestUseDocValuesAsStored2, TestSQLHandler, 
SolrPluginUtilsTest, TestHighlightDedupGrouping, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, QueryParsingTest, 
DistributedExpandComponentTest, NodeLostTriggerTest, 
TestAuthorizationFramework, PreAnalyzedUpdateProcessorTest, TestXIncludeConfig, 
TestConfigSetsAPIExclusivity, ReplicationFactorTest, DisMaxRequestHandlerTest, 
TestCoreContainer, TestJsonRequest, TestSolrConfigHandlerConcurrent, 
TestSizeLimitedDistributedMap, StatsComponentTest, TestFacetMethods, 
TokenizerChainTest, TestDocTermOrdsUninvertLimit, CollectionStateFormat2Test, 
SoftAutoCommitTest, TestSort, MultiDestinationAuditLoggerTest, 
TestCloudInspectUtil, TestNumericTokenStream, TestPushWriter, 
TestLeaderElectionWithEmptyReplica, Tagger2Test, BadCopyFieldTest, 
AnalyticsQueryTest, TestReplicationHandlerDiskOverFlow, ShardRoutingTest, 
TestRandomRequestDistribution, MultiThreadedOCPTest, TestSimComputePlanAction, 
HdfsNNFailoverTest, TestFuzzyAnalyzedSuggestions, SolrCLIZkUtilsTest, 
TestIndexingPerformance, TestDownShardTolerantSearch, TestSolr4Spatial, 
SuggesterWFSTTest, TestCodecSupport, LeaderFailureAfterFreshStartTest, 
TestBulkSchemaConcurrent, RecoveryAfterSoftCommitTest, 
TestBM25SimilarityFactory, TestExactSharedStatsCache, TestWriterPerf, 
TestRestManager, TestRealTimeGet, DateFieldTest, ScriptEngineTest, 
DocValuesMultiTest, ResponseHeaderTest, DocValuesNotIndexedTest, FullHLLTest, 
DirectSolrConnectionTest, BasicDistributedZkTest, LargeFieldTest, 
AtomicUpdateRemovalJavabinTest, MoveReplicaHDFSTest, 
CollectionTooManyReplicasTest, TestDistributedStatsComponentCardinality, 
TestTolerantUpdateProcessorCloud, TestDistributedSearch, 
ExternalFileFieldSortTest, IgnoreLargeDocumentProcessorFactoryTest, 
TestDynamicURP, TestValueSourceCache, ExitableDirectoryReaderTest, 
SolrCloudReportersTest, TestSolrCLIRunExample, SchemaApiFailureTest, 
DeleteStatusTest, TestCollectionsAPIViaSolrCloudCluster, 
StatelessScriptUpdateProcessorFactoryTest, AnalysisErrorHandlingTest, 
DistributedFacetPivotWhiteBoxTest, TestMergePolicyConfig, SSLMigrationTest, 
ResourceLoaderTest, CreateRoutedAliasTest, TestSolrCloudWithHadoopAuthPlugin, 
PeerSyncWithLeaderAndIndexFingerprintCachingTest, JSONWriterTest, 
ZkNodePropsTest, SplitShardTest, AutoAddReplicasPlanActionTest, TestReload, 
StatsReloadRaceTest, SpellCheckCollatorTest, AdminHandlersProxyTest, 
TestCloudPseudoReturnFields, RemoteQueryErrorTest, CdcrBidirectionalTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestSolrCloudWithKerberosAlt, 
TestConfigSetImmutable, RegexBytesRefFilterTest, CdcrReplicationHandlerTest, 
XmlInterpolationTest, LeaderElectionIntegrationTest, TestCloudSearcherWarming, 
TestLuceneMatchVersion, TestLMJelinekMercerSimilarityFactory, 
ConnectionReuseTest, SparseHLLTest, TestHashQParserPlugin, 
OverseerModifyCollectionTest, TestCustomStream, BlockJoinFacetSimpleTest, 
TestExceedMaxTermLength, BasicAuthStandaloneTest, 
TermVectorComponentDistributedTest, TestCollectionAPIs, TestWithCollection, 
TestFiltering, LegacyCloudClusterPropTest, TestQuerySenderNoQuery, 
SignificantTermsQParserPluginTest, TestStressRecovery, 
SearchRateTriggerIntegrationTest, MetricsHandlerTest, TestRemoteStreaming, 
ConfigureRecoveryStrategyTest, TestFieldCacheWithThreads, TestDocSet, 
ShardsWhitelistTest, OverseerTaskQueueTest, TestTolerantSearch, 
BasicFunctionalityTest, EchoParamsTest, MinimalSchemaTest, OutputWriterTest, 
SampleTest, SolrInfoBeanTest, SolrTestCaseJ4Test, TestCrossCoreJoin, 
TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestRandomDVFaceting, 
TestSimpleTrackingShardHandler, PathHierarchyTokenizerFactoryTest, 
ProtectedTermFilterFactoryTest, TestCharFilters, 
TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, 
TestEmbeddedSolrServerSchemaAPI, AddReplicaTest, 
AssignBackwardCompatibilityTest, CloudExitableDirectoryReaderTest, 
ClusterStateTest, ClusterStateUpdateTest, ConcurrentCreateRoutedAliasTest, 
ConfigSetsAPITest, ConnectionManagerTest, DeleteNodeTest, 
DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, 
ForceLeaderWithTlogReplicasTest, FullSolrCloudDistribCmdsTest, 
HealthCheckHandlerTest, HttpPartitionTest, MissingSegmentRecoveryTest, 
SystemCollectionCompatTest, TestPullReplica, TestPullReplicaErrorHandling, 
TestStressInPlaceUpdates, ZkCLITest, CollectionsAPIDistributedZkTest, 
TestRequestStatusCollectionAPI, ExecutePlanActionTest, 
HdfsAutoAddReplicasIntegrationTest, HttpTriggerListenerTest, 
IndexSizeTriggerTest, MetricTriggerIntegrationTest, NodeAddedTriggerTest, 
ScheduledMaintenanceTriggerTest, ScheduledTriggerIntegrationTest, 
SystemLogListenerTest, TriggerCooldownIntegrationTest, TestSimDistributedQueue, 
TestSimExecutePlanAction, TestSimExtremeIndexing, 
TestSimGenericDistributedQueue, TestSimNodeAddedTrigger, 
TestSimNodeLostTrigger, TestSimPolicyCloud, TestSimTriggerIntegration, 
CdcrVersionReplicationTest, CdcrWithNodesRestartsTest, HDFSCollectionsAPITest, 
AlternateDirectoryTest, PluginInfoTest, QueryResultKeyTest, 
RAMDirectoryFactoryTest, SolrCoreCheckLockOnStartupTest, SolrCoreTest, 
TestSimpleTextCodec, TestSolrDeletionPolicy1, TestSolrDeletionPolicy2, 
TestSolrIndexConfig, TestSolrCloudSnapshots, TestCoreBackup, 
TestHdfsBackupRestoreCore, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, 
LoggingHandlerTest, LukeRequestHandlerTest, PropertiesRequestHandlerTest, 
SecurityConfHandlerTest, TestCoreAdminApis, ZookeeperStatusHandlerTest, 
CustomHighlightComponentTest, DebugComponentTest, 
DistributedFacetPivotLargeTest, DistributedFacetPivotSmallAdvancedTest, 
DistributedQueryComponentOptimizationTest, DistributedSuggestComponentTest, 
DistributedTermsComponentTest, QueryElevationComponentTest, 
TestHttpShardHandlerFactory, TestTrackingShardHandlerFactory, TestLegacyField, 
TestLegacyNumericUtils, TestNumericRangeQuery32, SolrGraphiteReporterTest, 
TestBinaryResponseWriter, TestCSVResponseWriter, TestCustomDocTransformer, 
TestGeoJSONResponseWriter, TestGraphMLResponseWriter, TestSolrQueryResponse, 
TestChildDocTransformer, TestSubQueryTransformer, 
TestSubQueryTransformerDistrib, TestUniqueKeyFieldResource, 
TestManagedSynonymFilterFactory, ChangedSchemaMergeTest, 
ManagedSchemaRoundRobinCloudTest, SynonymTokenizerTest, TestCloudSchemaless, 
TestMaxScoreQueryParser, TestMissingGroups, TestPayloadCheckQParserPlugin, 
TestPseudoReturnFields, TestQueryUtils, TestRangeQuery, 
TestCloudJSONFacetJoinDomain, TestJsonFacets, DocumentBuilderTest, 
MaxSizeAutoCommitTest, PeerSyncTest]
   [junit4] Completed [855/855 (4!)] on J1 in 138.40s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 19904 lines...]
-check-forbidden-all:
[forbidden-apis] Reading bundled API signatures: jdk-unsafe-11
[forbidden-apis] Reading bundled API signatures: jdk-deprecated-11
[forbidden-apis] Reading bundled API signatures: jdk-non-portable
[forbidden-apis] Reading bundled API signatures: jdk-reflection
[forbidden-apis] Reading API signatures: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/tools/forbiddenApis/base.txt
[forbidden-apis] Reading API signatures: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/tools/forbiddenApis/lucene.txt
[forbidden-apis] Loading classes to check...
[forbidden-apis] Scanning classes for violations...
[forbidden-apis] Forbidden method invocation: 
java.lang.String#format(java.lang.String,java.lang.Object[]) [Uses default 
locale]
[forbidden-apis]   in org.apache.lucene.queries.mlt.TestMoreLikeThis 
(TestMoreLikeThis.java:497)
[forbidden-apis] Scanned 239 class file(s) for forbidden API invocations (in 
0.07s), 1 error(s).

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:634: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:117: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build.xml:119: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2180: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2355: 
Check for forbidden API calls failed, see log.

Total time: 81 minutes 49 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to