Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/24017/
Java: 64bit/jdk-13-ea+18 -XX:-UseCompressedOops -XX:+UseParallelGC

9 tests failed.
FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestStressInPlaceUpdates

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
        at __randomizedtesting.SeedInfo.seed([33CDE2AD95D59529]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestStressInPlaceUpdates

Error Message:
Captured an uncaught exception in thread: Thread[id=28457, name=READER7, 
state=RUNNABLE, group=TGRP-TestStressInPlaceUpdates]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=28457, name=READER7, state=RUNNABLE, 
group=TGRP-TestStressInPlaceUpdates]
Caused by: java.lang.RuntimeException: java.lang.AssertionError: Realtime=true, 
expected=[version=1632359203014180864, intValue=2,longValue=2000000000], 
actual=SolrDocument{id=13, title_s=title13, val1_i_dvo=2, 
val2_l_dvo=2000000000, _version_=1632359171518103553, 
inplace_updatable_int_with_default=666, 
inplace_updatable_float_with_default=42.0} ...solr returned older version then 
model. should not be possible given the order of operations in writer threads
        at __randomizedtesting.SeedInfo.seed([33CDE2AD95D59529]:0)
        at 
org.apache.solr.cloud.TestStressInPlaceUpdates$2.run(TestStressInPlaceUpdates.java:419)
Caused by: java.lang.AssertionError: Realtime=true, 
expected=[version=1632359203014180864, intValue=2,longValue=2000000000], 
actual=SolrDocument{id=13, title_s=title13, val1_i_dvo=2, 
val2_l_dvo=2000000000, _version_=1632359171518103553, 
inplace_updatable_int_with_default=666, 
inplace_updatable_float_with_default=42.0} ...solr returned older version then 
model. should not be possible given the order of operations in writer threads
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.cloud.TestStressInPlaceUpdates$2.run(TestStressInPlaceUpdates.java:378)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.TestStressInPlaceUpdates

Error Message:
Captured an uncaught exception in thread: Thread[id=28453, name=READER3, 
state=RUNNABLE, group=TGRP-TestStressInPlaceUpdates]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=28453, name=READER3, state=RUNNABLE, 
group=TGRP-TestStressInPlaceUpdates]
Caused by: java.lang.RuntimeException: java.lang.AssertionError: 
Realtime=false, expected=[version=-1632359203060318210, 
intValue=0,longValue=0], actual=SolrDocument{id=8, 
id_field_copy_that_does_not_support_in_place_update_s=8, title_s=title8, 
val1_i_dvo=2, val2_l_dvo=2000000002, _version_=1632359171536977920, 
inplace_updatable_int_with_default=666, 
inplace_updatable_float_with_default=42.0} ...solr returned older version then 
model. should not be possible given the order of operations in writer threads
        at __randomizedtesting.SeedInfo.seed([33CDE2AD95D59529]:0)
        at 
org.apache.solr.cloud.TestStressInPlaceUpdates$2.run(TestStressInPlaceUpdates.java:419)
Caused by: java.lang.AssertionError: Realtime=false, 
expected=[version=-1632359203060318210, intValue=0,longValue=0], 
actual=SolrDocument{id=8, 
id_field_copy_that_does_not_support_in_place_update_s=8, title_s=title8, 
val1_i_dvo=2, val2_l_dvo=2000000002, _version_=1632359171536977920, 
inplace_updatable_int_with_default=666, 
inplace_updatable_float_with_default=42.0} ...solr returned older version then 
model. should not be possible given the order of operations in writer threads
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.cloud.TestStressInPlaceUpdates$2.run(TestStressInPlaceUpdates.java:378)


FAILED:  org.apache.solr.cloud.TestStressInPlaceUpdates.stressTest

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
        at __randomizedtesting.SeedInfo.seed([33CDE2AD95D59529]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.update.processor.DistributedUpdateProcessorTest

Error Message:
SOLR-11606: ByteBuddy used by Mockito is not working with this JVM version.

Stack Trace:
org.junit.AssumptionViolatedException: SOLR-11606: ByteBuddy used by Mockito is 
not working with this JVM version.
        at __randomizedtesting.SeedInfo.seed([33CDE2AD95D59529]:0)
        at 
com.carrotsearch.randomizedtesting.RandomizedTest.assumeNoException(RandomizedTest.java:742)
        at 
org.apache.solr.SolrTestCaseJ4.assumeWorkingMockito(SolrTestCaseJ4.java:374)
        at 
org.apache.solr.update.processor.DistributedUpdateProcessorTest.beforeClass(DistributedUpdateProcessorTest.java:60)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: java.lang.IllegalArgumentException: Unknown Java version: 13
        at 
net.bytebuddy.ClassFileVersion.ofJavaVersion(ClassFileVersion.java:210)
        at 
net.bytebuddy.ClassFileVersion$VersionLocator$ForJava9CapableVm.locate(ClassFileVersion.java:462)
        at net.bytebuddy.ClassFileVersion.ofThisVm(ClassFileVersion.java:223)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
org.apache.solr.SolrTestCaseJ4.assumeWorkingMockito(SolrTestCaseJ4.java:372)
        ... 24 more


FAILED:  
junit.framework.TestSuite.org.apache.solr.update.processor.DistributedUpdateProcessorTest

Error Message:


Stack Trace:
java.lang.NullPointerException
        at __randomizedtesting.SeedInfo.seed([33CDE2AD95D59529]:0)
        at 
org.apache.solr.update.processor.DistributedUpdateProcessorTest.AfterClass(DistributedUpdateProcessorTest.java:67)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:901)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:835)


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([33CDE2AD95D59529:BB99DD773B29F8D1]: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 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:835)


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:41575/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:41575/collection1
        at 
__randomizedtesting.SeedInfo.seed([33CDE2AD95D59529:BB99DD773B29F8D1]:0)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2699)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
        at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:279)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred 
while waiting response from server at: http://127.0.0.1:41575/collection1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:576)
        at 
org.apache.solr.update.PeerSyncTest.lambda$test$0(PeerSyncTest.java:281)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2694)
        ... 42 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.base/java.net.SocketInputStream.socketRead0(Native Method)
        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
        at java.base/java.net.Socket$SocketInputStream.read(Socket.java:972)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
        ... 49 more


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

Error Message:
Unexpected exception type, expected SolrException but got 
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:37495/mo/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:37495/mo/collection1
        at 
__randomizedtesting.SeedInfo.seed([33CDE2AD95D59529:BB99DD773B29F8D1]:0)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2699)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
        at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:279)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:835)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred 
while waiting response from server at: http://127.0.0.1:37495/mo/collection1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:660)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.BaseDistributedSearchTestCase.add(BaseDistributedSearchTestCase.java:576)
        at 
org.apache.solr.update.PeerSyncTest.lambda$test$0(PeerSyncTest.java:281)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2694)
        ... 42 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.base/java.net.SocketInputStream.socketRead0(Native Method)
        at 
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
        at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
        at java.base/java.net.Socket$SocketInputStream.read(Socket.java:972)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:548)
        ... 49 more




Build Log:
[...truncated 12685 lines...]
   [junit4] Suite: org.apache.solr.update.TestInPlaceUpdatesDistrib
   [junit4]   2> 159969 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[33CDE2AD95D59529]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_33CDE2AD95D59529-001/init-core-data-001
   [junit4]   2> 159969 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[33CDE2AD95D59529]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=92 numCloses=92
   [junit4]   2> 159969 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[33CDE2AD95D59529]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 159970 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[33CDE2AD95D59529]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 159970 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[33CDE2AD95D59529]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/y_co/cb
   [junit4]   2> 159970 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[33CDE2AD95D59529]-worker) [    ] 
o.a.s.SolrTestCaseJ4 updateLog impl=solr.UpdateLog
   [junit4]   2> 159970 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[33CDE2AD95D59529]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 159971 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[33CDE2AD95D59529]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 159979 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[33CDE2AD95D59529]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 159991 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[33CDE2AD95D59529]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=inplace-updates
   [junit4]   2> 159993 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[33CDE2AD95D59529]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 160064 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[33CDE2AD95D59529]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 160066 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[33CDE2AD95D59529]-worker) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@26649de3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 160069 WARN  
(SUITE-TestInPlaceUpdatesDistrib-seed#[33CDE2AD95D59529]-worker) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@31fcce49[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 160080 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[33CDE2AD95D59529]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 160080 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[33CDE2AD95D59529]-worker) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 160092 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[33CDE2AD95D59529]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@882891c
   [junit4]   2> 160096 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[33CDE2AD95D59529]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@882891c
   [junit4]   2> 160096 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[33CDE2AD95D59529]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@882891c
   [junit4]   2> 160098 INFO  (coreLoadExecutor-979-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 160113 INFO  (coreLoadExecutor-979-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 160131 INFO  (coreLoadExecutor-979-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=inplace-updates
   [junit4]   2> 160133 INFO  (coreLoadExecutor-979-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with 
uniqueid field id
   [junit4]   2> 160133 INFO  (coreLoadExecutor-979-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 160134 INFO  (coreLoadExecutor-979-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@882891c
   [junit4]   2> 160134 INFO  (coreLoadExecutor-979-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_33CDE2AD95D59529-001/init-core-data-001/]
   [junit4]   2> 160145 WARN  (coreLoadExecutor-979-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> 160166 INFO  (coreLoadExecutor-979-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 160166 INFO  (coreLoadExecutor-979-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 160167 INFO  (coreLoadExecutor-979-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 160167 INFO  (coreLoadExecutor-979-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 160168 INFO  (coreLoadExecutor-979-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@54f5665[collection1] 
main]
   [junit4]   2> 160168 WARN  (coreLoadExecutor-979-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 160168 INFO  (coreLoadExecutor-979-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 160169 INFO  (coreLoadExecutor-979-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1632357820462530560
   [junit4]   2> 160171 INFO  
(SUITE-TestInPlaceUpdatesDistrib-seed#[33CDE2AD95D59529]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 160171 INFO  
(searcherExecutor-980-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@54f5665[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 160174 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 160174 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 160174 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 160274 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:41957
   [junit4]   2> 160274 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41957
   [junit4]   2> 160274 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 41957
   [junit4]   2> 160276 INFO  (zkConnectionManagerCallback-1124-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 160278 INFO  (zkConnectionManagerCallback-1126-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 160278 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 160279 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema-inplace-updates.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 160280 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 160281 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 160281 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 160282 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 160282 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 160283 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 160283 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 160284 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 160284 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.ZkTestServer put 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 160285 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 160400 WARN  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 160401 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 160401 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 160401 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+18
   [junit4]   2> 160401 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 160401 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 160401 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 160402 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@58a4c9fe{/y_co/cb,null,AVAILABLE}
   [junit4]   2> 160403 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1242f097{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:42551}
   [junit4]   2> 160403 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.e.j.s.Server Started @160435ms
   [junit4]   2> 160403 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/y_co/cb, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_33CDE2AD95D59529-001/tempDir-001/control/data,
 hostPort=42551, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_33CDE2AD95D59529-001/control-001/cores}
   [junit4]   2> 160403 ERROR 
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 160403 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 160403 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 160403 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 160403 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 160403 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T19:08:48.794705Z
   [junit4]   2> 160408 INFO  (zkConnectionManagerCallback-1128-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 160409 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 160409 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_33CDE2AD95D59529-001/control-001/solr.xml
   [junit4]   2> 160412 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 160412 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 160413 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@882891c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 160468 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 160469 WARN  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2efbb4d8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 160477 WARN  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1bff0964[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 160477 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41957/solr
   [junit4]   2> 160480 INFO  (zkConnectionManagerCallback-1135-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 160485 INFO  (zkConnectionManagerCallback-1137-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 160535 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:42551_y_co%2Fcb
   [junit4]   2> 160536 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.Overseer Overseer 
(id=72177725709352964-127.0.0.1:42551_y_co%2Fcb-n_0000000000) starting
   [junit4]   2> 160539 INFO  (zkConnectionManagerCallback-1144-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 160540 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41957/solr ready
   [junit4]   2> 160541 INFO  
(OverseerStateUpdate-72177725709352964-127.0.0.1:42551_y_co%2Fcb-n_0000000000) 
[n:127.0.0.1:42551_y_co%2Fcb    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:42551_y_co%2Fcb
   [junit4]   2> 160549 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42551_y_co%2Fcb
   [junit4]   2> 160556 INFO  (zkCallback-1143-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 160560 INFO  (zkCallback-1136-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 160572 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 160588 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@882891c
   [junit4]   2> 160598 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@882891c
   [junit4]   2> 160598 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@882891c
   [junit4]   2> 160600 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_33CDE2AD95D59529-001/control-001/cores
   [junit4]   2> 160623 INFO  (zkConnectionManagerCallback-1150-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 160624 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 160624 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41957/solr ready
   [junit4]   2> 160630 INFO  (qtp157822839-2957) [n:127.0.0.1:42551_y_co%2Fcb  
  ] 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:42551_y_co%252Fcb&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 160632 INFO  (OverseerThreadFactory-994-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 160737 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb  
  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> 160738 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb  
  x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 161745 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 161758 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
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> 161761 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
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> 161761 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
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> 161761 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
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@882891c
   [junit4]   2> 161761 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_33CDE2AD95D59529-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_33CDE2AD95D59529-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 161764 WARN  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
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> 161790 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
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> 161790 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
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> 161791 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 161791 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 161792 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4fc0ceb1[control_collection_shard1_replica_n1] main]
   [junit4]   2> 161793 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 161793 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
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> 161793 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 161793 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
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 1632357822165417984
   [junit4]   2> 161795 INFO  
(searcherExecutor-999-thread-1-processing-n:127.0.0.1:42551_y_co%2Fcb 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:42551_y_co%2Fcb 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@4fc0ceb1[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 161797 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
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> 161797 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
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> 161798 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 161798 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
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> 161798 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:42551/y_co/cb/control_collection_shard1_replica_n1/
   [junit4]   2> 161798 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
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> 161798 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:42551/y_co/cb/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 161798 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
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/72177725709352964-core_node2-n_0000000000
   [junit4]   2> 161799 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
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:42551/y_co/cb/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 161900 INFO  (zkCallback-1136-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> 161900 INFO  (zkCallback-1136-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> 161901 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
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> 161901 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb 
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=1164
   [junit4]   2> 161903 INFO  (qtp157822839-2957) [n:127.0.0.1:42551_y_co%2Fcb  
  ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 45 seconds. Check all shard replicas
   [junit4]   2> 162002 INFO  (zkCallback-1136-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> 162002 INFO  (zkCallback-1136-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> 162002 INFO  (zkCallback-1136-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> 162002 INFO  (qtp157822839-2957) [n:127.0.0.1:42551_y_co%2Fcb  
  ] 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:42551_y_co%252Fcb&wt=javabin&version=2}
 status=0 QTime=1372
   [junit4]   2> 162006 INFO  (zkConnectionManagerCallback-1156-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 162007 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 162007 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41957/solr ready
   [junit4]   2> 162007 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 162008 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb  
  ] 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> 162009 INFO  (OverseerThreadFactory-994-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 162009 INFO  
(OverseerCollectionConfigSetProcessor-72177725709352964-127.0.0.1:42551_y_co%2Fcb-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> 162212 WARN  (OverseerThreadFactory-994-thread-2) [    ] 
o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection 
(collection1) without cores.
   [junit4]   2> 162213 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb  
  ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 45 seconds. Check all shard replicas
   [junit4]   2> 162213 INFO  (qtp157822839-2956) [n:127.0.0.1:42551_y_co%2Fcb  
  ] 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=205
   [junit4]   2> 162214 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 162298 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_33CDE2AD95D59529-001/shard-1-001
 of type NRT
   [junit4]   2> 162298 WARN  (closeThreadPool-1157-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 162299 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 162299 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 162299 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+18
   [junit4]   2> 162300 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 162300 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 162300 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 162300 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@59960ba8{/y_co/cb,null,AVAILABLE}
   [junit4]   2> 162301 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2a957f0a{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:44867}
   [junit4]   2> 162301 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.e.j.s.Server Started @162333ms
   [junit4]   2> 162301 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/y_co/cb, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_33CDE2AD95D59529-001/tempDir-001/jetty1,
 hostPort=44867, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_33CDE2AD95D59529-001/shard-1-001/cores,
 replicaType=NRT}
   [junit4]   2> 162301 ERROR (closeThreadPool-1157-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 162301 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 162301 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 162301 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 162301 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 162301 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T19:08:50.692710Z
   [junit4]   2> 162303 INFO  (zkConnectionManagerCallback-1159-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 162303 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 162303 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_33CDE2AD95D59529-001/shard-1-001/solr.xml
   [junit4]   2> 162305 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 162306 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 162307 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@882891c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 162374 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 162375 WARN  (closeThreadPool-1157-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@33fbbfc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 162378 WARN  (closeThreadPool-1157-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@369d3769[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 162378 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41957/solr
   [junit4]   2> 162379 INFO  (zkConnectionManagerCallback-1166-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 162381 INFO  (zkConnectionManagerCallback-1168-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 162383 INFO  (closeThreadPool-1157-thread-1) 
[n:127.0.0.1:44867_y_co%2Fcb    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 162384 INFO  (closeThreadPool-1157-thread-1) 
[n:127.0.0.1:44867_y_co%2Fcb    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:44867_y_co%2Fcb as DOWN
   [junit4]   2> 162385 INFO  (closeThreadPool-1157-thread-1) 
[n:127.0.0.1:44867_y_co%2Fcb    ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 162385 INFO  (closeThreadPool-1157-thread-1) 
[n:127.0.0.1:44867_y_co%2Fcb    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44867_y_co%2Fcb
   [junit4]   2> 162385 INFO  (zkCallback-1143-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 162385 INFO  (zkCallback-1136-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 162385 INFO  (zkCallback-1167-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 162385 INFO  (zkCallback-1155-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 162395 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_33CDE2AD95D59529-001/shard-2-001
 of type NRT
   [junit4]   2> 162396 WARN  (closeThreadPool-1157-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 162396 INFO  (closeThreadPool-1157-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 162396 INFO  (closeThreadPool-1157-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 162396 INFO  (closeThreadPool-1157-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+18
   [junit4]   2> 162396 INFO  (zkConnectionManagerCallback-1175-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 162397 INFO  (closeThreadPool-1157-thread-1) 
[n:127.0.0.1:44867_y_co%2Fcb    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 162397 INFO  (closeThreadPool-1157-thread-1) 
[n:127.0.0.1:44867_y_co%2Fcb    ] o.a.s.c.s.i.ZkClientClusterStateProvider 
Cluster at 127.0.0.1:41957/solr ready
   [junit4]   2> 162398 INFO  (closeThreadPool-1157-thread-1) 
[n:127.0.0.1:44867_y_co%2Fcb    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 162398 INFO  (closeThreadPool-1157-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 162398 INFO  (closeThreadPool-1157-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 162398 INFO  (closeThreadPool-1157-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 162398 INFO  (closeThreadPool-1157-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@480b5d6{/y_co/cb,null,AVAILABLE}
   [junit4]   2> 162398 INFO  (closeThreadPool-1157-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1a26e17b{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:40065}
   [junit4]   2> 162398 INFO  (closeThreadPool-1157-thread-2) [    ] 
o.e.j.s.Server Started @162430ms
   [junit4]   2> 162398 INFO  (closeThreadPool-1157-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/y_co/cb, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_33CDE2AD95D59529-001/tempDir-001/jetty2,
 hostPort=40065, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_33CDE2AD95D59529-001/shard-2-001/cores,
 replicaType=NRT}
   [junit4]   2> 162399 ERROR (closeThreadPool-1157-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 162399 INFO  (closeThreadPool-1157-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 162399 INFO  (closeThreadPool-1157-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 162399 INFO  (closeThreadPool-1157-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 162399 INFO  (closeThreadPool-1157-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 162399 INFO  (closeThreadPool-1157-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T19:08:50.790179Z
   [junit4]   2> 162404 INFO  (zkConnectionManagerCallback-1178-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 162405 INFO  (closeThreadPool-1157-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 162405 INFO  (closeThreadPool-1157-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_33CDE2AD95D59529-001/shard-2-001/solr.xml
   [junit4]   2> 162407 INFO  (closeThreadPool-1157-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 162407 INFO  (closeThreadPool-1157-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 162408 INFO  (closeThreadPool-1157-thread-2) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@882891c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 162409 INFO  (closeThreadPool-1157-thread-1) 
[n:127.0.0.1:44867_y_co%2Fcb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@882891c
   [junit4]   2> 162415 INFO  (closeThreadPool-1157-thread-1) 
[n:127.0.0.1:44867_y_co%2Fcb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@882891c
   [junit4]   2> 162415 INFO  (closeThreadPool-1157-thread-1) 
[n:127.0.0.1:44867_y_co%2Fcb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@882891c
   [junit4]   2> 162416 INFO  (closeThreadPool-1157-thread-1) 
[n:127.0.0.1:44867_y_co%2Fcb    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_33CDE2AD95D59529-001/shard-1-001/cores
   [junit4]   2> 162457 INFO  (closeThreadPool-1157-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 162458 WARN  (closeThreadPool-1157-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@52b6cece[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 162460 WARN  (closeThreadPool-1157-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3ca7e75a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 162461 INFO  (closeThreadPool-1157-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41957/solr
   [junit4]   2> 162462 INFO  (zkConnectionManagerCallback-1185-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 162464 INFO  (zkConnectionManagerCallback-1187-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 162466 INFO  (closeThreadPool-1157-thread-2) 
[n:127.0.0.1:40065_y_co%2Fcb    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 162467 INFO  (closeThreadPool-1157-thread-2) 
[n:127.0.0.1:40065_y_co%2Fcb    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:40065_y_co%2Fcb as DOWN
   [junit4]   2> 162467 INFO  (closeThreadPool-1157-thread-2) 
[n:127.0.0.1:40065_y_co%2Fcb    ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 162467 INFO  (closeThreadPool-1157-thread-2) 
[n:127.0.0.1:40065_y_co%2Fcb    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40065_y_co%2Fcb
   [junit4]   2> 162468 INFO  (zkCallback-1167-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 162468 INFO  (zkCallback-1155-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 162468 INFO  (zkCallback-1143-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 162468 INFO  (zkCallback-1136-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 162468 INFO  (zkCallback-1174-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 162468 INFO  (zkCallback-1186-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 162474 INFO  
(TEST-TestInPlaceUpdatesDistrib.test-seed#[33CDE2AD95D59529]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_33CDE2AD95D59529-001/shard-3-001
 of type NRT
   [junit4]   2> 162475 WARN  (closeThreadPool-1157-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 162475 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 162475 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 162475 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 13-ea+18
   [junit4]   2> 162476 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 162476 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 162476 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 162476 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5c977253{/y_co/cb,null,AVAILABLE}
   [junit4]   2> 162476 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@3ed688ef{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:45883}
   [junit4]   2> 162476 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.e.j.s.Server Started @162508ms
   [junit4]   2> 162476 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/y_co/cb, 
solrconfig=solrconfig.xml, 
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_33CDE2AD95D59529-001/tempDir-001/jetty3,
 hostPort=45883, 
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_33CDE2AD95D59529-001/shard-3-001/cores}
   [junit4]   2> 162476 ERROR (closeThreadPool-1157-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 162476 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 162476 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 162477 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 162477 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 162477 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-05-01T19:08:50.868034Z
   [junit4]   2> 162479 INFO  (zkConnectionManagerCallback-1194-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 162479 INFO  (zkConnectionManagerCallback-1196-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 162480 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 162480 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_33CDE2AD95D59529-001/shard-3-001/solr.xml
   [junit4]   2> 162480 INFO  (closeThreadPool-1157-thread-2) 
[n:127.0.0.1:40065_y_co%2Fcb    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (3)
   [junit4]   2> 162480 INFO  (closeThreadPool-1157-thread-2) 
[n:127.0.0.1:40065_y_co%2Fcb    ] o.a.s.c.s.i.ZkClientClusterStateProvider 
Cluster at 127.0.0.1:41957/solr ready
   [junit4]   2> 162481 INFO  (closeThreadPool-1157-thread-2) 
[n:127.0.0.1:40065_y_co%2Fcb    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 162482 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 162482 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 162482 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@882891c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 162490 INFO  (closeThreadPool-1157-thread-2) 
[n:127.0.0.1:40065_y_co%2Fcb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@882891c
   [junit4]   2> 162496 INFO  (closeThreadPool-1157-thread-2) 
[n:127.0.0.1:40065_y_co%2Fcb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@882891c
   [junit4]   2> 162497 INFO  (closeThreadPool-1157-thread-2) 
[n:127.0.0.1:40065_y_co%2Fcb    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@882891c
   [junit4]   2> 162497 INFO  (closeThreadPool-1157-thread-2) 
[n:127.0.0.1:40065_y_co%2Fcb    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_33CDE2AD95D59529-001/shard-2-001/cores
   [junit4]   2> 162571 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 162572 WARN  (closeThreadPool-1157-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@629c1568[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 162574 WARN  (closeThreadPool-1157-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@52fce787[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 162575 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41957/solr
   [junit4]   2> 162576 INFO  (zkConnectionManagerCallback-1204-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 162578 INFO  (zkConnectionManagerCallback-1206-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 162580 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 162581 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:45883_y_co%2Fcb as DOWN
   [junit4]   2> 162582 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 162582 INFO  (closeThreadPool-1157-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45883_y_co%2Fcb
   [junit4]   2> 162582 INFO  (zkCallback-1143-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 162582 INFO  (zkCallback-1174-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 162582 INFO  (zkCallback-1186-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 162582 INFO  (zkCallback-1136-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 162583 INFO  (zkCallback-1155-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 162583 INFO  (zkCallback-1167-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 162583 INFO  (zkCallback-1195-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 162583 INFO  (zkCallback-1205-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 162592 INFO  (zkConnectionManagerCallback-1213-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 162593 INFO  (closeThreadPool-11

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

with_default=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=274, 
maxMBSortInHeap=5.734305942912865, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6b961478),
 locale=tzm-MA, timezone=America/Paramaribo
   [junit4]   2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 13-ea 
(64-bit)/cpus=8,threads=1,free=316812304,total=477626368
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrFieldCacheBean, 
V2StandaloneTest, SolrPluginUtilsTest, TriLevelCompositeIdRoutingTest, 
DistributedFacetPivotWhiteBoxTest, TestIndexingPerformance, 
ReplicaListTransformerTest, TestCloudInspectUtil, 
TestDynamicFieldCollectionResource, StatsReloadRaceTest, StatsComponentTest, 
TestMaxScoreQueryParser, TestPivotHelperCode, TestDFRSimilarityFactory, 
TestSchemaNameResource, AnalyticsQueryTest, 
TestCollectionsAPIViaSolrCloudCluster, SuggesterFSTTest, TestPolicyCloud, 
SortByFunctionTest, ShardRoutingTest, ScriptEngineTest, 
TestInPlaceUpdatesDistrib, TestMiniSolrCloudClusterSSL, TestRandomFaceting, 
BlockCacheTest, StressHdfsTest, TestFuzzyAnalyzedSuggestions, AssignTest, 
TestRemoteStreaming, HdfsDirectoryTest, TriggerIntegrationTest, 
TestMultiValuedNumericRangeQuery, SSLMigrationTest, TestExceedMaxTermLength, 
SolrCLIZkUtilsTest, DateFieldTest, MoreLikeThisHandlerTest, 
DistributedSuggestComponentTest, TestStressRecovery, 
BigEndianAscendingWordSerializerTest, ExitableDirectoryReaderTest, 
DistributedQueryComponentOptimizationTest, XmlInterpolationTest, 
HighlighterMaxOffsetTest, TestSha256AuthenticationProvider, TestCollationField, 
OrderedExecutorTest, TestQueryTypes, TestFiltering, ResourceLoaderTest, 
TestValueSourceCache, CreateRoutedAliasTest, TestBulkSchemaConcurrent, 
DirectSolrConnectionTest, BJQParserTest, TokenizerChainTest, 
MoveReplicaHDFSTest, FullSolrCloudDistribCmdsTest, 
TestManagedStopFilterFactory, DistributedExpandComponentTest, 
MigrateRouteKeyTest, SplitShardTest, TestSolr4Spatial, 
TestSchemaVersionResource, ExternalFileFieldSortTest, 
TestSchemalessBufferedUpdates, MetricsConfigTest, TestRetrieveFieldsOptimizer, 
TestTolerantUpdateProcessorCloud, TestConfigSetImmutable, 
SecurityConfHandlerTest, TestFieldResource, DirectUpdateHandlerTest, 
DistributedFacetSimpleRefinementLongTailTest, ZookeeperStatusHandlerTest, 
DeleteStatusTest, ConfigureRecoveryStrategyTest, 
IgnoreLargeDocumentProcessorFactoryTest, TestRealTimeGet, 
CdcrBidirectionalTest, TestReplicaProperties, 
OutOfBoxZkACLAndCredentialsProvidersTest, SolrJmxReporterCloudTest, 
TestPerFieldSimilarity, TestDocTermOrdsUninvertLimit, ChangedSchemaMergeTest, 
TestMultiWordSynonyms, LoggingHandlerTest, TestSimExecutePlanAction, 
TestLMJelinekMercerSimilarityFactory, TestFieldCacheWithThreads, 
TestNestedDocsSort, TestBM25SimilarityFactory, SchemaApiFailureTest, 
CdcrWithNodesRestartsTest, TestSimpleTextCodec, TestInitParams, 
CoreMergeIndexesAdminHandlerTest, DisMaxRequestHandlerTest, TestPushWriter, 
SparseHLLTest, TestRestManager, DistribJoinFromCollectionTest, 
TestHighlightDedupGrouping, TestDynamicURP, TestSimLargeCluster, 
TestFacetMethods, TestDistributedSearch, TestCloudPseudoReturnFields, 
IndexSizeTriggerTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest, 
OverseerTaskQueueTest, SolrCoreTest, ShardsWhitelistTest, InfixSuggestersTest, 
TestSolrCloudWithHadoopAuthPlugin, CustomTermsComponentTest, 
ConcurrentDeleteAndCreateCollectionTest, HdfsNNFailoverTest, 
AliasIntegrationTest, TestRandomRequestDistribution, TestWithCollection, 
ConfigSetsAPITest, ConnectionReuseTest, NodeLostTriggerTest, 
TestSubQueryTransformerDistrib, TestSolrCLIRunExample, 
TermVectorComponentDistributedTest, HdfsTlogReplayBufferedWhileIndexingTest, 
BasicAuthStandaloneTest, TestLuceneMatchVersion, TestSizeLimitedDistributedMap, 
TolerantUpdateProcessorTest, ZkStateWriterTest, SolrInfoBeanTest, 
DocValuesMultiTest, TestObjectReleaseTracker, SolrCloudReportersTest, 
ResponseBuilderTest, SolrIndexMetricsTest, DistributedFacetPivotLongTailTest, 
TestCustomStream, CollectionStateFormat2Test, CollectionsAPISolrJTest, 
LeaderElectionContextKeyTest, LeaderElectionIntegrationTest, 
LeaderElectionTest, LeaderFailureAfterFreshStartTest, 
LegacyCloudClusterPropTest, MetricsHistoryIntegrationTest, 
NestedShardedAtomicUpdateTest, RecoveryZkTest, ReindexCollectionTest, 
TestCloudRecovery2, TestClusterProperties, TestConfigSetsAPI, 
TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, 
TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, 
TestRequestForwarding, TestSolrCloudWithDelegationTokens, 
TestSolrCloudWithKerberosAlt, TestSolrCloudWithSecureImpersonation, 
TestStressInPlaceUpdates]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestStressInPlaceUpdates -Dtests.seed=33CDE2AD95D59529 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=tzm-MA 
-Dtests.timezone=America/Paramaribo -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | TestStressInPlaceUpdates (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([33CDE2AD95D59529]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=28457, name=READER7, state=RUNNABLE, 
group=TGRP-TestStressInPlaceUpdates]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.AssertionError: Realtime=true, expected=[version=1632359203014180864, 
intValue=2,longValue=2000000000], actual=SolrDocument{id=13, title_s=title13, 
val1_i_dvo=2, val2_l_dvo=2000000000, _version_=1632359171518103553, 
inplace_updatable_int_with_default=666, 
inplace_updatable_float_with_default=42.0} ...solr returned older version then 
model. should not be possible given the order of operations in writer threads
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([33CDE2AD95D59529]:0)
   [junit4]    >        at 
org.apache.solr.cloud.TestStressInPlaceUpdates$2.run(TestStressInPlaceUpdates.java:419)
   [junit4]    > Caused by: java.lang.AssertionError: Realtime=true, 
expected=[version=1632359203014180864, intValue=2,longValue=2000000000], 
actual=SolrDocument{id=13, title_s=title13, val1_i_dvo=2, 
val2_l_dvo=2000000000, _version_=1632359171518103553, 
inplace_updatable_int_with_default=666, 
inplace_updatable_float_with_default=42.0} ...solr returned older version then 
model. should not be possible given the order of operations in writer threads
   [junit4]    >        at 
org.apache.solr.cloud.TestStressInPlaceUpdates$2.run(TestStressInPlaceUpdates.java:378)Throwable
 #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=28453, name=READER3, state=RUNNABLE, 
group=TGRP-TestStressInPlaceUpdates]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.AssertionError: Realtime=false, 
expected=[version=-1632359203060318210, intValue=0,longValue=0], 
actual=SolrDocument{id=8, 
id_field_copy_that_does_not_support_in_place_update_s=8, title_s=title8, 
val1_i_dvo=2, val2_l_dvo=2000000002, _version_=1632359171536977920, 
inplace_updatable_int_with_default=666, 
inplace_updatable_float_with_default=42.0} ...solr returned older version then 
model. should not be possible given the order of operations in writer threads
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([33CDE2AD95D59529]:0)
   [junit4]    >        at 
org.apache.solr.cloud.TestStressInPlaceUpdates$2.run(TestStressInPlaceUpdates.java:419)
   [junit4]    > Caused by: java.lang.AssertionError: Realtime=false, 
expected=[version=-1632359203060318210, intValue=0,longValue=0], 
actual=SolrDocument{id=8, 
id_field_copy_that_does_not_support_in_place_update_s=8, title_s=title8, 
val1_i_dvo=2, val2_l_dvo=2000000002, _version_=1632359171536977920, 
inplace_updatable_int_with_default=666, 
inplace_updatable_float_with_default=42.0} ...solr returned older version then 
model. should not be possible given the order of operations in writer threads
   [junit4]    >        at 
org.apache.solr.cloud.TestStressInPlaceUpdates$2.run(TestStressInPlaceUpdates.java:378)
   [junit4] Completed [855/855 (5!)] on J1 in 7211.03s, 1 test, 4 errors <<< 
FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J1: stdout was not empty, see: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J1-20190501_190608_3233599902649619500097.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to 
/home/jenkins/workspace/Lucene-Solr-master-Linux/heapdumps/java_pid13280.hprof 
...
   [junit4] Heap dump file created [435755175 bytes in 1.726 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 8962 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:634: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:586: Some of the 
tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid13280.hprof

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

Reply via email to