Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1837/

3 tests failed.
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:43975/d/j/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:43975/d/j/collection1
        at 
__randomizedtesting.SeedInfo.seed([825FDEA56285E1BD:A0BE17FCC798C45]: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:43975/d/j/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.cloud.ReindexCollectionTest.testBasicReindexing

Error Message:
num docs expected:<200> but was:<199>

Stack Trace:
java.lang.AssertionError: num docs expected:<200> but was:<199>
        at 
__randomizedtesting.SeedInfo.seed([825FDEA56285E1BD:11FD114A6A6C3585]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at 
org.apache.solr.cloud.ReindexCollectionTest.indexDocs(ReindexCollectionTest.java:376)
        at 
org.apache.solr.cloud.ReindexCollectionTest.testBasicReindexing(ReindexCollectionTest.java:123)
        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.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:32871/e_/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:32871/e_/collection1
        at 
__randomizedtesting.SeedInfo.seed([825FDEA56285E1BD:A0BE17FCC798C45]: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:32871/e_/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 13978 lines...]
   [junit4] Suite: org.apache.solr.update.PeerSyncTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_825FDEA56285E1BD-001/init-core-data-001
   [junit4]   2> 2196551 INFO  
(SUITE-PeerSyncTest-seed#[825FDEA56285E1BD]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /e_/
   [junit4]   2> 2196564 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2196880 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2197283 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2198032 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2199649 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2199664 WARN  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@63d1128d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2199666 WARN  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@33856700[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2199746 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2199746 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 2199816 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3acdb6c5
   [junit4]   2> 2199853 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3acdb6c5
   [junit4]   2> 2199853 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3acdb6c5
   [junit4]   2> 2199874 INFO  (coreLoadExecutor-3161-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2199948 INFO  (coreLoadExecutor-3161-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2200007 INFO  (coreLoadExecutor-3161-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2200707 INFO  (coreLoadExecutor-3161-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2200762 INFO  (coreLoadExecutor-3161-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 2200763 INFO  (coreLoadExecutor-3161-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@3acdb6c5
   [junit4]   2> 2200763 INFO  (coreLoadExecutor-3161-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_825FDEA56285E1BD-001/init-core-data-001/]
   [junit4]   2> 2200777 INFO  (coreLoadExecutor-3161-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2200779 WARN  (coreLoadExecutor-3161-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> 2201020 INFO  (coreLoadExecutor-3161-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2201021 INFO  (coreLoadExecutor-3161-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2201022 INFO  (coreLoadExecutor-3161-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2201022 INFO  (coreLoadExecutor-3161-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2201023 INFO  (coreLoadExecutor-3161-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7916174235103013]
   [junit4]   2> 2201023 INFO  (coreLoadExecutor-3161-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4d4f10b1[collection1] main]
   [junit4]   2> 2201024 WARN  (coreLoadExecutor-3161-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 2201024 INFO  (coreLoadExecutor-3161-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2201024 INFO  (coreLoadExecutor-3161-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632333446956187648
   [junit4]   2> 2201061 INFO  
(searcherExecutor-3162-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4d4f10b1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2202657 WARN  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2202658 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2202658 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 
...
   [junit4]   2> 2202658 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 2202659 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2202659 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2202659 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2202660 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@504cef6{/e_,null,AVAILABLE}
   [junit4]   2> 2202660 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.AbstractConnector Started 
ServerConnector@1dc58486{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36559}
   [junit4]   2> 2202660 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.Server Started @2203036ms
   [junit4]   2> 2202660 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/e_, solrconfig=solrconfig-tlog.xml, hostPort=36559, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_825FDEA56285E1BD-001/tempDir-001/control/cores}
   [junit4]   2> 2202661 ERROR (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 2202661 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2202661 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 9.0.0
   [junit4]   2> 2202661 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode 
on port null
   [junit4]   2> 2202661 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2202661 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T12:41:25.810117Z
   [junit4]   2> 2202661 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_825FDEA56285E1BD-001/tempDir-001/control/solr.xml
   [junit4]   2> 2202680 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2202680 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2202824 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3acdb6c5, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2203514 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2203515 WARN  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@68f1c2e8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2203535 WARN  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@11b13c75[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2203608 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2203608 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 2203697 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3acdb6c5
   [junit4]   2> 2203789 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3acdb6c5
   [junit4]   2> 2203789 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3acdb6c5
   [junit4]   2> 2203803 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_825FDEA56285E1BD-001/tempDir-001/control/cores
   [junit4]   2> 2203804 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2203805 INFO  (coreLoadExecutor-3175-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2203968 INFO  (coreLoadExecutor-3175-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2204041 INFO  (coreLoadExecutor-3175-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2204440 INFO  (coreLoadExecutor-3175-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2204478 INFO  (coreLoadExecutor-3175-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 2204479 INFO  (coreLoadExecutor-3175-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@3acdb6c5
   [junit4]   2> 2204479 INFO  (coreLoadExecutor-3175-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_825FDEA56285E1BD-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 2204498 INFO  (coreLoadExecutor-3175-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2204499 WARN  (coreLoadExecutor-3175-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> 2204768 INFO  (coreLoadExecutor-3175-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2204768 INFO  (coreLoadExecutor-3175-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2204770 INFO  (coreLoadExecutor-3175-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2204770 INFO  (coreLoadExecutor-3175-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2204771 INFO  (coreLoadExecutor-3175-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7916174235103013]
   [junit4]   2> 2204771 INFO  (coreLoadExecutor-3175-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@b21267c[collection1] 
main]
   [junit4]   2> 2204784 WARN  (coreLoadExecutor-3175-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 2204785 INFO  (coreLoadExecutor-3175-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2204785 INFO  (coreLoadExecutor-3175-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632333450899881984
   [junit4]   2> 2204787 INFO  
(searcherExecutor-3176-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@b21267c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2206331 WARN  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2206344 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2206344 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 
...
   [junit4]   2> 2206344 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 2206345 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2206345 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2206345 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2206345 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@581eefa{/e_,null,AVAILABLE}
   [junit4]   2> 2206345 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.AbstractConnector Started 
ServerConnector@6b63a45b{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:32871}
   [junit4]   2> 2206345 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.Server Started @2206721ms
   [junit4]   2> 2206345 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/e_, solrconfig=solrconfig-tlog.xml, hostPort=32871, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_825FDEA56285E1BD-001/tempDir-001/shard0/cores}
   [junit4]   2> 2206346 ERROR (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 2206346 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2206346 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 9.0.0
   [junit4]   2> 2206346 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode 
on port null
   [junit4]   2> 2206346 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2206346 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T12:41:29.495391Z
   [junit4]   2> 2206346 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_825FDEA56285E1BD-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 2206365 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2206365 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2206367 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3acdb6c5, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2207440 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2207463 WARN  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@4bd40e66[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2207484 WARN  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@534c8d79[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2207558 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2207558 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 2207651 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3acdb6c5
   [junit4]   2> 2207704 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3acdb6c5
   [junit4]   2> 2207704 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3acdb6c5
   [junit4]   2> 2207723 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_825FDEA56285E1BD-001/tempDir-001/shard0/cores
   [junit4]   2> 2207723 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2207724 INFO  (coreLoadExecutor-3189-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2207910 INFO  (coreLoadExecutor-3189-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2207996 INFO  (coreLoadExecutor-3189-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2208488 INFO  (coreLoadExecutor-3189-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2208580 INFO  (coreLoadExecutor-3189-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 2208581 INFO  (coreLoadExecutor-3189-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@3acdb6c5
   [junit4]   2> 2208581 INFO  (coreLoadExecutor-3189-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_825FDEA56285E1BD-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 2208597 INFO  (coreLoadExecutor-3189-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2208634 WARN  (coreLoadExecutor-3189-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> 2208922 INFO  (coreLoadExecutor-3189-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2208922 INFO  (coreLoadExecutor-3189-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2208924 INFO  (coreLoadExecutor-3189-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2208924 INFO  (coreLoadExecutor-3189-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2208937 INFO  (coreLoadExecutor-3189-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7916174235103013]
   [junit4]   2> 2208937 INFO  (coreLoadExecutor-3189-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@b958d07[collection1] 
main]
   [junit4]   2> 2208938 WARN  (coreLoadExecutor-3189-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 2208938 INFO  (coreLoadExecutor-3189-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2208938 INFO  (coreLoadExecutor-3189-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632333455254618112
   [junit4]   2> 2208941 INFO  
(searcherExecutor-3190-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@b958d07[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2210217 WARN  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2210218 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2210218 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 
...
   [junit4]   2> 2210218 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 2210221 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2210221 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2210221 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2210221 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7a595db7{/e_,null,AVAILABLE}
   [junit4]   2> 2210222 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.AbstractConnector Started 
ServerConnector@65339415{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33427}
   [junit4]   2> 2210222 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.Server Started @2210598ms
   [junit4]   2> 2210222 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/e_, solrconfig=solrconfig-tlog.xml, hostPort=33427, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_825FDEA56285E1BD-001/tempDir-001/shard1/cores}
   [junit4]   2> 2210222 ERROR (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 2210222 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2210222 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 9.0.0
   [junit4]   2> 2210222 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode 
on port null
   [junit4]   2> 2210222 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2210223 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T12:41:33.371995Z
   [junit4]   2> 2210223 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_825FDEA56285E1BD-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 2210242 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2210242 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2210243 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3acdb6c5, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2211203 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2211218 WARN  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@38a17073[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2211262 WARN  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@3d753b82[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2211404 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2211404 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 2211479 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3acdb6c5
   [junit4]   2> 2211572 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3acdb6c5
   [junit4]   2> 2211572 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3acdb6c5
   [junit4]   2> 2211587 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_825FDEA56285E1BD-001/tempDir-001/shard1/cores
   [junit4]   2> 2211587 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2211587 INFO  (coreLoadExecutor-3203-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2211753 INFO  (coreLoadExecutor-3203-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2211808 INFO  (coreLoadExecutor-3203-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2212193 INFO  (coreLoadExecutor-3203-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2212270 INFO  (coreLoadExecutor-3203-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 2212306 INFO  (coreLoadExecutor-3203-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@3acdb6c5
   [junit4]   2> 2212306 INFO  (coreLoadExecutor-3203-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_825FDEA56285E1BD-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 2212325 INFO  (coreLoadExecutor-3203-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2212336 WARN  (coreLoadExecutor-3203-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> 2212793 INFO  (coreLoadExecutor-3203-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2212793 INFO  (coreLoadExecutor-3203-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2212795 INFO  (coreLoadExecutor-3203-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2212795 INFO  (coreLoadExecutor-3203-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2212810 INFO  (coreLoadExecutor-3203-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7916174235103013]
   [junit4]   2> 2212810 INFO  (coreLoadExecutor-3203-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1fe3f7d7[collection1] main]
   [junit4]   2> 2212810 WARN  (coreLoadExecutor-3203-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 2212811 INFO  (coreLoadExecutor-3203-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2212811 INFO  (coreLoadExecutor-3203-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632333459315752960
   [junit4]   2> 2212840 INFO  
(searcherExecutor-3204-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1fe3f7d7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2213558 WARN  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2213571 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2213571 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 
...
   [junit4]   2> 2213571 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; 
git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.1+13-LTS
   [junit4]   2> 2213572 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2213572 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2213572 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2213573 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2958a317{/e_,null,AVAILABLE}
   [junit4]   2> 2213573 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.AbstractConnector Started 
ServerConnector@2b4a1af{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33635}
   [junit4]   2> 2213573 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.s.Server Started @2213949ms
   [junit4]   2> 2213573 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema.xml, 
hostContext=/e_, solrconfig=solrconfig-tlog.xml, hostPort=33635, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_825FDEA56285E1BD-001/tempDir-001/shard2/cores}
   [junit4]   2> 2213574 ERROR (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 2213574 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2213574 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 9.0.0
   [junit4]   2> 2213574 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode 
on port null
   [junit4]   2> 2213574 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2213574 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T12:41:36.723229Z
   [junit4]   2> 2213574 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_825FDEA56285E1BD-001/tempDir-001/shard2/solr.xml
   [junit4]   2> 2213593 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2213593 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2213594 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3acdb6c5, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2213922 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2213936 WARN  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@40f627e1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2214001 WARN  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for SslContextFactory@3ab834ec[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2214074 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2214074 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 2214149 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3acdb6c5
   [junit4]   2> 2214257 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3acdb6c5
   [junit4]   2> 2214258 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3acdb6c5
   [junit4]   2> 2214276 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_825FDEA56285E1BD-001/tempDir-001/shard2/cores
   [junit4]   2> 2214276 INFO  (TEST-PeerSyncTest.test-seed#[825FDEA56285E1BD]) 
[    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2214290 INFO  (coreLoadExecutor-3217-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2214456 INFO  (coreLoadExecutor-3217-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 2214566 INFO  (coreLoadExecutor-3217-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2215307 INFO  (coreLoadExecutor-3217-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2215357 INFO  (coreLoadExecutor-3217-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from configset 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 2215358 INFO  (coreLoadExecutor-3217-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@3acdb6c5
   [junit4]   2> 2215358 INFO  (coreLoadExecutor-3217-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.PeerSyncTest_825FDEA56285E1BD-001/tempDir-001/shard2/cores/collection1/data/]
   [junit4]   2> 2215360 INFO  (coreLoadExecutor-3217-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 2215386 WARN  (coreLoadExecutor-3217-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> 2215570 INFO  (coreLoadExecutor-3217-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2215570 INFO  (coreLoadExecutor-3217-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2215584 INFO  (coreLoadExecutor-3217-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2215584 INFO  (coreLoadExecutor-3217-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2215585 INFO  (coreLoadExecutor-3217-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7916174235103013]
   [junit4]   2> 2215586 INFO  (coreLoadExecutor-3217-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6fb12348[collection1] main]
   [junit4]   2> 2215586 WARN  (coreLoadExecutor-3217-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 2215586 INFO  (coreLoadExecutor-3217-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2215587 INFO  (coreLoadExecutor-3217-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632333462226599936
   [junit4]   2> 2215605 INFO  
(searcherExecutor-3218-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6fb12348[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2215620 INFO  (qtp899807676-12931) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/e_ path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[1 (1)]} 0 2
   [junit4]   2> 2215630 INFO  (qtp740882604-12952) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= START 
replicas=[http://127.0.0.1:32871/e_/collection1] nUpdates=100
   [junit4]   2> 2215657 INFO  (qtp899807676-12933) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@33793860[collection1] realtime]
   [junit4]   2> 2215658 INFO  (qtp899807676-12933) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:20.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, 
maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, 
maxDoc=1}
   [junit4]   2> 2215658 INFO  (qtp899807676-12933) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/e_ path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=20
   [junit4]   2> 2215658 INFO  (qtp740882604-12952) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, 
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 2215659 INFO  (qtp740882604-12952) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= DONE.  We have no versions.  
sync failed.
   [junit4]   2> 2215674 INFO  (qtp899807676-12934) [    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> 2215674 INFO  (qtp899807676-12934) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/e_ path=/get 
params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2215674 INFO  (qtp740882604-12952) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/e_ path=/get 
params={qt=/get&getVersions=100&sync=http://127.0.0.1:32871/e_/collection1&wt=javabin&version=2}
 status=0 QTime=44
   [junit4]   2> 2215676 INFO  (qtp740882604-12953) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/e_ path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[1 (1)]} 0 1
   [junit4]   2> 2215677 INFO  (qtp740882604-12954) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= START 
replicas=[http://127.0.0.1:32871/e_/collection1] nUpdates=100
   [junit4]   2> 2215686 INFO  (qtp899807676-12930) [    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> 2215686 INFO  (qtp899807676-12930) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/e_ path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2215693 INFO  (qtp740882604-12954) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5dae319d[collection1] realtime]
   [junit4]   2> 2215694 INFO  (qtp740882604-12954) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:7.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=1, 
maxInHash=1, versionsHash=-5451962507482445012, numVersions=1, numDocs=1, 
maxDoc=1}
   [junit4]   2> 2215694 INFO  (qtp740882604-12954) [    x:collection1] 
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 2215694 INFO  (qtp740882604-12954) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/e_ path=/get 
params={qt=/get&getVersions=100&sync=http://127.0.0.1:32871/e_/collection1&wt=javabin&version=2}
 status=0 QTime=17
   [junit4]   2> 2215695 INFO  (qtp899807676-12931) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632333462339846144,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2215695 INFO  (qtp899807676-12931) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6f5d64a 
commitCommandVersion:1632333462339846144
   [junit4]   2> 2215696 INFO  (qtp899807676-12931) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@63fdc84e[collection1] main]
   [junit4]   2> 2215696 INFO  (qtp899807676-12931) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2215714 INFO  
(searcherExecutor-3190-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@63fdc84e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.vendor=Oracle
 Corporation, timestamp=1556714498804, java.version=11.0.1, 
java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, 
os.arch=amd64, java.runtime.version=11.0.1+13-LTS, 
os.version=4.4.0-112-generic, 
os=Linux}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2215714 INFO  (qtp899807676-12931) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/e_ path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 20
   [junit4]   2> 2215722 INFO  (qtp740882604-12955) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632333462368157696,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2215722 INFO  (qtp740882604-12955) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1791dab3 
commitCommandVersion:1632333462368157696
   [junit4]   2> 2215724 INFO  (qtp740882604-12955) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6a5406fc[collection1] main]
   [junit4]   2> 2215724 INFO  (qtp740882604-12955) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2215725 INFO  
(searcherExecutor-3204-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6a5406fc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.vendor=Oracle
 Corporation, timestamp=1556714498838, java.version=11.0.1, 
java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, 
os.arch=amd64, java.runtime.version=11.0.1+13-LTS, 
os.version=4.4.0-112-generic, 
os=Linux}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2215725 INFO  (qtp740882604-12955) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/e_ path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 2215738 INFO  (qtp899807676-12932) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/e_ path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 2215739 INFO  (qtp740882604-12951) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/e_ path=/select 
params={q=*:*&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 2215743 INFO  (qtp899807676-12933) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/e_ path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[2 (2)]} 0 2
   [junit4]   2> 2215744 INFO  (qtp740882604-12952) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= START 
replicas=[http://127.0.0.1:32871/e_/collection1] nUpdates=100
   [junit4]   2> 2215765 INFO  (qtp899807676-12934) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@68c94095[collection1] realtime]
   [junit4]   2> 2215765 INFO  (qtp899807676-12934) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:20.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, 
maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, 
maxDoc=1}
   [junit4]   2> 2215765 INFO  (qtp899807676-12934) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/e_ path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=21
   [junit4]   2> 2215766 INFO  (qtp740882604-12952) [    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> 2215783 INFO  (qtp899807676-12934) [    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> 2215783 INFO  (qtp899807676-12934) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/e_ path=/get 
params={distrib=false&qt=/get&fingerprint=true&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2215783 INFO  (qtp740882604-12952) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url=  Received 2 versions from 
http://127.0.0.1:32871/e_/collection1 
fingerprint:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=2, 
maxInHash=2, versionsHash=-1218814014108643565, numVersions=2, numDocs=2, 
maxDoc=1}
   [junit4]   2> 2215784 INFO  (qtp899807676-12934) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/e_ path=/get 
params={distrib=false&qt=/get&checkCanHandleVersionRanges=false&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2215784 INFO  (qtp740882604-12952) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= Requesting updates from 
http://127.0.0.1:32871/e_/collection1n=1 versions=2...2
   [junit4]   2> 2215785 INFO  (qtp899807676-12934) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0 
result:{maxVersionSpecified=2, maxVersionEncountered=2, maxInHash=2, 
versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 2215785 INFO  (qtp899807676-12934) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/e_ path=/get 
params={getUpdates=2...2&distrib=false&qt=/get&fingerprint=true&onlyIfActive=false&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2215825 INFO  (qtp740882604-12952) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (2)]} 0 39
   [junit4]   2> 2215839 INFO  (qtp740882604-12952) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@51806880[collection1] realtime]
   [junit4]   2> 2215839 INFO  (qtp740882604-12952) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:14.0 
result:{maxVersionSpecified=2, maxVersionEncountered=2, maxInHash=2, 
versionsHash=-1218814014108643565, numVersions=2, numDocs=2, maxDoc=1}
   [junit4]   2> 2215856 INFO  (qtp740882604-12952) [    x:collection1] 
o.a.s.u.PeerSync Fingerprint comparison: 0
   [junit4]   2> 2215856 INFO  (qtp740882604-12952) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= DONE. sync succeeded
   [junit4]   2> 2215856 INFO  (qtp740882604-12952) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/e_ path=/get 
params={qt=/get&getVersions=100&sync=http://127.0.0.1:32871/e_/collection1&wt=javabin&version=2}
 status=0 QTime=112
   [junit4]   2> 2215865 INFO  (qtp899807676-12930) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632333462518104064,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2215865 INFO  (qtp899807676-12930) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6f5d64a 
commitCommandVersion:1632333462518104064
   [junit4]   2> 2215866 INFO  (qtp899807676-12930) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@784bd568[collection1] main]
   [junit4]   2> 2215866 INFO  (qtp899807676-12930) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2215884 INFO  
(searcherExecutor-3190-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@784bd568[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.vendor=Oracle
 Corporation, timestamp=1556714498804, java.version=11.0.1, 
java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, 
os.arch=amd64, java.runtime.version=11.0.1+13-LTS, 
os.version=4.4.0-112-generic, 
os=Linux}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) 
Uninverting(_1(9.0.0):C1:[diagnostics={java.vendor=Oracle Corporation, 
timestamp=1556714498912, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, 
lucene.version=9.0.0, source=flush, os.arch=amd64, 
java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, 
os=Linux}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2215884 INFO  (qtp899807676-12930) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/e_ path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 20
   [junit4]   2> 2215885 INFO  (qtp740882604-12953) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1632333462539075584,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2215886 INFO  (qtp740882604-12953) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1791dab3 
commitCommandVersion:1632333462539075584
   [junit4]   2> 2215886 INFO  (qtp740882604-12953) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@98961fb[collection1] main]
   [junit4]   2> 2215887 INFO  (qtp740882604-12953) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2215900 INFO  
(searcherExecutor-3204-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@98961fb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(9.0.0):C1:[diagnostics={java.vendor=Oracle
 Corporation, timestamp=1556714498838, java.version=11.0.1, 
java.vm.version=11.0.1+13-LTS, lucene.version=9.0.0, source=flush, 
os.arch=amd64, java.runtime.version=11.0.1+13-LTS, 
os.version=4.4.0-112-generic, 
os=Linux}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) 
Uninverting(_1(9.0.0):C1:[diagnostics={java.vendor=Oracle Corporation, 
timestamp=1556714498986, java.version=11.0.1, java.vm.version=11.0.1+13-LTS, 
lucene.version=9.0.0, source=flush, os.arch=amd64, 
java.runtime.version=11.0.1+13-LTS, os.version=4.4.0-112-generic, 
os=Linux}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2215900 INFO  (qtp740882604-12953) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/e_ path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 15
   [junit4]   2> 2215901 INFO  (qtp899807676-12931) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/e_ path=/select 
params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 2215902 INFO  (qtp740882604-12954) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=/e_ path=/select 
params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0
   [junit4]   2> 2215921 INFO  (qtp899807676-12932) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/e_ path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[3 (3)]} 0 17
   [junit4]   2> 2215921 INFO  (qtp899807676-12932) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/e_ path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[4 (4)]} 0 0
   [junit4]   2> 2215923 INFO  (qtp899807676-12932) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/e_ path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[5 (5)]} 0 1
   [junit4]   2> 2215924 INFO  (qtp899807676-12932) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/e_ path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[6 (6)]} 0 0
   [junit4]   2> 2215937 INFO  (qtp899807676-12933) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/e_ path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[7 (7)]} 0 0
   [junit4]   2> 2215938 INFO  (qtp899807676-12934) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/e_ path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[8 (8)]} 0 0
   [junit4]   2> 2215939 INFO  (qtp899807676-12930) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/e_ path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[9 (9)]} 0 0
   [junit4]   2> 2215971 INFO  (qtp899807676-12931) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/e_ path=/update 
params={update.distrib=FROMLEADER&wt=javabin&version=2}{add=[10 (10)]} 0 31
   [junit4]   2> 2215977 INFO  (qtp740882604-12955) [    x:collection1] 
o.a.s.u.PeerSync PeerSync: core=collection1 url= START 
replicas=[http://127.0.0.1:32871/e_/collection1] nUpdates=100
   [junit4]   2> 2216031 INFO  (qtp899807676-12932) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@73476d8d[collection1] realtime]
   [junit4]   2> 2216032 INFO  (qtp899807676-12932) [    x:collection1] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:53.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=10

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

etLossyReindexing/terms/shard2
   [junit4]   2>        8       
/solr/collections/.rx_sameTargetReindexing_5/terms/shard2
   [junit4]   2>        8       /solr/collections/basicReindexing/terms/shard1
   [junit4]   2>        8       
/solr/collections/reshapeReindexingTarget/terms/baz
   [junit4]   2>        8       
/solr/collections/reshapeReindexingTarget/terms/bar
   [junit4]   2>        8       /solr/collections/failReindexing/terms/shard2
   [junit4]   2>        8       /solr/collections/failReindexing/terms/shard1
   [junit4]   2>        5       /solr/configs/_default
   [junit4]   2>        5       /solr/configs/_default/managed-schema
   [junit4]   2>        4       
/solr/collections/.rx_ck_sourceLossyReindexing/terms/shard1
   [junit4]   2>        4       
/solr/collections/abortReindexingTarget/state.json
   [junit4]   2>        4       /solr/collections/abortReindexing/state.json
   [junit4]   2>        3       
/solr/collections/targetLossyReindexing/state.json
   [junit4]   2>        3       
/solr/collections/.rx_ck_abortReindexing/terms/shard1
   [junit4]   2>        3       
/solr/collections/.rx_ck_reshapeReindexing/terms/shard1
   [junit4]   2>        3       /solr/collections/abortReindexing/terms/shard2
   [junit4]   2>        3       /solr/collections/abortReindexing/terms/shard1
   [junit4]   2>        3       
/solr/collections/.rx_ck_failReindexing/terms/shard1
   [junit4]   2>        3       
/solr/collections/abortReindexingTarget/terms/shard1
   [junit4]   2>        3       
/solr/collections/.rx_ck_sameTargetReindexing/terms/shard1
   [junit4]   2>        2       
/solr/collections/.rx_ck_abortReindexing/state.json
   [junit4]   2>        2       
/solr/collections/reshapeReindexingTarget/state.json
   [junit4]   2>        2       
/solr/collections/sourceLossyReindexing/state.json
   [junit4]   2>        2       
/solr/collections/.rx_sameTargetReindexing_5/state.json
   [junit4]   2>        2       /solr/collections/reshapeReindexing/state.json
   [junit4]   2>        2       /solr/collections/failReindexing/state.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2>        2       /solr/configs/conf2
   [junit4]   2>        2       /solr/configs/conf3
   [junit4]   2>        2       
/solr/collections/abortReindexingTarget/terms/shard2
   [junit4]   2>        2       
/solr/collections/.rx_ck_failReindexing/state.json
   [junit4]   2>        2       
/solr/collections/sameTargetReindexing/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        81      /solr/aliases.json
   [junit4]   2>        34      /solr/clusterstate.json
   [junit4]   2>        21      
/solr/collections/targetLossyReindexing/state.json
   [junit4]   2>        21      
/solr/collections/failReindexingTarget/state.json
   [junit4]   2>        20      /solr/collections/abortReindexing/state.json
   [junit4]   2>        17      
/solr/collections/reshapeReindexingTarget/state.json
   [junit4]   2>        16      /solr/collections/reshapeReindexing/state.json
   [junit4]   2>        16      
/solr/collections/sourceLossyReindexing/state.json
   [junit4]   2>        15      /solr/collections/failReindexing/state.json
   [junit4]   2>        15      
/solr/collections/sameTargetReindexing/state.json
   [junit4]   2>        14      
/solr/collections/.rx_sameTargetReindexing_5/state.json
   [junit4]   2>        12      
/solr/collections/abortReindexingTarget/state.json
   [junit4]   2>        11      /solr/collections/basicReindexing/state.json
   [junit4]   2>        9       
/solr/collections/.rx_ck_reshapeReindexing/state.json
   [junit4]   2>        9       
/solr/collections/.rx_ck_sourceLossyReindexing/state.json
   [junit4]   2>        9       
/solr/collections/.rx_ck_sameTargetReindexing/state.json
   [junit4]   2>        7       
/solr/collections/.rx_ck_abortReindexing/state.json
   [junit4]   2>        7       
/solr/collections/.rx_ck_failReindexing/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        43      /solr/collections
   [junit4]   2>        34      /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 5727890 INFO  
(SUITE-ReindexCollectionTest-seed#[825FDEA56285E1BD]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42619
   [junit4]   2> 5727890 INFO  
(SUITE-ReindexCollectionTest-seed#[825FDEA56285E1BD]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 42619
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_825FDEA56285E1BD-001
   [junit4]   2> May 01, 2019 1:40:11 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{remove_s=FSTOrd50, _root_=PostingsFormat(name=LuceneVarGapFixedInterval), 
string_s=PostingsFormat(name=MockRandom), 
sind=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=PostingsFormat(name=Asserting)}, 
docValues:{_version_=DocValuesFormat(name=Direct), 
id=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=808, 
maxMBSortInHeap=6.442423175531221, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7a3f4cd5),
 locale=qu-BO, timezone=Indian/Christmas
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 11.0.1 
(64-bit)/cpus=4,threads=1,free=291791696,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestFastOutputStream, 
IndexSchemaRuntimeFieldTest, TestUninvertingReader, TestSystemIdResolver, 
TestSimpleTrackingShardHandler, TestBulkSchemaAPI, CoreAdminOperationTest, 
TestSolrQueryResponse, TestSortableTextField, TestTrie, ActionThrottleTest, 
URLClassifyProcessorTest, DocValuesTest, TestStressLiveNodes, 
HdfsSyncSliceTest, TestSimExtremeIndexing, PrimUtilsTest, 
TestSimTriggerIntegration, ZkControllerTest, SegmentsInfoRequestHandlerTest, 
CdcrRequestHandlerTest, TestEmbeddedSolrServerSchemaAPI, FileUtilsTest, 
RecoveryZkTest, TestConfigReload, SignatureUpdateProcessorFactoryTest, 
MergeStrategyTest, MoveReplicaTest, RankQueryTest, PrimitiveFieldTypeTest, 
MetricsHistoryHandlerTest, TestSolrCloudWithSecureImpersonation, 
TestCustomDocTransformer, TestRequestStatusCollectionAPI, 
RAMDirectoryFactoryTest, SearchHandlerTest, TestDynamicFieldResource, 
ClusterStateUpdateTest, TestManagedSynonymFilterFactory, 
TestPayloadScoreQParserPlugin, AuditLoggerPluginTest, 
TestPullReplicaErrorHandling, CdcrUpdateLogTest, TestReloadDeadlock, 
TestRawResponseWriter, ImplicitSnitchTest, BadIndexSchemaTest, 
TestCloudPhrasesIdentificationComponent, TestCloudRecovery, 
TestCollapseQParserPlugin, CoreSorterTest, TestFieldCache, ConvertedLegacyTest, 
UnloadDistributedZkTest, CloudMLTQParserTest, CustomCollectionTest, 
TestInPlaceUpdatesRequiredField, HighlighterTest, 
DistributedFacetPivotSmallAdvancedTest, TestSegmentSorting, 
SolrCoreMetricManagerTest, SOLR749Test, TestConfigsApi, SolrCloudExampleTest, 
LukeRequestHandlerTest, TestSolrJ, SmileWriterTest, TestDistribDocBasedVersion, 
NotRequiredUniqueKeyTest, TestMinHashQParser, TestReloadAndDeleteDocs, 
TestPerFieldSimilarityWithDefaultOverride, TestReplicationHandler, 
OverseerRolesTest, SyncSliceTest, MissingSegmentRecoveryTest, 
PeerSyncWithBufferUpdatesTest, ClassificationUpdateProcessorIntegrationTest, 
ByteBuffersDirectoryFactoryTest, TestComponentsName, 
FieldAnalysisRequestHandlerTest, TestCoreDiscovery, TaggerTest, 
SimpleFacetsTest, TestZkChroot, TestTrackingShardHandlerFactory, 
TestJavabinTupleStreamParser, HdfsRecoverLeaseTest, TestSurroundQueryParser, 
LeaderElectionTest, TestSortByMinMaxFunction, TestSolrConfigHandler, 
TestReqParamsAPI, TestCharFilters, BadComponentTest, SystemInfoHandlerTest, 
TestPKIAuthenticationPlugin, XmlUpdateRequestHandlerTest, SolrJmxReporterTest, 
SimpleCollectionCreateDeleteTest, TimeZoneUtilsTest, UpdateLogTest, 
CleanupOldIndexTest, HttpSolrCallGetCoreTest, SearchRateTriggerTest, 
UUIDFieldTest, TestHdfsCloudBackupRestore, FieldMutatingUpdateProcessorTest, 
TestIBSimilarityFactory, DefaultValueUpdateProcessorTest, 
TestSubQueryTransformer, TestLogWatcher, TestFileDictionaryLookup, 
BlockDirectoryTest, EmbeddedSolrNoSerializeTest, ForceLeaderTest, 
SpellCheckCollatorWithCollapseTest, TestClassicSimilarityFactory, 
DeleteReplicaTest, PeerSyncWithLeaderTest, HdfsDirectoryFactoryTest, 
ChaosMonkeySafeLeaderTest, HDFSCollectionsAPITest, SortSpecParsingTest, 
TestCollationFieldDocValues, TestSkipOverseerOperations, DOMUtilTest, 
SuggesterTSTTest, SchemaVersionSpecificBehaviorTest, TestDirectoryFactory, 
TestRebalanceLeaders, RegexBoostProcessorTest, ZkShardTermsTest, 
BinaryUpdateRequestHandlerTest, TestSimDistribStateManager, 
AsyncCallRequestStatusResponseTest, SolrTestCaseJ4Test, OutputWriterTest, 
TestSerializedLuceneMatchVersion, TestDefaultStatsCache, 
CollectionsAPIAsyncDistributedZkTest, TestDocumentBuilder, TestGroupingSearch, 
TestDeprecatedFilters, TestLuceneMatchVersion, 
TestReversedWildcardFilterFactory, TestWordDelimiterFilterFactory, 
TokenizerChainTest, TestLuceneIndexBackCompat, AddReplicaTest, 
AssignBackwardCompatibilityTest, BasicDistributedZkTest, 
ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, ConnectionManagerTest, 
CreateCollectionCleanupTest, CreateRoutedAliasTest, DeleteInactiveReplicaTest, 
DeleteShardTest, DistribCursorPagingTest, HttpPartitionOnCommitTest, 
HttpPartitionWithTlogReplicasTest, LeaderFailureAfterFreshStartTest, 
LegacyCloudClusterPropTest, MultiSolrCloudTestCaseTest, MultiThreadedOCPTest, 
NestedShardedAtomicUpdateTest, NodeMutatorTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, OverseerStatusTest, 
OverseerTaskQueueTest, ReindexCollectionTest]
   [junit4] Completed [493/855 (3!)] on J2 in 94.55s, 6 tests, 1 failure <<< 
FAILURES!

[...truncated 10323 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:652:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:128:
 Found 1 violations in source files (File uses Mockito but has no 
assumeWorkingMockito() call).

Total time: 657 minutes 48 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to