You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/11/15 18:46:31 UTC

[JENKINS] Lucene » Lucene-Solr-NightlyTests-8.x - Build # 93 - Still Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-NightlyTests-8.x/93/

2 tests failed.
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([DDF931D79360F306]: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([DDF931D79360F306]:0)




Build Log:
[...truncated 16340 lines...]
   [junit4] Suite: org.apache.solr.update.TestInPlaceUpdatesDistrib
   [junit4]   2> 4409151 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 4409151 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_DDF931D79360F306-001/data-dir-214-001
   [junit4]   2> 4409152 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 4409152 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4409153 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 4409154 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4409154 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /or_bi/ol
   [junit4]   2> 4409154 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.a.s.SolrTestCaseJ4 updateLog impl=solr.UpdateLog
   [junit4]   2> 4409154 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4409160 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 4409172 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 4409175 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 4409253 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_252]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:674) ~[?:1.8.0_252]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_252]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_252]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:370) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:335) [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:143) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:806) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:796) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:657) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:646) [java/:?]
   [junit4]   2> 	at org.apache.solr.update.TestInPlaceUpdatesDistrib.beforeSuperClass(TestInPlaceUpdatesDistrib.java:90) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
   [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.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [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 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 org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [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:748) [?:1.8.0_252]
   [junit4]   2> 4409254 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_252]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_252]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_252]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:671) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:171) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:806) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:796) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:657) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:646) [java/:?]
   [junit4]   2> 	at org.apache.solr.update.TestInPlaceUpdatesDistrib.beforeSuperClass(TestInPlaceUpdatesDistrib.java:90) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
   [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.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [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 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 org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [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:748) [?:1.8.0_252]
   [junit4]   2> 4409255 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 4409255 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4409256 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6a132bee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4409256 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6a132bee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4409261 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4409267 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@40076667[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4409267 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@40076667[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4409278 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 4409304 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@423291f0
   [junit4]   2> 4409311 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@423291f0
   [junit4]   2> 4409311 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@423291f0
   [junit4]   2> 4409312 INFO  (coreLoadExecutor-26812-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4409320 INFO  (coreLoadExecutor-26812-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 4409331 INFO  (coreLoadExecutor-26812-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 4409334 INFO  (coreLoadExecutor-26812-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 4409334 INFO  (coreLoadExecutor-26812-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 4409334 INFO  (coreLoadExecutor-26812-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@423291f0
   [junit4]   2> 4409334 INFO  (coreLoadExecutor-26812-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_DDF931D79360F306-001/data-dir-214-001/]
   [junit4]   2> 4409338 WARN  (coreLoadExecutor-26812-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> 4409378 INFO  (coreLoadExecutor-26812-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4409378 INFO  (coreLoadExecutor-26812-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4409379 INFO  (coreLoadExecutor-26812-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4409379 INFO  (coreLoadExecutor-26812-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4409379 WARN  (coreLoadExecutor-26812-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 4409380 INFO  (coreLoadExecutor-26812-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 4409380 INFO  (coreLoadExecutor-26812-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1683444429268975616
   [junit4]   2> 4409382 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[DDF931D79360F306]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 4409391 INFO  (searcherExecutor-26814-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4409393 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4409393 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 4409393 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4409394 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 4409493 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.ZkTestServer start zk server on port: 42975
   [junit4]   2> 4409493 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42975
   [junit4]   2> 4409493 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42975
   [junit4]   2> 4409493 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42975
   [junit4]   2> 4409494 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4409501 INFO  (zkConnectionManagerCallback-26821-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4409501 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4409511 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4409513 INFO  (zkConnectionManagerCallback-26823-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4409513 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4409514 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 4409515 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema-inplace-updates.xml to /configs/conf1/schema.xml
   [junit4]   2> 4409516 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4409517 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 4409518 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 4409524 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 4409525 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4409526 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4409527 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4409528 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4409528 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 4409537 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4409539 INFO  (zkConnectionManagerCallback-26827-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4409539 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4409640 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 4409754 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4409754 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 4409754 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 4409757 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4409757 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4409767 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4409767 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f6029f3{/or_bi/ol,null,AVAILABLE}
   [junit4]   2> 4409768 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@69e51d47{SSL, (ssl, http/1.1)}{127.0.0.1:41433}
   [junit4]   2> 4409768 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.e.j.s.Server Started @4409793ms
   [junit4]   2> 4409768 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_DDF931D79360F306-001/tempDir-001/control/data, hostContext=/or_bi/ol, hostPort=41433, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_DDF931D79360F306-001/control-001/cores}
   [junit4]   2> 4409768 ERROR (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4409768 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4409768 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 4409768 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4409768 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 4409768 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T16:28:35.679Z
   [junit4]   2> 4409773 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4409773 INFO  (zkConnectionManagerCallback-26829-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4409773 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4409774 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]-SendThread(127.0.0.1:42975)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10183a792ac0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10183a792ac0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10183a792ac0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 4409875 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 4409875 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_DDF931D79360F306-001/control-001/solr.xml
   [junit4]   2> 4409878 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4409878 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4409879 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@423291f0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4410889 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 4410889 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4410890 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@55d741bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4410890 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@55d741bd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4410893 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4410894 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2c195b75[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4410894 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2c195b75[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4410895 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42975/solr
   [junit4]   2> 4410896 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4410897 INFO  (zkConnectionManagerCallback-26840-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4410897 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4410898 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]-SendThread(127.0.0.1:42975)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10183a792ac0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10183a792ac0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10183a792ac0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 4410999 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [n:127.0.0.1:41433_or_bi%2Fol     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4411000 INFO  (zkConnectionManagerCallback-26842-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4411000 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [n:127.0.0.1:41433_or_bi%2Fol     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4411086 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [n:127.0.0.1:41433_or_bi%2Fol     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41433_or_bi%2Fol
   [junit4]   2> 4411087 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [n:127.0.0.1:41433_or_bi%2Fol     ] o.a.s.c.Overseer Overseer (id=72483824758161413-127.0.0.1:41433_or_bi%2Fol-n_0000000000) starting
   [junit4]   2> 4411092 INFO  (OverseerStateUpdate-72483824758161413-127.0.0.1:41433_or_bi%2Fol-n_0000000000) [n:127.0.0.1:41433_or_bi%2Fol     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:41433_or_bi%2Fol
   [junit4]   2> 4411093 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [n:127.0.0.1:41433_or_bi%2Fol     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41433_or_bi%2Fol
   [junit4]   2> 4411094 INFO  (zkCallback-26841-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4411097 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [n:127.0.0.1:41433_or_bi%2Fol     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4411097 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [n:127.0.0.1:41433_or_bi%2Fol     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 4411110 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [n:127.0.0.1:41433_or_bi%2Fol     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4411133 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [n:127.0.0.1:41433_or_bi%2Fol     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@423291f0
   [junit4]   2> 4411142 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [n:127.0.0.1:41433_or_bi%2Fol     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@423291f0
   [junit4]   2> 4411142 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [n:127.0.0.1:41433_or_bi%2Fol     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@423291f0
   [junit4]   2> 4411144 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [n:127.0.0.1:41433_or_bi%2Fol     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_DDF931D79360F306-001/control-001/cores
   [junit4]   2> 4411191 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4411193 INFO  (zkConnectionManagerCallback-26859-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4411197 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4411202 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4411223 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42975/solr ready
   [junit4]   2> 4411283 INFO  (qtp856625459-163713) [n:127.0.0.1:41433_or_bi%2Fol     ] 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:41433_or_bi%252Fol&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4411289 INFO  (OverseerThreadFactory-26849-thread-1-processing-n:127.0.0.1:41433_or_bi%2Fol) [n:127.0.0.1:41433_or_bi%2Fol     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 4411403 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol    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> 4411403 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 4412418 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 4412429 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 4412432 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol 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> 4412432 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol 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> 4412432 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol 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@423291f0
   [junit4]   2> 4412433 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_DDF931D79360F306-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_DDF931D79360F306-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 4412436 WARN  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol 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> 4412477 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4412477 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol 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> 4412478 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4412478 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4412480 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4412480 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol 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> 4412481 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 4412481 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol 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 1683444432520609792
   [junit4]   2> 4412483 INFO  (searcherExecutor-26861-thread-1-processing-n:127.0.0.1:41433_or_bi%2Fol x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:41433_or_bi%2Fol c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4412487 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol 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> 4412487 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol 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> 4412490 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4412490 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol 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> 4412490 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:41433/or_bi/ol/control_collection_shard1_replica_n1/
   [junit4]   2> 4412490 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol 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> 4412490 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:41433/or_bi/ol/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 4412490 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol 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/72483824758161413-core_node2-n_0000000000
   [junit4]   2> 4412492 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol 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:41433/or_bi/ol/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 4412601 INFO  (zkCallback-26841-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> 4412602 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol 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> 4412603 INFO  (qtp856625459-163711) [n:127.0.0.1:41433_or_bi%2Fol     ] 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=1200
   [junit4]   2> 4412605 INFO  (zkCallback-26841-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> 4412608 INFO  (qtp856625459-163713) [n:127.0.0.1:41433_or_bi%2Fol     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 4412707 INFO  (zkCallback-26841-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> 4412707 INFO  (zkCallback-26841-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> 4412707 INFO  (zkCallback-26841-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> 4412707 INFO  (qtp856625459-163713) [n:127.0.0.1:41433_or_bi%2Fol     ] 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:41433_or_bi%252Fol&wt=javabin&version=2} status=0 QTime=1424
   [junit4]   2> 4412708 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 4412812 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4412813 INFO  (zkConnectionManagerCallback-26870-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4412813 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4412814 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4412815 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42975/solr ready
   [junit4]   2> 4412815 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4412817 INFO  (qtp856625459-163713) [n:127.0.0.1:41433_or_bi%2Fol     ] 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> 4412821 INFO  (OverseerThreadFactory-26849-thread-2-processing-n:127.0.0.1:41433_or_bi%2Fol) [n:127.0.0.1:41433_or_bi%2Fol     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 4412821 INFO  (OverseerCollectionConfigSetProcessor-72483824758161413-127.0.0.1:41433_or_bi%2Fol-n_0000000000) [n:127.0.0.1:41433_or_bi%2Fol     ] 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> 4413025 WARN  (OverseerThreadFactory-26849-thread-2-processing-n:127.0.0.1:41433_or_bi%2Fol) [n:127.0.0.1:41433_or_bi%2Fol     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 4413026 INFO  (qtp856625459-163713) [n:127.0.0.1:41433_or_bi%2Fol     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 4413027 INFO  (qtp856625459-163713) [n:127.0.0.1:41433_or_bi%2Fol     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=210
   [junit4]   2> 4413028 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 4413028 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 4413028 INFO  (watches-26867-thread-1) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 4413028 INFO  (watches-26867-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 4413028 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 4413028 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 4413028 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 4413028 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 4413029 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 4413145 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_DDF931D79360F306-001/shard-1-001 of type NRT for shard1
   [junit4]   2> 4413146 INFO  (closeThreadPool-26871-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4413146 INFO  (closeThreadPool-26871-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 4413146 INFO  (closeThreadPool-26871-thread-1) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 4413147 INFO  (closeThreadPool-26871-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4413147 INFO  (closeThreadPool-26871-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4413147 INFO  (closeThreadPool-26871-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 4413147 INFO  (closeThreadPool-26871-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5ae58238{/or_bi/ol,null,AVAILABLE}
   [junit4]   2> 4413148 INFO  (closeThreadPool-26871-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@51ad3e34{SSL, (ssl, http/1.1)}{127.0.0.1:40927}
   [junit4]   2> 4413148 INFO  (closeThreadPool-26871-thread-1) [     ] o.e.j.s.Server Started @4413173ms
   [junit4]   2> 4413148 INFO  (closeThreadPool-26871-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_DDF931D79360F306-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/or_bi/ol, hostPort=40927, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_DDF931D79360F306-001/shard-1-001/cores}
   [junit4]   2> 4413148 ERROR (closeThreadPool-26871-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4413148 INFO  (closeThreadPool-26871-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4413148 INFO  (closeThreadPool-26871-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 4413148 INFO  (closeThreadPool-26871-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4413148 INFO  (closeThreadPool-26871-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 4413148 INFO  (closeThreadPool-26871-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T16:28:39.059Z
   [junit4]   2> 4413148 INFO  (closeThreadPool-26871-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4413153 INFO  (zkConnectionManagerCallback-26873-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4413153 INFO  (closeThreadPool-26871-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4413254 INFO  (closeThreadPool-26871-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 4413254 INFO  (closeThreadPool-26871-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_DDF931D79360F306-001/shard-1-001/solr.xml
   [junit4]   2> 4413254 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_DDF931D79360F306-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 4413255 INFO  (closeThreadPool-26871-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4413255 INFO  (closeThreadPool-26871-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 4413255 INFO  (closeThreadPool-26871-thread-2) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 4413258 INFO  (closeThreadPool-26871-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4413258 INFO  (closeThreadPool-26871-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4413258 INFO  (closeThreadPool-26871-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4413258 INFO  (closeThreadPool-26871-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4413258 INFO  (closeThreadPool-26871-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2c76e85e{/or_bi/ol,null,AVAILABLE}
   [junit4]   2> 4413258 INFO  (closeThreadPool-26871-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4413259 INFO  (closeThreadPool-26871-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@437b1678{SSL, (ssl, http/1.1)}{127.0.0.1:41033}
   [junit4]   2> 4413259 INFO  (closeThreadPool-26871-thread-2) [     ] o.e.j.s.Server Started @4413284ms
   [junit4]   2> 4413259 INFO  (closeThreadPool-26871-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_DDF931D79360F306-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/or_bi/ol, hostPort=41033, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_DDF931D79360F306-001/shard-2-001/cores}
   [junit4]   2> 4413259 ERROR (closeThreadPool-26871-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4413259 INFO  (closeThreadPool-26871-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4413259 INFO  (closeThreadPool-26871-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 4413259 INFO  (closeThreadPool-26871-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4413259 INFO  (closeThreadPool-26871-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 4413259 INFO  (closeThreadPool-26871-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T16:28:39.170Z
   [junit4]   2> 4413259 INFO  (closeThreadPool-26871-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@423291f0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4413265 INFO  (closeThreadPool-26871-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4413269 INFO  (zkConnectionManagerCallback-26875-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4413269 INFO  (closeThreadPool-26871-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4413270 WARN  (closeThreadPool-26871-thread-2-SendThread(127.0.0.1:42975)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10183a792ac0009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10183a792ac0009, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10183a792ac0009, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 4413362 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[DDF931D79360F306]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_DDF931D79360F306-001/shard-3-001 of type NRT for shard1
   [junit4]   2> 4413363 INFO  (closeThreadPool-26871-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 4413363 INFO  (closeThreadPool-26871-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 4413363 INFO  (closeThreadPool-26871-thread-3) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 4413364 INFO  (closeThreadPool-26871-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4413364 INFO  (closeThreadPool-26871-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4413364 INFO  (closeThreadPool-26871-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4413364 INFO  (closeThreadPool-26871-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@48d49073{/or_bi/ol,null,AVAILABLE}
   [junit4]   2> 4413365 INFO  (closeThreadPool-26871-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5b7614d1{SSL, (ssl, http/1.1)}{127.0.0.1:35967}
   [junit4]   2> 4413365 INFO  (closeThreadPool-26871-thread-3) [     ] o.e.j.s.Server Started @4413390ms
   [junit4]   2> 4413365 INFO  (closeThreadPool-26871-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_DDF931D79360F306-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/or_bi/ol, hostPort=35967, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_DDF931D79360F306-001/shard-3-001/cores}
   [junit4]   2> 4413365 ERROR (closeThreadPool-26871-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4413365 INFO  (closeThreadPool-26871-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4413365 INFO  (closeThreadPool-26871-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 4413365 INFO  (closeThreadPool-26871-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4413365 INFO  (closeThreadPool-26871-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr
   [junit4]   2> 4413365 INFO  (closeThreadPool-26871-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-11-15T16:28:39.276Z
   [junit4]   2> 4413369 INFO  (closeThreadPool-26871-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4413370 INFO  (zkConnectionManagerCallback-26880-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4413370 INFO  (closeThreadPool-26871-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4413370 INFO  (closeThreadPool-26871-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 4413371 INFO  (closeThreadPool-26871-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_DDF931D79360F306-001/shard-2-001/solr.xml
   [junit4]   2> 4413374 INFO  (closeThreadPool-26871-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4413374 INFO  (closeThreadPool-26871-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4413376 INFO  (closeThreadPool-26871-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@423291f0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4413475 INFO  (closeThreadPool-26871-thread-3) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 4413475 INFO  (closeThreadPool-26871-thread-3) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_DDF931D79360F306-001/shard-3-001/solr.xml
   [junit4]   2> 4413477 INFO  (closeThreadPool-26871-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4413477 INFO  (closeThreadPool-26871-thread-3) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4413478 INFO  (closeThreadPool-26871-thread-3) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@423291f0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4413949 INFO  (closeThreadPool-26871-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 4413949 WARN  (closeThreadPool-26871-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4413950 WARN  (closeThreadPool-26871-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5a70357d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4413950 WARN  (closeThreadPool-26871-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5a70357d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4413954 WARN  (closeThreadPool-26871-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4413957 WARN  (closeThreadPool-26871-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5af738b2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4413957 WARN  (closeThreadPool-26871-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5af738b2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4413959 INFO  (closeThreadPool-26871-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42975/solr
   [junit4]   2> 4413959 INFO  (closeThreadPool-26871-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4413960 INFO  (zkConnectionManagerCallback-26894-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4413960 INFO  (closeThreadPool-26871-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4414016 INFO  (closeThreadPool-26871-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 4414016 WARN  (closeThreadPool-26871-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4414017 WARN  (closeThreadPool-26871-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7344be56[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4414017 WARN  (closeThreadPool-26871-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7344be56[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4414021 WARN  (closeThreadPool-26871-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4414021 WARN  (closeThreadPool-26871-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6cb8c61[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4414021 WARN  (closeThreadPool-26871-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6cb8c61[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4414022 INFO  (closeThreadPool-26871-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42975/solr
   [junit4]   2> 4414023 INFO  (closeThreadPool-26871-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4414024 INFO  (zkConnectionManagerCallback-26902-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4414024 INFO  (closeThreadPool-26871-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4414065 INFO  (closeThreadPool-26871-thread-3) [n:127.0.0.1:35967_or_bi%2Fol     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4414066 INFO  (zkConnectionManagerCallback-26904-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4414066 INFO  (closeThreadPool-26871-thread-3) [n:127.0.0.1:35967_or_bi%2Fol     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4414069 INFO  (closeThreadPool-26871-thread-3) [n:127.0.0.1:35967_or_bi%2Fol     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4414071 INFO  (closeThreadPool-26871-thread-3) [n:127.0.0.1:35967_or_bi%2Fol     ] o.a.s.c.ZkController Publish node=127.0.0.1:35967_or_bi%2Fol as DOWN
   [junit4]   2> 4414072 INFO  (closeThreadPool-26871-thread-3) [n:127.0.0.1:35967_or_bi%2Fol     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 4414072 INFO  (closeThreadPool-26871-thread-3) [n:127.0.0.1:35967_or_bi%2Fol     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35967_or_bi%2Fol
   [junit4]   2> 4414073 INFO  (zkCallback-26841-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4414074 INFO  (closeThreadPool-26871-thread-3) [n:127.0.0.1:35967_or_bi%2Fol     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4414074 WARN  (closeThreadPool-26871-thread-3) [n:127.0.0.1:35967_or_bi%2Fol     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 4414081 INFO  (zkCallback-26869-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4414082 INFO  (zkCallback-26903-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4414089 INFO  (closeThreadPool-26871-thread-3) [n:127.0.0.1:35967_or_bi%2Fol     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4414111 INFO  (closeThreadPool-26871-thread-3) [n:127.0.0.1:35967_or_bi%2Fol     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@423291f0
   [junit4]   2> 4414122 INFO  (closeThreadPool-26871-thread-3) [n:127.0.0.1:35967_or_bi%2Fol     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@423291f0
   [junit4]   2> 4414122 INFO  (closeThreadPool-26871-thread-3) [n:127.0.0.1:35967_or_bi%2Fol     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@423291f0
   [junit4]   2> 4414123 INFO  (closeThreadPool-26871-thread-3) [n:127.0.0.1:35967_or_bi%2Fol     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_DDF931D79360F306-001/shard-3-001/cores
   [junit4]   2> 4414140 INFO  (closeThreadPool-26871-thread-3) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:35967_or_bi%2Fol
   [junit4]   2> 4414162 INFO  (closeThreadPool-26871-thread-2) [n:127.0.0.1:41033_or_bi%2Fol     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4414163 INFO  (zkConnectionManagerCallback-26914-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4414163 INFO  (closeThreadPool-26871-thread-2) [n:127.0.0.1:41033_or_bi%2Fol     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4414177 INFO  (closeThreadPool-26871-thread-2) [n:127.0.0.1:41033_or_bi%2Fol     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4414179 INFO  (closeThreadPool-26871-thread-2) [n:127.0.0.1:41033_or_bi%2Fol     ] o.a.s.c.ZkController Publish node=127.0.0.1:41033_or_bi%2Fol as DOWN
   [junit4]   2> 4414180 INFO  (closeThreadPool-26871-thread-2) [n:127.0.0.1:41033_or_bi%2Fol     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 4414180 INFO  (closeThreadPool-26871-thread-2) [n:127.0.0.1:41033_or_bi%2Fol     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41033_or_bi%2Fol
   [junit4]   2> 4414181 INFO  (zkCallback-26841-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4414181 INFO  (zkCallback-26903-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4414181 INFO  (zkCallback-26869-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4414183 INFO  (closeThreadPool-26871-thread-2) [n:127.0.0.1:41033_or_bi%2Fol     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4414183 WARN  (closeThreadPool-26871-thread-2) [n:127.0.0.1:41033_or_bi%2Fol     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 4414191 INFO  (zkCallback-26913-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 4414201 INFO  (closeThreadPool-26871-thread-2) [n:127.0.0.1:41033_or_bi%2Fol     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4414220 INFO  (closeThreadPool-26871-thread-2) [n:127.0.0.1:41033_or_bi%2Fol     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@423291f0
   [junit4]   2> 4414229 INFO  (closeThreadPool-26871-thread-2) [n:127.0.0.1:41033_or_bi%2Fol     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@423291f0
   [junit4]   2> 4414229 INFO  (closeThreadPool-26871-thread-2) [n:127.0.0.1:41033_or_bi%2Fol     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@423291f0
   [junit4]   2> 4414230 INFO  (closeThreadPool-26871-thread-2) [n:127.0.0.1:41033_or_bi%2Fol     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_DDF931D79360F306-001/shard-2-001/cores
   [junit4]   2> 4414254 INFO  (closeThreadPool-26871-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:41033_or_bi%2Fol
   [junit4]   2> 4414336 INFO  (closeThreadPool-26871-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 4414336 WARN  (closeThreadPool-26871-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4414337 WARN  (closeThreadPool-26871-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@289c9d47[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4414337 WARN  (closeThreadPool-26871-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@289c9d47[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4414339 WARN  (closeThreadPool-26871-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4414339 WARN  (closeThreadPool-26871-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@507c3143[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4414339 WARN  (closeThreadPool-26871-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@507c3143[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4414340 INFO  (closeThreadPool-26871-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42975/solr
   [junit4]   2> 4414341 INFO  (closeThreadPool-26871-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4414345 INFO  (zkConnectionManagerCallback-26930-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4414345 INFO  (closeThreadPool-26871-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4414446 INFO  (closeThreadPool-26871-thread-1) [n:127.0.0.1:40927_or_bi%2Fol     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4414447 INFO  (zkConnectionManagerCallback-26932-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4414447 INFO  (closeThreadPool-26871-thread-1) [n:127.0.0.1:40927_or_bi%2Fol     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4414451 INFO  (closeThreadPool-26871-thread-1) [n:127.0.0.1:40927_or_bi%2Fol     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 4414453 INFO  (closeThreadPool-26871-thread-1) [n:127.0.0.1:40927_or_bi%2Fol     ] o.a.s.c.ZkController Publish node=127.0.0.1:40927_or_bi%2Fol as DOWN
   [junit4]   2> 4414454 INFO  (closeThreadPool-26871-thread-1) [n:127.0.0.1:40927_or_bi%2Fol     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 4414454 INFO  (closeThreadPool-26871-thread-1) [n:127.0.0.1:40927_or_bi%2Fol     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40927_or_bi%2Fol
   [junit4]   2> 4414455 INFO  (zkCallback-26913-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4414455 INFO  (zkCallback-26903-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4414455 INFO  (zkCallback-26869-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4414455 INFO  (zkCallback-26841-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4414456 INFO  (zkCallback-26931-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 4414456 INFO  (closeThreadPool-26871-thread-1) [n:127.0.0.1:40927_or_bi%2Fol     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4414457 WARN  (closeThreadPool-26871-thread-1) [n:127.0.0.1:40927_or_bi%2Fol     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication

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

cheduledThreadPoolExecutor.java:1088)
   [junit4]   2>         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>   185) Thread[id=163795, name=qtp1030057338-163795, state=TIMED_WAITING, group=TGRP-TestInPlaceUpdatesDistrib]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]   2>         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:842)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:892)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>   186) Thread[id=163969, name=h2sc-26927-thread-27, state=WAITING, group=TGRP-TestInPlaceUpdatesDistrib]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at org.eclipse.jetty.util.BlockingArrayQueue.take(BlockingArrayQueue.java:342)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {_root_=PostingsFormat(name=LuceneFixedGap), title_s=FST50, id=PostingsFormat(name=Direct), id_field_copy_that_does_not_support_in_place_update_s=FST50}, docValues:{inplace_updatable_float=DocValuesFormat(name=Lucene80), id_i=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Lucene80), _root_=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Asserting), inplace_updatable_int_with_default=DocValuesFormat(name=Lucene80), inplace_updatable_float_with_default=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=2027, maxMBSortInHeap=6.82491076020103, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=cs, timezone=MET
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=206,free=15739832,total=534249472
   [junit4]   2> NOTE: All tests run in this JVM: [TestRandomDVFaceting, IndexSizeTriggerSizeEstimationTest, TestWaitForStateWithJettyShutdowns, TestQuerySenderListener, AuditLoggerIntegrationTest, RAMDirectoryFactoryTest, MetricsHistoryHandlerTest, TestSimLargeCluster, TestJsonFacetRefinement, TimeZoneUtilsTest, TemplateUpdateProcessorTest, TestPerFieldSimilarityWithDefaultOverride, TestHdfsCloudBackupRestore, TestNumericRangeQuery32, SystemInfoHandlerTest, TestTlogReplica, DimensionalRoutedAliasUpdateProcessorTest, TestSystemCollAutoCreate, TestSchemalessBufferedUpdates, TestDFISimilarityFactory, MoreLikeThisHandlerTest, TestUnInvertedFieldException, CacheHeaderTest, FacetPivotSmallTest, TestSchemaResource, SimpleCollectionCreateDeleteTest, TestFieldCache, UniqFieldsUpdateProcessorFactoryTest, BadComponentTest, NotRequiredUniqueKeyTest, MigrateRouteKeyTest, MaxSizeAutoCommitTest, TestCircuitBreaker, TestTolerantSearch, TestRandomFlRTGCloud, ConcurrentCreateRoutedAliasTest, TestCustomDocTransformer, TestDelegationWithHadoopAuth, ConvertedLegacyTest, ResponseHeaderTest, ZkControllerTest, ParsingFieldUpdateProcessorsTest, TestUseDocValuesAsStored2, TestRetrieveFieldsOptimizer, ExecutePlanActionTest, TestDistribIDF, SolrIndexSearcherTest, TestDistributedStatsComponentCardinality, ConfigureRecoveryStrategyTest, PeerSyncReplicationTest, TestStressReorder, TestScoreJoinQPScore, TestPhraseSuggestions, TestStressCloudBlindAtomicUpdates, HdfsDirectoryTest, TestRTGBase, TestTermsQParserPlugin, CdcrReplicationHandlerTest, SolrShardReporterTest, TestEmbeddedSolrServerConstructors, TestExplainDocTransformer, NodeMutatorTest, TestCloudPhrasesIdentificationComponent, TestTrackingShardHandlerFactory, TestCorePropertiesReload, TestManagedResource, TestSolrJacksonAnnotation, SolrXmlInZkTest, SolrMetricManagerTest, AutoAddReplicasIntegrationTest, TestFileDictionaryLookup, TestFieldCacheVsDocValues, PrimUtilsTest, TestComponentsName, BlobRepositoryCloudTest, RemoteQueryErrorTest, ExternalFileFieldSortTest, TestFiltering, TestLMJelinekMercerSimilarityFactory, CdcrUpdateLogTest, ZkCollectionPropsCachingTest, HdfsChaosMonkeySafeLeaderTest, TestAtomicUpdateErrorCases, HDFSCollectionsAPITest, SimpleMLTQParserTest, TestLeaderElectionZkExpiry, HLLSerializationTest, TestSQLHandlerNonCloud, ScriptEngineTest, TestHalfAndHalfDocValues, ChaosMonkeyNothingIsSafeWithPullReplicasTest, DynamicMapsTest, DeleteInactiveReplicaTest, TestConfigSetsAPIExclusivity, TestSmileRequest, SolrCmdDistributorTest, TestRealTimeGet, ExitableDirectoryReaderTest, DaemonStreamApiTest, TestDynamicFieldNamesIndexCorrectly, TestFaceting, TestJsonRangeFacets, DocValuesMissingTest, BadCopyFieldTest, SharedFSAutoReplicaFailoverTest, TestSimDistributedQueue, TestSimScenario, ScheduledTriggerTest, TestPayloadScoreQParserPlugin, TestAuthenticationFramework, JWTVerificationkeyResolverTest, ConcurrentDeleteAndCreateCollectionTest, NodeMarkersRegistrationTest, BlockJoinFacetDistribTest, AnalysisAfterCoreReloadTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, EchoParamsTest, MinimalSchemaTest, SampleTest, SolrInfoBeanTest, SolrTestCaseJ4DeleteCoreTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestDistributedSearch, AssignBackwardCompatibilityTest, BasicDistributedZkTest, CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, CreateCollectionCleanupTest, DeleteNodeTest, DeleteShardTest, DeleteStatusTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, FullSolrCloudDistribCmdsTest, HttpPartitionTest, LeaderElectionContextKeyTest, LeaderElectionIntegrationTest, LeaderFailoverAfterPartitionTest, LegacyCloudClusterPropTest, MetricsHistoryIntegrationTest, MoveReplicaHDFSTest, MultiSolrCloudTestCaseTest, OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, ReplicationFactorTest, RouteFieldTest, RoutingToNodesWithPropertiesTest, SSLMigrationTest, SaslZkACLProviderTest, ShardRoutingCustomTest, SyncSliceTest, TestConfigSetsAPIZkFailure, TestCryptoKeys, TestHashPartitioner, TestOnReconnectListenerSupport, TestPullReplica, TestPullReplicaErrorHandling, TestSkipOverseerOperations, TlogReplayBufferedWhileIndexingTest, ZkSolrClientTest, CollectionsAPIAsyncDistributedZkTest, TestCollectionAPI, MetricTriggerIntegrationTest, NodeAddedTriggerIntegrationTest, NodeLostTriggerIntegrationTest, SystemLogListenerTest, TriggerCooldownIntegrationTest, TriggerSetPropertiesIntegrationTest, TestSimClusterStateProvider, TestSimComputePlanAction, TestSimNodeLostTrigger, TestSimUtils, TestSnapshotCloudManager, BaseCdcrDistributedZkTest, CdcrBidirectionalTest, HdfsRecoverLeaseTest, HdfsRecoveryZkTest, HdfsSyncSliceTest, HdfsThreadLeakTest, HdfsTlogReplayBufferedWhileIndexingTest, TestShardHandlerFactory, TestSolrConfigHandler, TestSolrCoreSnapshots, TestCSVLoader, TestConfigReload, TestCoreBackup, TestReplicationHandler, TestTextField, AnalyticsMergeStrategyTest, AnalyticsQueryTest, CurrencyRangeFacetCloudTest, MaxScoreCollectorTest, MergeStrategyTest, TestCollapseQParserPlugin, TestFastLRUCache, TestFieldSortValues, TestHashQParserPlugin, TestInitQParser, TestLRUCache, TestLegacyNumericRangeQueryBuilder, TestMaxScoreQueryParser, TestNoOpRegenerator, TestReload, TestSearchPerf, TestSearcherReuse, TestSolrCachePerf, TestSolrCoreParser, TestSolrFieldCacheBean, TestSolrJ, TestSolrQueryParser, TestSort, TestXmlQParser, DistributedFacetSimpleRefinementLongTailTest, TestCloudJSONFacetJoinDomain, TestCloudJSONFacetSKG, TestIBSimilarityFactory, BasicAuthOnSingleNodeTest, TestExternalRoleRuleBasedAuthorizationPlugin, TestPKIAuthenticationPlugin, SolrRequestParserTest, ConjunctionSolrSpellCheckerTest, DirectSolrSpellCheckerTest, FileBasedSpellCheckerTest, IndexBasedSpellCheckerTest, SpellCheckCollatorWithCollapseTest, WordBreakSolrSpellCheckerTest, TestAnalyzeInfixSuggestions, TestFieldCacheSort, TestNumericTerms64, TestInPlaceUpdatesDistrib]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestInPlaceUpdatesDistrib -Dtests.seed=DDF931D79360F306 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=cs -Dtests.timezone=MET -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J2 | TestInPlaceUpdatesDistrib (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DDF931D79360F306]:0)
   [junit4] Completed [921/921 (1!)] on J2 in 7217.85s, 1 test, 2 errors <<< FAILURES!

[...truncated 50636 lines...]