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

3 tests failed.
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:39616/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:39616/collection1
        at 
__randomizedtesting.SeedInfo.seed([4D981D8A09A5EBA0:C5CC2250A7598658]: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:39616/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:36011/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:36011/collection1
        at 
__randomizedtesting.SeedInfo.seed([4D981D8A09A5EBA0:C5CC2250A7598658]: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:36011/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.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([4D981D8A09A5EBA0:C5CC2250A7598658]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.reorderedDBQsResurrectionTest(TestInPlaceUpdatesDistrib.java:852)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 15669 lines...]
   [junit4] Suite: org.apache.solr.update.TestInPlaceUpdatesDistrib
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/init-core-data-001
   [junit4]   2> 2448850 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[4D981D8A09A5EBA0]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_ee/
   [junit4]   2> 2448851 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[4D981D8A09A5EBA0]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2448878 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[4D981D8A09A5EBA0]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 2448896 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[4D981D8A09A5EBA0]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=inplace-updates
   [junit4]   2> 2448900 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[4D981D8A09A5EBA0]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 2449107 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[4D981D8A09A5EBA0]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2449109 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[4D981D8A09A5EBA0]-worker) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@226ed619[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2449114 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[4D981D8A09A5EBA0]-worker) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7e793852[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2449139 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[4D981D8A09A5EBA0]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2449140 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[4D981D8A09A5EBA0]-worker) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2449162 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[4D981D8A09A5EBA0]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75749aeb
   [junit4]   2> 2449174 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[4D981D8A09A5EBA0]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75749aeb
   [junit4]   2> 2449175 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[4D981D8A09A5EBA0]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75749aeb
   [junit4]   2> 2449177 INFO  (coreLoadExecutor-12183-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2449212 INFO  (coreLoadExecutor-12183-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 2449243 INFO  (coreLoadExecutor-12183-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
   [junit4]   2> 2449247 INFO  (coreLoadExecutor-12183-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with 
uniqueid field id
   [junit4]   2> 2449247 INFO  (coreLoadExecutor-12183-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 2449248 INFO  (coreLoadExecutor-12183-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@75749aeb
   [junit4]   2> 2449248 INFO  (coreLoadExecutor-12183-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/init-core-data-001/]
   [junit4]   2> 2449252 WARN  (coreLoadExecutor-12183-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> 2449308 INFO  (coreLoadExecutor-12183-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2449308 INFO  (coreLoadExecutor-12183-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2449309 INFO  (coreLoadExecutor-12183-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2449309 INFO  (coreLoadExecutor-12183-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2449310 INFO  (coreLoadExecutor-12183-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7673890f[collection1] main]
   [junit4]   2> 2449311 WARN  (coreLoadExecutor-12183-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/x1/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> 2449311 INFO  (coreLoadExecutor-12183-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2449311 INFO  (coreLoadExecutor-12183-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632279884498731008
   [junit4]   2> 2449316 INFO  
(searcherExecutor-12184-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7673890f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2449322 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2449322 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2449322 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2449422 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:38507
   [junit4]   2> 2449423 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38507
   [junit4]   2> 2449423 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 38507
   [junit4]   2> 2449427 INFO  (zkConnectionManagerCallback-16485-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2449430 INFO  (zkConnectionManagerCallback-16487-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2449431 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/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> 2449432 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/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> 2449434 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/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> 2449435 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/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> 2449436 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/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> 2449437 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/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> 2449439 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/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> 2449440 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/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> 2449441 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/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> 2449442 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/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> 2449444 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/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> 2449445 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 2449616 WARN  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2449617 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2449617 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2449617 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
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> 2449618 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2449618 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2449618 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2449620 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@35ef0829{/_ee,null,AVAILABLE}
   [junit4]   2> 2449621 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@578b0453{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:32812}
   [junit4]   2> 2449621 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.e.j.s.Server Started @2449682ms
   [junit4]   2> 2449621 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/tempDir-001/control/data,
 hostContext=/_ee, hostPort=32812, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/control-001/cores}
   [junit4]   2> 2449621 ERROR 
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2449621 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2449621 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.0
   [junit4]   2> 2449621 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2449621 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2449621 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-30T22:30:03.343Z
   [junit4]   2> 2449623 INFO  (zkConnectionManagerCallback-16489-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2449624 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2449624 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/control-001/solr.xml
   [junit4]   2> 2449629 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2449629 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2449631 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75749aeb, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2449698 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2449700 WARN  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@396256b0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2449705 WARN  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@311488ed[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2449706 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38507/solr
   [junit4]   2> 2449708 INFO  (zkConnectionManagerCallback-16496-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2449710 INFO  (zkConnectionManagerCallback-16498-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2449801 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:32812__ee
   [junit4]   2> 2449802 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.Overseer Overseer 
(id=73224013905788932-127.0.0.1:32812__ee-n_0000000000) starting
   [junit4]   2> 2449809 INFO  (zkConnectionManagerCallback-16505-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2449812 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38507/solr ready
   [junit4]   2> 2449813 INFO  
(OverseerStateUpdate-73224013905788932-127.0.0.1:32812__ee-n_0000000000) 
[n:127.0.0.1:32812__ee    ] o.a.s.c.Overseer Starting to work on the main queue 
: 127.0.0.1:32812__ee
   [junit4]   2> 2449813 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:32812__ee
   [junit4]   2> 2449815 INFO  (zkCallback-16497-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2449816 INFO  (zkCallback-16504-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2449842 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2449876 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75749aeb
   [junit4]   2> 2449895 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75749aeb
   [junit4]   2> 2449896 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75749aeb
   [junit4]   2> 2449898 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/control-001/cores
   [junit4]   2> 2449941 INFO  (zkConnectionManagerCallback-16511-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2449943 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2449944 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38507/solr ready
   [junit4]   2> 2449945 INFO  (qtp1271985415-43130) [n:127.0.0.1:32812__ee    
] 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:32812__ee&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2449949 INFO  (OverseerThreadFactory-12198-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2450059 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee    
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> 2450059 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee    
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 2451076 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 2451096 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
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> 2451100 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
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> 2451100 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
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> 2451101 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
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@75749aeb
   [junit4]   2> 2451101 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
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 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2451106 WARN  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
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> 2451182 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
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> 2451183 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
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> 2451184 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2451184 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2451186 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@24fcdcf9[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2451187 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2451187 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
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> 2451188 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2451188 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
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 1632279886466908160
   [junit4]   2> 2451192 INFO  
(searcherExecutor-12203-thread-1-processing-n:127.0.0.1:32812__ee 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:32812__ee 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@24fcdcf9[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2451195 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
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> 2451195 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
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> 2451199 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2451199 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
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> 2451199 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:32812/_ee/control_collection_shard1_replica_n1/
   [junit4]   2> 2451200 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
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> 2451200 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:32812/_ee/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2451200 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
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/73224013905788932-core_node2-n_0000000000
   [junit4]   2> 2451202 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:32812/_ee/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2451304 INFO  (zkCallback-16497-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> 2451304 INFO  (zkCallback-16497-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> 2451305 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
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> 2451308 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee 
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=1249
   [junit4]   2> 2451311 INFO  (qtp1271985415-43130) [n:127.0.0.1:32812__ee    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 2451408 INFO  (zkCallback-16497-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> 2451408 INFO  (zkCallback-16497-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> 2451408 INFO  (zkCallback-16497-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> 2451408 INFO  (qtp1271985415-43130) [n:127.0.0.1:32812__ee    
] 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:32812__ee&wt=javabin&version=2}
 status=0 QTime=1463
   [junit4]   2> 2451414 INFO  (zkConnectionManagerCallback-16517-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2451416 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2451417 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38507/solr ready
   [junit4]   2> 2451417 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 2451418 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee    
] 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> 2451422 INFO  (OverseerThreadFactory-12198-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2451422 INFO  
(OverseerCollectionConfigSetProcessor-73224013905788932-127.0.0.1:32812__ee-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> 2451626 WARN  (OverseerThreadFactory-12198-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection 
(collection1) without cores.
   [junit4]   2> 2451628 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee    
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 2451629 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee    
] 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> 2451630 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 2451803 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/shard-1-001
 of type NRT
   [junit4]   2> 2451806 WARN  (closeThreadPool-16518-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2451807 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2451807 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2451807 INFO  (closeThreadPool-16518-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> 2451808 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2451808 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2451808 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2451809 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@498cb6{/_ee,null,AVAILABLE}
   [junit4]   2> 2451809 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6ebcfd59{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:39054}
   [junit4]   2> 2451809 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.e.j.s.Server Started @2451871ms
   [junit4]   2> 2451809 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_ee, hostPort=39054, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/shard-1-001/cores}
   [junit4]   2> 2451810 ERROR (closeThreadPool-16518-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2451810 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2451810 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.0
   [junit4]   2> 2451810 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2451810 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2451810 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-30T22:30:05.532Z
   [junit4]   2> 2451813 INFO  (zkConnectionManagerCallback-16520-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2451814 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2451814 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/shard-1-001/solr.xml
   [junit4]   2> 2451819 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2451819 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2451822 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75749aeb, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2451957 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2451959 WARN  (closeThreadPool-16518-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@735693fb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2451964 WARN  (closeThreadPool-16518-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@51469936[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2451965 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38507/solr
   [junit4]   2> 2451967 INFO  (zkConnectionManagerCallback-16527-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2451970 INFO  (zkConnectionManagerCallback-16529-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2451976 INFO  (closeThreadPool-16518-thread-1) 
[n:127.0.0.1:39054__ee    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2451982 INFO  (closeThreadPool-16518-thread-1) 
[n:127.0.0.1:39054__ee    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:39054__ee as DOWN
   [junit4]   2> 2451983 INFO  (closeThreadPool-16518-thread-1) 
[n:127.0.0.1:39054__ee    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 2451983 INFO  (closeThreadPool-16518-thread-1) 
[n:127.0.0.1:39054__ee    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39054__ee
   [junit4]   2> 2451984 INFO  (zkCallback-16504-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2451984 INFO  (zkCallback-16497-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2451985 INFO  (zkCallback-16516-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2451985 INFO  (zkCallback-16528-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2451990 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/shard-2-001
 of type NRT
   [junit4]   2> 2451990 WARN  (closeThreadPool-16518-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2451991 INFO  (closeThreadPool-16518-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2451991 INFO  (closeThreadPool-16518-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2451991 INFO  (closeThreadPool-16518-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> 2451992 INFO  (closeThreadPool-16518-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2451992 INFO  (closeThreadPool-16518-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2451992 INFO  (closeThreadPool-16518-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2451993 INFO  (closeThreadPool-16518-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@b6462fd{/_ee,null,AVAILABLE}
   [junit4]   2> 2451993 INFO  (closeThreadPool-16518-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2aa7b078{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:42541}
   [junit4]   2> 2451993 INFO  (closeThreadPool-16518-thread-2) [    ] 
o.e.j.s.Server Started @2452055ms
   [junit4]   2> 2451993 INFO  (closeThreadPool-16518-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/_ee, hostPort=42541, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/shard-2-001/cores}
   [junit4]   2> 2451993 ERROR (closeThreadPool-16518-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2451993 INFO  (closeThreadPool-16518-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2451993 INFO  (closeThreadPool-16518-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.0
   [junit4]   2> 2451993 INFO  (closeThreadPool-16518-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2451993 INFO  (closeThreadPool-16518-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2451993 INFO  (closeThreadPool-16518-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-30T22:30:05.715Z
   [junit4]   2> 2451996 INFO  (zkConnectionManagerCallback-16533-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2451997 INFO  (closeThreadPool-16518-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2451997 INFO  (closeThreadPool-16518-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/shard-2-001/solr.xml
   [junit4]   2> 2452002 INFO  (closeThreadPool-16518-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2452002 INFO  (closeThreadPool-16518-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2452004 INFO  (closeThreadPool-16518-thread-2) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75749aeb, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2452016 INFO  (zkConnectionManagerCallback-16539-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2452017 INFO  (closeThreadPool-16518-thread-1) 
[n:127.0.0.1:39054__ee    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2452018 INFO  (closeThreadPool-16518-thread-1) 
[n:127.0.0.1:39054__ee    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:38507/solr ready
   [junit4]   2> 2452019 INFO  (closeThreadPool-16518-thread-1) 
[n:127.0.0.1:39054__ee    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2452051 INFO  (closeThreadPool-16518-thread-1) 
[n:127.0.0.1:39054__ee    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75749aeb
   [junit4]   2> 2452054 INFO  (closeThreadPool-16518-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2452059 WARN  (closeThreadPool-16518-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@22b0e4c7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2452064 WARN  (closeThreadPool-16518-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@67098fb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2452065 INFO  (closeThreadPool-16518-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38507/solr
   [junit4]   2> 2452067 INFO  (zkConnectionManagerCallback-16546-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2452068 INFO  (closeThreadPool-16518-thread-1) 
[n:127.0.0.1:39054__ee    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75749aeb
   [junit4]   2> 2452068 INFO  (closeThreadPool-16518-thread-1) 
[n:127.0.0.1:39054__ee    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75749aeb
   [junit4]   2> 2452070 INFO  (zkConnectionManagerCallback-16548-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2452071 INFO  (closeThreadPool-16518-thread-1) 
[n:127.0.0.1:39054__ee    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/shard-1-001/cores
   [junit4]   2> 2452076 INFO  (closeThreadPool-16518-thread-2) 
[n:127.0.0.1:42541__ee    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2452085 INFO  (closeThreadPool-16518-thread-2) 
[n:127.0.0.1:42541__ee    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:42541__ee as DOWN
   [junit4]   2> 2452086 INFO  (closeThreadPool-16518-thread-2) 
[n:127.0.0.1:42541__ee    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 2452086 INFO  (closeThreadPool-16518-thread-2) 
[n:127.0.0.1:42541__ee    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42541__ee
   [junit4]   2> 2452088 INFO  (zkCallback-16528-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2452088 INFO  (zkCallback-16516-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2452088 INFO  (zkCallback-16504-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2452088 INFO  (zkCallback-16497-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2452091 INFO  (zkCallback-16538-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2452092 INFO  (zkCallback-16547-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2452118 INFO  (zkConnectionManagerCallback-16555-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2452119 INFO  (closeThreadPool-16518-thread-2) 
[n:127.0.0.1:42541__ee    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 2452120 INFO  (closeThreadPool-16518-thread-2) 
[n:127.0.0.1:42541__ee    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:38507/solr ready
   [junit4]   2> 2452121 INFO  (closeThreadPool-16518-thread-2) 
[n:127.0.0.1:42541__ee    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2452152 INFO  (closeThreadPool-16518-thread-2) 
[n:127.0.0.1:42541__ee    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75749aeb
   [junit4]   2> 2452171 INFO  (closeThreadPool-16518-thread-2) 
[n:127.0.0.1:42541__ee    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75749aeb
   [junit4]   2> 2452171 INFO  (closeThreadPool-16518-thread-2) 
[n:127.0.0.1:42541__ee    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75749aeb
   [junit4]   2> 2452173 INFO  (closeThreadPool-16518-thread-2) 
[n:127.0.0.1:42541__ee    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/shard-2-001/cores
   [junit4]   2> 2452193 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[4D981D8A09A5EBA0]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/shard-3-001
 of type NRT
   [junit4]   2> 2452193 WARN  (closeThreadPool-16518-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2452194 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2452194 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2452194 INFO  (closeThreadPool-16518-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> 2452195 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2452195 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2452195 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2452195 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@31d807fe{/_ee,null,AVAILABLE}
   [junit4]   2> 2452196 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@33564250{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:44875}
   [junit4]   2> 2452196 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.e.j.s.Server Started @2452257ms
   [junit4]   2> 2452196 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/_ee, hostPort=44875, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/shard-3-001/cores}
   [junit4]   2> 2452196 ERROR (closeThreadPool-16518-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2452196 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2452196 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.0
   [junit4]   2> 2452196 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2452196 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2452196 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-04-30T22:30:05.918Z
   [junit4]   2> 2452219 INFO  (zkConnectionManagerCallback-16558-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2452220 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2452220 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/shard-3-001/solr.xml
   [junit4]   2> 2452225 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2452225 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2452227 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@75749aeb, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2452382 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2452384 WARN  (closeThreadPool-16518-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@607d89cf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2452387 WARN  (closeThreadPool-16518-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@626a24bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2452388 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38507/solr
   [junit4]   2> 2452390 INFO  (zkConnectionManagerCallback-16565-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2452393 INFO  (zkConnectionManagerCallback-16567-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2452398 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2452403 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:44875__ee as DOWN
   [junit4]   2> 2452404 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2452404 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44875__ee
   [junit4]   2> 2452405 INFO  (zkCallback-16528-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2452405 INFO  (zkCallback-16538-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2452406 INFO  (zkCallback-16547-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2452406 INFO  (zkCallback-16504-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2452406 INFO  (zkCallback-16516-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2452406 INFO  (zkCallback-16497-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2452406 INFO  (zkCallback-16554-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2452406 INFO  (zkCallback-16566-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2452432 INFO  (zkConnectionManagerCallback-16574-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2452433 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2452434 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38507/solr ready
   [junit4]   2> 2452435 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2452462 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75749aeb
   [junit4]   2> 2452478 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75749aeb
   [junit4]   2> 2452478 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@75749aeb
   [junit4]   2> 2452480 INFO  (closeThreadPool-16518-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/shard-3-001/cores
   [junit4]   2> 2452555 INFO  (qtp1271985415-43130) [n:127.0.0.1:32812__ee    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:39054__ee&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2452555 INFO  (qtp1271985415-43129) [n:127.0.0.1:32812__ee    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:42541__ee&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2452556 INFO  (qtp1271985415-43132) [n:127.0.0.1:32812__ee    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with 
params 
node=127.0.0.1:44875__ee&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2452558 INFO  
(OverseerCollectionConfigSetProcessor-73224013905788932-127.0.0.1:32812__ee-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> 2452560 INFO  (OverseerThreadFactory-12198-thread-3) [ 
c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:39054__ee for creating new replica of shard shard1 for collection 
collection1
   [junit4]   2> 2452562 INFO  (OverseerThreadFactory-12198-thread-3) [ 
c:collection1 s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica 
command.
   [junit4]   2> 2452565 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee    
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> 2453583 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 2453602 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n1] Schema name=inplace-updates
   [junit4]   2> 2453606 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
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> 2453606 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
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> 2453606 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
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@75749aeb
   [junit4]   2> 2453606 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/shard-1-001/cores/collection1_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_4D981D8A09A5EBA0-001/shard-1-001/cores/collection1_shard1_replica_n1/data/]
   [junit4]   2> 2453611 WARN  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
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> 2453689 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2453689 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
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> 2453690 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 2453690 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 2453692 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@d90e64d[collection1_shard1_replica_n1] main]
   [junit4]   2> 2453693 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2453693 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
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> 2453694 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2453694 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1632279889094639616
   [junit4]   2> 2453698 INFO  
(searcherExecutor-12235-thread-1-processing-n:127.0.0.1:39054__ee 
x:collection1_shard1_replica_n1 c:collection1 s:shard1) [n:127.0.0.1:39054__ee 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@d90e64d[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2453701 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms 
Successful update of terms at /collections/collection1/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2453701 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/collection1/leaders/shard1
   [junit4]   2> 2453705 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2453705 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2453705 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:39054/_ee/collection1_shard1_replica_n1/
   [junit4]   2> 2453705 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 2453705 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:39054/_ee/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 2453705 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/collection1/leaders/shard1/leader after winning as 
/collections/collection1/leader_elect/shard1/election/73224013905788938-core_node2-n_0000000000
   [junit4]   2> 2453708 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:39054/_ee/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 2453810 INFO  (zkCallback-16528-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2453810 INFO  (zkCallback-16528-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 2453811 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 2453813 INFO  (qtp1548360873-43192) [n:127.0.0.1:39054__ee 
c:collection1 s:shard1  x:collection1_shard1_replica_n1] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1247
   [junit4]   2> 2453816 INFO  (qtp1271985415-43130) [n:127.0.0.1:32812__ee 
c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:39054__ee&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1261
   [junit4]   2> 2453914 INFO  (zkCallback-16528-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collect

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

lrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@40dfb8ef: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@363652bf
   [junit4]   2> 2560026 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[4D981D8A09A5EBA0]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2560026 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[4D981D8A09A5EBA0]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@72b78d19: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@5c81a707
   [junit4]   2> 2560027 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[4D981D8A09A5EBA0]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2560028 INFO  
(SUITE-PeerSyncWithLeaderTest-seed#[4D981D8A09A5EBA0]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@41c8ca60: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@30accfcd
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.update.PeerSyncWithLeaderTest_4D981D8A09A5EBA0-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{title_stringNoNorms=PostingsFormat(name=LuceneFixedGap), 
title_stemmed=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
multiDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 _root_=PostingsFormat(name=LuceneFixedGap), id=Lucene50(blocksize=128), 
text=BlockTreeOrds(blocksize=128), 
title=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 title_lettertok=Lucene50(blocksize=128)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), 
_version_=DocValuesFormat(name=Lucene80), 
val_i_dvo=DocValuesFormat(name=Direct), 
range_facet_i_dv=DocValuesFormat(name=Lucene80), 
intDvoDefault=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=694, 
maxMBSortInHeap=7.238403101688568, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5f3c014a),
 locale=da-DK, timezone=Asia/Krasnoyarsk
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=60447568,total=525860864
   [junit4]   2> NOTE: All tests run in this JVM: [InfoHandlerTest, 
TestConfigSets, EnumFieldTest, TestFieldCacheVsDocValues, 
TestPhraseSuggestions, TriggerEventQueueTest, RequestHandlersTest, 
HttpTriggerListenerTest, TestSchemaSimilarityResource, HdfsRecoveryZkTest, 
HdfsThreadLeakTest, QueryElevationComponentTest, 
TestSimGenericDistributedQueue, UpdateParamsTest, PluginInfoTest, 
HdfsBasicDistributedZk2Test, CollectionsAPIDistributedZkTest, 
TestLMDirichletSimilarityFactory, CurrencyFieldTypeTest, 
UUIDUpdateProcessorFallbackTest, TestAtomicUpdateErrorCases, TestUtilizeNode, 
TestSolrCloudWithDelegationTokens, BlockJoinFacetRandomTest, 
TestLegacyNumericRangeQueryBuilder, TestNumericRangeQuery64, 
TestLocalFSCloudBackupRestore, TestBinaryField, NumericFieldsTest, 
AutoAddReplicasIntegrationTest, TestRestoreCore, 
TestPHPSerializedResponseWriter, SimplePostToolTest, MBeansHandlerTest, 
IndexSchemaTest, TestShortCircuitedRequests, TestFieldTypeResource, 
ConcurrentCreateRoutedAliasTest, BufferStoreTest, 
HdfsChaosMonkeySafeLeaderTest, QueryEqualityTest, ZkStateReaderTest, 
TestUnInvertedFieldException, TestCloudSchemaless, SampleTest, NumberUtilsTest, 
CacheHeaderTest, TestGroupingSearch, SpellPossibilityIteratorTest, 
HdfsCollectionsAPIDistributedZkTest, TestGraphTermsQParserPlugin, 
TestImpersonationWithHadoopAuth, DirectoryFactoryTest, 
SolrRrdBackendFactoryTest, ScheduledTriggerTest, FacetPivotSmallTest, 
TestPrepRecovery, MultiSolrCloudTestCaseTest, CollectionReloadTest, 
MetricTriggerTest, RootFieldTest, ReturnFieldsTest, TestLRUStatsCache, 
IndexBasedSpellCheckerTest, RequestLoggingTest, XsltUpdateRequestHandlerTest, 
TestSolrCloudSnapshots, HighlighterConfigTest, 
LeaderFailoverAfterPartitionTest, TestSolrCoreParser, 
TestMinMaxOnMultiValuedField, TestCopyFieldCollectionResource, 
SystemLogListenerTest, ChaosMonkeyNothingIsSafeTest, TestCoreAdminApis, 
CoreAdminRequestStatusTest, TestSolrConfigHandlerCloud, 
CustomHighlightComponentTest, TestSchemaManager, TestDocTermOrds, 
BooleanFieldTest, MoveReplicaHDFSFailoverTest, 
TestRuleBasedAuthorizationPlugin, ShardRoutingCustomTest, 
DistributedSpellCheckComponentTest, TestSweetSpotSimilarityFactory, 
TestStressCloudBlindAtomicUpdates, TestFieldCollectionResource, 
MetricsHistoryWithAuthIntegrationTest, ReindexCollectionTest, 
TestPostingsSolrHighlighter, TestRecoveryHdfs, TestInPlaceUpdatesStandalone, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestLegacyField, 
SolrCoreCheckLockOnStartupTest, SubstringBytesRefFilterTest, 
TestNumericTerms32, SearchHandlerTest, TestInfoStreamLogging, UtilsToolTest, 
TaggingAttributeTest, TestCrossCoreJoin, BasicDistributedZk2Test, 
TestApiFramework, TestStressLucene, TestSolrQueryParser, AddBlockUpdateTest, 
CursorMarkTest, CachingDirectoryFactoryTest, TestGeoJSONResponseWriter, 
DistributedQueryComponentCustomSortTest, TestTlogReplica, 
TestReRankQParserPlugin, CloudExitableDirectoryReaderTest, 
TestExtendedDismaxParser, SimpleMLTQParserTest, DocValuesMissingTest, 
TestSimClusterStateProvider, TestDynamicLoading, CollectionPropsTest, 
TestFilteredDocIdSet, TestRequestForwarding, DateMathParserTest, 
TestSearchPerf, NoCacheHeaderTest, OverseerStatusTest, ZkSolrClientTest, 
JsonLoaderTest, TestLockTree, ChaosMonkeySafeLeaderWithPullReplicasTest, 
ConjunctionSolrSpellCheckerTest, DistributedFacetPivotLargeTest, 
TestReplicationHandlerBackup, OverseerCollectionConfigSetProcessorTest, 
DataDrivenBlockJoinTest, DistributedDebugComponentTest, TestStressUserVersions, 
NodeMutatorTest, TestRandomFaceting, ProtectedTermFilterFactoryTest, 
TestDeprecatedFilters, TestReversedWildcardFilterFactory, TokenizerChainTest, 
TestLuceneIndexBackCompat, AddReplicaTest, AssignBackwardCompatibilityTest, 
CreateCollectionCleanupTest, DeleteInactiveReplicaTest, DeleteNodeTest, 
DeleteShardTest, DeleteStatusTest, DistribCursorPagingTest, 
DistribDocExpirationUpdateProcessorTest, DocValuesNotIndexedTest, 
ForceLeaderTest, ForceLeaderWithTlogReplicasTest, FullSolrCloudDistribCmdsTest, 
HealthCheckHandlerTest, HttpPartitionOnCommitTest, 
HttpPartitionWithTlogReplicasTest, LeaderElectionTest, 
LegacyCloudClusterPropTest, MetricsHistoryIntegrationTest, 
PeerSyncReplicationTest, SSLMigrationTest, SaslZkACLProviderTest, 
SliceStateTest, SolrCLIZkUtilsTest, SolrCloudExampleTest, SyncSliceTest, 
TestCloudRecovery2, TestClusterProperties, TestConfigSetsAPIExclusivity, 
TestConfigSetsAPIZkFailure, TestCryptoKeys, TestDistributedMap, 
TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, 
TestLeaderElectionZkExpiry, TestRandomRequestDistribution, 
TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, 
UnloadDistributedZkTest, TestCollectionsAPIViaSolrCloudCluster, 
ExecutePlanActionTest, NodeMarkersRegistrationTest, RestoreTriggerStateTest, 
TestSimDistributedQueue, BaseCdcrDistributedZkTest, CdcrBidirectionalTest, 
CdcrBootstrapTest, AlternateDirectoryTest, BlobRepositoryCloudTest, 
TestBadConfig, TestConfigOverlay, TestConfigSetProperties, 
TestCorePropertiesReload, TestCustomStream, TestShardHandlerFactory, 
TestSolrConfigHandler, TestCoreBackup, TestReplicationHandler, 
SolrGraphiteReporterTest, SolrSlf4jReporterTest, SolrShardReporterTest, 
SmileWriterTest, TestCSVResponseWriter, TestRawTransformer, 
TestSolrQueryResponse, TestChildDocTransformerHierarchy, 
TestSubQueryTransformerCrossCore, TestSubQueryTransformerDistrib, 
TestUniqueKeyFieldResource, TestManagedStopFilterFactory, 
TestManagedSynonymFilterFactory, TestManagedSynonymGraphFilterFactory, 
PreAnalyzedFieldManagedSchemaCloudTest, SchemaVersionSpecificBehaviorTest, 
TestHalfAndHalfDocValues, TestManagedSchemaAPI, TestOmitPositions, 
TestUseDocValuesAsStored, AnalyticsQueryTest, CurrencyRangeFacetCloudTest, 
TestComplexPhraseLeadingWildcard, TestComponentsName, TestDocSet, 
TestInitQParser, TestLRUCache, TestMissingGroups, TestMultiWordSynonyms, 
TestNoOpRegenerator, TestOverriddenPrefixQueryForCustomFieldType, 
TestPayloadScoreQParserPlugin, TestPseudoReturnFields, TestRTGBase, 
TestRandomCollapseQParserPlugin, TestSmileRequest, TestSolr4Spatial, 
SpatialHeatmapFacetsTest, BlockJoinFacetDistribTest, TestNestedDocsSort, 
TestScoreJoinQPScore, TestJsonRequest, CloudMLTQParserTest, 
TestExactStatsCache, BasicAuthStandaloneTest, JWTAuthPluginIntegrationTest, 
TestPKIAuthenticationPlugin, WordBreakSolrSpellCheckerTest, SuggesterFSTTest, 
SuggesterTSTTest, SuggesterTest, SuggesterWFSTTest, 
TestAnalyzeInfixSuggestions, TestBlendedInfixSuggestions, 
TestFreeTextSuggestions, TestFuzzyAnalyzedSuggestions, TestFieldCacheReopen, 
TestFieldCacheSortRandom, MaxSizeAutoCommitTest, PeerSyncWithBufferUpdatesTest, 
PeerSyncWithIndexFingerprintCachingTest, 
PeerSyncWithLeaderAndIndexFingerprintCachingTest, PeerSyncWithLeaderTest]
   [junit4] Completed [819/855 (3!)] on J0 in 140.83s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 9097 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/build.xml:634: The 
following error occurred while executing this line:
/x1/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: 98 minutes 38 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to