You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/07/13 03:56:25 UTC

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-14.0.1) - Build # 1251 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1251/
Java: 64bit/jdk-14.0.1 -XX:+UseCompressedOops -XX:+UseSerialGC

4 tests failed.
FAILED:  org.apache.solr.handler.TestSolrConfigHandlerCloud.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([CF569C2CC31311AC]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestSolrConfigHandlerCloud

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

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


FAILED:  org.apache.solr.handler.export.TestExportWriter.testExpr

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


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.export.TestExportWriter

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

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




Build Log:
[...truncated 15747 lines...]
   [junit4] Suite: org.apache.solr.handler.export.TestExportWriter
   [junit4]   2> 1676383 INFO  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1676383 INFO  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.export.TestExportWriter_CF569C2CC31311AC-001/data-dir-110-001
   [junit4]   2> 1676383 WARN  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=44 numCloses=44
   [junit4]   2> 1676383 INFO  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1676384 INFO  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1676384 INFO  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1676385 INFO  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1676388 INFO  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 1676393 INFO  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.a.s.s.IndexSchema Schema name=schema-docValuesMulti
   [junit4]   2> 1676397 INFO  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.a.s.s.IndexSchema Loaded schema schema-docValuesMulti/1.6 with uniqueid field id
   [junit4]   2> 1676494 WARN  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.a.s.c.CoreContainer Unable to create [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:?]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:1036) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:408) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:838) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:824) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:381) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:694) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:801) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:747) ~[?:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:366) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:331) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:169) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:142) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:148) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:111) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:816) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:806) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:667) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:656) [java/:?]
   [junit4]   2> 	at org.apache.solr.handler.export.TestExportWriter.beforeClass(TestExportWriter.java:54) [test/:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 1676499 WARN  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:?]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:1036) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:408) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:838) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1326) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1358) ~[?:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:523) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:77) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:667) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:142) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:148) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:111) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:816) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:806) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:667) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:656) [java/:?]
   [junit4]   2> 	at org.apache.solr.handler.export.TestExportWriter.beforeClass(TestExportWriter.java:54) [test/:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 1676503 INFO  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1676510 WARN  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@103d343b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1676510 WARN  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@103d343b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1676518 WARN  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2aadf46[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1676518 WARN  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2aadf46[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1676522 WARN  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-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> 1676571 INFO  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1676571 INFO  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1676605 INFO  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b60f0f2
   [junit4]   2> 1676623 INFO  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b60f0f2
   [junit4]   2> 1676623 INFO  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b60f0f2
   [junit4]   2> 1676630 INFO  (coreLoadExecutor-14559-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 1676640 INFO  (coreLoadExecutor-14559-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=schema-docValuesMulti
   [junit4]   2> 1676647 INFO  (coreLoadExecutor-14559-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema schema-docValuesMulti/1.6 with uniqueid field id
   [junit4]   2> 1676647 INFO  (coreLoadExecutor-14559-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1676647 INFO  (coreLoadExecutor-14559-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@1b60f0f2
   [junit4]   2> 1676648 INFO  (coreLoadExecutor-14559-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.export.TestExportWriter_CF569C2CC31311AC-001/data-dir-110-001/]
   [junit4]   2> 1676718 INFO  (coreLoadExecutor-14559-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1676718 INFO  (coreLoadExecutor-14559-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1676723 WARN  (coreLoadExecutor-14559-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 1676724 INFO  (coreLoadExecutor-14559-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1676725 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1676730 INFO  (SUITE-TestExportWriter-seed#[CF569C2CC31311AC]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1676740 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSmallChains
   [junit4]   2> 1676741 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1676741 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1676747 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1676747 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 1676748 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1676748 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1676749 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 1
   [junit4]   2> 1676762 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1676763 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 12
   [junit4]   2> 1676763 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1676774 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1676775 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 11
   [junit4]   2> 1676776 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1676792 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1676792 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 15
   [junit4]   2> 1676809 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id&sort=field1_i_p+asc,field2_i_p+asc&wt=xml} hits=3 status=0 QTime=17
   [junit4]   2> 1676830 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1676830 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1676831 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1676837 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1676838 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 1676839 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1676847 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1676847 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 8
   [junit4]   2> 1676848 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1676864 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1676864 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 15
   [junit4]   2> 1676866 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id&sort=field1_i_p+asc,field2_i_p+asc,field3_i_p+asc,field4_i_p+asc,field5_i_p+desc,field6_i_p+desc,field7_i_p+desc,field8_i_p+asc&wt=xml} hits=3 status=0 QTime=0
   [junit4]   2> 1676872 INFO  (TEST-TestExportWriter.testSmallChains-seed#[CF569C2CC31311AC]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSmallChains
   [junit4]   2> 1676933 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRandomNumerics
   [junit4]   2> 1676933 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1676933 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1676937 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1676940 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 1676943 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1676943 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1676965 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1676968 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 25
   [junit4]   2> 1676980 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 6
   [junit4]   2> 1676984 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 1
   [junit4]   2> 1676987 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 1
   [junit4]   2> 1676991 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1676992 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 1676993 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 1676995 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 1
   [junit4]   2> 1676996 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 1676998 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 1
   [junit4]   2> 1677000 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 1677000 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10]} 0 0
   [junit4]   2> 1677006 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11]} 0 0
   [junit4]   2> 1677008 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12]} 0 0
   [junit4]   2> 1677010 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13]} 0 0
   [junit4]   2> 1677073 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1677074 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 59
   [junit4]   2> 1677087 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[14]} 0 3
   [junit4]   2> 1677089 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[15]} 0 1
   [junit4]   2> 1677094 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[16]} 0 0
   [junit4]   2> 1677096 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[17]} 0 0
   [junit4]   2> 1677096 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[18]} 0 0
   [junit4]   2> 1677103 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[19]} 0 0
   [junit4]   2> 1677108 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[20]} 0 1
   [junit4]   2> 1677109 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[21]} 0 0
   [junit4]   2> 1677110 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[22]} 0 0
   [junit4]   2> 1677111 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[23]} 0 1
   [junit4]   2> 1677114 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[24]} 0 1
   [junit4]   2> 1677116 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[25]} 0 0
   [junit4]   2> 1677119 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[26]} 0 2
   [junit4]   2> 1677119 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[27]} 0 0
   [junit4]   2> 1677119 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[28]} 0 0
   [junit4]   2> 1677120 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[29]} 0 0
   [junit4]   2> 1677121 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[30]} 0 0
   [junit4]   2> 1677147 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1677148 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 26
   [junit4]   2> 1677150 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[30]} 0 0
   [junit4]   2> 1677156 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[31]} 0 2
   [junit4]   2> 1677158 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[32]} 0 1
   [junit4]   2> 1677160 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[33]} 0 0
   [junit4]   2> 1677166 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[34]} 0 1
   [junit4]   2> 1677171 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[35]} 0 5
   [junit4]   2> 1677174 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[36]} 0 2
   [junit4]   2> 1677178 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[37]} 0 1
   [junit4]   2> 1677179 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[38]} 0 0
   [junit4]   2> 1677179 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[38]} 0 0
   [junit4]   2> 1677180 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[39]} 0 0
   [junit4]   2> 1677180 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[40]} 0 0
   [junit4]   2> 1677182 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[41]} 0 1
   [junit4]   2> 1677184 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[42]} 0 0
   [junit4]   2> 1677199 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1677200 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 14
   [junit4]   2> 1677203 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[43]} 0 2
   [junit4]   2> 1677207 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[44]} 0 3
   [junit4]   2> 1677209 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[45]} 0 0
   [junit4]   2> 1677209 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[46]} 0 0
   [junit4]   2> 1677210 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[47]} 0 0
   [junit4]   2> 1677228 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1677228 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 18
   [junit4]   2> 1677230 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[48]} 0 0
   [junit4]   2> 1677233 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[49]} 0 0
   [junit4]   2> 1677234 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[49]} 0 0
   [junit4]   2> 1677234 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[50]} 0 0
   [junit4]   2> 1677235 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[51]} 0 0
   [junit4]   2> 1677236 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[52]} 0 0
   [junit4]   2> 1677237 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[53]} 0 0
   [junit4]   2> 1677239 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[54]} 0 0
   [junit4]   2> 1677241 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[55]} 0 1
   [junit4]   2> 1677242 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[56]} 0 0
   [junit4]   2> 1677243 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[57]} 0 0
   [junit4]   2> 1677244 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[58]} 0 0
   [junit4]   2> 1677245 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[59]} 0 0
   [junit4]   2> 1677246 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[60]} 0 0
   [junit4]   2> 1677246 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[61]} 0 0
   [junit4]   2> 1677247 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[62]} 0 0
   [junit4]   2> 1677259 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1677259 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 12
   [junit4]   2> 1677262 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[63]} 0 1
   [junit4]   2> 1677263 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[64]} 0 0
   [junit4]   2> 1677263 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[65]} 0 0
   [junit4]   2> 1677264 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[66]} 0 0
   [junit4]   2> 1677264 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[67]} 0 0
   [junit4]   2> 1677265 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[68]} 0 0
   [junit4]   2> 1677266 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[69]} 0 0
   [junit4]   2> 1677266 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[70]} 0 0
   [junit4]   2> 1677267 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[71]} 0 0
   [junit4]   2> 1677267 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[72]} 0 0
   [junit4]   2> 1677268 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[73]} 0 0
   [junit4]   2> 1677268 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[74]} 0 0
   [junit4]   2> 1677269 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[75]} 0 0
   [junit4]   2> 1677269 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[76]} 0 0
   [junit4]   2> 1677270 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[76]} 0 0
   [junit4]   2> 1677270 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[77]} 0 0
   [junit4]   2> 1677272 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[78]} 0 0
   [junit4]   2> 1677272 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[79]} 0 0
   [junit4]   2> 1677274 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[80]} 0 1
   [junit4]   2> 1677294 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1677294 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 18
   [junit4]   2> 1677296 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[81]} 0 1
   [junit4]   2> 1677297 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[82]} 0 0
   [junit4]   2> 1677298 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[83]} 0 0
   [junit4]   2> 1677298 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[84]} 0 0
   [junit4]   2> 1677299 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[85]} 0 0
   [junit4]   2> 1677301 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[86]} 0 1
   [junit4]   2> 1677302 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[87]} 0 0
   [junit4]   2> 1677304 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[88]} 0 1
   [junit4]   2> 1677305 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[89]} 0 0
   [junit4]   2> 1677306 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[90]} 0 0
   [junit4]   2> 1677307 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[91]} 0 0
   [junit4]   2> 1677321 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1677321 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 14
   [junit4]   2> 1677323 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[92]} 0 0
   [junit4]   2> 1677324 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[93]} 0 0
   [junit4]   2> 1677326 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[94]} 0 0
   [junit4]   2> 1677328 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[95]} 0 0
   [junit4]   2> 1677328 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[96]} 0 0
   [junit4]   2> 1677332 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[97]} 0 0
   [junit4]   2> 1677332 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[98]} 0 0
   [junit4]   2> 1677332 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[99]} 0 0
   [junit4]   2> 1677333 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[100]} 0 0
   [junit4]   2> 1677334 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[101]} 0 0
   [junit4]   2> 1677335 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[102]} 0 0
   [junit4]   2> 1677342 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1677342 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 1677344 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[103]} 0 1
   [junit4]   2> 1677345 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[104]} 0 0
   [junit4]   2> 1677346 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[105]} 0 0
   [junit4]   2> 1677356 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1677357 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 10
   [junit4]   2> 1677358 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&qt=/export&fl=number_is_ni_p,number_ls_ni_p,number_fs_ni_p,number_ds_ni_p,number_dts_ni_p,number_is_p,number_ls_p,number_fs_p,number_ds_p,number_dts_p,number_i_ni_p,number_l_ni_p,number_f_ni_p,number_d_ni_p,number_dt_ni_p,number_i_p,number_l_p,number_f_p,number_d_p,number_dt_p&sort=number_f_t+asc&wt=xml} hits=1 status=0 QTime=1
   [junit4]   2> 1677373 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&qt=/export&fl=number_is_ni_t,number_ls_ni_t,number_fs_ni_t,number_ds_ni_t,number_dts_ni_t,number_is_t,number_ls_t,number_fs_t,number_ds_t,number_dts_t,number_i_ni_t,number_l_ni_t,number_f_ni_t,number_d_ni_t,number_dt_ni_t,number_i_t,number_l_t,number_f_t,number_d_t,number_dt_t&sort=number_f_t+asc&wt=xml} hits=1 status=0 QTime=0
   [junit4]   2> 1677376 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=number_is_ni_p,number_ls_ni_p,number_fs_ni_p,number_ds_ni_p,number_dts_ni_p,number_is_p,number_ls_p,number_fs_p,number_ds_p,number_dts_p,number_i_ni_p,number_l_ni_p,number_f_ni_p,number_d_ni_p,number_dt_ni_p,number_i_p,number_l_p,number_f_p,number_d_p,number_dt_p&sort=number_f_ni_t+desc&wt=xml} hits=102 status=0 QTime=1
   [junit4]   2> 1677407 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=number_is_ni_t,number_ls_ni_t,number_fs_ni_t,number_ds_ni_t,number_dts_ni_t,number_is_t,number_ls_t,number_fs_t,number_ds_t,number_dts_t,number_i_ni_t,number_l_ni_t,number_f_ni_t,number_d_ni_t,number_dt_ni_t,number_i_t,number_l_t,number_f_t,number_d_t,number_dt_t&sort=number_f_ni_t+desc&wt=xml} hits=102 status=0 QTime=0
   [junit4]   2> 1677433 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:[0+TO+2]&qt=/export&fl=number_is_ni_p,number_ls_ni_p,number_fs_ni_p,number_ds_ni_p,number_dts_ni_p,number_is_p,number_ls_p,number_fs_p,number_ds_p,number_dts_p,number_i_ni_p,number_l_ni_p,number_f_ni_p,number_d_ni_p,number_dt_ni_p,number_i_p,number_l_p,number_f_p,number_d_p,number_dt_p&sort=number_dt_ni_t+desc&wt=xml} hits=19 status=0 QTime=1
   [junit4]   2> 1677441 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:[0+TO+2]&qt=/export&fl=number_is_ni_t,number_ls_ni_t,number_fs_ni_t,number_ds_ni_t,number_dts_ni_t,number_is_t,number_ls_t,number_fs_t,number_ds_t,number_dts_t,number_i_ni_t,number_l_ni_t,number_f_ni_t,number_d_ni_t,number_dt_ni_t,number_i_t,number_l_t,number_f_t,number_d_t,number_dt_t&sort=number_dt_ni_t+desc&wt=xml} hits=19 status=0 QTime=0
   [junit4]   2> 1677448 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:[0+TO+9]&qt=/export&fl=number_is_ni_p,number_ls_ni_p,number_fs_ni_p,number_ds_ni_p,number_dts_ni_p,number_is_p,number_ls_p,number_fs_p,number_ds_p,number_dts_p,number_i_ni_p,number_l_ni_p,number_f_ni_p,number_d_ni_p,number_dt_ni_p,number_i_p,number_l_p,number_f_p,number_d_p,number_dt_p&sort=number_d_t+asc&wt=xml} hits=92 status=0 QTime=0
   [junit4]   2> 1677466 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:[0+TO+9]&qt=/export&fl=number_is_ni_t,number_ls_ni_t,number_fs_ni_t,number_ds_ni_t,number_dts_ni_t,number_is_t,number_ls_t,number_fs_t,number_ds_t,number_dts_t,number_i_ni_t,number_l_ni_t,number_f_ni_t,number_d_ni_t,number_dt_ni_t,number_i_t,number_l_t,number_f_t,number_d_t,number_dt_t&sort=number_d_t+asc&wt=xml} hits=92 status=0 QTime=1
   [junit4]   2> 1677512 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:DOES_NOT_EXIST&qt=/export&fl=number_is_ni_p,number_ls_ni_p,number_fs_ni_p,number_ds_ni_p,number_dts_ni_p,number_is_p,number_ls_p,number_fs_p,number_ds_p,number_dts_p,number_i_ni_p,number_l_ni_p,number_f_ni_p,number_d_ni_p,number_dt_ni_p,number_i_p,number_l_p,number_f_p,number_d_p,number_dt_p&sort=number_dt_ni_p+asc&wt=xml} hits=0 status=0 QTime=2
   [junit4]   2> 1677528 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:DOES_NOT_EXIST&qt=/export&fl=number_is_ni_t,number_ls_ni_t,number_fs_ni_t,number_ds_ni_t,number_dts_ni_t,number_is_t,number_ls_t,number_fs_t,number_ds_t,number_dts_t,number_i_ni_t,number_l_ni_t,number_f_ni_t,number_d_ni_t,number_dt_ni_t,number_i_t,number_l_t,number_f_t,number_d_t,number_dt_t&sort=number_dt_ni_p+asc&wt=xml} hits=0 status=0 QTime=2
   [junit4]   2> 1677544 INFO  (TEST-TestExportWriter.testRandomNumerics-seed#[CF569C2CC31311AC]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRandomNumerics
   [junit4]   2> 1677559 INFO  (TEST-TestExportWriter.testBooleanField-seed#[CF569C2CC31311AC]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBooleanField
   [junit4]   2> 1677559 INFO  (TEST-TestExportWriter.testBooleanField-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1677559 INFO  (TEST-TestExportWriter.testBooleanField-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1677560 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1677567 INFO  (TEST-TestExportWriter.testBooleanField-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 1677567 INFO  (TEST-TestExportWriter.testBooleanField-seed#[CF569C2CC31311AC]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1677567 INFO  (TEST-TestExportWriter.testBooleanField-seed#[CF569C2CC31311AC]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1677568 INFO  (TEST-TestExportWriter.testBooleanField-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1677574 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1677574 INFO  (TEST-TestExportWriter.testBooleanField-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 1677576 INFO  (TEST-TestExportWriter.testBooleanField-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 1
   [junit4]   2> 1677582 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1677585 INFO  (TEST-TestExportWriter.testBooleanField-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 1677586 INFO  (TEST-TestExportWriter.testBooleanField-seed#[CF569C2CC31311AC]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id&sort=booleandv+asc&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1677601 INFO  (TEST-TestExportWriter.testBooleanField-seed#[CF569C2CC31311AC]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&qt=/export&fl=id&sort=booleandv+desc&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1677608 INFO  (TEST-TestExportWriter.testBooleanField-seed#[CF569C2CC31311AC]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testBooleanField
   [junit4]   2> 1677632 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultipleSorts
   [junit4]   2> 1677632 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1677632 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1677636 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1677637 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 1677638 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1677638 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 1677643 INFO  (searcherExecutor-14561-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1677645 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 1677646 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 1677646 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 1677647 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 1677647 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 1677647 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 1677647 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 1677647 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 1677647 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 1677648 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 1677648 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 1677648 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10]} 0 0
   [junit4]   2> 1677648 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11]} 0 0
   [junit4]   2> 1677648 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12]} 0 0
   [junit4]   2> 1677649 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13]} 0 0
   [junit4]   2> 1677649 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[14]} 0 0
   [junit4]   2> 1677649 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[15]} 0 0
   [junit4]   2> 1677649 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[16]} 0 0
   [junit4]   2> 1677649 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[17]} 0 0
   [junit4]   2> 1677649 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[18]} 0 0
   [junit4]   2> 1677650 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[19]} 0 0
   [junit4]   2> 1677650 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[20]} 0 0
   [junit4]   2> 1677650 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[21]} 0 0
   [junit4]   2> 1677650 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[22]} 0 0
   [junit4]   2> 1677650 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[23]} 0 0
   [junit4]   2> 1677650 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[24]} 0 0
   [junit4]   2> 1677652 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[25]} 0 0
   [junit4]   2> 1677652 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[26]} 0 0
   [junit4]   2> 1677653 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[27]} 0 0
   [junit4]   2> 1677653 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[28]} 0 0
   [junit4]   2> 1677654 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[29]} 0 0
   [junit4]   2> 1677655 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[30]} 0 0
   [junit4]   2> 1677655 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[31]} 0 0
   [junit4]   2> 1677657 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[32]} 0 0
   [junit4]   2> 1677657 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[33]} 0 0
   [junit4]   2> 1677658 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[34]} 0 0
   [junit4]   2> 1677659 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[35]} 0 0
   [junit4]   2> 1677659 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[36]} 0 0
   [junit4]   2> 1677661 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[37]} 0 0
   [junit4]   2> 1677661 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[38]} 0 0
   [junit4]   2> 1677661 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[39]} 0 0
   [junit4]   2> 1677661 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[40]} 0 0
   [junit4]   2> 1677661 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[41]} 0 0
   [junit4]   2> 1677662 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[42]} 0 0
   [junit4]   2> 1677665 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[43]} 0 0
   [junit4]   2> 1677665 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[44]} 0 0
   [junit4]   2> 1677665 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[45]} 0 0
   [junit4]   2> 1677665 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[46]} 0 0
   [junit4]   2> 1677666 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[47]} 0 0
   [junit4]   2> 1677666 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[48]} 0 0
   [junit4]   2> 1677666 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[49]} 0 0
   [junit4]   2> 1677666 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[50]} 0 0
   [junit4]   2> 1677666 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[51]} 0 0
   [junit4]   2> 1677666 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[52]} 0 0
   [junit4]   2> 1677667 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[53]} 0 0
   [junit4]   2> 1677667 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[54]} 0 0
   [junit4]   2> 1677667 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[55]} 0 0
   [junit4]   2> 1677667 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[56]} 0 0
   [junit4]   2> 1677668 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[57]} 0 0
   [junit4]   2> 1677668 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[58]} 0 0
   [junit4]   2> 1677668 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[59]} 0 0
   [junit4]   2> 1677668 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[60]} 0 0
   [junit4]   2> 1677669 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[61]} 0 0
   [junit4]   2> 1677669 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[62]} 0 0
   [junit4]   2> 1677669 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[63]} 0 0
   [junit4]   2> 1677669 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[64]} 0 0
   [junit4]   2> 1677669 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[65]} 0 0
   [junit4]   2> 1677669 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[66]} 0 0
   [junit4]   2> 1677670 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[67]} 0 0
   [junit4]   2> 1677670 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[68]} 0 0
   [junit4]   2> 1677670 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[69]} 0 0
   [junit4]   2> 1677670 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[70]} 0 0
   [junit4]   2> 1677670 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[71]} 0 0
   [junit4]   2> 1677670 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[72]} 0 0
   [junit4]   2> 1677671 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[73]} 0 0
   [junit4]   2> 1677671 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[74]} 0 0
   [junit4]   2> 1677671 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[75]} 0 0
   [junit4]   2> 1677671 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[76]} 0 0
   [junit4]   2> 1677671 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[77]} 0 0
   [junit4]   2> 1677672 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[78]} 0 0
   [junit4]   2> 1677672 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[79]} 0 0
   [junit4]   2> 1677674 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[80]} 0 0
   [junit4]   2> 1677675 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[81]} 0 0
   [junit4]   2> 1677675 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[82]} 0 0
   [junit4]   2> 1677675 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[83]} 0 0
   [junit4]   2> 1677675 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[84]} 0 0
   [junit4]   2> 1677675 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[85]} 0 0
   [junit4]   2> 1677675 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[86]} 0 0
   [junit4]   2> 1677676 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[87]} 0 0
   [junit4]   2> 1677676 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[88]} 0 0
   [junit4]   2> 1677676 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[89]} 0 0
   [junit4]   2> 1677678 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[90]} 0 0
   [junit4]   2> 1677678 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[91]} 0 0
   [junit4]   2> 1677684 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[92]} 0 5
   [junit4]   2> 1677685 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[93]} 0 0
   [junit4]   2> 1677685 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[94]} 0 0
   [junit4]   2> 1677685 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[95]} 0 0
   [junit4]   2> 1677685 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[96]} 0 0
   [junit4]   2> 1677685 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[97]} 0 0
   [junit4]   2> 1677685 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[98]} 0 0
   [junit4]   2> 1677686 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[99]} 0 0
   [junit4]   2> 1677686 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[100]} 0 0
   [junit4]   2> 1677686 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[101]} 0 0
   [junit4]   2> 1677686 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[102]} 0 0
   [junit4]   2> 1677686 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[103]} 0 0
   [junit4]   2> 1677687 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[104]} 0 0
   [junit4]   2> 1677687 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[105]} 0 0
   [junit4]   2> 1677687 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[106]} 0 0
   [junit4]   2> 1677687 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[107]} 0 0
   [junit4]   2> 1677690 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[108]} 0 0
   [junit4]   2> 1677692 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[109]} 0 0
   [junit4]   2> 1677692 INFO  (TEST-TestExportWriter.testMultipleSorts-seed#[CF569C2CC31311AC]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorF

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

ipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:409)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
   [junit4]   2>         at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$230/0x0000000800e98440.run(Unknown Source)
   [junit4]   2>         at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:212)
   [junit4]   2>         at app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$231/0x0000000800e98c40.run(Unknown Source)
   [junit4]   2>         at java.base@14.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]   2>         at java.base@14.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
   [junit4]   2>         at java.base@14.0.1/java.lang.Thread.run(Thread.java:832)
   [junit4]   2>   142) Thread[id=27398, name=qtp333896571-27398, state=RUNNABLE, group=TGRP-TestSolrConfigHandlerCloud]
   [junit4]   2>         at java.base@14.0.1/sun.nio.ch.KQueue.poll(Native Method)
   [junit4]   2>         at java.base@14.0.1/sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:122)
   [junit4]   2>         at java.base@14.0.1/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)
   [junit4]   2>         at java.base@14.0.1/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:146)
   [junit4]   2>         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:472)
   [junit4]   2>         at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:409)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
   [junit4]   2>         at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$230/0x0000000800e98440.run(Unknown Source)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2>         at java.base@14.0.1/java.lang.Thread.run(Thread.java:832)
   [junit4]   2>   143) Thread[id=27491, name=qtp1077805093-27491, state=TIMED_WAITING, group=TGRP-TestSolrConfigHandlerCloud]
   [junit4]   2>         at java.base@14.0.1/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.base@14.0.1/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
   [junit4]   2>         at java.base@14.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1661)
   [junit4]   2>         at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:875)
   [junit4]   2>         at app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:925)
   [junit4]   2>         at java.base@14.0.1/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=1058, maxMBSortInHeap=7.310909735231624, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=fa, timezone=Pacific/Honolulu
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 14.0.1 (64-bit)/cpus=6,threads=169,free=263201952,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [HLLSerializationTest, TestSchemaManager, CursorMarkTest, TestCloudPivotFacet, TestExclusionRuleCollectionAccess, TestReversedWildcardFilterFactory, TestAnalyzeInfixSuggestions, TestPHPSerializedResponseWriter, HdfsThreadLeakTest, HDFSCollectionsAPITest, PathHierarchyTokenizerFactoryTest, AutoScalingHandlerTest, TestSimNodeAddedTrigger, TestLegacyNumericRangeQueryBuilder, TestManagedSynonymFilterFactory, TestSSLRandomization, DistributedFacetPivotSmallAdvancedTest, CoreMergeIndexesAdminHandlerTest, CdcrOpsAndBoundariesTest, TestIndexingPerformance, OutputWriterTest, TestSolrCloudWithDelegationTokens, AtomicUpdatesTest, CursorPagingTest, StatsComponentTest, SolrSlf4jReporterTest, SolrLogPostToolTest, TestHdfsUpdateLog, OverseerRolesTest, JWTAuthPluginIntegrationTest, TestClusterProperties, TestReplicationHandlerBackup, RegexBytesRefFilterTest, SolrCloudExampleTest, TestDeleteCollectionOnDownNodes, TestClusterStateMutator, OpenExchangeRatesOrgProviderTest, ShardRoutingCustomTest, TestFieldCacheWithThreads, TestDFRSimilarityFactory, TestGroupingSearch, TestSha256AuthenticationProvider, TestOrdValues, LoggingHandlerTest, TestSimpleTrackingShardHandler, OverseerTest, TestFieldResource, TestUseDocValuesAsStored2, TestStressLiveNodes, TestDynamicLoadingUrl, ResponseBuilderTest, CloudMLTQParserTest, DocValuesMissingTest, ReindexCollectionTest, TestMacroExpander, DistributedDebugComponentTest, IndexSchemaRuntimeFieldTest, TestFuzzyAnalyzedSuggestions, TestJsonFacetsWithNestedObjects, TestCloudSchemaless, RAMDirectoryFactoryTest, TestSystemIdResolver, TestNoOpRegenerator, PropertiesRequestHandlerTest, NodeAddedTriggerIntegrationTest, TestSchemaSimilarityResource, TestSolr4Spatial, ChangedSchemaMergeTest, HdfsNNFailoverTest, HttpPartitionTest, TestTermsQParserPlugin, TestReRankQParserPlugin, TestConfigsApi, TestCSVResponseWriter, CSVRequestHandlerTest, AuditLoggerIntegrationTest, FieldMutatingUpdateProcessorTest, MetricsHistoryIntegrationTest, RestartWhileUpdatingTest, SolrIndexConfigTest, SplitHandlerTest, IndexSizeTriggerMixedBoundsTest, PKIAuthenticationIntegrationTest, TestIntervalFaceting, TestDefaultStatsCache, TestEmbeddedSolrServerConstructors, TestMiniSolrCloudClusterSSL, AutoscalingHistoryHandlerTest, SignatureUpdateProcessorFactoryTest, CloudExitableDirectoryReaderTest, ClusterStateUpdateTest, CollectionsAPISolrJTest, LeaderElectionIntegrationTest, SyncSliceTest, TestTolerantUpdateProcessorRandomCloud, TestWaitForStateWithJettyShutdowns, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, UnloadDistributedZkTest, AssignTest, AsyncCallRequestStatusResponseTest, CollectionTooManyReplicasTest, SimpleCollectionCreateDeleteTest, SplitByPrefixTest, TestHdfsCloudBackupRestore, NodeMarkersRegistrationTest, ScheduledTriggerTest, SearchRateTriggerIntegrationTest, SearchRateTriggerTest, TriggerEventQueueTest, TriggerIntegrationTest, JsonLoaderTest, PingRequestHandlerTest, TestReqParamsAPI, TestSQLHandlerNonCloud, TestSolrConfigHandlerCloud]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandlerCloud -Dtests.seed=CF569C2CC31311AC -Dtests.slow=true -Dtests.locale=fa -Dtests.timezone=Pacific/Honolulu -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J3 | TestSolrConfigHandlerCloud (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CF569C2CC31311AC]:0)
   [junit4] Completed [690/915 (2!)] on J3 in 184.80s, 1 test, 2 errors <<< FAILURES!

[...truncated 45545 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1251/consoleText

[repro] Revision: 1ee54905176118eecef600bbb037da42d73215f4

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=TestExportWriter -Dtests.method=testExpr -Dtests.seed=CF569C2CC31311AC -Dtests.slow=true -Dtests.locale=ms-SG -Dtests.timezone=Asia/Manila -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=TestExportWriter -Dtests.seed=CF569C2CC31311AC -Dtests.slow=true -Dtests.locale=ms-SG -Dtests.timezone=Asia/Manila -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=TestSolrConfigHandlerCloud -Dtests.method=test -Dtests.seed=CF569C2CC31311AC -Dtests.slow=true -Dtests.locale=fa -Dtests.timezone=Pacific/Honolulu -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=TestSolrConfigHandlerCloud -Dtests.seed=CF569C2CC31311AC -Dtests.slow=true -Dtests.locale=fa -Dtests.timezone=Pacific/Honolulu -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TestSolrConfigHandlerCloud
[repro]       TestExportWriter
[repro] ant compile-test

[...truncated 3472 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.TestSolrConfigHandlerCloud|*.TestExportWriter" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=CF569C2CC31311AC -Dtests.slow=true -Dtests.locale=fa -Dtests.timezone=Pacific/Honolulu -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 156 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.handler.TestSolrConfigHandlerCloud
[repro]   0/5 failed: org.apache.solr.handler.export.TestExportWriter
[repro] Exiting with code 0

[...truncated 91 lines...]

[JENKINS-Experimental-GC] Lucene-Solr-8.x-MacOSX (64bit/jdk-14.0.1) - Build # 1253 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1253/
Java: 64bit/jdk-14.0.1 -XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC

2 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=16156, name=testExecutor-10413-thread-2, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=16156, name=testExecutor-10413-thread-2, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
	at __randomizedtesting.SeedInfo.seed([ABD9A5777BAF09D1:238D9AADD5536429]:0)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57405/_dga: ADDREPLICA failed to create replica
	at __randomizedtesting.SeedInfo.seed([ABD9A5777BAF09D1]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCollectionInOneInstance$2(BasicDistributedZkTest.java:760)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:212)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

Error Message:
Error from server at http://127.0.0.1:57937/hm: Underlying core creation failed while creating collection: control_collection

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57937/hm: Underlying core creation failed while creating collection: control_collection
	at __randomizedtesting.SeedInfo.seed([ABD9A5777BAF09D1:739488208C72AC71]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:389)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:359)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1157)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:918)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1088)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 14917 lines...]
   [junit4] Suite: org.apache.solr.core.TestDynamicLoading
   [junit4]   2> 1386282 INFO  (SUITE-TestDynamicLoading-seed#[ABD9A5777BAF09D1]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1386282 INFO  (SUITE-TestDynamicLoading-seed#[ABD9A5777BAF09D1]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1386283 INFO  (SUITE-TestDynamicLoading-seed#[ABD9A5777BAF09D1]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_ABD9A5777BAF09D1-001/data-dir-56-001
   [junit4]   2> 1386283 INFO  (SUITE-TestDynamicLoading-seed#[ABD9A5777BAF09D1]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1386284 INFO  (SUITE-TestDynamicLoading-seed#[ABD9A5777BAF09D1]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1386284 INFO  (SUITE-TestDynamicLoading-seed#[ABD9A5777BAF09D1]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /hm/
   [junit4]   2> 1386288 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1386289 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1386289 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1386290 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1386392 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer start zk server on port: 57931
   [junit4]   2> 1386392 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:57931
   [junit4]   2> 1386392 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57931
   [junit4]   2> 1386392 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 57931
   [junit4]   2> 1386398 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1386403 INFO  (zkConnectionManagerCallback-10023-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1386403 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1386408 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1386414 INFO  (zkConnectionManagerCallback-10025-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1386415 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1386419 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1386422 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1386427 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1386431 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1386434 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1386436 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1386439 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1386442 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1386444 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1386447 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1386450 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1386452 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1386873 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1386873 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1386873 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1386873 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 1386877 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1386877 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1386877 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1386878 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5b456dd4{/hm,null,AVAILABLE}
   [junit4]   2> 1386880 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6da122ae{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:57937}
   [junit4]   2> 1386880 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.s.Server Started @1387003ms
   [junit4]   2> 1386880 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/hm, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_ABD9A5777BAF09D1-001/tempDir-001/control/data, hostPort=57937, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_ABD9A5777BAF09D1-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 1386881 ERROR (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1386881 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1386881 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 1386881 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1386881 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1386881 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-13T15:00:23.115532Z
   [junit4]   2> 1386885 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1386888 INFO  (zkConnectionManagerCallback-10027-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1386888 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1386894 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]-SendThread(127.0.0.1:57931)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100bf5d77430002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100bf5d77430002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100bf5d77430002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 1386995 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1386996 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_ABD9A5777BAF09D1-001/control-001/solr.xml
   [junit4]   2> 1387001 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1387001 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1387002 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@626f07cc, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1387216 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1387219 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6beeec51[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1387219 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6beeec51[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1387223 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4c7ece19[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1387223 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4c7ece19[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1387225 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57931/solr
   [junit4]   2> 1387226 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1387230 INFO  (zkConnectionManagerCallback-10037-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1387230 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1387234 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]-SendThread(127.0.0.1:57931)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100bf5d77430003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100bf5d77430003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100bf5d77430003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 1387347 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57937_hm     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1387350 INFO  (zkConnectionManagerCallback-10039-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1387351 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57937_hm     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1387640 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57937_hm     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57937_hm
   [junit4]   2> 1387642 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57937_hm     ] o.a.s.c.Overseer Overseer (id=72268002191671300-127.0.0.1:57937_hm-n_0000000000) starting
   [junit4]   2> 1387662 INFO  (OverseerStateUpdate-72268002191671300-127.0.0.1:57937_hm-n_0000000000) [n:127.0.0.1:57937_hm     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:57937_hm
   [junit4]   2> 1387667 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57937_hm     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57937_hm
   [junit4]   2> 1387671 INFO  (OverseerStateUpdate-72268002191671300-127.0.0.1:57937_hm-n_0000000000) [n:127.0.0.1:57937_hm     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1387688 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57937_hm     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1387690 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57937_hm     ] 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> 1387715 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57937_hm     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1387742 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57937_hm     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@626f07cc
   [junit4]   2> 1387754 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57937_hm     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@626f07cc
   [junit4]   2> 1387754 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57937_hm     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@626f07cc
   [junit4]   2> 1387755 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57937_hm     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_ABD9A5777BAF09D1-001/control-001/cores
   [junit4]   2> 1387767 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1387772 INFO  (zkConnectionManagerCallback-10056-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1387772 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1387775 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1387779 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57931/solr ready
   [junit4]   2> 1387783 INFO  (qtp1535780510-16686) [n:127.0.0.1:57937_hm     ] 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:57937_hm&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1387791 INFO  (OverseerThreadFactory-10046-thread-1-processing-n:127.0.0.1:57937_hm) [n:127.0.0.1:57937_hm     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1387918 INFO  (qtp1535780510-16688) [n:127.0.0.1:57937_hm     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1387918 INFO  (qtp1535780510-16688) [n:127.0.0.1:57937_hm     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=1
   [junit4]   2> 1387932 INFO  (qtp1535780510-16688) [n:127.0.0.1:57937_hm    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> 1406935 ERROR (OverseerThreadFactory-10046-thread-1-processing-n:127.0.0.1:57937_hm) [n:127.0.0.1:57937_hm     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:57937/hm
   [junit4]   2>           => org.apache.solr.client.solrj.SolrServerException: Total timeout 15000 ms elapsed
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.Http2SolrClient$1.onFailure(Http2SolrClient.java:413)
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Total timeout 15000 ms elapsed
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.Http2SolrClient$1.onFailure(Http2SolrClient.java:413) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:197) ~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.client.ResponseNotifier.notifyFailure(ResponseNotifier.java:189) ~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.client.HttpReceiver.abort(HttpReceiver.java:608) ~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.client.HttpChannel.abortResponse(HttpChannel.java:156) ~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.client.HttpChannel.abort(HttpChannel.java:149) ~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.client.HttpExchange.abort(HttpExchange.java:257) ~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.client.HttpConversation.abort(HttpConversation.java:149) ~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.client.HttpRequest.abort(HttpRequest.java:796) ~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.client.TimeoutCompleteListener.onTimeoutExpired(TimeoutCompleteListener.java:51) ~[jetty-client-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.io.CyclicTimeout$Wakeup.run(CyclicTimeout.java:282) ~[jetty-io-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> Caused by: java.util.concurrent.TimeoutException: Total timeout 15000 ms elapsed
   [junit4]   2> 	... 8 more
   [junit4]   2> 1406940 ERROR (OverseerThreadFactory-10046-thread-1-processing-n:127.0.0.1:57937_hm) [n:127.0.0.1:57937_hm     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Cleaning up collection [control_collection].
   [junit4]   2> 1407019 INFO  (OverseerThreadFactory-10046-thread-1-processing-n:127.0.0.1:57937_hm) [n:127.0.0.1:57937_hm     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 1407031 ERROR (qtp1535780510-16687) [n:127.0.0.1:57937_hm    x:control_collection_shard1_replica_n1 ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Cannot unload non-existent core [control_collection_shard1_replica_n1]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.unload(CoreContainer.java:1756)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$1(CoreAdminOperation.java:108)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:214)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> 
   [junit4]   2> 1407031 INFO  (qtp1535780510-16687) [n:127.0.0.1:57937_hm    x:control_collection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&deleteMetricsHistory=true&core=control_collection_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=400 QTime=1
   [junit4]   2> 1407033 ERROR (OverseerThreadFactory-10046-thread-1-processing-n:127.0.0.1:57937_hm) [n:127.0.0.1:57937_hm     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:57937/hm
   [junit4]   2>           => org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: Cannot unload non-existent core [control_collection_shard1_replica_n1]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:775)
   [junit4]   2> org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at null: Cannot unload non-existent core [control_collection_shard1_replica_n1]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:775) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:464) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.Http2SolrClient.access$1200(Http2SolrClient.java:114) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.Http2SolrClient$1.lambda$onHeaders$0(Http2SolrClient.java:397) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:212) [java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 1407055 INFO  (zkCallback-10038-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDeleted path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1407069 INFO  (OverseerThreadFactory-10046-thread-1-processing-n:127.0.0.1:57937_hm) [n:127.0.0.1:57937_hm     ] o.a.s.c.a.c.CreateCollectionCmd Cleaned up artifacts for failed create collection for [control_collection]
   [junit4]   2> 1407069 ERROR (OverseerThreadFactory-10046-thread-1-processing-n:127.0.0.1:57937_hm) [n:127.0.0.1:57937_hm     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: control_collection operation: create failed:org.apache.solr.common.SolrException: Underlying core creation failed while creating collection: control_collection
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:309)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:264)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:517)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:212)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> 
   [junit4]   2> 1407077 INFO  (qtp1535780510-16686) [n:127.0.0.1:57937_hm     ] 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:57937_hm&wt=javabin&version=2} status=400 QTime=19294
   [junit4]   2> 1407080 INFO  (qtp1535780510-16688) [n:127.0.0.1:57937_hm c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 1407105 INFO  (qtp1535780510-16688) [n:127.0.0.1:57937_hm c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1407186 INFO  (closeThreadPool-10058-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=542182836
   [junit4]   2> 1407186 INFO  (closeThreadPool-10058-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:57937_hm
   [junit4]   2> 1407188 INFO  (closeThreadPool-10058-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1407188 INFO  (closeThreadPool-10058-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:57937_hm as DOWN
   [junit4]   2> 1407194 INFO  (closeThreadPool-10058-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1407195 INFO  (closeThreadPool-10058-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@78ba50b6: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@44f7bf4f
   [junit4]   2> 1407202 INFO  (closeThreadPool-10058-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1407202 INFO  (closeThreadPool-10058-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@30fb091b: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@25c81bc6
   [junit4]   2> 1407205 INFO  (closeThreadPool-10058-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1407205 INFO  (closeThreadPool-10058-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@693e164f: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@af6f62c
   [junit4]   2> 1407206 INFO  (closeThreadPool-10058-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1407207 INFO  (closeThreadPool-10063-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72268002191671300-127.0.0.1:57937_hm-n_0000000000) closing
   [junit4]   2> 1407209 INFO  (OverseerStateUpdate-72268002191671300-127.0.0.1:57937_hm-n_0000000000) [n:127.0.0.1:57937_hm     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:57937_hm
   [junit4]   2> 1407210 INFO  (OverseerAutoScalingTriggerThread-72268002191671300-127.0.0.1:57937_hm-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1407222 INFO  (closeThreadPool-10063-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72268002191671300-127.0.0.1:57937_hm-n_0000000000) closing
   [junit4]   2> 1407337 INFO  (closeThreadPool-10058-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72268002191671300-127.0.0.1:57937_hm-n_0000000000) closing
   [junit4]   2> 1407342 INFO  (closeThreadPool-10058-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6da122ae{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1407342 INFO  (closeThreadPool-10058-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5b456dd4{/hm,null,UNAVAILABLE}
   [junit4]   2> 1407342 INFO  (closeThreadPool-10058-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1407345 ERROR (qtp1535780510-16688) [n:127.0.0.1:57937_hm     ] o.a.s.c.CoreContainer null:org.apache.solr.common.SolrException: Error creating shard term node in Zookeeper for collection: control_collection
   [junit4]   2> 	at org.apache.solr.cloud.ZkShardTerms.ensureTermNodeExist(ZkShardTerms.java:344)
   [junit4]   2> 	at org.apache.solr.cloud.ZkShardTerms.<init>(ZkShardTerms.java:102)
   [junit4]   2> 	at org.apache.solr.cloud.ZkCollectionTerms.getShard(ZkCollectionTerms.java:45)
   [junit4]   2> 	at org.apache.solr.cloud.ZkCollectionTerms.remove(ZkCollectionTerms.java:58)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.unregister(ZkController.java:1644)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.unregister(ZkController.java:1638)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1286)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:214)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:134)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:1733)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$makePath$9(SolrZkClient.java:530)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:529)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:473)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:460)
   [junit4]   2> 	at org.apache.solr.cloud.ZkShardTerms.ensureTermNodeExist(ZkShardTerms.java:334)
   [junit4]   2> 	... 42 more
   [junit4]   2> 
   [junit4]   2> 1407346 ERROR (qtp1535780510-16688) [n:127.0.0.1:57937_hm     ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error CREATEing SolrCore 'control_collection_shard1_replica_n1': Unable to create core [control_collection_shard1_replica_n1] Caused by: KeeperErrorCode = Session expired for /configs/conf1/enumsConfig.xml
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1312)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:95)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:214)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:854)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:818)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:566)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to create core [control_collection_shard1_replica_n1]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1408)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1273)
   [junit4]   2> 	... 36 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not load conf for core control_collection_shard1_replica_n1: Can't load schema schema.xml: Plugin Initializing failure for [schema.xml] fieldType
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.loadConfigSet(ConfigSetService.java:89)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1381)
   [junit4]   2> 	... 37 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Can't load schema schema.xml: Plugin Initializing failure for [schema.xml] fieldType
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:610)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:181)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:85)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:146)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.loadConfigSet(ConfigSetService.java:84)
   [junit4]   2> 	... 38 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Plugin Initializing failure for [schema.xml] fieldType
   [junit4]   2> 	at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:196)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:502)
   [junit4]   2> 	... 42 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: severityType: Error while parsing enums config.
   [junit4]   2> 	at org.apache.solr.schema.AbstractEnumField$EnumMapping.<init>(AbstractEnumField.java:149)
   [junit4]   2> 	at org.apache.solr.schema.AbstractEnumField.init(AbstractEnumField.java:59)
   [junit4]   2> 	at org.apache.solr.schema.FieldType.setArgs(FieldType.java:198)
   [junit4]   2> 	at org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:158)
   [junit4]   2> 	at org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:48)
   [junit4]   2> 	at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:193)
   [junit4]   2> 	... 43 more
   [junit4]   2> Caused by: java.io.IOException: We re-tried 10 times but was still unable to fetch resource=enumsConfig.xml from ZK
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:110)
   [junit4]   2> 	at org.apache.solr.util.SafeXMLParsing.parseConfigXML(SafeXMLParsing.java:56)
   [junit4]   2> 	at org.apache.solr.schema.AbstractEnumField$EnumMapping.<init>(AbstractEnumField.java:112)
   [junit4]   2> 	... 48 more
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/conf1/enumsConfig.xml
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:134)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:2246)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$exists$3(SolrZkClient.java:315)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:315)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.pathExists(ZkController.java:1157)
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:81)
   [junit4]   2> 	... 50 more
   [junit4]   2> 
   [junit4]   2> 1407346 INFO  (qtp1535780510-16688) [n:127.0.0.1:57937_hm     ] 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=400 QTime=19413
   [junit4]   2> 1407347 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1407455 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]-SendThread(127.0.0.1:57931)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100bf5d77430001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100bf5d77430001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100bf5d77430001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 1407575 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/overseer/queue
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1407585 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:57931
   [junit4]   2> 1407585 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57931
   [junit4]   2> 1407585 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 57931
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDynamicLoading -Dtests.method=testDynamicLoading -Dtests.seed=ABD9A5777BAF09D1 -Dtests.slow=true -Dtests.locale=rn-BI -Dtests.timezone=Europe/Dublin -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   21.3s J2 | TestDynamicLoading.testDynamicLoading <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57937/hm: Underlying core creation failed while creating collection: control_collection
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([ABD9A5777BAF09D1:739488208C72AC71]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:389)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:359)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1157)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:918)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:338)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1088)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J2/temp/solr.core.TestDynamicLoading_ABD9A5777BAF09D1-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=rn-BI, timezone=Europe/Dublin
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 14.0.1 (64-bit)/cpus=6,threads=1,free=371195904,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestTolerantUpdateProcessorRandomCloud, ClassificationUpdateProcessorTest, ShardSplitTest, TestCollectionAPIs, TestInPlaceUpdatesStandalone, TestXmlQParserPlugin, TestSolrFieldCacheBean, DistributedVersionInfoTest, TestCloudPhrasesIdentificationComponent, TestLegacyBM25SimilarityFactory, BinaryUpdateRequestHandlerTest, BlockDirectoryTest, TestJsonFacetsStatsParsing, TestHdfsCloudBackupRestore, TestSQLHandler, TermVectorComponentTest, DirectUpdateHandlerTest, TestManagedStopFilterFactory, TestMinMaxOnMultiValuedField, OverseerModifyCollectionTest, CollectionsAPIDistributedZkTest, ClusterStateTest, StressHdfsTest, TestQuerySenderListener, QueryResultKeyTest, TestNumericTokenStream, CoreSorterTest, CdcrBootstrapTest, TestSolrConfigHandler, TestDocBasedVersionConstraints, MetricUtilsTest, BlobRepositoryCloudTest, TestSchemaResource, TestWriterPerf, IndexBasedSpellCheckerTest, ConvertedLegacyTest, FullHLLTest, TestLRUCache, TestSurroundQueryParser, TestDocumentBuilder, ScriptEngineTest, TestCryptoKeys, TestConfig, InfoHandlerTest, CoreAdminRequestStatusTest, RandomizedTaggerTest, SolrJmxReporterTest, TestRandomFaceting, TestReplicationHandler, DebugComponentTest, FastVectorHighlighterTest, ReplicationFactorTest, WrapperMergePolicyFactoryTest, CdcrWithNodesRestartsTest, DateRangeFieldTest, SolrMetricManagerTest, TestSimLargeCluster, TestDynamicLoading]
   [junit4] Completed [436/915 (1!)] on J2 in 21.60s, 1 test, 1 error <<< FAILURES!

[...truncated 18 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> 1287061 INFO  (SUITE-BasicDistributedZkTest-seed#[ABD9A5777BAF09D1]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1287061 INFO  (SUITE-BasicDistributedZkTest-seed#[ABD9A5777BAF09D1]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1287062 INFO  (SUITE-BasicDistributedZkTest-seed#[ABD9A5777BAF09D1]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_ABD9A5777BAF09D1-001/data-dir-104-001
   [junit4]   2> 1287062 WARN  (SUITE-BasicDistributedZkTest-seed#[ABD9A5777BAF09D1]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=49 numCloses=49
   [junit4]   2> 1287062 INFO  (SUITE-BasicDistributedZkTest-seed#[ABD9A5777BAF09D1]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1287064 INFO  (SUITE-BasicDistributedZkTest-seed#[ABD9A5777BAF09D1]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776") w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1287064 INFO  (SUITE-BasicDistributedZkTest-seed#[ABD9A5777BAF09D1]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_dga/
   [junit4]   2> 1287070 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1287070 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1287070 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1287073 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1287171 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer start zk server on port: 57376
   [junit4]   2> 1287171 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:57376
   [junit4]   2> 1287171 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57376
   [junit4]   2> 1287171 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 57376
   [junit4]   2> 1287177 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1287183 INFO  (zkConnectionManagerCallback-10141-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1287183 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1287191 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1287195 INFO  (zkConnectionManagerCallback-10143-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1287195 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1287201 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1287205 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1287209 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1287214 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1287219 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1287223 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1287234 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1287239 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1287251 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1287256 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1287266 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1287271 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1287974 WARN  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 1287974 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1287975 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1287975 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 1287986 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1287986 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1287986 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1287996 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15b810e2{/_dga,null,AVAILABLE}
   [junit4]   2> 1288003 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@42bea6ad{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:57381}
   [junit4]   2> 1288003 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.s.Server Started @1288120ms
   [junit4]   2> 1288004 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/_dga, solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_ABD9A5777BAF09D1-001/tempDir-001/control/data, hostPort=57381, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_ABD9A5777BAF09D1-001/control-001/cores, replicaType=NRT}
   [junit4]   2> 1288006 ERROR (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1288006 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1288006 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 1288006 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1288006 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 1288006 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-13T14:58:44.244551Z
   [junit4]   2> 1288014 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1288017 INFO  (zkConnectionManagerCallback-10145-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1288017 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1288027 WARN  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]-SendThread(127.0.0.1:57376)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100bf5bf3b50002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100bf5bf3b50002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100bf5bf3b50002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 1288130 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1288131 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_ABD9A5777BAF09D1-001/control-001/solr.xml
   [junit4]   2> 1288160 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1288160 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1288162 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1eb981be, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1288382 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1288384 WARN  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@56fc9c00[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1288384 WARN  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@56fc9c00[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1288394 WARN  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@63b2da2b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1288394 WARN  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@63b2da2b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1288396 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57376/solr
   [junit4]   2> 1288409 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1288410 INFO  (zkConnectionManagerCallback-10155-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1288410 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1288415 WARN  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]-SendThread(127.0.0.1:57376)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100bf5bf3b50003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100bf5bf3b50003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100bf5bf3b50003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 1288531 INFO  (zkConnectionManagerCallback-10157-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1288531 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57381__dga     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1288538 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57381__dga     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1289736 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57381__dga     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57381__dga
   [junit4]   2> 1289742 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57381__dga     ] o.a.s.c.Overseer Overseer (id=72267995689582596-127.0.0.1:57381__dga-n_0000000000) starting
   [junit4]   2> 1289824 INFO  (OverseerStateUpdate-72267995689582596-127.0.0.1:57381__dga-n_0000000000) [n:127.0.0.1:57381__dga     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:57381__dga
   [junit4]   2> 1289825 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57381__dga     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57381__dga
   [junit4]   2> 1289835 INFO  (OverseerStateUpdate-72267995689582596-127.0.0.1:57381__dga-n_0000000000) [n:127.0.0.1:57381__dga     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1289856 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57381__dga     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1289857 WARN  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57381__dga     ] 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> 1289878 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57381__dga     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1289909 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57381__dga     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1eb981be
   [junit4]   2> 1289921 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57381__dga     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1eb981be
   [junit4]   2> 1289921 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57381__dga     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1eb981be
   [junit4]   2> 1289923 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [n:127.0.0.1:57381__dga     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_ABD9A5777BAF09D1-001/control-001/cores
   [junit4]   2> 1289938 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1289941 INFO  (zkConnectionManagerCallback-10174-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1289941 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1289950 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1289962 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57376/solr ready
   [junit4]   2> 1289966 INFO  (qtp108975852-15722) [n:127.0.0.1:57381__dga     ] 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:57381__dga&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1289980 INFO  (OverseerThreadFactory-10164-thread-1-processing-n:127.0.0.1:57381__dga) [n:127.0.0.1:57381__dga     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1290148 INFO  (qtp108975852-15724) [n:127.0.0.1:57381__dga     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1290149 INFO  (qtp108975852-15724) [n:127.0.0.1:57381__dga     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 1290202 INFO  (qtp108975852-15724) [n:127.0.0.1:57381__dga    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> 1291245 INFO  (qtp108975852-15724) [n:127.0.0.1:57381__dga c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 1291265 INFO  (qtp108975852-15724) [n:127.0.0.1:57381__dga c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1291822 INFO  (qtp108975852-15724) [n:127.0.0.1:57381__dga c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1291884 INFO  (qtp108975852-15724) [n:127.0.0.1:57381__dga 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> 1291886 INFO  (qtp108975852-15724) [n:127.0.0.1:57381__dga 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@1eb981be
   [junit4]   2> 1291886 INFO  (qtp108975852-15724) [n:127.0.0.1:57381__dga 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 [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_ABD9A5777BAF09D1-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZkTest_ABD9A5777BAF09D1-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1291889 INFO  (qtp108975852-15724) [n:127.0.0.1:57381__dga c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=43.134765625, floorSegmentMB=1.052734375, forceMergeDeletesPctAllowed=26.385377083451864, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4721364276889749, deletesPctAllowed=39.85555018986106
   [junit4]   2> 1291894 WARN  (qtp108975852-15724) [n:127.0.0.1:57381__dga 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> 1292114 INFO  (qtp108975852-15724) [n:127.0.0.1:57381__dga 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> 1292114 INFO  (qtp108975852-15724) [n:127.0.0.1:57381__dga 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> 1292118 INFO  (qtp108975852-15724) [n:127.0.0.1:57381__dga c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1292118 INFO  (qtp108975852-15724) [n:127.0.0.1:57381__dga c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1292119 INFO  (qtp108975852-15724) [n:127.0.0.1:57381__dga c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMer

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

ctions/collection3/state.json
   [junit4]   2> 	170	/solr/collections/collection2/state.json
   [junit4]   2> 	98	/solr/clusterstate.json
   [junit4]   2> 	76	/solr/collections/oneInstanceCollection2/state.json
   [junit4]   2> 	40	/solr/collections/multiunload2/state.json
   [junit4]   2> 	35	/solr/collections/oneInstanceCollection/state.json
   [junit4]   2> 	12	/solr/collections/control_collection/state.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72267995689582604-127.0.0.1:57413__dga-n_0000000002
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard2/election/72267995689582607-core_node4-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72267995689582607-127.0.0.1:57418__dga-n_0000000003
   [junit4]   2> 	2	/solr/overseer_elect/election/72267995689582596-127.0.0.1:57381__dga-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	217	/solr/overseer/queue
   [junit4]   2> 	78	/solr/overseer/collection-queue-work
   [junit4]   2> 	51	/solr/live_nodes
   [junit4]   2> 	44	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1443679 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:57376
   [junit4]   2> 1443679 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57376
   [junit4]   2> 1443679 INFO  (TEST-BasicDistributedZkTest.test-seed#[ABD9A5777BAF09D1]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 57376
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZkTest -Dtests.method=test -Dtests.seed=ABD9A5777BAF09D1 -Dtests.slow=true -Dtests.locale=pl-PL -Dtests.timezone=Pacific/Marquesas -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR    157s J0 | BasicDistributedZkTest.test <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=16156, name=testExecutor-10413-thread-2, state=RUNNABLE, group=TGRP-BasicDistributedZkTest]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([ABD9A5777BAF09D1:238D9AADD5536429]:0)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:57405/_dga: ADDREPLICA failed to create replica
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([ABD9A5777BAF09D1]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCollectionInOneInstance$2(BasicDistributedZkTest.java:760)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:212)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]    > 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> 1443685 INFO  (SUITE-BasicDistributedZkTest-seed#[ABD9A5777BAF09D1]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {regex_dup_A_s=FST50, regex_dup_B_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), SubjectTerms_mfacet=PostingsFormat(name=MockRandom), multiDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), _root_=PostingsFormat(name=MockRandom), genre_s=Lucene84, author_t=PostingsFormat(name=MockRandom), series_t=PostingsFormat(name=MockRandom), rnd_b=Lucene84, oddField_s=Lucene84, a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), cat=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), foo_b=FST50, name=Lucene84, inStock=FST50, id=Lucene84, text=FST50, t_sortable=Lucene84}, docValues:{other_tl1=DocValuesFormat(name=Lucene80), range_facet_l_dv=DocValuesFormat(name=Direct), n_l1=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Lucene80), n_td1=DocValuesFormat(name=Lucene80), n_d1=DocValuesFormat(name=Asserting), range_facet_l=DocValuesFormat(name=Asserting), n_f1=DocValuesFormat(name=Lucene80), n_tl1=DocValuesFormat(name=Lucene80), n_tf1=DocValuesFormat(name=Asserting), price=DocValuesFormat(name=Lucene80), sequence_i=DocValuesFormat(name=Direct), intDvoDefault=DocValuesFormat(name=Direct), t_sortable=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Asserting), foo_i=DocValuesFormat(name=Lucene80), val_i=DocValuesFormat(name=Direct), n_dt1=DocValuesFormat(name=Lucene80), a_i1=DocValuesFormat(name=Asserting), n_ti1=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Lucene80), n_tdt1=DocValuesFormat(name=Lucene80), id_i1=DocValuesFormat(name=Lucene80), foo_d=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Asserting), foo_f=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=715, maxMBSortInHeap=5.754142797872913, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=pl-PL, timezone=Pacific/Marquesas
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 14.0.1 (64-bit)/cpus=6,threads=1,free=140509184,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestTlogReplica, ClassificationUpdateProcessorFactoryTest, CustomCollectionTest, SegmentsInfoRequestHandlerTest, SystemInfoHandlerTest, TestInPlaceUpdatesDistrib, TestValueSourceCache, TestSolrCachePerf, DistribJoinFromCollectionTest, TestCloudDeleteByQuery, TestLMDirichletSimilarityFactory, TestSolrCoreSnapshots, TestPhraseSuggestions, TestJsonFacetRefinement, TestCollectionAPI, TestReqParamsAPI, SuggestComponentTest, CdcrUpdateLogTest, TestSerializedLuceneMatchVersion, SortByFunctionTest, OverriddenZkACLAndCredentialsProvidersTest, CollectionTooManyReplicasTest, CloudExitableDirectoryReaderTest, HdfsUnloadDistributedZkTest, TestMergePolicyConfig, HdfsDirectoryFactoryTest, TestNumericRangeQuery32, CachingDirectoryFactoryTest, BaseCdcrDistributedZkTest, TestShardHandlerFactory, StatelessScriptUpdateProcessorFactoryTest, ZkDynamicConfigTest, TestFieldTypeResource, TestStreamBody, DirectSolrSpellCheckerTest, AnalysisAfterCoreReloadTest, BitVectorTest, TestInitQParser, TestStressUserVersions, TestPerFieldSimilarityWithDefaultOverride, TestDistributedMissingSort, RegexBoostProcessorTest, TestConfigSetsAPIExclusivity, TestBadConfig, HealthCheckHandlerTest, CoreAdminHandlerTest, JavabinLoaderTest, SolrGraphiteReporterTest, TestJoin, TestCoreBackup, CustomHighlightComponentTest, TaggingAttributeTest, ReplaceNodeNoTargetTest, TestSlowCompositeReaderWrapper, CdcrRequestHandlerTest, CurrencyFieldTypeTest, MetricsConfigTest, TestSimExtremeIndexing, TestCustomStream, TestFieldCacheSort, TestRequestStatusCollectionAPI, TestSimClusterStateProvider, MigrateRouteKeyTest, DeleteReplicaTest, BasicAuthIntegrationTest, ZkStateReaderTest, TestRandomRequestDistribution, TestComplexPhraseLeadingWildcard, TestUpdate, TestRawResponseWriter, TestFiltering, SolrShardReporterTest, TestCharFilters, TestCloudRecovery, HdfsBasicDistributedZkTest, ScheduledTriggerIntegrationTest, TestLegacyField, TestSimPolicyCloud, PeerSyncTest, TestBlendedInfixSuggestions, TestExpandComponent, TestImplicitCoreProperties, TestBM25SimilarityFactory, ExecutePlanActionTest, TestNumericTerms32, LeaderElectionContextKeyTest, SolrInfoBeanTest, AddSchemaFieldsUpdateProcessorFactoryTest, OrderedExecutorTest, LargeFieldTest, BasicDistributedZk2Test, BasicDistributedZkTest]
   [junit4] Completed [443/915 (2!)] on J0 in 157.65s, 1 test, 1 error <<< FAILURES!

[...truncated 46423 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1253/consoleText

[repro] Revision: 1ee54905176118eecef600bbb037da42d73215f4

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC"
[repro] Repro line:  ant test  -Dtestcase=TestDynamicLoading -Dtests.method=testDynamicLoading -Dtests.seed=ABD9A5777BAF09D1 -Dtests.slow=true -Dtests.locale=rn-BI -Dtests.timezone=Europe/Dublin -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=BasicDistributedZkTest -Dtests.method=test -Dtests.seed=ABD9A5777BAF09D1 -Dtests.slow=true -Dtests.locale=pl-PL -Dtests.timezone=Pacific/Marquesas -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       BasicDistributedZkTest
[repro]       TestDynamicLoading
[repro] ant compile-test

[...truncated 3472 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.BasicDistributedZkTest|*.TestDynamicLoading" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC" -Dtests.seed=ABD9A5777BAF09D1 -Dtests.slow=true -Dtests.locale=pl-PL -Dtests.timezone=Pacific/Marquesas -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 113 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.BasicDistributedZkTest
[repro]   0/5 failed: org.apache.solr.core.TestDynamicLoading
[repro] Exiting with code 0

[...truncated 91 lines...]

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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1252/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UseG1GC

10 tests failed.
FAILED:  org.apache.solr.cloud.CloudExitableDirectoryReaderTest.test

Error Message:
Error from server at http://127.0.0.1:65035/solr: org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded:[]

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:65035/solr: org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded:[]
	at __randomizedtesting.SeedInfo.seed([590C30930C0899F8:D1580F49A2F4F400]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1003)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertPartialResults(CloudExitableDirectoryReaderTest.java:309)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertPartialResults(CloudExitableDirectoryReaderTest.java:305)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.test(CloudExitableDirectoryReaderTest.java:160)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.cloud.CloudExitableDirectoryReaderTest.testCreepThenBite {seed=[590C30930C0899F8:8EC46C8C278AF459]}

Error Message:
{responseHeader={zkConnected=true,status=0,QTime=9},response={numFound=57,numFoundExact=true,start=0,maxScore=1.0,docs=[]},facets={count=57,ids={buckets=[{val=1,count=1}, {val=2,count=1}, {val=3,count=1}, {val=4,count=1}, {val=5,count=1}, {val=6,count=1}, {val=7,count=1}, {val=8,count=1}, {val=9,count=1}, {val=10,count=1}]}}}

Stack Trace:
java.lang.AssertionError: {responseHeader={zkConnected=true,status=0,QTime=9},response={numFound=57,numFoundExact=true,start=0,maxScore=1.0,docs=[]},facets={count=57,ids={buckets=[{val=1,count=1}, {val=2,count=1}, {val=3,count=1}, {val=4,count=1}, {val=5,count=1}, {val=6,count=1}, {val=7,count=1}, {val=8,count=1}, {val=9,count=1}, {val=10,count=1}]}}}
	at __randomizedtesting.SeedInfo.seed([590C30930C0899F8:8EC46C8C278AF459]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertNo500s(CloudExitableDirectoryReaderTest.java:298)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.testCreepThenBite(CloudExitableDirectoryReaderTest.java:257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.cloud.CloudExitableDirectoryReaderTest.testCreepThenBite {seed=[590C30930C0899F8:3A92D07013483F75]}

Error Message:
{responseHeader={zkConnected=true,status=0,QTime=3},response={numFound=57,numFoundExact=true,start=0,maxScore=1.0,docs=[]},facets={count=57,ids={buckets=[{val=1,count=1}, {val=2,count=1}, {val=3,count=1}, {val=4,count=1}, {val=5,count=1}, {val=6,count=1}, {val=7,count=1}, {val=8,count=1}, {val=9,count=1}, {val=10,count=1}]}}}

Stack Trace:
java.lang.AssertionError: {responseHeader={zkConnected=true,status=0,QTime=3},response={numFound=57,numFoundExact=true,start=0,maxScore=1.0,docs=[]},facets={count=57,ids={buckets=[{val=1,count=1}, {val=2,count=1}, {val=3,count=1}, {val=4,count=1}, {val=5,count=1}, {val=6,count=1}, {val=7,count=1}, {val=8,count=1}, {val=9,count=1}, {val=10,count=1}]}}}
	at __randomizedtesting.SeedInfo.seed([590C30930C0899F8:3A92D07013483F75]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertNo500s(CloudExitableDirectoryReaderTest.java:298)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.testCreepThenBite(CloudExitableDirectoryReaderTest.java:257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.cloud.CloudExitableDirectoryReaderTest.testCreepThenBite {seed=[590C30930C0899F8:B47B46AC428C77BE]}

Error Message:
{responseHeader={zkConnected=true,partialResults=true,status=0,QTime=8},response={numFound=19,numFoundExact=true,start=0,docs=[SolrDocument{id=2, name=a2, name_dv=a2, name_dvs=[a2, a21], num=2, _version_=1672100512182304768, _root_=2}, SolrDocument{id=3, name=a3, name_dv=a3, name_dvs=[a3, a31], num=3, _version_=1672100512183353344, _root_=3}, SolrDocument{id=5, name=a5, name_dv=a5, name_dvs=[a5, a51], num=5, _version_=1672100512183353345, _root_=5}, SolrDocument{id=6, name=a6, name_dv=a6, name_dvs=[a6, a61], num=6, _version_=1672100512183353346, _root_=6}, SolrDocument{id=7, name=a7, name_dv=a7, name_dvs=[a7, a71], num=7, _version_=1672100512183353347, _root_=7}, SolrDocument{id=9, name=a9, name_dv=a9, name_dvs=[a9, a91], num=9, _version_=1672100512183353348, _root_=9}, SolrDocument{id=17, name=a17, name_dv=a17, name_dvs=[a17, a171], num=17, _version_=1672100512184401920, _root_=17}, SolrDocument{id=18, name=a18, name_dv=a18, name_dvs=[a18, a181], num=18, _version_=1672100512184401921, _root_=18}, SolrDocument{id=19, name=a19, name_dv=a19, name_dvs=[a19, a191], num=19, _version_=1672100512184401922, _root_=19}]}}

Stack Trace:
java.lang.AssertionError: {responseHeader={zkConnected=true,partialResults=true,status=0,QTime=8},response={numFound=19,numFoundExact=true,start=0,docs=[SolrDocument{id=2, name=a2, name_dv=a2, name_dvs=[a2, a21], num=2, _version_=1672100512182304768, _root_=2}, SolrDocument{id=3, name=a3, name_dv=a3, name_dvs=[a3, a31], num=3, _version_=1672100512183353344, _root_=3}, SolrDocument{id=5, name=a5, name_dv=a5, name_dvs=[a5, a51], num=5, _version_=1672100512183353345, _root_=5}, SolrDocument{id=6, name=a6, name_dv=a6, name_dvs=[a6, a61], num=6, _version_=1672100512183353346, _root_=6}, SolrDocument{id=7, name=a7, name_dv=a7, name_dvs=[a7, a71], num=7, _version_=1672100512183353347, _root_=7}, SolrDocument{id=9, name=a9, name_dv=a9, name_dvs=[a9, a91], num=9, _version_=1672100512183353348, _root_=9}, SolrDocument{id=17, name=a17, name_dv=a17, name_dvs=[a17, a171], num=17, _version_=1672100512184401920, _root_=17}, SolrDocument{id=18, name=a18, name_dv=a18, name_dvs=[a18, a181], num=18, _version_=1672100512184401921, _root_=18}, SolrDocument{id=19, name=a19, name_dv=a19, name_dvs=[a19, a191], num=19, _version_=1672100512184401922, _root_=19}]}}
	at __randomizedtesting.SeedInfo.seed([590C30930C0899F8:B47B46AC428C77BE]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertNo500s(CloudExitableDirectoryReaderTest.java:298)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.testCreepThenBite(CloudExitableDirectoryReaderTest.java:257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.cloud.CloudExitableDirectoryReaderTest.testCreepThenBite {seed=[590C30930C0899F8:8595ED492E722C97]}

Error Message:
{responseHeader={zkConnected=true,status=0,QTime=6},response={numFound=57,numFoundExact=true,start=0,maxScore=1.0,docs=[]},facets={count=57,ids={buckets=[{val=a1,count=1}, {val=a10,count=1}, {val=a11,count=1}, {val=a12,count=1}, {val=a13,count=1}, {val=a14,count=1}, {val=a15,count=1}, {val=a16,count=1}, {val=a17,count=1}, {val=a18,count=1}]}}}

Stack Trace:
java.lang.AssertionError: {responseHeader={zkConnected=true,status=0,QTime=6},response={numFound=57,numFoundExact=true,start=0,maxScore=1.0,docs=[]},facets={count=57,ids={buckets=[{val=a1,count=1}, {val=a10,count=1}, {val=a11,count=1}, {val=a12,count=1}, {val=a13,count=1}, {val=a14,count=1}, {val=a15,count=1}, {val=a16,count=1}, {val=a17,count=1}, {val=a18,count=1}]}}}
	at __randomizedtesting.SeedInfo.seed([590C30930C0899F8:8595ED492E722C97]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertNo500s(CloudExitableDirectoryReaderTest.java:298)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.testCreepThenBite(CloudExitableDirectoryReaderTest.java:257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.cloud.CloudExitableDirectoryReaderTest.testCreepThenBite {seed=[590C30930C0899F8:C95468E48F7AEC2C]}

Error Message:
{responseHeader={zkConnected=true,status=0,QTime=2},response={numFound=57,numFoundExact=true,start=0,maxScore=1.0,docs=[]},facets={count=57,ids={buckets=[{val=a1,count=1}, {val=a10,count=1}, {val=a11,count=1}, {val=a12,count=1}, {val=a13,count=1}, {val=a14,count=1}, {val=a15,count=1}, {val=a16,count=1}, {val=a17,count=1}, {val=a18,count=1}]}}}

Stack Trace:
java.lang.AssertionError: {responseHeader={zkConnected=true,status=0,QTime=2},response={numFound=57,numFoundExact=true,start=0,maxScore=1.0,docs=[]},facets={count=57,ids={buckets=[{val=a1,count=1}, {val=a10,count=1}, {val=a11,count=1}, {val=a12,count=1}, {val=a13,count=1}, {val=a14,count=1}, {val=a15,count=1}, {val=a16,count=1}, {val=a17,count=1}, {val=a18,count=1}]}}}
	at __randomizedtesting.SeedInfo.seed([590C30930C0899F8:C95468E48F7AEC2C]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertNo500s(CloudExitableDirectoryReaderTest.java:298)
	at org.apache.solr.cloud.CloudExitableDirectoryReaderTest.testCreepThenBite(CloudExitableDirectoryReaderTest.java:257)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.handler.TestBlobHandler.doBlobHandlerTest

Error Message:
Error from server at http://127.0.0.1:56578: Underlying core creation failed while creating collection: .system

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:56578: Underlying core creation failed while creating collection: .system
	at __randomizedtesting.SeedInfo.seed([590C30930C0899F8:B9CD12C1B7E4EF0A]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.handler.TestBlobHandler.doBlobHandlerTest(TestBlobHandler.java:63)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.handler.TestContainerPlugin.testApiFromPackage

Error Message:
Error from server at https://127.0.0.1:52615/solr: Error executing command

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at https://127.0.0.1:52615/solr: Error executing command
	at __randomizedtesting.SeedInfo.seed([590C30930C0899F8:B452C8E23E424E71]:0)
	at org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException.create(BaseHttpSolrClient.java:67)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:647)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:389)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:359)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1157)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:918)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.handler.TestContainerPlugin.testApiFromPackage(TestContainerPlugin.java:266)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestContainerPlugin

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.TestContainerPlugin:     1) Thread[id=25300, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestContainerPlugin]         at java.base@12.0.2/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.TestContainerPlugin: 
   1) Thread[id=25300, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestContainerPlugin]
        at java.base@12.0.2/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
	at __randomizedtesting.SeedInfo.seed([590C30930C0899F8]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.component.CustomHighlightComponentTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.component.CustomHighlightComponentTest:     1) Thread[id=26435, name=SessionTracker, state=TIMED_WAITING, group=TGRP-CustomHighlightComponentTest]         at java.base@12.0.2/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.component.CustomHighlightComponentTest: 
   1) Thread[id=26435, name=SessionTracker, state=TIMED_WAITING, group=TGRP-CustomHighlightComponentTest]
        at java.base@12.0.2/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
	at __randomizedtesting.SeedInfo.seed([590C30930C0899F8]:0)




Build Log:
[...truncated 14554 lines...]
   [junit4] Suite: org.apache.solr.cloud.CloudExitableDirectoryReaderTest
   [junit4]   2> 981107 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 981107 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 981107 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest_590C30930C0899F8-001/data-dir-85-001
   [junit4]   2> 981107 WARN  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 981107 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 981107 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 981107 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest_590C30930C0899F8-001/tempDir-001
   [junit4]   2> 981107 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 981107 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 981107 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 981113 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 981207 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 65030
   [junit4]   2> 981207 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:65030
   [junit4]   2> 981207 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:65030
   [junit4]   2> 981207 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 65030
   [junit4]   2> 981211 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 981217 INFO  (zkConnectionManagerCallback-8807-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981217 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 981224 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 981228 INFO  (zkConnectionManagerCallback-8809-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981229 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 981230 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 981234 INFO  (zkConnectionManagerCallback-8811-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981234 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 981239 WARN  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker-SendThread(127.0.0.1:65030)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100be955d2a0002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100be955d2a0002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100be955d2a0002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 981346 WARN  (jetty-launcher-8812-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 981346 INFO  (jetty-launcher-8812-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 981346 WARN  (jetty-launcher-8812-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 981346 INFO  (jetty-launcher-8812-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 981346 INFO  (jetty-launcher-8812-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 981346 WARN  (jetty-launcher-8812-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 981346 INFO  (jetty-launcher-8812-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 981346 INFO  (jetty-launcher-8812-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 981346 INFO  (jetty-launcher-8812-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 981346 INFO  (jetty-launcher-8812-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 981346 INFO  (jetty-launcher-8812-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 981346 INFO  (jetty-launcher-8812-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 981351 INFO  (jetty-launcher-8812-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 981351 INFO  (jetty-launcher-8812-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 981351 INFO  (jetty-launcher-8812-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 981353 INFO  (jetty-launcher-8812-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 981353 INFO  (jetty-launcher-8812-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 981353 INFO  (jetty-launcher-8812-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 981354 INFO  (jetty-launcher-8812-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6ac11673{/solr,null,AVAILABLE}
   [junit4]   2> 981354 INFO  (jetty-launcher-8812-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1482388a{/solr,null,AVAILABLE}
   [junit4]   2> 981354 INFO  (jetty-launcher-8812-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 981354 INFO  (jetty-launcher-8812-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 981354 INFO  (jetty-launcher-8812-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 981355 INFO  (jetty-launcher-8812-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5a7f4f1e{/solr,null,AVAILABLE}
   [junit4]   2> 981359 INFO  (jetty-launcher-8812-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@b01444c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:۶۵۰۳۵}
   [junit4]   2> 981359 INFO  (jetty-launcher-8812-thread-1) [     ] o.e.j.s.Server Started @۹۸۱۴۷۱ms
   [junit4]   2> 981359 INFO  (jetty-launcher-8812-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5b566ce5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:۶۵۰۳۶}
   [junit4]   2> 981359 INFO  (jetty-launcher-8812-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@207ea676{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:۶۵۰۳۷}
   [junit4]   2> 981360 INFO  (jetty-launcher-8812-thread-2) [     ] o.e.j.s.Server Started @۹۸۱۴۷۲ms
   [junit4]   2> 981359 INFO  (jetty-launcher-8812-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65035}
   [junit4]   2> 981360 INFO  (jetty-launcher-8812-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65037}
   [junit4]   2> 981360 INFO  (jetty-launcher-8812-thread-3) [     ] o.e.j.s.Server Started @۹۸۱۴۷۲ms
   [junit4]   2> 981360 ERROR (jetty-launcher-8812-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 981360 INFO  (jetty-launcher-8812-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 981360 INFO  (jetty-launcher-8812-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65036}
   [junit4]   2> 981360 ERROR (jetty-launcher-8812-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 981360 INFO  (jetty-launcher-8812-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 981360 INFO  (jetty-launcher-8812-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 981360 INFO  (jetty-launcher-8812-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 981360 ERROR (jetty-launcher-8812-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 981360 INFO  (jetty-launcher-8812-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 981360 INFO  (jetty-launcher-8812-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 981360 INFO  (jetty-launcher-8812-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 981360 INFO  (jetty-launcher-8812-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.7.0
   [junit4]   2> 981360 INFO  (jetty-launcher-8812-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-13T11:21:48.897601Z
   [junit4]   2> 981360 INFO  (jetty-launcher-8812-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 981360 INFO  (jetty-launcher-8812-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 981360 INFO  (jetty-launcher-8812-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-13T11:21:48.897668Z
   [junit4]   2> 981360 INFO  (jetty-launcher-8812-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 981360 INFO  (jetty-launcher-8812-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 981360 INFO  (jetty-launcher-8812-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-13T11:21:48.897747Z
   [junit4]   2> 981361 INFO  (jetty-launcher-8812-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 981363 INFO  (jetty-launcher-8812-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 981364 INFO  (jetty-launcher-8812-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 981367 INFO  (zkConnectionManagerCallback-8814-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981367 INFO  (jetty-launcher-8812-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 981369 INFO  (zkConnectionManagerCallback-8818-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981369 INFO  (jetty-launcher-8812-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 981370 INFO  (jetty-launcher-8812-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 981372 INFO  (jetty-launcher-8812-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 981372 INFO  (zkConnectionManagerCallback-8816-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981372 INFO  (jetty-launcher-8812-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 981374 INFO  (jetty-launcher-8812-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 981380 WARN  (jetty-launcher-8812-thread-1-SendThread(127.0.0.1:65030)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100be955d2a0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100be955d2a0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100be955d2a0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 981381 WARN  (jetty-launcher-8812-thread-2-SendThread(127.0.0.1:65030)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100be955d2a0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100be955d2a0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100be955d2a0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 981383 WARN  (jetty-launcher-8812-thread-3-SendThread(127.0.0.1:65030)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100be955d2a0005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100be955d2a0005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100be955d2a0005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 981692 INFO  (jetty-launcher-8812-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 981695 WARN  (jetty-launcher-8812-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@c57574c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 981696 WARN  (jetty-launcher-8812-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@c57574c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 981737 WARN  (jetty-launcher-8812-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6927c796[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 981737 WARN  (jetty-launcher-8812-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6927c796[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 981738 INFO  (jetty-launcher-8812-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65030/solr
   [junit4]   2> 981750 INFO  (jetty-launcher-8812-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 981750 INFO  (zkConnectionManagerCallback-8834-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981767 INFO  (jetty-launcher-8812-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 981785 WARN  (jetty-launcher-8812-thread-1-SendThread(127.0.0.1:65030)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100be955d2a0006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100be955d2a0006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100be955d2a0006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 981817 INFO  (jetty-launcher-8812-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 981819 WARN  (jetty-launcher-8812-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@43e39f1d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 981819 WARN  (jetty-launcher-8812-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@43e39f1d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 981827 WARN  (jetty-launcher-8812-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@cb83471[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 981827 WARN  (jetty-launcher-8812-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@cb83471[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 981832 INFO  (jetty-launcher-8812-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65030/solr
   [junit4]   2> 981834 INFO  (jetty-launcher-8812-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 981838 INFO  (zkConnectionManagerCallback-8841-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981841 INFO  (jetty-launcher-8812-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 981854 INFO  (jetty-launcher-8812-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 981866 WARN  (jetty-launcher-8812-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@c55136[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 981866 WARN  (jetty-launcher-8812-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@c55136[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 981876 WARN  (jetty-launcher-8812-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5190e22d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 981876 WARN  (jetty-launcher-8812-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5190e22d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 981878 INFO  (jetty-launcher-8812-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65030/solr
   [junit4]   2> 981879 INFO  (jetty-launcher-8812-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 981885 INFO  (zkConnectionManagerCallback-8848-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981885 INFO  (jetty-launcher-8812-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 981892 INFO  (jetty-launcher-8812-thread-1) [n:127.0.0.1:65035_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 981894 WARN  (jetty-launcher-8812-thread-3-SendThread(127.0.0.1:65030)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100be955d2a0007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100be955d2a0007, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100be955d2a0007, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 981895 WARN  (jetty-launcher-8812-thread-2-SendThread(127.0.0.1:65030)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100be955d2a0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100be955d2a0008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100be955d2a0008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 981896 INFO  (zkConnectionManagerCallback-8850-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 981897 INFO  (jetty-launcher-8812-thread-1) [n:127.0.0.1:65035_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 982000 INFO  (jetty-launcher-8812-thread-3) [n:127.0.0.1:65036_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 982003 INFO  (jetty-launcher-8812-thread-2) [n:127.0.0.1:65037_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 982003 INFO  (zkConnectionManagerCallback-8852-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 982003 INFO  (jetty-launcher-8812-thread-3) [n:127.0.0.1:65036_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 982003 INFO  (zkConnectionManagerCallback-8854-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 982007 INFO  (jetty-launcher-8812-thread-2) [n:127.0.0.1:65037_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 982523 INFO  (jetty-launcher-8812-thread-2) [n:127.0.0.1:65037_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:65037_solr
   [junit4]   2> 982532 INFO  (jetty-launcher-8812-thread-2) [n:127.0.0.1:65037_solr     ] o.a.s.c.Overseer Overseer (id=72267142760366091-127.0.0.1:65037_solr-n_0000000000) starting
   [junit4]   2> 982565 INFO  (OverseerStateUpdate-72267142760366091-127.0.0.1:65037_solr-n_0000000000) [n:127.0.0.1:65037_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:65037_solr
   [junit4]   2> 982567 INFO  (jetty-launcher-8812-thread-2) [n:127.0.0.1:65037_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65037_solr
   [junit4]   2> 982574 INFO  (OverseerStateUpdate-72267142760366091-127.0.0.1:65037_solr-n_0000000000) [n:127.0.0.1:65037_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 982590 INFO  (jetty-launcher-8812-thread-2) [n:127.0.0.1:65037_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 982590 WARN  (jetty-launcher-8812-thread-2) [n:127.0.0.1:65037_solr     ] 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> 982627 INFO  (jetty-launcher-8812-thread-2) [n:127.0.0.1:65037_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 982673 INFO  (jetty-launcher-8812-thread-2) [n:127.0.0.1:65037_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65037.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7690b479
   [junit4]   2> 982690 INFO  (jetty-launcher-8812-thread-1) [n:127.0.0.1:65035_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 982696 INFO  (jetty-launcher-8812-thread-2) [n:127.0.0.1:65037_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65037.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7690b479
   [junit4]   2> 982696 INFO  (jetty-launcher-8812-thread-2) [n:127.0.0.1:65037_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65037.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7690b479
   [junit4]   2> 982696 INFO  (jetty-launcher-8812-thread-3) [n:127.0.0.1:65036_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 982699 INFO  (jetty-launcher-8812-thread-2) [n:127.0.0.1:65037_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest_590C30930C0899F8-001/tempDir-001/node2
   [junit4]   2> 982714 INFO  (jetty-launcher-8812-thread-1) [n:127.0.0.1:65035_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:65035_solr as DOWN
   [junit4]   2> 982724 INFO  (jetty-launcher-8812-thread-1) [n:127.0.0.1:65035_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 982724 INFO  (jetty-launcher-8812-thread-1) [n:127.0.0.1:65035_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65035_solr
   [junit4]   2> 982725 INFO  (jetty-launcher-8812-thread-3) [n:127.0.0.1:65036_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:65036_solr as DOWN
   [junit4]   2> 982730 INFO  (zkCallback-8853-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 982731 INFO  (zkCallback-8851-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 982731 INFO  (zkCallback-8849-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 982732 INFO  (jetty-launcher-8812-thread-3) [n:127.0.0.1:65036_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 982732 INFO  (jetty-launcher-8812-thread-3) [n:127.0.0.1:65036_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65036_solr
   [junit4]   2> 982737 INFO  (zkCallback-8853-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 982737 INFO  (zkCallback-8851-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 982737 INFO  (zkCallback-8849-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 982738 INFO  (jetty-launcher-8812-thread-1) [n:127.0.0.1:65035_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 982739 WARN  (jetty-launcher-8812-thread-1) [n:127.0.0.1:65035_solr     ] 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> 982744 INFO  (jetty-launcher-8812-thread-3) [n:127.0.0.1:65036_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 982744 WARN  (jetty-launcher-8812-thread-3) [n:127.0.0.1:65036_solr     ] 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> 982771 INFO  (jetty-launcher-8812-thread-1) [n:127.0.0.1:65035_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 982772 INFO  (jetty-launcher-8812-thread-3) [n:127.0.0.1:65036_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 983022 INFO  (jetty-launcher-8812-thread-3) [n:127.0.0.1:65036_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65036.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7690b479
   [junit4]   2> 983023 INFO  (jetty-launcher-8812-thread-1) [n:127.0.0.1:65035_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65035.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7690b479
   [junit4]   2> 983038 INFO  (jetty-launcher-8812-thread-3) [n:127.0.0.1:65036_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65036.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7690b479
   [junit4]   2> 983038 INFO  (jetty-launcher-8812-thread-3) [n:127.0.0.1:65036_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65036.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7690b479
   [junit4]   2> 983044 INFO  (jetty-launcher-8812-thread-3) [n:127.0.0.1:65036_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest_590C30930C0899F8-001/tempDir-001/node3
   [junit4]   2> 983086 INFO  (jetty-launcher-8812-thread-1) [n:127.0.0.1:65035_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65035.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7690b479
   [junit4]   2> 983086 INFO  (jetty-launcher-8812-thread-1) [n:127.0.0.1:65035_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65035.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7690b479
   [junit4]   2> 983089 INFO  (jetty-launcher-8812-thread-1) [n:127.0.0.1:65035_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest_590C30930C0899F8-001/tempDir-001/node1
   [junit4]   2> 983155 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
   [junit4]   2> 983161 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 983165 INFO  (zkConnectionManagerCallback-8887-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 983165 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 983176 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 983192 INFO  (SUITE-CloudExitableDirectoryReaderTest-seed#[590C30930C0899F8]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65030/solr ready
   [junit4]   2> 983278 INFO  (qtp783896017-13017) [n:127.0.0.1:65037_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=92832313-9035-4c39-9105-83b7c4eabbb9&collection.configName=conf&name=exitable&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 983302 INFO  (qtp783896017-13017) [n:127.0.0.1:65037_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=92832313-9035-4c39-9105-83b7c4eabbb9&collection.configName=conf&name=exitable&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=24
   [junit4]   2> 983310 INFO  (qtp783896017-13025) [n:127.0.0.1:65037_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=92832313-9035-4c39-9105-83b7c4eabbb9&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 983328 INFO  (qtp783896017-13025) [n:127.0.0.1:65037_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=92832313-9035-4c39-9105-83b7c4eabbb9&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=18
   [junit4]   2> 983331 INFO  (OverseerThreadFactory-8865-thread-1-processing-n:127.0.0.1:65037_solr) [n:127.0.0.1:65037_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection exitable
   [junit4]   2> 983479 INFO  (qtp783896017-13015) [n:127.0.0.1:65037_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 983480 INFO  (qtp783896017-13015) [n:127.0.0.1:65037_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=1
   [junit4]   2> 983483 INFO  (qtp1435600935-13028) [n:127.0.0.1:65036_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 983488 INFO  (qtp367592273-13021) [n:127.0.0.1:65035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 983536 INFO  (OverseerStateUpdate-72267142760366091-127.0.0.1:65037_solr-n_0000000000) [n:127.0.0.1:65037_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"exitable",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"exitable_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65035/solr",
   [junit4]   2>   "node_name":"127.0.0.1:65035_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 983563 INFO  (OverseerStateUpdate-72267142760366091-127.0.0.1:65037_solr-n_0000000000) [n:127.0.0.1:65037_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"exitable",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"exitable_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65036/solr",
   [junit4]   2>   "node_name":"127.0.0.1:65036_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 983780 INFO  (qtp367592273-13020) [n:127.0.0.1:65035_solr    x:exitable_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=exitable&version=2&replicaType=NRT&async=92832313-9035-4c39-9105-83b7c4eabbb93197462169711623&coreNodeName=core_node3&name=exitable_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=0
   [junit4]   2> 983780 INFO  (parallelCoreAdminExecutor-8873-thread-1-processing-n:127.0.0.1:65035_solr x:exitable_shard1_replica_n1 92832313-9035-4c39-9105-83b7c4eabbb93197462169711623 CREATE) [n:127.0.0.1:65035_solr    x:exitable_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&collection=exitable&version=2&replicaType=NRT&async=92832313-9035-4c39-9105-83b7c4eabbb93197462169711623&coreNodeName=core_node3&name=exitable_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 983786 INFO  (qtp1435600935-13027) [n:127.0.0.1:65036_solr    x:exitable_shard2_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=exitable&version=2&replicaType=NRT&async=92832313-9035-4c39-9105-83b7c4eabbb93197462190469321&coreNodeName=core_node4&name=exitable_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=0
   [junit4]   2> 983786 INFO  (parallelCoreAdminExecutor-8874-thread-1-processing-n:127.0.0.1:65036_solr x:exitable_shard2_replica_n2 92832313-9035-4c39-9105-83b7c4eabbb93197462190469321 CREATE) [n:127.0.0.1:65036_solr    x:exitable_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&collection=exitable&version=2&replicaType=NRT&async=92832313-9035-4c39-9105-83b7c4eabbb93197462190469321&coreNodeName=core_node4&name=exitable_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 983790 INFO  (qtp367592273-13021) [n:127.0.0.1:65035_solr     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 92832313-9035-4c39-9105-83b7c4eabbb93197462169711623
   [junit4]   2> 983790 INFO  (qtp367592273-13021) [n:127.0.0.1:65035_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=92832313-9035-4c39-9105-83b7c4eabbb93197462169711623&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 983825 INFO  (parallelCoreAdminExecutor-8874-thread-1-processing-n:127.0.0.1:65036_solr x:exitable_shard2_replica_n2 92832313-9035-4c39-9105-83b7c4eabbb93197462190469321 CREATE) [n:127.0.0.1:65036_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 983829 INFO  (parallelCoreAdminExecutor-8873-thread-1-processing-n:127.0.0.1:65035_solr x:exitable_shard1_replica_n1 92832313-9035-4c39-9105-83b7c4eabbb93197462169711623 CREATE) [n:127.0.0.1:65035_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.7.0
   [junit4]   2> 983837 INFO  (parallelCoreAdminExecutor-8874-thread-1-processing-n:127.0.0.1:65036_solr x:exitable_shard2_replica_n2 92832313-9035-4c39-9105-83b7c4eabbb93197462190469321 CREATE) [n:127.0.0.1:65036_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 983839 INFO  (parallelCoreAdminExecutor-8874-thread-1-processing-n:127.0.0.1:65036_solr x:exitable_shard2_replica_n2 92832313-9035-4c39-9105-83b7c4eabbb93197462190469321 CREATE) [n:127.0.0.1:65036_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 983839 INFO  (parallelCoreAdminExecutor-8874-thread-1-processing-n:127.0.0.1:65036_solr x:exitable_shard2_replica_n2 92832313-9035-4c39-9105-83b7c4eabbb93197462190469321 CREATE) [n:127.0.0.1:65036_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'exitable_shard2_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 983841 INFO  (parallelCoreAdminExecutor-8874-thread-1-processing-n:127.0.0.1:65036_solr x:exitable_shard2_replica_n2 92832313-9035-4c39-9105-83b7c4eabbb93197462190469321 CREATE) [n:127.0.0.1:65036_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65036.solr.core.exitable.shard2.replica_n2' (registry 'solr.core.exitable.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7690b479
   [junit4]   2> 983841 INFO  (parallelCoreAdminExecutor-8874-thread-1-processing-n:127.0.0.1:65036_solr x:exitable_shard2_replica_n2 92832313-9035-4c39-9105-83b7c4eabbb93197462190469321 CREATE) [n:127.0.0.1:65036_solr c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2 ] o.a.s.c.SolrCore [[exitable_shard2_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest_590C30930C0899F8-001/tempDir-001/node3/exitable_shard2_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest_590C30930C0899F8-001/tempDir-001/node3/exitable_shard2_replica_n2/data/]
   [junit4]   2> 983842 INFO  (parallelCoreAdminExecutor-8873-thread-1-processing-n:127.0.0.1:65035_solr x:exitable_shard1_replica_n1 92832313-9035-4c39-9105-83b7c4eabbb93197462169711623 CREATE) [n:127.0.0.1:65035_solr c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 983843 INFO  (parallelCoreAdminExecutor-8873-thread-1-processing-n:127.0.0.1:65035_solr x

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

a:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 110169 WARN  (jetty-launcher-1073-thread-3-SendThread(127.0.0.1:52862)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100beb673f5000e.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100beb673f5000e, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x100beb673f5000e, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348) ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) [zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 110231 INFO  (jetty-closer-1171-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72267284876689419-127.0.0.1:52869_solr-n_0000000000) closing
   [junit4]   2> 110235 INFO  (jetty-closer-1171-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4634cbd2{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:0}
   [junit4]   2> 110236 INFO  (jetty-closer-1171-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@566682c6{/solr,null,UNAVAILABLE}
   [junit4]   2> 110238 INFO  (jetty-closer-1171-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 110342 INFO  (jetty-closer-1171-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@43e152d9{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:0}
   [junit4]   2> 110342 INFO  (jetty-closer-1171-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@35c7f2e6{/solr,null,UNAVAILABLE}
   [junit4]   2> 110343 INFO  (jetty-closer-1171-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 110444 INFO  (jetty-closer-1171-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5e8d3460{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:0}
   [junit4]   2> 110446 INFO  (jetty-closer-1171-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@55a6388d{/solr,null,UNAVAILABLE}
   [junit4]   2> 110446 INFO  (jetty-closer-1171-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 110544 INFO  (jetty-closer-1171-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3a230b7d{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:0}
   [junit4]   2> 110544 INFO  (jetty-closer-1171-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4e736a4c{/solr,null,UNAVAILABLE}
   [junit4]   2> 110549 INFO  (jetty-closer-1171-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 110550 INFO  (TEST-TestContainerPlugin.testApi-seed#[590C30930C0899F8]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 110766 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/live_nodes
   [junit4]   2> 	8	/solr/overseer/queue
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 110770 INFO  (TEST-TestContainerPlugin.testApi-seed#[590C30930C0899F8]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:52862
   [junit4]   2> 110770 INFO  (TEST-TestContainerPlugin.testApi-seed#[590C30930C0899F8]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:52862
   [junit4]   2> 110770 INFO  (TEST-TestContainerPlugin.testApi-seed#[590C30930C0899F8]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 52862
   [junit4]   2> 110771 INFO  (TEST-TestContainerPlugin.testApi-seed#[590C30930C0899F8]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testApi
   [junit4] OK      3.18s J1 | TestContainerPlugin.testApi
   [junit4]   2> 110772 INFO  (SUITE-TestContainerPlugin-seed#[590C30930C0899F8]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 110772 INFO  (SUITE-TestContainerPlugin-seed#[590C30930C0899F8]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:52862
   [junit4]   2> 110772 INFO  (SUITE-TestContainerPlugin-seed#[590C30930C0899F8]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:52862
   [junit4]   2> 110772 INFO  (SUITE-TestContainerPlugin-seed#[590C30930C0899F8]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 52862
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.TestContainerPlugin_590C30930C0899F8-001
   [junit4]   2> Jul 13, 2020 11:58:00 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=29634, maxDocsPerChunk=368, blockShift=10), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=29634, blockSize=10)), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=ru-RU, timezone=Europe/Mariehamn
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=134548240,total=318767104
   [junit4]   2> NOTE: All tests run in this JVM: [CloudExitableDirectoryReaderTest, CustomHighlightComponentTest, TestBlobHandler, TestContainerPlugin]
   [junit4] Completed [20/20 (2!)] on J1 in 17.60s, 2 tests, 1 error <<< FAILURES!

[...truncated 14 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:1599: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:1126: There were test failures: 20 suites, 55 tests, 2 errors [seed: 590C30930C0899F8]

Total time: 1 minute 54 seconds

[repro] Setting last failure code to 256

[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.CloudExitableDirectoryReaderTest
[repro]   0/5 failed: org.apache.solr.handler.TestBlobHandler
[repro]   0/5 failed: org.apache.solr.handler.component.CustomHighlightComponentTest
[repro]   2/5 failed: org.apache.solr.handler.TestContainerPlugin
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX')
[Java] Successfully parsed console log
[Java] -> found 113 issues (skipped 104 duplicates)
[Java] Post processing issues on 'MacOSX VBOX' with source code encoding 'UTF-8'
[Java] Creating SCM blamer to obtain author and commit information for affected files
[Java] Creating SCM miner to obtain statistics for affected repository files
[Java] Resolving file names for all issues in source directory '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX'
[Java] -> resolved paths in source directory (54 found, 0 not found)
[Java] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Java] -> resolved module names for 113 issues
[Java] Resolving package names (or namespaces) by parsing the affected files
[Java] -> resolved package names of 54 affected files
[Java] No filter has been set, publishing all 113 issues
[Java] Creating fingerprints for all affected code blocks to track issues over different builds
[Java] -> created fingerprints for 113 issues (skipped 0 issues)
[Java] Copying affected files to Jenkins' build folder '/home/jenkins/jobs/Lucene-Solr-8.x-MacOSX/builds/1252/files-with-issues'
[Java] -> 54 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java] Using reference build 'Lucene-Solr-8.x-MacOSX #1251' to compute new, fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 113, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 113 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-8.x-MacOSX #1252'.
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2