You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/04/01 14:58:47 UTC

[JENKINS-Experimental-GC] Lucene-Solr-master-Linux (64bit/jdk-12.0.2) - Build # 26208 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/26208/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.update.TestInPlaceUpdatesDistrib

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

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


FAILED:  junit.framework.TestSuite.org.apache.solr.update.TestInPlaceUpdatesDistrib

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

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


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

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([7F15DA7DB381A2A]:0)


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

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([7F15DA7DB381A2A]:0)




Build Log:
[...truncated 15871 lines...]
   [junit4] Suite: org.apache.solr.update.TestInPlaceUpdatesDistrib
   [junit4]   2> 203612 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 203612 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_7F15DA7DB381A2A-001/data-dir-17-001
   [junit4]   2> 203623 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 203624 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 203624 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 203624 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /d_/
   [junit4]   2> 203625 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.a.s.SolrTestCaseJ4 updateLog impl=solr.CdcrUpdateLog
   [junit4]   2> 203625 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 203629 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 203650 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 203653 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 203750 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:?]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:1044) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:408) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:838) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1323) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1355) ~[?:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:519) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:77) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:79) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:614) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:142) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:148) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:111) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:806) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:796) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:657) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:646) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.update.TestInPlaceUpdatesDistrib.beforeSuperClass(TestInPlaceUpdatesDistrib.java:90) ~[test/:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) ~[java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) ~[java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) ~[java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826) ~[randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 203750 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 203753 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@74032095[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 203753 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@74032095[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 203756 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1be4f372[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 203756 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1be4f372[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 203758 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 203767 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 203767 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 203780 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@33621f09
   [junit4]   2> 203786 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@33621f09
   [junit4]   2> 203786 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@33621f09
   [junit4]   2> 203792 INFO  (coreLoadExecutor-732-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 203819 INFO  (coreLoadExecutor-732-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 203833 INFO  (coreLoadExecutor-732-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 203833 INFO  (coreLoadExecutor-732-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> 203834 INFO  (coreLoadExecutor-732-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@33621f09
   [junit4]   2> 203834 INFO  (coreLoadExecutor-732-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_7F15DA7DB381A2A-001/data-dir-17-001/]
   [junit4]   2> 203838 WARN  (coreLoadExecutor-732-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> 203878 INFO  (coreLoadExecutor-732-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 203879 INFO  (coreLoadExecutor-732-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 203880 INFO  (coreLoadExecutor-732-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 203880 INFO  (coreLoadExecutor-732-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 203891 INFO  (coreLoadExecutor-732-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@558f322c[collection1] main]
   [junit4]   2> 203892 WARN  (coreLoadExecutor-732-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> 203892 INFO  (coreLoadExecutor-732-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 203893 INFO  (coreLoadExecutor-732-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1662766796607848448
   [junit4]   2> 203894 INFO  (searcherExecutor-733-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@558f322c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 203895 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[7F15DA7DB381A2A]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 203899 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 203899 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 203899 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 203999 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.ZkTestServer start zk server on port:42157
   [junit4]   2> 203999 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42157
   [junit4]   2> 203999 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42157
   [junit4]   2> 203999 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42157
   [junit4]   2> 204001 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 204002 INFO  (zkConnectionManagerCallback-843-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 204002 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 204004 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 204005 INFO  (zkConnectionManagerCallback-845-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 204005 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 204013 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] 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> 204015 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] 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> 204024 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] 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> 204032 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] 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> 204039 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] 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> 204040 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] 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> 204041 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] 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> 204042 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] 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> 204042 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] 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> 204043 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] 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> 204043 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] 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> 204047 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 204047 INFO  (zkConnectionManagerCallback-849-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 204047 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 204149 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 204230 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 204230 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 204230 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 204231 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 204231 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 204231 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 204232 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@727fdd43{/d_,null,AVAILABLE}
   [junit4]   2> 204233 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@343a6d6d{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:39607}
   [junit4]   2> 204234 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.e.j.s.Server Started @204266ms
   [junit4]   2> 204234 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/d_, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_7F15DA7DB381A2A-001/tempDir-001/control/data, hostPort=39607, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_7F15DA7DB381A2A-001/control-001/cores}
   [junit4]   2> 204234 ERROR (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 204234 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 204234 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 204234 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 204234 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 204234 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-01T10:46:28.439587Z
   [junit4]   2> 204235 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 204236 INFO  (zkConnectionManagerCallback-851-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 204236 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 204337 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 204337 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] 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_7F15DA7DB381A2A-001/control-001/solr.xml
   [junit4]   2> 204341 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@33621f09, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 204690 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 204692 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2e0bd05a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 204692 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2e0bd05a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 204695 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@16233ae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 204695 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@16233ae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 204696 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42157/solr
   [junit4]   2> 204696 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 204697 INFO  (zkConnectionManagerCallback-858-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 204697 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 204799 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 204800 INFO  (zkConnectionManagerCallback-860-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 204800 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 204857 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39607_d_
   [junit4]   2> 204857 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.Overseer Overseer (id=72146915568058373-127.0.0.1:39607_d_-n_0000000000) starting
   [junit4]   2> 204860 INFO  (OverseerStateUpdate-72146915568058373-127.0.0.1:39607_d_-n_0000000000) [n:127.0.0.1:39607_d_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39607_d_
   [junit4]   2> 204861 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39607_d_
   [junit4]   2> 204862 INFO  (zkCallback-859-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 204864 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 204865 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 204874 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 204893 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@33621f09
   [junit4]   2> 204902 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@33621f09
   [junit4]   2> 204902 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@33621f09
   [junit4]   2> 204904 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] 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_7F15DA7DB381A2A-001/control-001/cores
   [junit4]   2> 204910 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 204911 INFO  (zkConnectionManagerCallback-869-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 204911 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 204912 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 204912 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42157/solr ready
   [junit4]   2> 204931 INFO  (qtp1416964006-3210) [n:127.0.0.1:39607_d_     ] 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:39607_d_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 204934 INFO  (OverseerThreadFactory-747-thread-1) [     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 205048 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_    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> 205049 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 206058 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 206073 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 206078 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ 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> 206078 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ 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 configset conf1, trusted=true
   [junit4]   2> 206078 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ 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@33621f09
   [junit4]   2> 206078 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ 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_7F15DA7DB381A2A-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_7F15DA7DB381A2A-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 206122 WARN  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ 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> 206144 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 206145 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ 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> 206146 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 206146 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 206146 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@73abdf8f[control_collection_shard1_replica_n1] main]
   [junit4]   2> 206147 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 206147 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ 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> 206148 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 206148 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ 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 1662766798972387328
   [junit4]   2> 206149 INFO  (searcherExecutor-752-thread-1-processing-n:127.0.0.1:39607_d_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:39607_d_ 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@73abdf8f[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 206150 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ 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> 206151 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ 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> 206152 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 206152 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ 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> 206152 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39607/d_/control_collection_shard1_replica_n1/
   [junit4]   2> 206152 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ 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> 206152 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:39607/d_/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 206152 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ 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/72146915568058373-core_node2-n_0000000000
   [junit4]   2> 206153 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39607/d_/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 206254 INFO  (zkCallback-859-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> 206254 INFO  (zkCallback-859-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> 206254 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ 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> 206255 ERROR (qtp1416964006-3212) [n:127.0.0.1:39607_d_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Collection control_collection is not lazy or watched!
   [junit4]   2> 206259 INFO  (qtp1416964006-3212) [n:127.0.0.1:39607_d_ 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=1211
   [junit4]   2> 206261 INFO  (qtp1416964006-3210) [n:127.0.0.1:39607_d_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 206356 INFO  (zkCallback-859-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> 206356 INFO  (zkCallback-859-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> 206357 INFO  (zkCallback-859-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> 206357 INFO  (qtp1416964006-3210) [n:127.0.0.1:39607_d_     ] 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:39607_d_&wt=javabin&version=2} status=0 QTime=1425
   [junit4]   2> 206358 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 206466 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 206468 INFO  (zkConnectionManagerCallback-875-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 206468 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 206469 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 206474 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42157/solr ready
   [junit4]   2> 206474 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 206487 INFO  (qtp1416964006-3210) [n:127.0.0.1:39607_d_     ] 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=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 206518 INFO  (OverseerThreadFactory-747-thread-2) [     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 206518 INFO  (OverseerCollectionConfigSetProcessor-72146915568058373-127.0.0.1:39607_d_-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> 206737 WARN  (OverseerThreadFactory-747-thread-2) [     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 206738 INFO  (qtp1416964006-3210) [n:127.0.0.1:39607_d_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 206738 INFO  (qtp1416964006-3210) [n:127.0.0.1:39607_d_     ] 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=1&wt=javabin&version=2} status=0 QTime=251
   [junit4]   2> 206739 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 206739 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 206739 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 206739 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 206739 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 206739 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 206739 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 206813 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] 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_7F15DA7DB381A2A-001/shard-1-001 of type NRT for shard1
   [junit4]   2> 206816 INFO  (closeThreadPool-876-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 206816 INFO  (closeThreadPool-876-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 206816 INFO  (closeThreadPool-876-thread-1) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 206816 INFO  (closeThreadPool-876-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 206816 INFO  (closeThreadPool-876-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 206817 INFO  (closeThreadPool-876-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 206817 INFO  (closeThreadPool-876-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7c81fa9e{/d_,null,AVAILABLE}
   [junit4]   2> 206818 INFO  (closeThreadPool-876-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@f29375{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:34107}
   [junit4]   2> 206818 INFO  (closeThreadPool-876-thread-1) [     ] o.e.j.s.Server Started @206850ms
   [junit4]   2> 206818 INFO  (closeThreadPool-876-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/d_, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_7F15DA7DB381A2A-001/tempDir-001/jetty1, hostPort=34107, 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_7F15DA7DB381A2A-001/shard-1-001/cores}
   [junit4]   2> 206820 ERROR (closeThreadPool-876-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 206820 INFO  (closeThreadPool-876-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 206820 INFO  (closeThreadPool-876-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 206820 INFO  (closeThreadPool-876-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 206820 INFO  (closeThreadPool-876-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 206820 INFO  (closeThreadPool-876-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-01T10:46:31.025338Z
   [junit4]   2> 206821 INFO  (closeThreadPool-876-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 206822 INFO  (zkConnectionManagerCallback-878-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 206822 INFO  (closeThreadPool-876-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 206873 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] 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_7F15DA7DB381A2A-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 206917 INFO  (closeThreadPool-876-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 206917 INFO  (closeThreadPool-876-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 206917 INFO  (closeThreadPool-876-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 206923 INFO  (closeThreadPool-876-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 206923 INFO  (closeThreadPool-876-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /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_7F15DA7DB381A2A-001/shard-1-001/solr.xml
   [junit4]   2> 206928 INFO  (closeThreadPool-876-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@33621f09, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 207063 INFO  (closeThreadPool-876-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 207063 INFO  (closeThreadPool-876-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 207063 INFO  (closeThreadPool-876-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 207071 INFO  (closeThreadPool-876-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@25e43321{/d_,null,AVAILABLE}
   [junit4]   2> 207076 INFO  (closeThreadPool-876-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3dc63d8a{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:44155}
   [junit4]   2> 207076 INFO  (closeThreadPool-876-thread-2) [     ] o.e.j.s.Server Started @207109ms
   [junit4]   2> 207076 INFO  (closeThreadPool-876-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/d_, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_7F15DA7DB381A2A-001/tempDir-001/jetty2, hostPort=44155, 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_7F15DA7DB381A2A-001/shard-2-001/cores}
   [junit4]   2> 207077 ERROR (closeThreadPool-876-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 207077 INFO  (closeThreadPool-876-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 207077 INFO  (closeThreadPool-876-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 207077 INFO  (closeThreadPool-876-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 207077 INFO  (closeThreadPool-876-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 207077 INFO  (closeThreadPool-876-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-01T10:46:31.282415Z
   [junit4]   2> 207078 INFO  (closeThreadPool-876-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 207080 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[7F15DA7DB381A2A]) [     ] 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_7F15DA7DB381A2A-001/shard-3-001 of type NRT for shard1
   [junit4]   2> 207096 INFO  (zkConnectionManagerCallback-881-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 207096 INFO  (closeThreadPool-876-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 207098 INFO  (closeThreadPool-876-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 207098 INFO  (closeThreadPool-876-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 207098 INFO  (closeThreadPool-876-thread-3) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.2+10
   [junit4]   2> 207099 INFO  (closeThreadPool-876-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 207099 INFO  (closeThreadPool-876-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 207099 INFO  (closeThreadPool-876-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 207100 INFO  (closeThreadPool-876-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1f575d04{/d_,null,AVAILABLE}
   [junit4]   2> 207103 INFO  (closeThreadPool-876-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3ddb15c3{ssl,[ssl, alpn, http/1.1, h2]}{127.0.0.1:33073}
   [junit4]   2> 207103 INFO  (closeThreadPool-876-thread-3) [     ] o.e.j.s.Server Started @207136ms
   [junit4]   2> 207103 INFO  (closeThreadPool-876-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/d_, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_7F15DA7DB381A2A-001/tempDir-001/jetty3, hostPort=33073, 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_7F15DA7DB381A2A-001/shard-3-001/cores}
   [junit4]   2> 207104 ERROR (closeThreadPool-876-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 207104 INFO  (closeThreadPool-876-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 207104 INFO  (closeThreadPool-876-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 207104 INFO  (closeThreadPool-876-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 207104 INFO  (closeThreadPool-876-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 207104 INFO  (closeThreadPool-876-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-01T10:46:31.309335Z
   [junit4]   2> 207125 INFO  (closeThreadPool-876-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 207139 INFO  (zkConnectionManagerCallback-883-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 207139 INFO  (closeThreadPool-876-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 207198 INFO  (closeThreadPool-876-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 207198 INFO  (closeThreadPool-876-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /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_7F15DA7DB381A2A-001/shard-2-001/solr.xml
   [junit4]   2> 207202 INFO  (closeThreadPool-876-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@33621f09, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 207205 INFO  (closeThreadPool-876-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 207208 WARN  (closeThreadPool-876-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6cefa0d6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207208 WARN  (closeThreadPool-876-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6cefa0d6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207210 WARN  (closeThreadPool-876-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4369978a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207210 WARN  (closeThreadPool-876-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4369978a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207211 INFO  (closeThreadPool-876-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42157/solr
   [junit4]   2> 207216 INFO  (closeThreadPool-876-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 207233 INFO  (zkConnectionManagerCallback-890-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 207233 INFO  (closeThreadPool-876-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 207246 INFO  (closeThreadPool-876-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 207247 WARN  (closeThreadPool-876-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@53710673[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207247 WARN  (closeThreadPool-876-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@53710673[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207254 WARN  (closeThreadPool-876-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6d95523f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207254 WARN  (closeThreadPool-876-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6d95523f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207255 INFO  (closeThreadPool-876-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42157/solr
   [junit4]   2> 207256 INFO  (closeThreadPool-876-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 207257 INFO  (zkConnectionManagerCallback-896-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 207257 INFO  (closeThreadPool-876-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 207298 INFO  (closeThreadPool-876-thread-3) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 207298 INFO  (closeThreadPool-876-thread-3) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /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_7F15DA7DB381A2A-001/shard-3-001/solr.xml
   [junit4]   2> 207301 INFO  (closeThreadPool-876-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@33621f09, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 207398 INFO  (closeThreadPool-876-thread-2) [n:127.0.0.1:44155_d_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 207400 INFO  (zkConnectionManagerCallback-899-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 207400 INFO  (closeThreadPool-876-thread-2) [n:127.0.0.1:44155_d_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 207408 INFO  (closeThreadPool-876-thread-2) [n:127.0.0.1:44155_d_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 207410 INFO  (closeThreadPool-876-thread-2) [n:127.0.0.1:44155_d_     ] o.a.s.c.ZkController Publish node=127.0.0.1:44155_d_ as DOWN
   [junit4]   2> 207412 INFO  (closeThreadPool-876-thread-2) [n:127.0.0.1:44155_d_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 207412 INFO  (closeThreadPool-876-thread-2) [n:127.0.0.1:44155_d_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44155_d_
   [junit4]   2> 207413 INFO  (zkCallback-874-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 207413 INFO  (zkCallback-898-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 207414 INFO  (zkCallback-859-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 207414 INFO  (closeThreadPool-876-thread-2) [n:127.0.0.1:44155_d_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 207415 WARN  (closeThreadPool-876-thread-2) [n:127.0.0.1:44155_d_     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 207434 INFO  (closeThreadPool-876-thread-2) [n:127.0.0.1:44155_d_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 207440 INFO  (closeThreadPool-876-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 207441 WARN  (closeThreadPool-876-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@36d905b0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207441 WARN  (closeThreadPool-876-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@36d905b0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207451 INFO  (closeThreadPool-876-thread-2) [n:127.0.0.1:44155_d_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@33621f09
   [junit4]   2> 207453 WARN  (closeThreadPool-876-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6d42a953[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207453 WARN  (closeThreadPool-876-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6d42a953[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 207454 INFO  (closeThreadPool-876-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42157/solr
   [junit4]   2> 207455 INFO  (closeThreadPool-876-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 207456 INFO  (zkConnectionManagerCallback-909-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 207456 INFO  (closeThreadPool-876-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 207459 INFO  (closeThreadPool-876-thread-2) [n:127.0.0.1:44155_d_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@33621f09
   [junit4]   2> 207460 INFO  (closeThreadPool-876-thread-2) [n:127.0.0.1:44155_d_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@33621f09
   [junit4]   2> 207461 INFO  (closeThreadPool-876-thread-2) [n:127.0.0.1:44155_d_     ] 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_7F15DA7DB381A2A-001/shard-2-001/cores
   [junit4]   2> 207468 INFO  (closeThreadPool-876-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:44155_d_
   [junit4]   2> 207499 INFO  (closeThreadPool-876-thread-1) [n:127.0.0.1:34107_d_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 207502 INFO  (zkConnectionManagerCallback-911-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 207503 INFO  (closeThreadPool-876-thread-1) [n:127.0.0.1:34107_d_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 207521 INFO  (closeThreadPool-876-thread-1) [n:127.0.0.1:34107_d_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 207523 INFO  (closeThreadPool-876-thread-1) [n:127.0.0.1:34107_d_     ] o.a.s.c.ZkController Publish node=127.0.0.1:34107_d_ as DOWN
   [junit4]   2> 207525 INFO  (closeThreadPool-876-thread-1) [n:127.0.0.1:34107_d_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 207526 INFO  (closeThreadPool-876-thread-1) [n:127.0.0.1:34107_d_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34107_d_
   [junit4]   2> 207536 INFO  (zkCallback-874-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 207536 INFO  (zkCallback-859-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 207537 INFO  (zkCallback-898-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 207538 INFO  (closeThreadPool-876-thread-1) [n:127.0.0.1:34107_d_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 207539 WARN  (closeThreadPool-876-thread-1) [n:127.0.0.1:34107_d_     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 207544 INFO  (zkCallback-910-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 207560 INFO  (closeThreadPool-876-thread-1) [n:127.0.0.1:34107_d_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 207576 INFO  (closeThreadPool-876-thread-1) [n:127.0.0.1:34107_d_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@33621f09
   [junit4]   2> 207584 INFO  (closeThreadPool-876-thread-1) [n:127.0.0.1:34107_d_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@33621f09
   [junit4]   2> 207584 INFO  (closeThreadPool-876-thread-1) [n:127.0.0.1:34107_d_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@33621f09
   [junit4]   2> 207586 INFO  (closeThreadPool-876-thread-1) [n:127.0.0.1:34107_d_     ] 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_7F15DA7DB381A2A-001/shard-1-001/cores
   [junit4]   2> 207597 INFO  (closeThreadPool-876-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:34107_d_
   [junit4]   2> 207599 INFO  (closeThreadPool-876-thread-3) [n:127.0.0.1:33073_d_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 207603 INFO  (zkConnectionManagerCallback-917-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 207603 INFO  (closeThreadPool-876-thread-3) [n:127.0.0.1:33073_d_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 207606 INFO  (closeThreadPool-876-thread-3) [n:127.0.0.1:33073_d_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 207608 INFO  (closeThreadPool-876-thread-3) [n:127.0.0.1:33073_d_     ] o.a.s.c.ZkController Publish node=127.0.0.1:33073_d_ as DOWN
   [junit4]   2> 207609 INFO  (closeThreadPool-876-thread-3) [n:127.0.0.1:33073_d_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 207609 INFO  (closeThreadPool-876-thread-3) [n:127.0.0.1:33073_d_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33073_d_
   [junit4]   2> 207610 INFO  (zkCallback-874-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 207610 INFO  (zkCallback-898-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 207610 INFO  (zkCallback-910-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 207610 INFO  (zkCallback-859-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 207610 INFO  (zkCallback-916-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 207611 INFO  (closeThreadPool-876-thread-3) [n:127.0.0.1:33073_d_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 207612 WARN  (closeThreadPool-876-thread-3) [n:127.0.0.1:33073_d_     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 207620 INFO  (closeThreadPool-876-thread-3) [n:127.0.0.1:33073_d_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 207632 INFO  (closeThreadPool-876-thread-3) [n:127.0.0.1:33073_d_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@33621f09
   [junit4]   2> 207637 INFO  (closeThreadPool-876-thread-3) [n:127.0.0.1:33073_d_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@33621f09
   [junit4]   2> 207637 INFO  (closeThreadPool-876-thread-3) [n:127.0.0.1:33073_d_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@33621f09
   [junit4]   2> 207639 INFO  (closeThreadPool-876-thread-3) [n:127.0.0.1:33073_d_     ] 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_7F15DA7DB381A2A-001/shard-3-001/cores
   [junit4]   2> 207648 INFO  (closeThreadPool-876-thread-3) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:33073_d_
   [junit4]   2> 207716 INFO  (qtp2095456248-3334) [n:127.0.0.1:33073_d_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:34107_d_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 207719 INFO  (qtp2095456248-3332) [n:127.0.0.1:33073_d_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:44155_d_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 207725 INFO  (qtp2095456248-3330) [n:127.0.0.1:33073_d_     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:33073_d_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 207726 INFO  (OverseerThreadFactory-747-thread-3) [ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:34107_d_ for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 207726 INFO  (OverseerCollectionConfigSetProcessor-72146915568058373-127.0.0.1:39607_d_-n_0000000000) [     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 207727 INFO  (OverseerThreadFactory-747-thread-3) [ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 207753 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 208766 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 208781 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 208797 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 208797 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 208798 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@33621f09
   [junit4]   2> 208798 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/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_7F15DA7DB381A2A-001/shard-1-001/cores/collection1_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_7F15DA7DB381A2A-001/shard-1-001/cores/collection1_shard1_replica_n1/data/]
   [junit4]   2> 208805 WARN  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A, b=B}}}
   [junit4]   2> 208928 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 208928 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 208929 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 208929 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 208931 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3c64e26[collection1_shard1_replica_n1] main]
   [junit4]   2> 208932 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 208932 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 208933 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 208933 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1662766801892671488
   [junit4]   2> 208940 INFO  (searcherExecutor-784-thread-1-processing-n:127.0.0.1:34107_d_ x:collection1_shard1_replica_n1 c:collection1 s:shard1) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@3c64e26[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 208956 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 208956 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 208961 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 208961 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 208961 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:34107/d_/collection1_shard1_replica_n1/
   [junit4]   2> 208961 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 208961 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:34107/d_/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 208961 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72146915568058383-core_node2-n_0000000000
   [junit4]   2> 208962 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:34107/d_/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 209069 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 209075 INFO  (qtp1104124238-3340) [n:127.0.0.1:34107_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1322
   [junit4]   2> 209088 INFO  (qtp2095456248-3334) [n:127.0.0.1:33073_d_ c:collection1    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:34107_d_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1371
   [junit4]   2> 209742 INFO  (OverseerThreadFactory-747-thread-4) [ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:44155_d_ for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 209743 INFO  (OverseerCollectionConfigSetProcessor-72146915568058373-127.0.0.1:39607_d_-n_0000000000) [     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 209743 INFO  (OverseerThreadFactory-747-thread-4) [ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 209796 INFO  (qtp2096838577-3351) [n:127.0.0.1:44155_d_    x:collection1_shard1_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n3&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 210810 INFO  (qtp2096838577-3351) [n:127.0.0.1:44155_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 210830 INFO  (qtp2096838577-3351) [n:127.0.0.1:44155_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 210833 INFO  (qtp2096838577-3351) [n:127.0.0.1:44155_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 210833 INFO  (qtp2096838577-3351) [n:127.0.0.1:44155_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n3' using configuration from configset conf1, trusted=true
   [junit4]   2> 210834 INFO  (qtp2096838577-3351) [n:127.0.0.1:44155_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n3' (registry 'solr.core.collection1.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@33621f09
   [junit4]   2> 210834 INFO  (qtp2096838577-3351) [n:127.0.0.1:44155_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n3] ] Opening new SolrCore at [/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_7F15DA7DB381A2A-001/shard-2-001/cores/collection1_shard1_replica_n3], 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_7F15DA7DB381A2A-001/shard-2-001/cores/collection1_shard1_replica_n3/data/]
   [junit4]   2> 210838 WARN  (qtp2096838577-3351) [n:127.0.0.1:44155_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] 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> 210884 INFO  (qtp2096838577-3351) [n:127.0.0.1:44155_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 210884 INFO  (qtp2096838577-3351) [n:127.0.0.1:44155_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 210885 INFO  (qtp2096838577-3351) [n:127.0.0.1:44155_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 210885 INFO  (qtp2096838577-3351) [n:127.0.0.1:44155_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 210887 INFO  (qtp2096838577-3351) [n:127.0.0.1:44155_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@348ea3fc[collection1_shard1_replica_n3] main]
   [junit4]   2> 210889 INFO  (qtp2096838577-3351) [n:127.0.0.1:44155_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 210889 INFO  (qtp2096838577-3351) [n:127.0.0.1:44155_d_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 210889 INFO  (qtp2096838577-3351) [n:127.

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

 app//org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$StreamingCodec.readNamedList(JavaBinUpdateRequestCodec.java:236)
   [junit4]   2>         at app//org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:303)
   [junit4]   2>         at app//org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:283)
   [junit4]   2>         at app//org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:196)
   [junit4]   2>         at app//org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.unmarshal(JavaBinUpdateRequestCodec.java:127)
   [junit4]   2>         at app//org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:122)
   [junit4]   2>         at app//org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:70)
   [junit4]   2>         at app//org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
   [junit4]   2>         at app//org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
   [junit4]   2>         at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:209)
   [junit4]   2>         at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2564)
   [junit4]   2>         at app//org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:802)
   [junit4]   2>         at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:579)
   [junit4]   2>         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
   [junit4]   2>         at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
   [junit4]   2>         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2>         at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2>         at app//org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2>         at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2>         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2>         at app//org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1607)
   [junit4]   2>         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2>         at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
   [junit4]   2>         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2>         at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2>         at app//org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1577)
   [junit4]   2>         at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2>         at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
   [junit4]   2>         at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2>         at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2>         at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]   2>         at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2>         at app//org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2>         at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2>         at app//org.eclipse.jetty.server.HttpChannel$$Lambda$563/0x00007fe5b75fb440.dispatch(Unknown Source)
   [junit4]   2>         at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2>         at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2>         at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2>         at java.base@12.0.2/java.lang.Thread.run(Thread.java:835)
   [junit4]   2>   184) Thread[id=66, name=NIOWorkerThread-18, state=WAITING, group=TGRP-TestInPlaceUpdatesDistrib]
   [junit4]   2>         at java.base@12.0.2/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.base@12.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]   2>         at java.base@12.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
   [junit4]   2>         at java.base@12.0.2/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
   [junit4]   2>         at java.base@12.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
   [junit4]   2>         at java.base@12.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
   [junit4]   2>         at java.base@12.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2>         at java.base@12.0.2/java.lang.Thread.run(Thread.java:835)
   [junit4]   2>   185) Thread[id=34, name=searcherExecutor-10-thread-1, state=WAITING, group=TGRP-TestInPlaceUpdatesDistrib]
   [junit4]   2>         at java.base@12.0.2/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.base@12.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]   2>         at java.base@12.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
   [junit4]   2>         at java.base@12.0.2/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
   [junit4]   2>         at java.base@12.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
   [junit4]   2>         at java.base@12.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
   [junit4]   2>         at java.base@12.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2>         at java.base@12.0.2/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> NOTE: test params are: codec=Lucene84, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2baf0e4d), locale=rw-RW, timezone=Europe/Zaporozhye
   [junit4]   2> NOTE: Linux 5.3.0-42-generic amd64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=16,threads=206,free=71396576,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestInPlaceUpdatesDistrib]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestInPlaceUpdatesDistrib -Dtests.seed=7F15DA7DB381A2A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=rw-RW -Dtests.timezone=Europe/Zaporozhye -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J4 | TestInPlaceUpdatesDistrib (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7F15DA7DB381A2A]:0)
   [junit4] Completed [5/5 (5!)] on J4 in 7218.30s, 1 test, 2 errors <<< FAILURES!

[...truncated 22 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1516: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1043: There were test failures: 5 suites, 5 tests, 5 suite-level errors, 5 errors [seed: 7F15DA7DB381A2A]

Total time: 120 minutes 24 seconds

[repro] Setting last failure code to 256

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.update.TestInPlaceUpdatesDistrib
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=1ca7067a810578d4e246b5434b9cdcec7145d230, workspace=/home/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #26207
Recording test results
Setting ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
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