Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/184/

3 tests failed.
FAILED:  org.apache.solr.update.TestInPlaceUpdatesDistrib.test

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

Stack Trace:
java.lang.AssertionError: Thread pool didn't terminate within 15 secs
        at 
__randomizedtesting.SeedInfo.seed([A2FC2F9070F62B03:2AA8104ADE0A46FB]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.reorderedDBQsSimpleTest(TestInPlaceUpdatesDistrib.java:273)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:177)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


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:43848/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:43848/collection1
        at 
__randomizedtesting.SeedInfo.seed([A2FC2F9070F62B03:2AA8104ADE0A46FB]:0)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2700)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2689)
        at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:279)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred 
while waiting response from server at: http://127.0.0.1:43848/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:2695)
        ... 43 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
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)
        ... 50 more


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

Error Message:
Unexpected exception type, expected SolrException but got 
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:44393/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:44393/collection1
        at 
__randomizedtesting.SeedInfo.seed([A2FC2F9070F62B03:2AA8104ADE0A46FB]:0)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2700)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2689)
        at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:279)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred 
while waiting response from server at: http://127.0.0.1:44393/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:2695)
        ... 43 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
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)
        ... 50 more




Build Log:
[...truncated 13170 lines...]
   [junit4] Suite: org.apache.solr.update.TestInPlaceUpdatesDistrib
   [junit4]   2> 302937 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/init-core-data-001
   [junit4]   2> 302938 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 302938 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 302948 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 302966 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 302967 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.SolrTestCaseJ4 updateLog impl=solr.UpdateLog
   [junit4]   2> 302967 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 302968 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 303028 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 303109 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=inplace-updates
   [junit4]   2> 303113 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 303272 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 303285 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 303317 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@75607df9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 303329 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 303341 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@60ddd1ee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 303372 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 303372 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 303385 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ce5df90
   [junit4]   2> 303401 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ce5df90
   [junit4]   2> 303401 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ce5df90
   [junit4]   2> 303421 INFO  (coreLoadExecutor-603-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 303481 INFO  (coreLoadExecutor-603-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 303507 INFO  (coreLoadExecutor-603-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
   [junit4]   2> 303512 INFO  (coreLoadExecutor-603-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with 
uniqueid field id
   [junit4]   2> 303517 INFO  (coreLoadExecutor-603-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 303517 INFO  (coreLoadExecutor-603-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@3ce5df90
   [junit4]   2> 303518 INFO  (coreLoadExecutor-603-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/init-core-data-001/]
   [junit4]   2> 303575 WARN  (coreLoadExecutor-603-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> 303643 INFO  (coreLoadExecutor-603-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 303643 INFO  (coreLoadExecutor-603-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 303644 INFO  (coreLoadExecutor-603-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 303644 INFO  (coreLoadExecutor-603-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 303645 INFO  (coreLoadExecutor-603-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5a99acc6[collection1] main]
   [junit4]   2> 303645 WARN  (coreLoadExecutor-603-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 303646 INFO  (coreLoadExecutor-603-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 303646 INFO  (coreLoadExecutor-603-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632442564648894464
   [junit4]   2> 303649 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 303658 INFO  
(searcherExecutor-604-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5a99acc6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 303666 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 303673 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 303673 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 303773 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:36516
   [junit4]   2> 303773 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36516
   [junit4]   2> 303773 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 36516
   [junit4]   2> 303784 INFO  (zkConnectionManagerCallback-589-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 303786 INFO  (zkConnectionManagerCallback-591-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 303792 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 303793 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/schema-inplace-updates.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 303794 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 303801 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 303802 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 303804 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 303805 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 303806 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 303807 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 303808 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 303809 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 303827 INFO  (zkConnectionManagerCallback-595-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 303830 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 303982 WARN  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 303982 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 303982 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 303983 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 303984 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 303985 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 303985 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 303986 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@221f2c3e{/,null,AVAILABLE}
   [junit4]   2> 303987 WARN  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5f7a26bc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 303990 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3e69784b{SSL,[ssl, 
http/1.1]}{127.0.0.1:37649}
   [junit4]   2> 303990 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.e.j.s.Server Started @304108ms
   [junit4]   2> 303990 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/tempDir-001/control/data,
 hostContext=/, hostPort=37649, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/control-001/cores}
   [junit4]   2> 303991 ERROR 
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 303991 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 303995 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.2.0
   [junit4]   2> 303995 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 303995 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 303995 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-02T17:35:47.263Z
   [junit4]   2> 303997 INFO  (zkConnectionManagerCallback-597-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 303997 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 303997 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/control-001/solr.xml
   [junit4]   2> 304001 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 304003 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 304005 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3ce5df90, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 304212 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 304213 WARN  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 304214 WARN  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@322ab4eb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 304232 WARN  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 304234 WARN  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@5e6b5820[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 304235 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36516/solr
   [junit4]   2> 304237 INFO  (zkConnectionManagerCallback-604-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 304240 INFO  (zkConnectionManagerCallback-606-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 304317 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37649_
   [junit4]   2> 304317 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.Overseer Overseer (id=74623718238584837-127.0.0.1:37649_-n_0000000000) 
starting
   [junit4]   2> 304323 INFO  (zkConnectionManagerCallback-613-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 304326 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36516/solr ready
   [junit4]   2> 304335 INFO  
(OverseerStateUpdate-74623718238584837-127.0.0.1:37649_-n_0000000000) 
[n:127.0.0.1:37649_    ] o.a.s.c.Overseer Starting to work on the main queue : 
127.0.0.1:37649_
   [junit4]   2> 304336 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37649_
   [junit4]   2> 304341 INFO  
(OverseerStateUpdate-74623718238584837-127.0.0.1:37649_-n_0000000000) 
[n:127.0.0.1:37649_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 304351 INFO  (zkCallback-612-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 304375 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 304390 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ce5df90
   [junit4]   2> 304398 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ce5df90
   [junit4]   2> 304398 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3ce5df90
   [junit4]   2> 304399 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/control-001/cores
   [junit4]   2> 304426 INFO  (zkConnectionManagerCallback-619-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 304427 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 304429 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36516/solr ready
   [junit4]   2> 304447 INFO  (qtp2092019349-1362) [n:127.0.0.1:37649_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37649_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 304450 INFO  (OverseerThreadFactory-618-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 304580 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_    
x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 304580 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_    
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 305604 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 305653 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema 
name=inplace-updates
   [junit4]   2> 305657 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 305659 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 305659 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3ce5df90
   [junit4]   2> 305660 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 305667 WARN  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 305733 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 305733 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 305736 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 305736 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 305741 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7d26adb2[control_collection_shard1_replica_n1] main]
   [junit4]   2> 305742 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 305743 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 305743 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 305743 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1632442566847758336
   [junit4]   2> 305756 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 305757 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/control_collection/leaders/shard1
   [junit4]   2> 305759 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 305759 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 305759 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:37649/control_collection_shard1_replica_n1/
   [junit4]   2> 305759 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 305760 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:37649/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 305760 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/control_collection/leaders/shard1/leader after winning as 
/collections/control_collection/leader_elect/shard1/election/74623718238584837-core_node2-n_0000000000
   [junit4]   2> 305761 INFO  
(searcherExecutor-623-thread-1-processing-n:127.0.0.1:37649_ 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:37649_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@7d26adb2[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 305762 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:37649/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 305874 INFO  (zkCallback-605-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 305877 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 305881 INFO  (qtp2092019349-1360) [n:127.0.0.1:37649_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1301
   [junit4]   2> 305889 INFO  (zkCallback-605-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 305905 INFO  (qtp2092019349-1362) [n:127.0.0.1:37649_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 305991 INFO  (zkCallback-605-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 305991 INFO  (zkCallback-605-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 305992 INFO  (zkCallback-605-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 305992 INFO  (qtp2092019349-1362) [n:127.0.0.1:37649_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37649_&wt=javabin&version=2}
 status=0 QTime=1545
   [junit4]   2> 306001 INFO  (zkConnectionManagerCallback-625-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 306002 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 306003 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36516/solr ready
   [junit4]   2> 306006 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 306012 INFO  (qtp2092019349-1362) [n:127.0.0.1:37649_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 306015 INFO  
(OverseerCollectionConfigSetProcessor-74623718238584837-127.0.0.1:37649_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 306015 INFO  (OverseerThreadFactory-618-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 306218 WARN  (OverseerThreadFactory-618-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection 
(collection1) without cores.
   [junit4]   2> 306221 INFO  (qtp2092019349-1362) [n:127.0.0.1:37649_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 306222 INFO  (qtp2092019349-1362) [n:127.0.0.1:37649_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=210
   [junit4]   2> 306224 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 306332 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/shard-1-001
 of type NRT
   [junit4]   2> 306336 WARN  (closeThreadPool-626-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 306336 INFO  (closeThreadPool-626-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 306336 INFO  (closeThreadPool-626-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 306336 INFO  (closeThreadPool-626-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 306337 INFO  (closeThreadPool-626-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 306337 INFO  (closeThreadPool-626-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 306337 INFO  (closeThreadPool-626-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 306338 INFO  (closeThreadPool-626-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@59e94614{/,null,AVAILABLE}
   [junit4]   2> 306338 WARN  (closeThreadPool-626-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@16efccfa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 306348 INFO  (closeThreadPool-626-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5a31fde0{SSL,[ssl, 
http/1.1]}{127.0.0.1:37315}
   [junit4]   2> 306348 INFO  (closeThreadPool-626-thread-1) [    ] 
o.e.j.s.Server Started @306466ms
   [junit4]   2> 306348 INFO  (closeThreadPool-626-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=37315, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/shard-1-001/cores}
   [junit4]   2> 306349 ERROR (closeThreadPool-626-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 306349 INFO  (closeThreadPool-626-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 306349 INFO  (closeThreadPool-626-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.2.0
   [junit4]   2> 306349 INFO  (closeThreadPool-626-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 306349 INFO  (closeThreadPool-626-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 306349 INFO  (closeThreadPool-626-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-02T17:35:49.617Z
   [junit4]   2> 306368 INFO  (zkConnectionManagerCallback-628-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 306369 INFO  (closeThreadPool-626-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 306369 INFO  (closeThreadPool-626-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/shard-1-001/solr.xml
   [junit4]   2> 306372 INFO  (closeThreadPool-626-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 306372 INFO  (closeThreadPool-626-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 306374 INFO  (closeThreadPool-626-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3ce5df90, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 306479 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/shard-2-001
 of type NRT
   [junit4]   2> 306500 WARN  (closeThreadPool-626-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 306500 INFO  (closeThreadPool-626-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 306500 INFO  (closeThreadPool-626-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 306500 INFO  (closeThreadPool-626-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 306560 INFO  (closeThreadPool-626-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 306560 INFO  (closeThreadPool-626-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 306560 INFO  (closeThreadPool-626-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 306568 INFO  (closeThreadPool-626-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5c74edcf{/,null,AVAILABLE}
   [junit4]   2> 306569 WARN  (closeThreadPool-626-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@10e4af3d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 306575 INFO  (closeThreadPool-626-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@62b93560{SSL,[ssl, 
http/1.1]}{127.0.0.1:43428}
   [junit4]   2> 306575 INFO  (closeThreadPool-626-thread-2) [    ] 
o.e.j.s.Server Started @306693ms
   [junit4]   2> 306576 INFO  (closeThreadPool-626-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=43428, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/shard-2-001/cores}
   [junit4]   2> 306576 ERROR (closeThreadPool-626-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 306576 INFO  (closeThreadPool-626-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 306576 INFO  (closeThreadPool-626-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.2.0
   [junit4]   2> 306576 INFO  (closeThreadPool-626-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 306576 INFO  (closeThreadPool-626-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 306576 INFO  (closeThreadPool-626-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-02T17:35:49.844Z
   [junit4]   2> 306578 INFO  (zkConnectionManagerCallback-631-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 306582 INFO  (closeThreadPool-626-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 306582 INFO  (closeThreadPool-626-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/shard-2-001/solr.xml
   [junit4]   2> 306586 INFO  (closeThreadPool-626-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 306586 INFO  (closeThreadPool-626-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 306598 INFO  (closeThreadPool-626-thread-2) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3ce5df90, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 306677 INFO  (closeThreadPool-626-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 306687 WARN  (closeThreadPool-626-thread-1) [    ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 306719 WARN  (closeThreadPool-626-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2aee90a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 306722 WARN  (closeThreadPool-626-thread-1) [    ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 306726 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[A2FC2F9070F62B03]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/shard-3-001
 of type NRT
   [junit4]   2> 306734 WARN  (closeThreadPool-626-thread-3) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 306734 INFO  (closeThreadPool-626-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 306735 INFO  (closeThreadPool-626-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 306735 INFO  (closeThreadPool-626-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 306736 INFO  (closeThreadPool-626-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 306736 INFO  (closeThreadPool-626-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 306736 INFO  (closeThreadPool-626-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 306736 INFO  (closeThreadPool-626-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1a4ab3c5{/,null,AVAILABLE}
   [junit4]   2> 306737 WARN  (closeThreadPool-626-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@60d03fd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 306744 WARN  (closeThreadPool-626-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2797d9ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 306745 INFO  (closeThreadPool-626-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36516/solr
   [junit4]   2> 306748 INFO  (zkConnectionManagerCallback-638-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 306749 INFO  (closeThreadPool-626-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2e2dfb27{SSL,[ssl, 
http/1.1]}{127.0.0.1:35946}
   [junit4]   2> 306749 INFO  (closeThreadPool-626-thread-3) [    ] 
o.e.j.s.Server Started @306867ms
   [junit4]   2> 306749 INFO  (closeThreadPool-626-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/tempDir-001/jetty3,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=35946, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/shard-3-001/cores}
   [junit4]   2> 306750 ERROR (closeThreadPool-626-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 306750 INFO  (closeThreadPool-626-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 306750 INFO  (closeThreadPool-626-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.2.0
   [junit4]   2> 306750 INFO  (closeThreadPool-626-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 306750 INFO  (closeThreadPool-626-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 306750 INFO  (closeThreadPool-626-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-02T17:35:50.018Z
   [junit4]   2> 306768 INFO  (zkConnectionManagerCallback-640-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 306768 INFO  (zkConnectionManagerCallback-642-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 306770 INFO  (closeThreadPool-626-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 306770 INFO  (closeThreadPool-626-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/shard-3-001/solr.xml
   [junit4]   2> 306773 INFO  (closeThreadPool-626-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 306773 INFO  (closeThreadPool-626-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 306774 INFO  (closeThreadPool-626-thread-3) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3ce5df90, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 306777 INFO  (closeThreadPool-626-thread-1) 
[n:127.0.0.1:37315_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 306780 INFO  (closeThreadPool-626-thread-1) 
[n:127.0.0.1:37315_    ] o.a.s.c.ZkController Publish node=127.0.0.1:37315_ as 
DOWN
   [junit4]   2> 306781 INFO  (closeThreadPool-626-thread-1) 
[n:127.0.0.1:37315_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 306781 INFO  (closeThreadPool-626-thread-1) 
[n:127.0.0.1:37315_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37315_
   [junit4]   2> 306782 INFO  (zkCallback-605-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 306786 INFO  (zkCallback-612-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 306788 INFO  (zkCallback-624-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 306799 INFO  (zkCallback-641-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 306827 INFO  (zkConnectionManagerCallback-650-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 306828 INFO  (closeThreadPool-626-thread-1) 
[n:127.0.0.1:37315_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 306829 INFO  (closeThreadPool-626-thread-1) 
[n:127.0.0.1:37315_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:36516/solr ready
   [junit4]   2> 306841 INFO  (closeThreadPool-626-thread-1) 
[n:127.0.0.1:37315_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 306856 INFO  (closeThreadPool-626-thread-1) 
[n:127.0.0.1:37315_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3ce5df90
   [junit4]   2> 306874 INFO  (closeThreadPool-626-thread-1) 
[n:127.0.0.1:37315_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3ce5df90
   [junit4]   2> 306874 INFO  (closeThreadPool-626-thread-1) 
[n:127.0.0.1:37315_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3ce5df90
   [junit4]   2> 306875 INFO  (closeThreadPool-626-thread-1) 
[n:127.0.0.1:37315_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/shard-1-001/cores
   [junit4]   2> 308057 INFO  
(OverseerCollectionConfigSetProcessor-74623718238584837-127.0.0.1:37649_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 308111 INFO  (closeThreadPool-626-thread-3) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 308112 WARN  (closeThreadPool-626-thread-3) [    ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 308114 INFO  (closeThreadPool-626-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 308114 WARN  (closeThreadPool-626-thread-2) [    ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 308133 WARN  (closeThreadPool-626-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@11fdb5e1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 308135 WARN  (closeThreadPool-626-thread-3) [    ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 308139 WARN  (closeThreadPool-626-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7601e4cb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 308148 WARN  (closeThreadPool-626-thread-2) [    ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 308149 WARN  (closeThreadPool-626-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@17d83572[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 308149 INFO  (closeThreadPool-626-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36516/solr
   [junit4]   2> 308151 INFO  (zkConnectionManagerCallback-660-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308154 WARN  (closeThreadPool-626-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@38adc581[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 308155 INFO  (closeThreadPool-626-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36516/solr
   [junit4]   2> 308157 INFO  (zkConnectionManagerCallback-663-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308159 INFO  (zkConnectionManagerCallback-665-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308159 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1091de0596e0010, likely client has closed socket
   [junit4]   2> 308161 INFO  (zkConnectionManagerCallback-667-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308165 INFO  (closeThreadPool-626-thread-3) 
[n:127.0.0.1:35946_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 308167 INFO  (closeThreadPool-626-thread-2) 
[n:127.0.0.1:43428_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 308169 INFO  (closeThreadPool-626-thread-3) 
[n:127.0.0.1:35946_    ] o.a.s.c.ZkController Publish node=127.0.0.1:35946_ as 
DOWN
   [junit4]   2> 308170 INFO  (closeThreadPool-626-thread-3) 
[n:127.0.0.1:35946_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 308170 INFO  (closeThreadPool-626-thread-3) 
[n:127.0.0.1:35946_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35946_
   [junit4]   2> 308171 INFO  (zkCallback-612-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 308171 INFO  (zkCallback-605-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 308179 INFO  (closeThreadPool-626-thread-2) 
[n:127.0.0.1:43428_    ] o.a.s.c.ZkController Publish node=127.0.0.1:43428_ as 
DOWN
   [junit4]   2> 308180 INFO  (closeThreadPool-626-thread-2) 
[n:127.0.0.1:43428_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 308180 INFO  (closeThreadPool-626-thread-2) 
[n:127.0.0.1:43428_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43428_
   [junit4]   2> 308183 INFO  (zkCallback-664-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 308184 INFO  (zkCallback-612-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 308184 INFO  (zkCallback-605-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 308199 INFO  (zkCallback-624-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 308200 INFO  (zkCallback-664-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 308200 INFO  (zkCallback-666-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 308201 INFO  (zkCallback-649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 308202 INFO  (zkCallback-641-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 308203 INFO  (zkConnectionManagerCallback-681-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308203 INFO  (zkConnectionManagerCallback-676-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 308204 INFO  (closeThreadPool-626-thread-2) 
[n:127.0.0.1:43428_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 308204 INFO  (closeThreadPool-626-thread-3) 
[n:127.0.0.1:35946_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 308205 INFO  (closeThreadPool-626-thread-2) 
[n:127.0.0.1:43428_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:36516/solr ready
   [junit4]   2> 308205 INFO  (closeThreadPool-626-thread-3) 
[n:127.0.0.1:35946_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:36516/solr ready
   [junit4]   2> 308206 INFO  (closeThreadPool-626-thread-3) 
[n:127.0.0.1:35946_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 308220 INFO  (closeThreadPool-626-thread-3) 
[n:127.0.0.1:35946_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3ce5df90
   [junit4]   2> 308227 INFO  (closeThreadPool-626-thread-3) 
[n:127.0.0.1:35946_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3ce5df90
   [junit4]   2> 308228 INFO  (closeThreadPool-626-thread-3) 
[n:127.0.0.1:35946_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3ce5df90
   [junit4]   2> 308229 INFO  (closeThreadPool-626-thread-3) 
[n:127.0.0.1:35946_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/shard-3-001/cores
   [junit4]   2> 308229 INFO  (closeThreadPool-626-thread-2) 
[n:127.0.0.1:43428_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 308243 INFO  (closeThreadPool-626-thread-2) 
[n:127.0.0.1:43428_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3ce5df90
   [junit4]   2> 308269 INFO  (closeThreadPool-626-thread-2) 
[n:127.0.0.1:43428_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3ce5df90
   [junit4]   2> 308269 INFO  (closeThreadPool-626-thread-2) 
[n:127.0.0.1:43428_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3ce5df90
   [junit4]   2> 308271 INFO  (closeThreadPool-626-thread-2) 
[n:127.0.0.1:43428_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/shard-2-001/cores
   [junit4]   2> 308504 INFO  (qtp275791593-1455) [n:127.0.0.1:35946_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:37315_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 308514 INFO  (qtp275791593-1452) [n:127.0.0.1:35946_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:43428_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 308548 INFO  (qtp275791593-1454) [n:127.0.0.1:35946_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:35946_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 308554 INFO  (OverseerThreadFactory-618-thread-3) [ 
c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:37315_ for creating new replica of shard shard1 for collection 
collection1
   [junit4]   2> 308560 INFO  (OverseerThreadFactory-618-thread-3) [ 
c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica 
command.
   [junit4]   2> 308639 INFO  (qtp626834007-1424) [n:127.0.0.1:37315_    
x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 309676 INFO  (qtp626834007-1424) [n:127.0.0.1:37315_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.2.0
   [junit4]   2> 309689 INFO  (qtp626834007-1424) [n:127.0.0.1:37315_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n1] Schema name=inplace-updates
   [junit4]   2> 309723 INFO  (qtp626834007-1424) [n:127.0.0.1:37315_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema 
Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 309723 INFO  (qtp626834007-1424) [n:127.0.0.1:37315_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n1' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 309724 INFO  (qtp626834007-1424) [n:127.0.0.1:37315_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3ce5df90
   [junit4]   2> 309724 INFO  (qtp626834007-1424) [n:127.0.0.1:37315_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/shard-1-001/cores/collection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_A2FC2F9070F62B03-001/shard-1-001/cores/collection1_shard1_replica_n1/data/]
   [junit4]   2> 309728 WARN  (qtp626834007-1424) [n:127.0.0.1:37315_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 309787 INFO  (qtp626834007-1424) [n:127.0.0.1:37315_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 309787 INFO  (qtp626834007-1424) [n:127.0.0.1:37315_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 309788 INFO  (qtp626834007-1424) [n:127.0.0.1:37315_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 309788 INFO  (qtp626834007-1424) [n:127.0.0.1:37315_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 309792 INFO  (qtp626834007-1424) [n:127.0.0.1:37315_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4ab2882e[collection1_shard1_replica_n1] main]
   [junit4]   2> 309793 INFO  (qtp626834007-1424) [n:127.0.0.1:37315_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 309793 INFO  (qtp626834007-1424) [n:127.0.0.1:37315_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 309794 INFO  (qtp626834007-1424) [n:127.0.0.1:37315_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n1]

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

s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@39a80236: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@15bf501d
   [junit4]   2> 4912462 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 4912462 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7862d631: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@478a90d2
   [junit4]   2> 4912463 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 4912463 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1d12046d: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@713ed58a
   [junit4]   2> 4912463 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 4912463 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[A2FC2F9070F62B03]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@346147c0: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@65194a14
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.update.PeerSyncWithLeaderTest_A2FC2F9070F62B03-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2d5ae20),
 locale=sv, timezone=Asia/Omsk
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=272391208,total=515375104
   [junit4]   2> NOTE: All tests run in this JVM: [TestRawResponseWriter, 
TestAnalyzeInfixSuggestions, AutoscalingHistoryHandlerTest, 
TestReloadAndDeleteDocs, TestStressReorder, TestDelegationWithHadoopAuth, 
TestExclusionRuleCollectionAccess, SolrCloudExampleTest, SyncSliceTest, 
SynonymTokenizerTest, SearchHandlerTest, CoreAdminOperationTest, 
RegexBoostProcessorTest, TestSolrCloudWithSecureImpersonation, TestLRUCache, 
TestInPlaceUpdatesRequiredField, FileBasedSpellCheckerTest, 
SortSpecParsingTest, DateRangeFieldTest, JWTAuthPluginIntegrationTest, 
DebugComponentTest, TestNestedUpdateProcessor, DistributedIntervalFacetingTest, 
CopyFieldTest, ReplaceNodeNoTargetTest, ScheduledTriggerIntegrationTest, 
DaemonStreamApiTest, FieldAnalysisRequestHandlerTest, 
AssignBackwardCompatibilityTest, AtomicUpdatesTest, TestCloudRecovery, 
BinaryUpdateRequestHandlerTest, DistributedMLTComponentTest, 
TestCloudPhrasesIdentificationComponent, TestMinHashQParser, SOLR749Test, 
TestDynamicFieldResource, TestConfigSetsAPIZkFailure, TimeZoneUtilsTest, 
HealthCheckHandlerTest, HdfsRecoverLeaseTest, TestDocumentBuilder, 
LeaderTragicEventTest, TestCloudManagedSchema, SuggesterTSTTest, 
SimpleFacetsTest, TestSurroundQueryParser, TestLogWatcher, 
TestLegacyFieldCache, TestRequestStatusCollectionAPI, UpdateLogTest, 
TestPointFields, BadIndexSchemaTest, TestLegacyNumericUtils, 
FastVectorHighlighterTest, TestSubQueryTransformer, TestJoin, 
TestManagedSynonymFilterFactory, PrimitiveFieldTypeTest, ConnectionManagerTest, 
IndexSchemaRuntimeFieldTest, SolrTestCaseJ4Test, TestFoldingMultitermQuery, 
TestSkipOverseerOperations, TestBulkSchemaAPI, TestDirectoryFactory, 
TestFieldTypeCollectionResource, TestManagedResource, AutoScalingHandlerTest, 
AsyncCallRequestStatusResponseTest, TemplateUpdateProcessorTest, 
TestLegacyBM25SimilarityFactory, SolrMetricsIntegrationTest, 
AuditLoggerPluginTest, HttpPartitionWithTlogReplicasTest, 
TestFieldCacheSortRandom, PingRequestHandlerTest, 
TestPayloadScoreQParserPlugin, TestStressLiveNodes, 
HdfsUnloadDistributedZkTest, HdfsAutoAddReplicasIntegrationTest, 
TestOnReconnectListenerSupport, ZkShardTermsTest, CurrencyRangeFacetCloudTest, 
TestCustomDocTransformer, TestSolrJ, TestClusterStateMutator, 
TestIndexSearcher, TestIBSimilarityFactory, TestFastOutputStream, 
TestFieldCache, TestEmbeddedSolrServerSchemaAPI, HLLSerializationTest, 
HighlighterTest, DistributedQueryElevationComponentTest, 
CdcrRequestHandlerTest, GraphQueryTest, CloudMLTQParserTest, SmileWriterTest, 
NestedShardedAtomicUpdateTest, TestSlowCompositeReaderWrapper, TestXmlQParser, 
AlternateDirectoryTest, TestComponentsName, TestSimDistribStateManager, 
TestStreamBody, TestConfig, HdfsSyncSliceTest, UUIDFieldTest, 
TestCollapseQParserPlugin, TestZkAclsWithHadoopAuth, TestRebalanceLeaders, 
TestSolrIndexConfig, ChaosMonkeySafeLeaderTest, TestFieldSortValues, 
NodeAddedTriggerTest, TriggerCooldownIntegrationTest, 
FieldMutatingUpdateProcessorTest, DistributedQueueTest, TestSolr4Spatial2, 
MoveReplicaTest, TestSortableTextField, ImplicitSnitchTest, TaggerTest, 
ShufflingReplicaListTransformerTest, TestHighFrequencyDictionaryFactory, 
TestNumericRangeQuery32, TestPerFieldSimilarityWithDefaultOverride, 
TestDistribDocBasedVersion, TestDefaultStatsCache, 
DistributedFacetPivotSmallAdvancedTest, TestNoOpRegenerator, 
XmlUpdateRequestHandlerTest, DistributedFacetExistsSmallTest, TestConfigReload, 
TestNRTOpen, SolrCoreMetricManagerTest, TestZkChroot, SaslZkACLProviderTest, 
TestJsonFacetsStatsParsing, TestLeaderElectionZkExpiry, 
AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, 
EchoParamsTest, MinimalSchemaTest, OutputWriterTest, TestCrossCoreJoin, 
TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestRandomDVFaceting, 
TestRandomFaceting, TestSimpleTrackingShardHandler, TestSolrCoreProperties, 
TestTolerantSearch, TestTrie, PathHierarchyTokenizerFactoryTest, 
ProtectedTermFilterFactoryTest, TestCharFilters, TestDeprecatedFilters, 
TestLuceneMatchVersion, TestReversedWildcardFilterFactory, 
TestWordDelimiterFilterFactory, TokenizerChainTest, TestLuceneIndexBackCompat, 
TestJettySolrRunner, ConnectionReuseTest, ActionThrottleTest, 
BasicDistributedZk2Test, BasicDistributedZkTest, ClusterStateTest, 
ClusterStateUpdateTest, CollectionPropsTest, CollectionsAPISolrJTest, 
DistributedVersionInfoTest, LegacyCloudClusterPropTest, 
MetricsHistoryIntegrationTest, MetricsHistoryWithAuthIntegrationTest, 
MissingSegmentRecoveryTest, NodeMutatorTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, 
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, 
OverseerStatusTest, OverseerTest, ReplaceNodeTest, RestartWhileUpdatingTest, 
ShardRoutingCustomTest, SharedFSAutoReplicaFailoverTest, 
SystemCollectionCompatTest, TestAuthenticationFramework, TestCloudConsistency, 
TestPullReplica, TestPullReplicaErrorHandling, TestSegmentSorting, 
ZkControllerTest, CollectionReloadTest, CollectionTooManyReplicasTest, 
ConcurrentDeleteAndCreateCollectionTest, CustomCollectionTest, 
HdfsCollectionsAPIDistributedZkTest, ShardSplitTest, 
ByteBuffersDirectoryFactoryTest, ConfigureRecoveryStrategyTest, CoreSorterTest, 
DirectoryFactoryTest, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, 
SolrCoreTest, TestDynamicLoading, TestReplicationHandler, 
SystemInfoHandlerTest, TestCollectionAPIs, TestConfigsApi, 
ZookeeperStatusHandlerTest, DistributedTermsComponentTest, FacetPivotSmallTest, 
InfixSuggestersTest, StatsComponentTest, TestHttpShardHandlerFactory, 
TestExportWriter, EmbeddedSolrNoSerializeTest, 
UninvertDocValuesMergePolicyTest, SolrJmxReporterCloudTest, 
SolrSlf4jReporterTest, SolrShardReporterTest, TestRawTransformer, 
TestSolrQueryResponse, TestSchemaNameResource, TestSchemaVersionResource, 
DocValuesMissingTest, IndexSchemaTest, ManagedSchemaRoundRobinCloudTest, 
NotRequiredUniqueKeyTest, NumericFieldsTest, OpenExchangeRatesOrgProviderTest, 
PolyFieldTest, RequiredFieldsTest, SchemaApiFailureTest, TestCloudSchemaless, 
TestReRankQParserPlugin, TestRealTimeGet, TestRecovery, TestReloadDeadlock, 
TestSearchPerf, TestSearcherReuse, TestSimpleQParserPlugin, 
TestSolrQueryParser, TestStandardQParsers, TestXmlQParserPlugin, 
DistributedFacetSimpleRefinementLongTailTest, SpatialHeatmapFacetsTest, 
TestOrdValues, TestSortByMinMaxFunction, DistanceFunctionTest, BJQParserTest, 
TestCloudNestedDocsSort, TestNestedDocsSort, SimpleMLTQParserTest, 
TestBM25SimilarityFactory, TestClassicSimilarityFactory, 
TestExactSharedStatsCache, JWTAuthPluginTest, MultiDestinationAuditLoggerTest, 
PKIAuthenticationIntegrationTest, TestPKIAuthenticationPlugin, CacheHeaderTest, 
DirectSolrConnectionTest, HttpSolrCallGetCoreTest, SolrRequestParserTest, 
SpellCheckCollatorTest, TestFileDictionaryLookup, BlockDirectoryTest, 
TestNumericTerms64, DocumentBuilderTest, MaxSizeAutoCommitTest, 
PeerSyncWithBufferUpdatesTest, PeerSyncWithIndexFingerprintCachingTest, 
PeerSyncWithLeaderAndIndexFingerprintCachingTest, PeerSyncWithLeaderTest]
   [junit4] Completed [799/855 (3!)] on J2 in 138.97s, 1 test, 1 failure <<< 
FAILURES!

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

Total time: 204 minutes 7 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