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/26 05:55:42 UTC

[JENKINS] Lucene-Solr-8.x-Linux (64bit/jdk-12.0.2) - Build # 2870 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/2870/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UseSerialGC

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




Build Log:
[...truncated 16590 lines...]
   [junit4] Suite: org.apache.solr.update.TestInPlaceUpdatesDistrib
   [junit4]   2> 1167252 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1167252 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/data-dir-180-001
   [junit4]   2> 1167252 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=36 numCloses=36
   [junit4]   2> 1167252 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1167253 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-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> 1167253 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1167254 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /yzv/d
   [junit4]   2> 1167254 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.a.s.SolrTestCaseJ4 updateLog impl=solr.CdcrUpdateLog
   [junit4]   2> 1167254 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1167258 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1167276 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 1167278 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 1167393 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/workspace/Lucene-Solr-8.x-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-8.x-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-8.x-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:520) ~[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:613) ~[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:805) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:795) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:656) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:645) ~[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:1750) ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) ~[randomizedtesting-runner-2.7.2.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.2.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.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) ~[randomizedtesting-runner-2.7.2.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.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) ~[randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 1167394 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1167395 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3bb738f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1167395 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3bb738f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1167397 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@250dcd14[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1167397 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@250dcd14[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1167398 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or  authorization=external.  See https://s.apache.org/solrsecurity for more info.  Solr is only as secure as disableddisabled
   [junit4]   2> 1167406 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1167406 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1167416 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47b2b5fe
   [junit4]   2> 1167420 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47b2b5fe
   [junit4]   2> 1167420 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47b2b5fe
   [junit4]   2> 1167426 INFO  (coreLoadExecutor-18404-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1167438 INFO  (coreLoadExecutor-18404-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 1167446 INFO  (coreLoadExecutor-18404-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 1167446 INFO  (coreLoadExecutor-18404-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1167446 INFO  (coreLoadExecutor-18404-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@47b2b5fe
   [junit4]   2> 1167447 INFO  (coreLoadExecutor-18404-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/data-dir-180-001/]
   [junit4]   2> 1167449 WARN  (coreLoadExecutor-18404-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> 1167490 INFO  (coreLoadExecutor-18404-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 1167490 INFO  (coreLoadExecutor-18404-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1167491 INFO  (coreLoadExecutor-18404-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1167491 INFO  (coreLoadExecutor-18404-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1167492 INFO  (coreLoadExecutor-18404-thread-1) [    x:collection1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4828805d[collection1] main]
   [junit4]   2> 1167492 WARN  (coreLoadExecutor-18404-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 1167492 INFO  (coreLoadExecutor-18404-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1167492 INFO  (coreLoadExecutor-18404-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1664997670737936384
   [junit4]   2> 1167493 ERROR (coreZkRegister-18392-thread-1) [    x:collection1 ] o.a.s.c.ZkContainer 
   [junit4]   2>           => java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:204)
   [junit4]   2> java.lang.NullPointerException: null
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:204) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 1167493 ERROR (coreZkRegister-18392-thread-1) [    x:collection1 ] o.a.s.c.ZkContainer :java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:192)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> 
   [junit4]   2> 1167493 INFO  (searcherExecutor-18406-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4828805d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1167494 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[C11809433E0CFDD]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1167497 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1167497 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1167497 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1167597 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.ZkTestServer start zk server on port:39507
   [junit4]   2> 1167597 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39507
   [junit4]   2> 1167597 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39507
   [junit4]   2> 1167597 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39507
   [junit4]   2> 1167599 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1167601 INFO  (zkConnectionManagerCallback-18413-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1167601 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1167602 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1167606 INFO  (zkConnectionManagerCallback-18415-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1167606 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1167613 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1167626 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema-inplace-updates.xml to /configs/conf1/schema.xml
   [junit4]   2> 1167630 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1167633 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1167635 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1167635 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1167636 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1167636 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1167637 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1167637 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1167638 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1167640 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1167641 INFO  (zkConnectionManagerCallback-18419-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1167641 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1167742 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1167850 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1167850 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1167850 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1167850 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 1167855 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1167855 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1167855 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1167857 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3e157ebe{/yzv/d,null,AVAILABLE}
   [junit4]   2> 1167860 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@565ffd1d{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:32869}
   [junit4]   2> 1167860 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.e.j.s.Server Started @1167885ms
   [junit4]   2> 1167860 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/yzv/d, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/tempDir-001/control/data, hostPort=32869, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 1167861 ERROR (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1167861 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1167861 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1167861 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1167861 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 1167861 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-26T01:45:15.828383Z
   [junit4]   2> 1167864 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1167869 INFO  (zkConnectionManagerCallback-18421-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1167869 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1167970 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1167970 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/control-001/solr.xml
   [junit4]   2> 1167973 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1167973 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1167974 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@47b2b5fe, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1168112 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1168113 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@62f1faee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1168113 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@62f1faee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1168115 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4cabb2f4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1168115 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4cabb2f4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1168116 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39507/solr
   [junit4]   2> 1168116 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1168117 INFO  (zkConnectionManagerCallback-18432-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1168117 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1168219 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1168219 INFO  (zkConnectionManagerCallback-18434-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1168219 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1168262 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:32869_yzv%2Fd
   [junit4]   2> 1168262 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.c.Overseer Overseer (id=72162474229956613-127.0.0.1:32869_yzv%2Fd-n_0000000000) starting
   [junit4]   2> 1168264 INFO  (OverseerStateUpdate-72162474229956613-127.0.0.1:32869_yzv%2Fd-n_0000000000) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:32869_yzv%2Fd
   [junit4]   2> 1168264 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32869_yzv%2Fd
   [junit4]   2> 1168265 INFO  (zkCallback-18433-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1168266 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1168266 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or  authorization=external.  See https://s.apache.org/solrsecurity for more info.  Solr is only as secure as disableddisabled
   [junit4]   2> 1168287 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1168302 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47b2b5fe
   [junit4]   2> 1168308 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47b2b5fe
   [junit4]   2> 1168308 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47b2b5fe
   [junit4]   2> 1168309 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/control-001/cores
   [junit4]   2> 1168314 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1168314 INFO  (zkConnectionManagerCallback-18451-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1168314 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1168315 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1168315 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39507/solr ready
   [junit4]   2> 1168329 INFO  (qtp669177871-30718) [n:127.0.0.1:32869_yzv%2Fd     ] 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:32869_yzv%252Fd&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1168331 INFO  (OverseerThreadFactory-18441-thread-1-processing-n:127.0.0.1:32869_yzv%2Fd) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1168443 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1168444 INFO  (qtp669177871-30722) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1168446 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd    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> 1168446 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1169453 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1169467 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 1169470 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd 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> 1169470 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd 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> 1169470 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd 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@47b2b5fe
   [junit4]   2> 1169470 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd 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-8.x-Linux/solr/build/solr-core/test/J5/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1169473 WARN  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd 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> 1169532 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd 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> 1169532 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd 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> 1169533 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1169533 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1169534 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7c826ce[control_collection_shard1_replica_n1] main]
   [junit4]   2> 1169535 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1169535 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd 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> 1169535 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1169535 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd 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 1664997672880177152
   [junit4]   2> 1169537 INFO  (searcherExecutor-18453-thread-1-processing-n:127.0.0.1:32869_yzv%2Fd x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:32869_yzv%2Fd 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@7c826ce[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1169538 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd 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> 1169538 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd 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> 1169539 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1169539 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd 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> 1169539 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:32869/yzv/d/control_collection_shard1_replica_n1/
   [junit4]   2> 1169539 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd 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> 1169539 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:32869/yzv/d/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1169539 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd 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/72162474229956613-core_node2-n_0000000000
   [junit4]   2> 1169540 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd 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:32869/yzv/d/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1169641 INFO  (zkCallback-18433-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> 1169641 INFO  (zkCallback-18433-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> 1169642 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd 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> 1169643 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd     ] 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=1197
   [junit4]   2> 1169649 INFO  (qtp669177871-30718) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1169748 INFO  (zkCallback-18433-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> 1169748 INFO  (zkCallback-18433-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> 1169748 INFO  (zkCallback-18433-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> 1169750 INFO  (qtp669177871-30718) [n:127.0.0.1:32869_yzv%2Fd     ] 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:32869_yzv%252Fd&wt=javabin&version=2} status=0 QTime=1420
   [junit4]   2> 1169750 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 1169854 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1169855 INFO  (zkConnectionManagerCallback-18462-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1169855 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1169855 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1169856 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39507/solr ready
   [junit4]   2> 1169856 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1169866 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1169867 INFO  (OverseerThreadFactory-18441-thread-2-processing-n:127.0.0.1:32869_yzv%2Fd) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1169867 INFO  (OverseerCollectionConfigSetProcessor-72162474229956613-127.0.0.1:32869_yzv%2Fd-n_0000000000) [n:127.0.0.1:32869_yzv%2Fd     ] 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> 1170069 WARN  (OverseerThreadFactory-18441-thread-2-processing-n:127.0.0.1:32869_yzv%2Fd) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1170070 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1170070 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=204
   [junit4]   2> 1170071 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 1170071 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1170071 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 1170071 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1170071 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 1170071 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1170071 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 1170155 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/shard-1-001 of type NRT for shard1
   [junit4]   2> 1170178 WARN  (closeThreadPool-18463-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1170178 INFO  (closeThreadPool-18463-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1170178 INFO  (closeThreadPool-18463-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1170178 INFO  (closeThreadPool-18463-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 1170184 INFO  (closeThreadPool-18463-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1170184 INFO  (closeThreadPool-18463-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1170184 INFO  (closeThreadPool-18463-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1170185 INFO  (closeThreadPool-18463-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a3d130{/yzv/d,null,AVAILABLE}
   [junit4]   2> 1170195 INFO  (closeThreadPool-18463-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@34995980{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:39119}
   [junit4]   2> 1170196 INFO  (closeThreadPool-18463-thread-1) [     ] o.e.j.s.Server Started @1170220ms
   [junit4]   2> 1170196 INFO  (closeThreadPool-18463-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/yzv/d, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/tempDir-001/jetty1, hostPort=39119, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/shard-1-001/cores}
   [junit4]   2> 1170196 ERROR (closeThreadPool-18463-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1170196 INFO  (closeThreadPool-18463-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1170196 INFO  (closeThreadPool-18463-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1170196 INFO  (closeThreadPool-18463-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1170196 INFO  (closeThreadPool-18463-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 1170196 INFO  (closeThreadPool-18463-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-26T01:45:18.163540Z
   [junit4]   2> 1170197 INFO  (closeThreadPool-18463-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1170205 INFO  (zkConnectionManagerCallback-18465-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1170205 INFO  (closeThreadPool-18463-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1170262 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 1170264 WARN  (closeThreadPool-18463-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1170264 INFO  (closeThreadPool-18463-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1170264 INFO  (closeThreadPool-18463-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1170264 INFO  (closeThreadPool-18463-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 1170293 INFO  (closeThreadPool-18463-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1170293 INFO  (closeThreadPool-18463-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1170293 INFO  (closeThreadPool-18463-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1170293 INFO  (closeThreadPool-18463-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6f8baf77{/yzv/d,null,AVAILABLE}
   [junit4]   2> 1170296 INFO  (closeThreadPool-18463-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4ca2d278{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:41219}
   [junit4]   2> 1170296 INFO  (closeThreadPool-18463-thread-2) [     ] o.e.j.s.Server Started @1170321ms
   [junit4]   2> 1170296 INFO  (closeThreadPool-18463-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/yzv/d, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/tempDir-001/jetty2, hostPort=41219, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/shard-2-001/cores}
   [junit4]   2> 1170297 ERROR (closeThreadPool-18463-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1170297 INFO  (closeThreadPool-18463-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1170297 INFO  (closeThreadPool-18463-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1170297 INFO  (closeThreadPool-18463-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1170297 INFO  (closeThreadPool-18463-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 1170297 INFO  (closeThreadPool-18463-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-26T01:45:18.264291Z
   [junit4]   2> 1170301 INFO  (closeThreadPool-18463-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1170305 INFO  (zkConnectionManagerCallback-18467-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1170305 INFO  (closeThreadPool-18463-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1170306 INFO  (closeThreadPool-18463-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1170306 INFO  (closeThreadPool-18463-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/shard-1-001/solr.xml
   [junit4]   2> 1170308 INFO  (closeThreadPool-18463-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1170308 INFO  (closeThreadPool-18463-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1170310 INFO  (closeThreadPool-18463-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@47b2b5fe, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1170337 INFO  (closeThreadPool-18463-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1170338 WARN  (closeThreadPool-18463-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1a21e556[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1170338 WARN  (closeThreadPool-18463-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1a21e556[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1170342 WARN  (closeThreadPool-18463-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7389d8ef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1170342 WARN  (closeThreadPool-18463-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7389d8ef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1170344 INFO  (closeThreadPool-18463-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39507/solr
   [junit4]   2> 1170344 INFO  (closeThreadPool-18463-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1170350 INFO  (zkConnectionManagerCallback-18478-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1170350 INFO  (closeThreadPool-18463-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1170371 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[C11809433E0CFDD]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/shard-3-001 of type NRT for shard1
   [junit4]   2> 1170374 WARN  (closeThreadPool-18463-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1170374 INFO  (closeThreadPool-18463-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1170374 INFO  (closeThreadPool-18463-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1170374 INFO  (closeThreadPool-18463-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 1170382 INFO  (closeThreadPool-18463-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1170382 INFO  (closeThreadPool-18463-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1170382 INFO  (closeThreadPool-18463-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1170385 INFO  (closeThreadPool-18463-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e3f8ffb{/yzv/d,null,AVAILABLE}
   [junit4]   2> 1170391 INFO  (closeThreadPool-18463-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1e3da368{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:35083}
   [junit4]   2> 1170391 INFO  (closeThreadPool-18463-thread-3) [     ] o.e.j.s.Server Started @1170415ms
   [junit4]   2> 1170391 INFO  (closeThreadPool-18463-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/yzv/d, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/tempDir-001/jetty3, hostPort=35083, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/shard-3-001/cores}
   [junit4]   2> 1170391 ERROR (closeThreadPool-18463-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1170391 INFO  (closeThreadPool-18463-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1170391 INFO  (closeThreadPool-18463-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 1170391 INFO  (closeThreadPool-18463-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1170391 INFO  (closeThreadPool-18463-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr
   [junit4]   2> 1170391 INFO  (closeThreadPool-18463-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-04-26T01:45:18.358881Z
   [junit4]   2> 1170393 INFO  (closeThreadPool-18463-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1170393 INFO  (zkConnectionManagerCallback-18480-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1170393 INFO  (closeThreadPool-18463-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1170407 INFO  (closeThreadPool-18463-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1170407 INFO  (closeThreadPool-18463-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/shard-2-001/solr.xml
   [junit4]   2> 1170409 INFO  (closeThreadPool-18463-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1170409 INFO  (closeThreadPool-18463-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1170411 INFO  (closeThreadPool-18463-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@47b2b5fe, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1170507 INFO  (closeThreadPool-18463-thread-3) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1170507 INFO  (closeThreadPool-18463-thread-3) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/shard-3-001/solr.xml
   [junit4]   2> 1170509 INFO  (closeThreadPool-18463-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1170509 INFO  (closeThreadPool-18463-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1170511 INFO  (closeThreadPool-18463-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@47b2b5fe, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1170548 INFO  (closeThreadPool-18463-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1170553 WARN  (closeThreadPool-18463-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3b629d8c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1170553 WARN  (closeThreadPool-18463-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3b629d8c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1170555 WARN  (closeThreadPool-18463-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7acf3b9c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1170555 WARN  (closeThreadPool-18463-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7acf3b9c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1170556 INFO  (closeThreadPool-18463-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39507/solr
   [junit4]   2> 1170557 INFO  (closeThreadPool-18463-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1170564 INFO  (zkConnectionManagerCallback-18494-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1170564 INFO  (closeThreadPool-18463-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1170607 INFO  (closeThreadPool-18463-thread-1) [n:127.0.0.1:39119_yzv%2Fd     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1170608 INFO  (zkConnectionManagerCallback-18496-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1170608 INFO  (closeThreadPool-18463-thread-1) [n:127.0.0.1:39119_yzv%2Fd     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1170610 INFO  (closeThreadPool-18463-thread-1) [n:127.0.0.1:39119_yzv%2Fd     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1170612 INFO  (closeThreadPool-18463-thread-1) [n:127.0.0.1:39119_yzv%2Fd     ] o.a.s.c.ZkController Publish node=127.0.0.1:39119_yzv%2Fd as DOWN
   [junit4]   2> 1170613 INFO  (closeThreadPool-18463-thread-1) [n:127.0.0.1:39119_yzv%2Fd     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1170613 INFO  (closeThreadPool-18463-thread-1) [n:127.0.0.1:39119_yzv%2Fd     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39119_yzv%2Fd
   [junit4]   2> 1170614 INFO  (zkCallback-18433-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1170614 INFO  (zkCallback-18461-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1170615 INFO  (closeThreadPool-18463-thread-1) [n:127.0.0.1:39119_yzv%2Fd     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1170616 WARN  (closeThreadPool-18463-thread-1) [n:127.0.0.1:39119_yzv%2Fd     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or  authorization=external.  See https://s.apache.org/solrsecurity for more info.  Solr is only as secure as disableddisabled
   [junit4]   2> 1170621 INFO  (zkCallback-18495-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1170624 INFO  (closeThreadPool-18463-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1170625 WARN  (closeThreadPool-18463-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2ab5634c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1170625 WARN  (closeThreadPool-18463-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2ab5634c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1170626 WARN  (closeThreadPool-18463-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@203b6266[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1170626 WARN  (closeThreadPool-18463-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@203b6266[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1170627 INFO  (closeThreadPool-18463-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39507/solr
   [junit4]   2> 1170632 INFO  (closeThreadPool-18463-thread-1) [n:127.0.0.1:39119_yzv%2Fd     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1170633 INFO  (closeThreadPool-18463-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1170636 INFO  (zkConnectionManagerCallback-18511-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1170637 INFO  (closeThreadPool-18463-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1170644 INFO  (closeThreadPool-18463-thread-1) [n:127.0.0.1:39119_yzv%2Fd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47b2b5fe
   [junit4]   2> 1170649 INFO  (closeThreadPool-18463-thread-1) [n:127.0.0.1:39119_yzv%2Fd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47b2b5fe
   [junit4]   2> 1170649 INFO  (closeThreadPool-18463-thread-1) [n:127.0.0.1:39119_yzv%2Fd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47b2b5fe
   [junit4]   2> 1170650 INFO  (closeThreadPool-18463-thread-1) [n:127.0.0.1:39119_yzv%2Fd     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/shard-1-001/cores
   [junit4]   2> 1170654 INFO  (closeThreadPool-18463-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:39119_yzv%2Fd
   [junit4]   2> 1170708 INFO  (closeThreadPool-18463-thread-3) [n:127.0.0.1:35083_yzv%2Fd     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1170709 INFO  (zkConnectionManagerCallback-18514-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1170709 INFO  (closeThreadPool-18463-thread-3) [n:127.0.0.1:35083_yzv%2Fd     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1170711 INFO  (closeThreadPool-18463-thread-3) [n:127.0.0.1:35083_yzv%2Fd     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1170712 INFO  (closeThreadPool-18463-thread-3) [n:127.0.0.1:35083_yzv%2Fd     ] o.a.s.c.ZkController Publish node=127.0.0.1:35083_yzv%2Fd as DOWN
   [junit4]   2> 1170712 INFO  (closeThreadPool-18463-thread-3) [n:127.0.0.1:35083_yzv%2Fd     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1170712 INFO  (closeThreadPool-18463-thread-3) [n:127.0.0.1:35083_yzv%2Fd     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35083_yzv%2Fd
   [junit4]   2> 1170713 INFO  (zkCallback-18461-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1170713 INFO  (zkCallback-18433-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1170713 INFO  (zkCallback-18495-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1170713 INFO  (zkCallback-18513-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1170714 INFO  (closeThreadPool-18463-thread-3) [n:127.0.0.1:35083_yzv%2Fd     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1170714 WARN  (closeThreadPool-18463-thread-3) [n:127.0.0.1:35083_yzv%2Fd     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or  authorization=external.  See https://s.apache.org/solrsecurity for more info.  Solr is only as secure as disableddisabled
   [junit4]   2> 1170725 INFO  (closeThreadPool-18463-thread-3) [n:127.0.0.1:35083_yzv%2Fd     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1170749 INFO  (closeThreadPool-18463-thread-3) [n:127.0.0.1:35083_yzv%2Fd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47b2b5fe
   [junit4]   2> 1170757 INFO  (closeThreadPool-18463-thread-3) [n:127.0.0.1:35083_yzv%2Fd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47b2b5fe
   [junit4]   2> 1170757 INFO  (closeThreadPool-18463-thread-3) [n:127.0.0.1:35083_yzv%2Fd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47b2b5fe
   [junit4]   2> 1170758 INFO  (closeThreadPool-18463-thread-3) [n:127.0.0.1:35083_yzv%2Fd     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/shard-3-001/cores
   [junit4]   2> 1170764 INFO  (closeThreadPool-18463-thread-3) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:35083_yzv%2Fd
   [junit4]   2> 1170808 INFO  (closeThreadPool-18463-thread-2) [n:127.0.0.1:41219_yzv%2Fd     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1170809 INFO  (zkConnectionManagerCallback-18524-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1170809 INFO  (closeThreadPool-18463-thread-2) [n:127.0.0.1:41219_yzv%2Fd     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1170812 INFO  (closeThreadPool-18463-thread-2) [n:127.0.0.1:41219_yzv%2Fd     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1170814 INFO  (closeThreadPool-18463-thread-2) [n:127.0.0.1:41219_yzv%2Fd     ] o.a.s.c.ZkController Publish node=127.0.0.1:41219_yzv%2Fd as DOWN
   [junit4]   2> 1170814 INFO  (closeThreadPool-18463-thread-2) [n:127.0.0.1:41219_yzv%2Fd     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1170814 INFO  (closeThreadPool-18463-thread-2) [n:127.0.0.1:41219_yzv%2Fd     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41219_yzv%2Fd
   [junit4]   2> 1170815 INFO  (zkCallback-18433-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1170815 INFO  (zkCallback-18513-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1170815 INFO  (zkCallback-18461-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1170815 INFO  (zkCallback-18523-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1170815 INFO  (zkCallback-18495-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1170816 INFO  (closeThreadPool-18463-thread-2) [n:127.0.0.1:41219_yzv%2Fd     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1170816 WARN  (closeThreadPool-18463-thread-2) [n:127.0.0.1:41219_yzv%2Fd     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=you make it. Consider configuring authentication/authorization before exposing Solr to users internal or  authorization=external.  See https://s.apache.org/solrsecurity for more info.  Solr is only as secure as disableddisabled
   [junit4]   2> 1170824 INFO  (closeThreadPool-18463-thread-2) [n:127.0.0.1:41219_yzv%2Fd     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1170834 INFO  (closeThreadPool-18463-thread-2) [n:127.0.0.1:41219_yzv%2Fd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47b2b5fe
   [junit4]   2> 1170839 INFO  (closeThreadPool-18463-thread-2) [n:127.0.0.1:41219_yzv%2Fd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47b2b5fe
   [junit4]   2> 1170839 INFO  (closeThreadPool-18463-thread-2) [n:127.0.0.1:41219_yzv%2Fd     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@47b2b5fe
   [junit4]   2> 1170840 INFO  (closeThreadPool-18463-thread-2) [n:127.0.0.1:41219_yzv%2Fd     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/shard-2-001/cores
   [junit4]   2> 1170847 INFO  (closeThreadPool-18463-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:41219_yzv%2Fd
   [junit4]   2> 1170849 INFO  (qtp669177871-30718) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:41219_yzv%252Fd&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1170853 INFO  (OverseerCollectionConfigSetProcessor-72162474229956613-127.0.0.1:32869_yzv%2Fd-n_0000000000) [n:127.0.0.1:32869_yzv%2Fd     ] 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> 1170855 INFO  (qtp669177871-30720) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:35083_yzv%252Fd&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1170857 INFO  (qtp669177871-30722) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 1170858 INFO  (qtp669177871-30840) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1170858 INFO  (qtp669177871-30841) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:39119_yzv%252Fd&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1170870 INFO  (qtp1593878867-30842) [n:127.0.0.1:35083_yzv%2Fd     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1170882 INFO  (qtp1973703611-30845) [n:127.0.0.1:39119_yzv%2Fd     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1170892 INFO  (qtp228579395-30848) [n:127.0.0.1:41219_yzv%2Fd     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1170893 INFO  (qtp669177871-30722) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 1170894 INFO  (qtp669177871-30840) [n:127.0.0.1:32869_yzv%2Fd     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1170895 INFO  (qtp1593878867-30844) [n:127.0.0.1:35083_yzv%2Fd     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1170896 INFO  (qtp1973703611-30847) [n:127.0.0.1:39119_yzv%2Fd     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1170896 INFO  (qtp228579395-30850) [n:127.0.0.1:41219_yzv%2Fd     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 1170897 INFO  (OverseerThreadFactory-18441-thread-3-processing-n:127.0.0.1:32869_yzv%2Fd) [n:127.0.0.1:32869_yzv%2Fd c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:41219_yzv%2Fd for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 1170898 INFO  (OverseerThreadFactory-18441-thread-3-processing-n:127.0.0.1:32869_yzv%2Fd) [n:127.0.0.1:32869_yzv%2Fd c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1170916 INFO  (qtp228579395-30848) [n:127.0.0.1:41219_yzv%2Fd    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> 1171927 INFO  (qtp228579395-30848) [n:127.0.0.1:41219_yzv%2Fd c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 1171938 INFO  (qtp228579395-30848) [n:127.0.0.1:41219_yzv%2Fd c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 1171955 INFO  (qtp228579395-30848) [n:127.0.0.1:41219_yzv%2Fd 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> 1171955 INFO  (qtp228579395-30848) [n:127.0.0.1:41219_yzv%2Fd 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> 1171955 INFO  (qtp228579395-30848) [n:127.0.0.1:41219_yzv%2Fd 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@47b2b5fe
   [junit4]   2> 1171955 INFO  (qtp228579395-30848) [n:127.0.0.1:41219_yzv%2Fd 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-8.x-Linux/solr/build/solr-core/test/J5/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/shard-2-001/cores/collection1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J5/temp/solr.update.TestInPlaceUpdatesDistrib_C11809433E0CFDD-001/shard-2-001/cores/collection1_shard1_replica_n1/data/]
   [junit4]   2> 1171958 WARN  (qtp228579395-30848) [n:127.0.0.1:41219_yzv%2Fd 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> 1171999 INFO  (qtp228579395-30848) [n:127.0.0.1:41219_yzv%2Fd c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 1171999 INFO  (qtp228579395-30848) [n:127.0.0.1:41219_yzv%2Fd 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> 1172000 INFO  (qtp228579395-30848) [n:127.0.0.1:41219_yzv%2Fd c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1172000 INFO  (qtp228579395-30848) [n:127.0.0.1:41219_yzv%2Fd c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1172001 INFO  (qtp228579395-30848) [n:127.0.0.1:41219_yzv%2Fd c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@fd5e7c5[collection1_shard1_replica_n1] main]
   [junit4]   2> 1172001 INFO  (qtp228579395-30848) [n:127.0.0.1:41219_yzv%2Fd c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/

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

.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
   [junit4]   2>         at app//org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
   [junit4]   2>         at app//org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]   2>         at app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]   2>         at app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
   [junit4]   2>         at app//org.apache.solr.update.TestInPlaceUpdatesDistrib.addDocAndGetVersion(TestInPlaceUpdatesDistrib.java:1216)
   [junit4]   2>         at app//org.apache.solr.update.TestInPlaceUpdatesDistrib.buildRandomIndex(TestInPlaceUpdatesDistrib.java:1261)
   [junit4]   2>         at app//org.apache.solr.update.TestInPlaceUpdatesDistrib.docValuesUpdateTest(TestInPlaceUpdatesDistrib.java:392)
   [junit4]   2>         at app//org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:162)
   [junit4]   2>         at java.base@12.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>         at java.base@12.0.2/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at java.base@12.0.2/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.base@12.0.2/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2>         at app//org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1081)
   [junit4]   2>         at app//org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1053)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at app//org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>         at app//org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at app//org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.base@12.0.2/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {_root_=PostingsFormat(name=LuceneFixedGap), title_s=BlockTreeOrds(blocksize=128), id=Lucene84, id_field_copy_that_does_not_support_in_place_update_s=BlockTreeOrds(blocksize=128)}, docValues:{inplace_updatable_float=DocValuesFormat(name=Direct), id_i=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Direct), _root_=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene80), inplace_updatable_int_with_default=DocValuesFormat(name=Direct), inplace_updatable_float_with_default=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=654, maxMBSortInHeap=7.867281238408478, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@108f3b0a), locale=fr-MR, timezone=Asia/Novosibirsk
   [junit4]   2> NOTE: Linux 5.3.0-46-generic amd64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=16,threads=201,free=2850616,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestInPlaceUpdatesDistrib]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestInPlaceUpdatesDistrib -Dtests.seed=C11809433E0CFDD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=fr-MR -Dtests.timezone=Asia/Novosibirsk -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J3 | TestInPlaceUpdatesDistrib (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C11809433E0CFDD]:0)
   [junit4] Completed [5/5 (5!)] on J3 in 7228.71s, 1 test, 2 errors <<< FAILURES!

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

Total time: 120 minutes 32 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=83f090877b0590a1d99c79cfeec076dfed963076, workspace=/home/jenkins/workspace/Lucene-Solr-8.x-Linux
[WARNINGS] Computing warning deltas based on reference build #2869
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