You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/02/14 08:57:39 UTC

[JENKINS] Lucene » Lucene-Solr-Tests-8.8 - Build # 274 - Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.8/274/

2 tests failed.
FAILED:  org.apache.solr.cloud.TestWithCollection.testNodeAdded

Error Message:
Action was not fired till 30 seconds

Stack Trace:
java.lang.AssertionError: Action was not fired till 30 seconds
	at __randomizedtesting.SeedInfo.seed([D5F7A58202014FF4:B034F3F5A0A2E7F7]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cloud.TestWithCollection.testNodeAdded(TestWithCollection.java:471)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([D5F7A58202014FF4:3D2B0860F1E955D4]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1023)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
	at org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming(TestCircuitBreaker.java:245)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.common.SolrException: Circuit Breakers tripped Memory Circuit Breaker triggered as JVM heap usage values are greater than allocated threshold.Seen JVM heap memory usage 484336640 and allocated threshold 396754944

	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:320)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:216)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2646)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:346)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:328)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:997)
	... 45 more




Build Log:
[...truncated 13601 lines...]
   [junit4] Suite: org.apache.solr.util.TestCircuitBreaker
   [junit4]   2> 401705 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 401705 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J0/temp/solr.util.TestCircuitBreaker_D5F7A58202014FF4-001/data-dir-54-001
   [junit4]   2> 401705 WARN  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 401705 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 401707 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 401707 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 401708 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 401712 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 401739 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.1
   [junit4]   2> 401750 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 401760 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 402357 WARN  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/core/src/test-files/solr/userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_281]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:674) ~[?:1.8.0_281]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_281]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_281]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:370) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:335) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:183) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestCircuitBreaker.setUpClass(TestCircuitBreaker.java:61) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_281]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_281]
   [junit4]   2> 402358 WARN  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_281]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_281]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_281]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_281]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:671) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:184) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestCircuitBreaker.setUpClass(TestCircuitBreaker.java:61) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_281]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_281]
   [junit4]   2> 402360 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 402360 WARN  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 402361 WARN  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6dd72165[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 402361 WARN  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6dd72165[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 402363 WARN  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 402365 WARN  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@582bf7c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 402365 WARN  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@582bf7c6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 402366 WARN  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-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> 402394 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7bc87a90
   [junit4]   2> 402401 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7bc87a90
   [junit4]   2> 402401 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7bc87a90
   [junit4]   2> 402402 INFO  (coreLoadExecutor-3445-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 402565 INFO  (coreLoadExecutor-3445-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 402587 INFO  (coreLoadExecutor-3445-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.1
   [junit4]   2> 402597 INFO  (coreLoadExecutor-3445-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 402604 INFO  (coreLoadExecutor-3445-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 402610 INFO  (coreLoadExecutor-3445-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 402611 INFO  (coreLoadExecutor-3445-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@7bc87a90
   [junit4]   2> 402611 INFO  (coreLoadExecutor-3445-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J0/temp/solr.util.TestCircuitBreaker_D5F7A58202014FF4-001/data-dir-54-001/]
   [junit4]   2> 402612 INFO  (coreLoadExecutor-3445-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43460118198471964]
   [junit4]   2> 402652 INFO  (coreLoadExecutor-3445-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 402652 INFO  (coreLoadExecutor-3445-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 402652 INFO  (coreLoadExecutor-3445-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=72.5283203125, floorSegmentMB=1.3193359375, forceMergeDeletesPctAllowed=27.899482846962876, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=27.472384880255543
   [junit4]   2> 402653 WARN  (coreLoadExecutor-3445-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 402654 INFO  (coreLoadExecutor-3445-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 402654 INFO  (searcherExecutor-3447-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 402654 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 402656 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 1
   [junit4]   2> 402657 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 402658 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 402658 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 402658 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 402659 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 402678 INFO  (searcherExecutor-3447-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 402678 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 10
   [junit4]   2> 402679 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 402679 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 402679 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 402680 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 402680 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 402680 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 402687 INFO  (searcherExecutor-3447-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 402688 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 402688 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 402689 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 402692 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 402692 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 402693 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 402694 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 402706 INFO  (searcherExecutor-3447-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 402706 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 12
   [junit4]   2> 402707 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 402707 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 402708 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 402708 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 402708 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 402709 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 402724 INFO  (searcherExecutor-3447-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 402724 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 15
   [junit4]   2> 402725 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 402725 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 402725 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 402725 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 402726 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 402726 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 402737 INFO  (searcherExecutor-3447-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 402737 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 11
   [junit4]   2> 402738 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 402738 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 402739 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 402739 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 402739 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 402739 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 402760 INFO  (searcherExecutor-3447-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 402760 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 20
   [junit4]   2> 402761 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 402761 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 402761 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 402762 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 402762 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 402762 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 402769 INFO  (searcherExecutor-3447-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 402770 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 402770 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 402771 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 402771 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 402771 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 402771 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 402772 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 402783 INFO  (searcherExecutor-3447-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 402784 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 10
   [junit4]   2> 402785 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 402785 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 402785 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 402786 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 402786 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 402786 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 402794 INFO  (searcherExecutor-3447-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 402794 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 402795 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 402795 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 402795 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 402796 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 402796 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 402796 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 402810 INFO  (searcherExecutor-3447-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 402810 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 13
   [junit4]   2> 402811 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 402811 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 402811 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 402812 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 402812 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 402812 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 403014 INFO  (searcherExecutor-3447-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 403014 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 201
   [junit4]   2> 403015 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 403015 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 403015 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 403016 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 403016 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 403016 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 403022 INFO  (searcherExecutor-3447-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 403024 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 403024 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 403025 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 403025 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 403025 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 403026 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 403026 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 403033 INFO  (searcherExecutor-3447-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 403033 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 403034 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 403034 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 403035 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 403038 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 3
   [junit4]   2> 403038 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 403043 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 403054 INFO  (searcherExecutor-3447-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 403055 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 11
   [junit4]   2> 403055 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 403056 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 403056 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 403056 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 403057 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 403057 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 403066 INFO  (searcherExecutor-3447-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 403068 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 10
   [junit4]   2> 403069 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 403070 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 403070 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 403070 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 403071 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 403071 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 403079 INFO  (searcherExecutor-3447-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 403079 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 403080 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 403080 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 403080 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 403081 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 403081 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 403081 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 403089 INFO  (searcherExecutor-3447-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 403089 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 403090 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 403090 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 403091 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 403092 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 1
   [junit4]   2> 403092 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 403093 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 403101 INFO  (searcherExecutor-3447-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 403101 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 8
   [junit4]   2> 403102 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 403102 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 403103 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 403103 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 403103 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 403103 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 403113 INFO  (searcherExecutor-3447-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 403114 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 10
   [junit4]   2> 403114 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 403114 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 403115 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 403115 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 403115 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 403116 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 403124 INFO  (searcherExecutor-3447-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 403124 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 8
   [junit4]   2> 403131 INFO  (TEST-TestCircuitBreaker.testResponseWithCBTiming-seed#[D5F7A58202014FF4]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testResponseWithCBTiming
   [junit4]   2> 403131 INFO  (TEST-TestCircuitBreaker.testResponseWithCBTiming-seed#[D5F7A58202014FF4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&wt=xml&debugQuery=true} status=503 QTime=0
   [junit4]   2> 403131 ERROR (TEST-TestCircuitBreaker.testResponseWithCBTiming-seed#[D5F7A58202014FF4]) [     ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=*:*&wt=xml&debugQuery=true:org.apache.solr.common.SolrException: Circuit Breakers tripped Memory Circuit Breaker triggered as JVM heap usage values are greater than allocated threshold.Seen JVM heap memory usage 484336640 and allocated threshold 396754944
   [junit4]   2> 
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:320)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:216)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2646)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:346)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:328)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:997)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
   [junit4]   2> 	at org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming(TestCircuitBreaker.java:245)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 403132 INFO  (TEST-TestCircuitBreaker.testResponseWithCBTiming-seed#[D5F7A58202014FF4]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testResponseWithCBTiming
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCircuitBreaker -Dtests.method=testResponseWithCBTiming -Dtests.seed=D5F7A58202014FF4 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=fr -Dtests.timezone=Turkey -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.01s J0 | TestCircuitBreaker.testResponseWithCBTiming <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D5F7A58202014FF4:3D2B0860F1E955D4]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1023)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
   [junit4]    > 	at org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming(TestCircuitBreaker.java:245)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: org.apache.solr.common.SolrException: Circuit Breakers tripped Memory Circuit Breaker triggered as JVM heap usage values are greater than allocated threshold.Seen JVM heap memory usage 484336640 and allocated threshold 396754944
   [junit4]    > 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:320)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:216)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2646)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:346)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:328)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:997)
   [junit4]    > 	... 45 more
   [junit4]   2> 403140 INFO  (TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[D5F7A58202014FF4]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCBAlwaysTrips
   [junit4]   2> 403141 INFO  (TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[D5F7A58202014FF4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 403142 INFO  (TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[D5F7A58202014FF4]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCBAlwaysTrips
   [junit4]   2> 403163 INFO  (TEST-TestCircuitBreaker.testFakeCPUCircuitBreaker-seed#[D5F7A58202014FF4]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFakeCPUCircuitBreaker
   [junit4]   2> 403164 INFO  (TestCircuitBreaker-3451-thread-1) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 403164 INFO  (TestCircuitBreaker-3451-thread-2) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 403165 INFO  (TestCircuitBreaker-3451-thread-1) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 403165 INFO  (TestCircuitBreaker-3451-thread-3) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 403165 INFO  (TestCircuitBreaker-3451-thread-1) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 403166 INFO  (TEST-TestCircuitBreaker.testFakeCPUCircuitBreaker-seed#[D5F7A58202014FF4]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFakeCPUCircuitBreaker
   [junit4]   2> 403170 INFO  (TEST-TestCircuitBreaker.testBuildingMemoryPressure-seed#[D5F7A58202014FF4]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBuildingMemoryPressure
   [junit4]   2> 403172 INFO  (TestCircuitBreaker-3452-thread-1) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1
   [junit4]   2> 403176 INFO  (TestCircuitBreaker-3452-thread-1) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 403177 INFO  (TestCircuitBreaker-3452-thread-2) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 403177 INFO  (TestCircuitBreaker-3452-thread-2) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 403177 INFO  (TestCircuitBreaker-3452-thread-3) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 403178 INFO  (TEST-TestCircuitBreaker.testBuildingMemoryPressure-seed#[D5F7A58202014FF4]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testBuildingMemoryPressure
   [junit4]   2> 403185 INFO  (TEST-TestCircuitBreaker.testCBFakeMemoryPressure-seed#[D5F7A58202014FF4]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCBFakeMemoryPressure
   [junit4]   2> 403185 INFO  (TEST-TestCircuitBreaker.testCBFakeMemoryPressure-seed#[D5F7A58202014FF4]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 403186 INFO  (TEST-TestCircuitBreaker.testCBFakeMemoryPressure-seed#[D5F7A58202014FF4]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCBFakeMemoryPressure
   [junit4]   2> 403186 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 403186 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1046030546
   [junit4]   2> 403186 INFO  (coreCloseExecutor-3454-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1141df25
   [junit4]   2> 403186 INFO  (coreCloseExecutor-3454-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@1141df25
   [junit4]   2> 403186 INFO  (coreCloseExecutor-3454-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@66d04a06: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@3cb47e3d
   [junit4]   2> 403199 INFO  (coreCloseExecutor-3454-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 403207 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 403208 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@123cee67: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@3e573424
   [junit4]   2> 403224 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 403224 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@42bae8ae: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@16f0c8bd
   [junit4]   2> 403227 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 403227 INFO  (SUITE-TestCircuitBreaker-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3d0643f: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@739c61ef
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J0/temp/solr.util.TestCircuitBreaker_D5F7A58202014FF4-001
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=22376, maxDocsPerChunk=965, blockShift=11), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=22376, blockSize=11)), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=fr, timezone=Turkey
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=183290880,total=529006592
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudJSONFacetJoinDomain, TestSolrIndexConfig, TestLMDirichletSimilarityFactory, TestRandomRequestDistribution, TestUseDocValuesAsStored2, DistributedQueryElevationComponentTest, TestSegmentSorting, TestSolrJacksonAnnotation, RequiredFieldsTest, DocumentBuilderTest, HLLSerializationTest, SolrTestCaseJ4Test, AutoAddReplicasPlanActionTest, CollectionStateFormat2Test, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestInPlaceUpdateWithRouteField, NodeAddedTriggerTest, HighlighterTest, TestDistributedMissingSort, TestDocTermOrdsUninvertLimit, ShowFileRequestHandlerTest, AnalysisErrorHandlingTest, TestNumericTerms32, NoCacheHeaderTest, TestRealTimeGet, SpatialRPTFieldTypeTest, TestPerFieldSimilarity, RulesTest, BasicAuthOnSingleNodeTest, TriggerCooldownIntegrationTest, TestOmitPositions, AnalysisAfterCoreReloadTest, MetricsHistoryIntegrationTest, AssignTest, AliasIntegrationTest, OutputWriterTest, CircularListTest, TestDistributedStatsComponentCardinality, TestComponentsName, JvmMetricsTest, TestPayloadScoreQParserPlugin, PathHierarchyTokenizerFactoryTest, TestCircuitBreaker]
   [junit4] Completed [115/923 (1!)] on J0 in 1.62s, 5 tests, 1 error <<< FAILURES!

[...truncated 1522 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestWithCollection
   [junit4]   2> 1567355 INFO  (SUITE-TestWithCollection-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1567356 INFO  (SUITE-TestWithCollection-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_D5F7A58202014FF4-001/data-dir-134-001
   [junit4]   2> 1567356 WARN  (SUITE-TestWithCollection-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
   [junit4]   2> 1567356 INFO  (SUITE-TestWithCollection-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1567358 INFO  (SUITE-TestWithCollection-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1567358 INFO  (SUITE-TestWithCollection-seed#[D5F7A58202014FF4]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1567361 INFO  (TEST-TestWithCollection.testCreateCollectionNoWithCollection-seed#[D5F7A58202014FF4]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCreateCollectionNoWithCollection
   [junit4]   2> 1567361 INFO  (TEST-TestWithCollection.testCreateCollectionNoWithCollection-seed#[D5F7A58202014FF4]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_D5F7A58202014FF4-001/tempDir-001
   [junit4]   2> 1567361 INFO  (TEST-TestWithCollection.testCreateCollectionNoWithCollection-seed#[D5F7A58202014FF4]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1567362 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1567362 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1567362 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1567462 INFO  (TEST-TestWithCollection.testCreateCollectionNoWithCollection-seed#[D5F7A58202014FF4]) [     ] o.a.s.c.ZkTestServer start zk server on port: 40453
   [junit4]   2> 1567462 INFO  (TEST-TestWithCollection.testCreateCollectionNoWithCollection-seed#[D5F7A58202014FF4]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:40453
   [junit4]   2> 1567462 INFO  (TEST-TestWithCollection.testCreateCollectionNoWithCollection-seed#[D5F7A58202014FF4]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40453
   [junit4]   2> 1567462 INFO  (TEST-TestWithCollection.testCreateCollectionNoWithCollection-seed#[D5F7A58202014FF4]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40453
   [junit4]   2> 1567463 INFO  (TEST-TestWithCollection.testCreateCollectionNoWithCollection-seed#[D5F7A58202014FF4]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1567467 INFO  (zkConnectionManagerCallback-17416-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1567467 INFO  (TEST-TestWithCollection.testCreateCollectionNoWithCollection-seed#[D5F7A58202014FF4]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1567472 INFO  (TEST-TestWithCollection.testCreateCollectionNoWithCollection-seed#[D5F7A58202014FF4]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1567473 INFO  (zkConnectionManagerCallback-17418-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1567473 INFO  (TEST-TestWithCollection.testCreateCollectionNoWithCollection-seed#[D5F7A58202014FF4]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1567473 INFO  (TEST-TestWithCollection.testCreateCollectionNoWithCollection-seed#[D5F7A58202014FF4]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1567474 INFO  (zkConnectionManagerCallback-17420-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1567474 INFO  (TEST-TestWithCollection.testCreateCollectionNoWithCollection-seed#[D5F7A58202014FF4]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1567577 INFO  (jetty-launcher-17421-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1567577 INFO  (jetty-launcher-17421-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1567577 INFO  (jetty-launcher-17421-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1567577 INFO  (jetty-launcher-17421-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1567577 INFO  (jetty-launcher-17421-thread-1) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1567577 INFO  (jetty-launcher-17421-thread-2) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1567578 INFO  (jetty-launcher-17421-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1567578 INFO  (jetty-launcher-17421-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1567578 INFO  (jetty-launcher-17421-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1567578 INFO  (jetty-launcher-17421-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1567578 INFO  (jetty-launcher-17421-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1567578 INFO  (jetty-launcher-17421-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1567578 INFO  (jetty-launcher-17421-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5be1f922{/solr,null,AVAILABLE}
   [junit4]   2> 1567578 INFO  (jetty-launcher-17421-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@42af61ed{/solr,null,AVAILABLE}
   [junit4]   2> 1567579 INFO  (jetty-launcher-17421-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5cd9f4fe{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33243}
   [junit4]   2> 1567579 INFO  (jetty-launcher-17421-thread-1) [     ] o.e.j.s.Server Started @1567607ms
   [junit4]   2> 1567579 INFO  (jetty-launcher-17421-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:40453/solr, hostPort=33243}
   [junit4]   2> 1567579 INFO  (jetty-launcher-17421-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7a0ad172{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42207}
   [junit4]   2> 1567579 ERROR (jetty-launcher-17421-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1567579 INFO  (jetty-launcher-17421-thread-2) [     ] o.e.j.s.Server Started @1567607ms
   [junit4]   2> 1567579 INFO  (jetty-launcher-17421-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1567579 INFO  (jetty-launcher-17421-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:40453/solr, hostPort=42207}
   [junit4]   2> 1567579 INFO  (jetty-launcher-17421-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.1
   [junit4]   2> 1567579 INFO  (jetty-launcher-17421-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1567579 INFO  (jetty-launcher-17421-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr
   [junit4]   2> 1567579 ERROR (jetty-launcher-17421-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1567579 INFO  (jetty-launcher-17421-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1567579 INFO  (jetty-launcher-17421-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start

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

0166 INFO  (recoveryExecutor-18309-thread-1-processing-n:127.0.0.1:46851_solr x:testAddReplicaWithPolicy_xyz_shard1_replica_n3 c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node4) [n:127.0.0.1:46851_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node4 x:testAddReplicaWithPolicy_xyz_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy RecoveryStrategy has been closed
   [junit4]   2> 1660166 INFO  (recoveryExecutor-18309-thread-1-processing-n:127.0.0.1:46851_solr x:testAddReplicaWithPolicy_xyz_shard1_replica_n3 c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node4) [n:127.0.0.1:46851_solr c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node4 x:testAddReplicaWithPolicy_xyz_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Finished recovery process, successful=[false]
   [junit4]   2> 1660166 INFO  (recoveryExecutor-18309-thread-1-processing-n:127.0.0.1:46851_solr x:testAddReplicaWithPolicy_xyz_shard1_replica_n3 c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node4) [n:127.0.0.1:46851_solr     ] o.a.s.c.SolrCore [testAddReplicaWithPolicy_xyz_shard1_replica_n3]  CLOSING SolrCore org.apache.solr.core.SolrCore@63c8b961
   [junit4]   2> 1660166 INFO  (recoveryExecutor-18309-thread-1-processing-n:127.0.0.1:46851_solr x:testAddReplicaWithPolicy_xyz_shard1_replica_n3 c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node4) [n:127.0.0.1:46851_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testAddReplicaWithPolicy_xyz.shard1.replica_n3 tag=SolrCore@63c8b961
   [junit4]   2> 1660166 INFO  (recoveryExecutor-18309-thread-1-processing-n:127.0.0.1:46851_solr x:testAddReplicaWithPolicy_xyz_shard1_replica_n3 c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node4) [n:127.0.0.1:46851_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3af98046: rootName = solr_46851, domain = solr.core.testAddReplicaWithPolicy_xyz.shard1.replica_n3, service url = null, agent id = null] for registry solr.core.testAddReplicaWithPolicy_xyz.shard1.replica_n3/com.codahale.metrics.MetricRegistry@17488466
   [junit4]   2> 1660206 INFO  (recoveryExecutor-18309-thread-1-processing-n:127.0.0.1:46851_solr x:testAddReplicaWithPolicy_xyz_shard1_replica_n3 c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node4) [n:127.0.0.1:46851_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testAddReplicaWithPolicy_xyz.shard1.leader tag=SolrCore@63c8b961
   [junit4]   2> 1660207 WARN  (recoveryExecutor-18309-thread-1-processing-n:127.0.0.1:46851_solr x:testAddReplicaWithPolicy_xyz_shard1_replica_n3 c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node4) [n:127.0.0.1:46851_solr     ] o.a.s.c.RecoveryStrategy Stopping recovery for core=[testAddReplicaWithPolicy_xyz_shard1_replica_n3] coreNodeName=[core_node4]
   [junit4]   2> 1660207 INFO  (recoveryExecutor-18309-thread-1-processing-n:127.0.0.1:46851_solr x:testAddReplicaWithPolicy_xyz_shard1_replica_n3 c:testAddReplicaWithPolicy_xyz s:shard1 r:core_node4) [n:127.0.0.1:46851_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1660213 INFO  (jetty-closer-18375-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5bf83b8{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1660214 INFO  (jetty-closer-18375-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@356a5df0{/solr,null,STOPPED}
   [junit4]   2> 1660214 INFO  (jetty-closer-18375-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1660215 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[D5F7A58202014FF4]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1660418 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/collections/testAddReplicaWithPolicy_xyz/terms/shard1
   [junit4]   2> 	5	/solr/collections/testAddReplicaWithPolicy_abc/terms/shard1
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/configs/testAddReplicaWithPolicy_abc.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testAddReplicaWithPolicy_xyz.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testAddReplicaWithPolicy_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testAddReplicaWithPolicy_abc.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/collections/testAddReplicaWithPolicy_abc/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	37	/solr/collections/testAddReplicaWithPolicy_abc/state.json
   [junit4]   2> 	32	/solr/collections/testAddReplicaWithPolicy_xyz/state.json
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	40	/solr/overseer/queue
   [junit4]   2> 	12	/solr/overseer/collection-queue-work
   [junit4]   2> 	9	/solr/collections/testAddReplicaWithPolicy_xyz/state.json
   [junit4]   2> 	9	/solr/collections
   [junit4]   2> 	7	/solr/collections/testAddReplicaWithPolicy_abc/state.json
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1660422 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[D5F7A58202014FF4]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:45625
   [junit4]   2> 1660422 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[D5F7A58202014FF4]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45625
   [junit4]   2> 1660422 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[D5F7A58202014FF4]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45625
   [junit4]   2> 1660423 INFO  (TEST-TestWithCollection.testAddReplicaWithPolicy-seed#[D5F7A58202014FF4]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testAddReplicaWithPolicy
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J1/temp/solr.cloud.TestWithCollection_D5F7A58202014FF4-001
   [junit4]   2> Feb 14, 2021 8:27:48 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=Lucene87, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=ca, timezone=Pacific/Kosrae
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=297353368,total=522715136
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudJSONFacetSKG, TestSolrXml, TestLMJelinekMercerSimilarityFactory, TestRebalanceLeaders, UUIDFieldTest, DistributedSpellCheckComponentTest, TestShortCircuitedRequests, TestSystemIdResolver, SchemaApiFailureTest, MaxSizeAutoCommitTest, HLLUtilTest, TestCrossCoreJoin, AutoScalingHandlerTest, CollectionsAPISolrJTest, IgnoreLargeDocumentProcessorFactoryTest, TestInPlaceUpdatesDistrib, NodeLostTriggerIntegrationTest, HighlighterWithoutStoredIdTest, TestDistributedSearch, TestFieldCache, CdcrUpdateLogTest, TestNumericTerms64, JWTVerificationkeyResolverTest, ResponseHeaderTest, TestRecovery, SynonymTokenizerTest, TestPerFieldSimilarityWithDefaultOverride, ZkDynamicConfigTest, BasicAuthStandaloneTest, TriggerEventQueueTest, TestPointFields, BasicFunctionalityTest, MetricsHistoryWithAuthIntegrationTest, AsyncCallRequestStatusResponseTest, AssignBackwardCompatibilityTest, ByteBuffersDirectoryFactoryTest, SampleTest, DOMUtilTest, TestExpandComponent, TestCustomSort, MetricsConfigTest, TestPseudoReturnFields, ProtectedTermFilterFactoryTest, TestExportTool, HttpTriggerListenerTest, NestedShardedAtomicUpdateTest, TestDynamicLoading, SmileWriterTest, TestSolrFieldCacheBean, UpdateParamsTest, TestCollapseQParserPlugin, TestBackupRepositoryFactory, TestFieldCacheVsDocValues, LukeRequestHandlerTest, TestSubQueryTransformer, TestFileDictionaryLookup, RoutingToNodesWithPropertiesTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest, TestManagedResourceStorage, ReindexCollectionTest, AtomicUpdatesTest, TestStandardQParsers, SuggesterWFSTTest, DistributedDebugComponentTest, SolrRrdBackendFactoryTest, SortSpecParsingTest, TestDistributedTracing, PluginInfoTest, DocValuesMultiTest, TestEmbeddedSolrServerAdminHandler, FastVectorHighlighterTest, DirectSolrSpellCheckerTest, CdcrBootstrapTest, CacheHeaderTest, TestSortableTextField, TestDelegationWithHadoopAuth, TestDFISimilarityFactory, TestReversedWildcardFilterFactory, SignatureUpdateProcessorFactoryTest, MetricTriggerIntegrationTest, HttpPartitionOnCommitTest, ChaosMonkeyNothingIsSafeTest, TestPullReplicaErrorHandling, TestCloudSchemaless, SolrCmdDistributorTest, SolrJmxReporterTest, HealthCheckHandlerTest, VMParamsZkACLAndCredentialsProvidersTest, LeaderTragicEventTest, ResponseBuilderTest, DistributedIntervalFacetingTest, TestStressLiveNodes, WordBreakSolrSpellCheckerTest, TestRTimerTree, TestClusterProperties, CdcrVersionReplicationTest, ClassificationUpdateProcessorTest, TestSearchPerf, TestSolrConfigHandler, FileUtilsTest, DirectoryFactoriesTest, PackageManagerCLITest, HdfsCollectionsAPIDistributedZkTest, TestSolrCoreProperties, TestAtomicUpdateErrorCases, DistributedMLTComponentTest, DistribDocExpirationUpdateProcessorTest, CloudReplicaSourceTest, TestTolerantUpdateProcessorRandomCloud, TestNumericRangeQuery64, DistributedFacetPivotLongTailTest, SyncSliceTest, LeaderElectionIntegrationTest, TestInitQParser, SimpleFacetsTest, TestOnReconnectListenerSupport, TestSkipOverseerOperations, TestWithCollection]
   [junit4] Completed [560/923 (2!)] on J1 in 94.00s, 9 tests, 1 failure <<< FAILURES!

[...truncated 52012 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-8.8 - Build # 275 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.8/275/

1 tests failed.
FAILED:  org.apache.solr.cloud.LeaderTragicEventTest.testLeaderFailsOver

Error Message:
Error from server at https://127.0.0.1:46321/solr: Underlying core creation failed while creating collection: testLeaderFailsOver

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:46321/solr: Underlying core creation failed while creating collection: testLeaderFailsOver
	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:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1171)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	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.LeaderTragicEventTest.testLeaderFailsOver(LeaderTragicEventTest.java:80)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 15196 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderTragicEventTest
   [junit4]   2> 1546911 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1546911 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1546911 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_628FA189FD54E643-001/data-dir-121-001
   [junit4]   2> 1546911 WARN  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=29 numCloses=29
   [junit4]   2> 1546912 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1546913 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1546914 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_628FA189FD54E643-001/tempDir-001
   [junit4]   2> 1546914 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1546915 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1546915 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1546915 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1547015 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 34655
   [junit4]   2> 1547015 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:34655
   [junit4]   2> 1547015 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34655
   [junit4]   2> 1547015 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34655
   [junit4]   2> 1547017 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1547019 INFO  (zkConnectionManagerCallback-17409-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1547019 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1547021 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1547022 INFO  (zkConnectionManagerCallback-17411-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1547022 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1547023 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1547023 INFO  (zkConnectionManagerCallback-17413-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1547024 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1547127 INFO  (jetty-launcher-17414-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1547127 INFO  (jetty-launcher-17414-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1547127 INFO  (jetty-launcher-17414-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1547127 INFO  (jetty-launcher-17414-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1547127 INFO  (jetty-launcher-17414-thread-1) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1547127 INFO  (jetty-launcher-17414-thread-2) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1547131 INFO  (jetty-launcher-17414-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1547131 INFO  (jetty-launcher-17414-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1547131 INFO  (jetty-launcher-17414-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1547135 INFO  (jetty-launcher-17414-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1547135 INFO  (jetty-launcher-17414-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1547135 INFO  (jetty-launcher-17414-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1547135 INFO  (jetty-launcher-17414-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@518c448b{/solr,null,AVAILABLE}
   [junit4]   2> 1547135 INFO  (jetty-launcher-17414-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a70f236{/solr,null,AVAILABLE}
   [junit4]   2> 1547136 INFO  (jetty-launcher-17414-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@e662b1d{SSL, (ssl, http/1.1)}{127.0.0.1:46321}
   [junit4]   2> 1547136 INFO  (jetty-launcher-17414-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@32a0e08b{SSL, (ssl, http/1.1)}{127.0.0.1:42639}
   [junit4]   2> 1547136 INFO  (jetty-launcher-17414-thread-2) [     ] o.e.j.s.Server Started @1547164ms
   [junit4]   2> 1547136 INFO  (jetty-launcher-17414-thread-1) [     ] o.e.j.s.Server Started @1547164ms
   [junit4]   2> 1547136 INFO  (jetty-launcher-17414-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:34655/solr, hostPort=42639}
   [junit4]   2> 1547136 INFO  (jetty-launcher-17414-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:34655/solr, hostPort=46321}
   [junit4]   2> 1547136 ERROR (jetty-launcher-17414-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1547136 ERROR (jetty-launcher-17414-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1547136 INFO  (jetty-launcher-17414-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1547136 INFO  (jetty-launcher-17414-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1547136 INFO  (jetty-launcher-17414-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.1
   [junit4]   2> 1547136 INFO  (jetty-launcher-17414-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.1
   [junit4]   2> 1547136 INFO  (jetty-launcher-17414-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1547136 INFO  (jetty-launcher-17414-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1547136 INFO  (jetty-launcher-17414-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr
   [junit4]   2> 1547136 INFO  (jetty-launcher-17414-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr
   [junit4]   2> 1547136 INFO  (jetty-launcher-17414-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-02-14T15:27:08.907Z
   [junit4]   2> 1547136 INFO  (jetty-launcher-17414-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-02-14T15:27:08.907Z
   [junit4]   2> 1547137 INFO  (jetty-launcher-17414-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1547141 INFO  (jetty-launcher-17414-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1547141 INFO  (zkConnectionManagerCallback-17418-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1547141 INFO  (jetty-launcher-17414-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1547141 INFO  (zkConnectionManagerCallback-17417-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1547141 INFO  (jetty-launcher-17414-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1547142 INFO  (jetty-launcher-17414-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1547142 INFO  (jetty-launcher-17414-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1547145 INFO  (jetty-launcher-17414-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1547145 INFO  (jetty-launcher-17414-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1547408 INFO  (jetty-launcher-17414-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1547409 WARN  (jetty-launcher-17414-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1547409 WARN  (jetty-launcher-17414-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@17ea372c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1547410 WARN  (jetty-launcher-17414-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@17ea372c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1547412 WARN  (jetty-launcher-17414-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1547413 WARN  (jetty-launcher-17414-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@13e1010c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1547413 WARN  (jetty-launcher-17414-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@13e1010c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1547414 INFO  (jetty-launcher-17414-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34655/solr
   [junit4]   2> 1547415 INFO  (jetty-launcher-17414-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1547419 INFO  (zkConnectionManagerCallback-17432-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1547419 INFO  (jetty-launcher-17414-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1547521 INFO  (jetty-launcher-17414-thread-2) [n:127.0.0.1:46321_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1547523 INFO  (zkConnectionManagerCallback-17434-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1547523 INFO  (jetty-launcher-17414-thread-2) [n:127.0.0.1:46321_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1547586 INFO  (jetty-launcher-17414-thread-2) [n:127.0.0.1:46321_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46321_solr
   [junit4]   2> 1547586 INFO  (jetty-launcher-17414-thread-2) [n:127.0.0.1:46321_solr     ] o.a.s.c.Overseer Overseer (id=72998862843019270-127.0.0.1:46321_solr-n_0000000000) starting
   [junit4]   2> 1547591 INFO  (OverseerStateUpdate-72998862843019270-127.0.0.1:46321_solr-n_0000000000) [n:127.0.0.1:46321_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46321_solr
   [junit4]   2> 1547591 INFO  (jetty-launcher-17414-thread-2) [n:127.0.0.1:46321_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46321_solr
   [junit4]   2> 1547592 INFO  (OverseerStateUpdate-72998862843019270-127.0.0.1:46321_solr-n_0000000000) [n:127.0.0.1:46321_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1547594 INFO  (jetty-launcher-17414-thread-2) [n:127.0.0.1:46321_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1547595 WARN  (jetty-launcher-17414-thread-2) [n:127.0.0.1:46321_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> 1547612 INFO  (jetty-launcher-17414-thread-2) [n:127.0.0.1:46321_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_628FA189FD54E643-001/tempDir-001/node2
   [junit4]   2> 1547612 INFO  (jetty-launcher-17414-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1547612 WARN  (jetty-launcher-17414-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1547616 WARN  (jetty-launcher-17414-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4ab9996a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1547616 WARN  (jetty-launcher-17414-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4ab9996a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1547619 WARN  (jetty-launcher-17414-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1547619 WARN  (jetty-launcher-17414-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@11df1416[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1547619 WARN  (jetty-launcher-17414-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@11df1416[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1547621 INFO  (jetty-launcher-17414-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34655/solr
   [junit4]   2> 1547625 INFO  (jetty-launcher-17414-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1547625 INFO  (zkConnectionManagerCallback-17452-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1547625 INFO  (jetty-launcher-17414-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1547727 INFO  (jetty-launcher-17414-thread-1) [n:127.0.0.1:42639_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1547728 INFO  (zkConnectionManagerCallback-17454-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1547728 INFO  (jetty-launcher-17414-thread-1) [n:127.0.0.1:42639_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1547732 INFO  (jetty-launcher-17414-thread-1) [n:127.0.0.1:42639_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1547736 INFO  (jetty-launcher-17414-thread-1) [n:127.0.0.1:42639_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42639_solr as DOWN
   [junit4]   2> 1547737 INFO  (jetty-launcher-17414-thread-1) [n:127.0.0.1:42639_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1547737 INFO  (jetty-launcher-17414-thread-1) [n:127.0.0.1:42639_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42639_solr
   [junit4]   2> 1547738 INFO  (zkCallback-17433-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1547739 INFO  (zkCallback-17453-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1547740 INFO  (jetty-launcher-17414-thread-1) [n:127.0.0.1:42639_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1547740 WARN  (jetty-launcher-17414-thread-1) [n:127.0.0.1:42639_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> 1547756 INFO  (jetty-launcher-17414-thread-1) [n:127.0.0.1:42639_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_628FA189FD54E643-001/tempDir-001/node1
   [junit4]   2> 1547762 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 1547763 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1547764 INFO  (zkConnectionManagerCallback-17465-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1547764 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1547765 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1547766 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34655/solr ready
   [junit4]   2> 1547785 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testOtherReplicasAreNotActive
   [junit4]   2> 1547831 INFO  (OverseerThreadFactory-17441-thread-1-processing-n:127.0.0.1:46321_solr) [n:127.0.0.1:46321_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testOtherReplicasAreNotActive
   [junit4]   2> 1547940 INFO  (OverseerStateUpdate-72998862843019270-127.0.0.1:46321_solr-n_0000000000) [n:127.0.0.1:46321_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"testOtherReplicasAreNotActive_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:42639_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:42639/solr",
   [junit4]   2>   "collection":"testOtherReplicasAreNotActive",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1547943 INFO  (OverseerStateUpdate-72998862843019270-127.0.0.1:46321_solr-n_0000000000) [n:127.0.0.1:46321_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"testOtherReplicasAreNotActive_shard1_replica_n3",
   [junit4]   2>   "node_name":"127.0.0.1:46321_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:46321/solr",
   [junit4]   2>   "collection":"testOtherReplicasAreNotActive",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1548159 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr    x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=testOtherReplicasAreNotActive_shard1_replica_n3&action=CREATE&numShards=1&collection=testOtherReplicasAreNotActive&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1548160 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr    x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1548172 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.1
   [junit4]   2> 1548178 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1548179 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1548179 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'testOtherReplicasAreNotActive_shard1_replica_n3' using configuration from configset config, trusted=true
   [junit4]   2> 1548179 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.SolrCore [[testOtherReplicasAreNotActive_shard1_replica_n3] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_628FA189FD54E643-001/tempDir-001/node2/testOtherReplicasAreNotActive_shard1_replica_n3], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_628FA189FD54E643-001/tempDir-001/node2/testOtherReplicasAreNotActive_shard1_replica_n3/data/]
   [junit4]   2> 1548191 INFO  (qtp2103053163-29073) [n:127.0.0.1:42639_solr    x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=config&newCollection=true&name=testOtherReplicasAreNotActive_shard1_replica_n1&action=CREATE&numShards=1&collection=testOtherReplicasAreNotActive&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1548199 INFO  (qtp2103053163-29073) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.1
   [junit4]   2> 1548205 INFO  (qtp2103053163-29073) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1548205 INFO  (qtp2103053163-29073) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1548205 INFO  (qtp2103053163-29073) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testOtherReplicasAreNotActive_shard1_replica_n1' using configuration from configset config, trusted=true
   [junit4]   2> 1548206 INFO  (qtp2103053163-29073) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.SolrCore [[testOtherReplicasAreNotActive_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_628FA189FD54E643-001/tempDir-001/node1/testOtherReplicasAreNotActive_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_628FA189FD54E643-001/tempDir-001/node1/testOtherReplicasAreNotActive_shard1_replica_n1/data/]
   [junit4]   2> 1548212 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1548212 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1548212 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1548212 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1548213 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1548214 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1548214 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1548214 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1691684888887951360
   [junit4]   2> 1548216 INFO  (searcherExecutor-17467-thread-1-processing-n:127.0.0.1:46321_solr x:testOtherReplicasAreNotActive_shard1_replica_n3 c:testOtherReplicasAreNotActive s:shard1 r:core_node4) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.SolrCore [testOtherReplicasAreNotActive_shard1_replica_n3]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1548221 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testOtherReplicasAreNotActive/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1548221 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testOtherReplicasAreNotActive/leaders/shard1
   [junit4]   2> 1548239 INFO  (qtp2103053163-29073) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1548239 INFO  (qtp2103053163-29073) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1548240 INFO  (qtp2103053163-29073) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1548240 INFO  (qtp2103053163-29073) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1548244 INFO  (qtp2103053163-29073) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1548244 INFO  (qtp2103053163-29073) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1548244 INFO  (qtp2103053163-29073) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1548244 INFO  (qtp2103053163-29073) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1691684888919408640
   [junit4]   2> 1548246 INFO  (searcherExecutor-17469-thread-1-processing-n:127.0.0.1:42639_solr x:testOtherReplicasAreNotActive_shard1_replica_n1 c:testOtherReplicasAreNotActive s:shard1 r:core_node2) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.SolrCore [testOtherReplicasAreNotActive_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1548250 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoute in=9998ms
   [junit4]   2> 1548252 INFO  (qtp2103053163-29073) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testOtherReplicasAreNotActive/terms/shard1 to Terms{values={core_node2=0, core_node4=0}, version=1}
   [junit4]   2> 1548252 INFO  (qtp2103053163-29073) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testOtherReplicasAreNotActive/leaders/shard1
   [junit4]   2> 1548751 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1548751 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1548751 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:46321/solr/testOtherReplicasAreNotActive_shard1_replica_n3/
   [junit4]   2> 1548752 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.u.PeerSync PeerSync: core=testOtherReplicasAreNotActive_shard1_replica_n3 url=https://127.0.0.1:46321/solr  START replicas=[https://127.0.0.1:42639/solr/testOtherReplicasAreNotActive_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 1548752 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.u.PeerSync PeerSync: core=testOtherReplicasAreNotActive_shard1_replica_n3 url=https://127.0.0.1:46321/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 1548758 INFO  (qtp2103053163-29079) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.S.Request [testOtherReplicasAreNotActive_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1548759 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1548759 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1548759 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testOtherReplicasAreNotActive/leaders/shard1/leader after winning as /collections/testOtherReplicasAreNotActive/leader_elect/shard1/election/72998862843019270-core_node4-n_0000000000
   [junit4]   2> 1548761 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:46321/solr/testOtherReplicasAreNotActive_shard1_replica_n3/ shard1
   [junit4]   2> 1548865 INFO  (zkCallback-17433-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1548867 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1548871 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=testOtherReplicasAreNotActive_shard1_replica_n3&action=CREATE&numShards=1&collection=testOtherReplicasAreNotActive&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=712
   [junit4]   2> 1548971 INFO  (zkCallback-17433-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1548971 INFO  (zkCallback-17433-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1549261 INFO  (qtp2103053163-29073) [n:127.0.0.1:42639_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=config&newCollection=true&name=testOtherReplicasAreNotActive_shard1_replica_n1&action=CREATE&numShards=1&collection=testOtherReplicasAreNotActive&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1070
   [junit4]   2> 1549263 INFO  (qtp1100793701-29074) [n:127.0.0.1:46321_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1549361 INFO  (zkCallback-17433-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1549361 INFO  (zkCallback-17433-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1549361 INFO  (zkCallback-17453-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1549361 INFO  (zkCallback-17453-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1549362 INFO  (qtp1100793701-29074) [n:127.0.0.1:46321_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=config&name=testOtherReplicasAreNotActive&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1536
   [junit4]   2> 1549362 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: testOtherReplicasAreNotActive
   [junit4]   2> 1549366 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.c.LeaderTragicEventTest Stop jetty node : https://127.0.0.1:42639/solr state:DocCollection(testOtherReplicasAreNotActive//collections/testOtherReplicasAreNotActive/state.json/5 )={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node2":{
   [junit4]   2>           "core":"testOtherReplicasAreNotActive_shard1_replica_n1",
   [junit4]   2>           "node_name":"127.0.0.1:42639_solr",
   [junit4]   2>           "base_url":"https://127.0.0.1:42639/solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testOtherReplicasAreNotActive_shard1_replica_n3",
   [junit4]   2>           "node_name":"127.0.0.1:46321_solr",
   [junit4]   2>           "base_url":"https://127.0.0.1:46321/solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false",
   [junit4]   2>           "leader":"true"}}}},
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0"}
   [junit4]   2> 1549366 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=673671970
   [junit4]   2> 1549366 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42639_solr
   [junit4]   2> 1549367 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1549367 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:42639_solr as DOWN
   [junit4]   2> 1549369 INFO  (coreCloseExecutor-17481-thread-1) [n:127.0.0.1:42639_solr     ] o.a.s.c.SolrCore [testOtherReplicasAreNotActive_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@394af3d7
   [junit4]   2> 1549369 INFO  (coreCloseExecutor-17481-thread-1) [n:127.0.0.1:42639_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testOtherReplicasAreNotActive.shard1.replica_n1 tag=SolrCore@394af3d7
   [junit4]   2> 1549369 INFO  (coreCloseExecutor-17481-thread-1) [n:127.0.0.1:42639_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testOtherReplicasAreNotActive.shard1.leader tag=SolrCore@394af3d7
   [junit4]   2> 1549370 INFO  (coreCloseExecutor-17481-thread-1) [n:127.0.0.1:42639_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1549370 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1549370 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1549370 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1549371 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1549372 WARN  (jetty-launcher-17414-thread-1-SendThread(127.0.0.1:34655)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x103581438c40008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x103581438c40008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x103581438c40008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1549373 INFO  (zkCallback-17464-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1549373 INFO  (zkCallback-17433-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1549470 INFO  (zkCallback-17433-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1549470 INFO  (zkCallback-17433-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1549475 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@32a0e08b{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1549475 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@518c448b{/solr,null,STOPPED}
   [junit4]   2> 1549475 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1549475 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.c.MiniSolrCloudCluster waitForJettyToStop: 42639
   [junit4]   2> 1549476 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.c.SolrCloudTestCase waitForState (testOtherReplicasAreNotActive): Timeout waiting for replica get down
   [junit4]   2> 1549479 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.c.LeaderTragicEventTest Will crash leader : core_node4:{
   [junit4]   2>   "core":"testOtherReplicasAreNotActive_shard1_replica_n3",
   [junit4]   2>   "node_name":"127.0.0.1:46321_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:46321/solr",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "leader":"true"}
   [junit4]   2> 1549488 ERROR (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.u.SolrIndexWriter Error closing IndexWriter
   [junit4]   2>           => java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot flush
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3895)
   [junit4]   2> java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot flush
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3895) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3887) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1235) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1278) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.update.SolrIndexWriter.close(SolrIndexWriter.java:298) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:209) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:233) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:2215) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:229) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2646) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:794) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:567) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:427) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:357) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[jetty-servlet-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[jetty-servlet-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[jetty-servlet-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[jetty-servlet-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548) ~[jetty-servlet-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1612) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) ~[jetty-servlet-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1582) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) ~[jetty-rewrite-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:516) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556) [jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [jetty-io-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:540) [jetty-io-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:395) [jetty-io-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) [jetty-io-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [jetty-io-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [jetty-io-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773) [jetty-util-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905) [jetty-util-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_281]
   [junit4]   2> Caused by: java.lang.Exception: injected tragedy
   [junit4]   2> 	at org.apache.solr.util.TestInjection.injectLeaderTragedy(TestInjection.java:364) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:210) ~[java/:?]
   [junit4]   2> 	... 40 more
   [junit4]   2> 1549490 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1549490 ERROR (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Random tragedy fail
   [junit4]   2> 	at org.apache.solr.util.TestInjection.injectLeaderTragedy(TestInjection.java:374)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:210)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2646)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:794)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:567)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:427)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:357)
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
   [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:1612)
   [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:1434)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1582)
   [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:1349)
   [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:716)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:516)
   [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:556)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:540)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:395)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1549490 INFO  (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.S.Request [testOtherReplicasAreNotActive_shard1_replica_n3]  webapp=/solr path=/update params={commit=true&wt=javabin&version=2} status=500 QTime=2
   [junit4]   2> 1549490 ERROR (qtp1100793701-29080) [n:127.0.0.1:46321_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.s.HttpSolrCall org.apache.solr.common.SolrException: Random tragedy fail
   [junit4]   2> 	at org.apache.solr.util.TestInjection.injectLeaderTragedy(TestInjection.java:374)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:210)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2646)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:794)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:567)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:427)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:357)
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
   [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:1612)
   [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:1434)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1582)
   [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:1349)
   [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:716)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:516)
   [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:556)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:540)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:395)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1549492 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=42639)
   [junit4]   2> 1549493 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 42639 try number 2 ...
   [junit4]   2> 1549493 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1549494 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1549494 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1549494 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1549494 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7491a4cc{/solr,null,AVAILABLE}
   [junit4]   2> 1549495 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4be63c13{SSL, (ssl, http/1.1)}{127.0.0.1:42639}
   [junit4]   2> 1549495 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.e.j.s.Server Started @1549523ms
   [junit4]   2> 1549495 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:34655/solr, hostPort=42639}
   [junit4]   2> 1549495 ERROR (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1549495 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1549495 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.1
   [junit4]   2> 1549495 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1549495 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr
   [junit4]   2> 1549495 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-02-14T15:27:11.266Z
   [junit4]   2> 1549495 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1549496 INFO  (zkConnectionManagerCallback-17485-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1549496 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1549497 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1549501 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1549834 INFO  (OverseerCollectionConfigSetProcessor-72998862843019270-127.0.0.1:46321_solr-n_0000000000) [n:127.0.0.1:46321_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1550448 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1550448 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1550449 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@40afbcb7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1550449 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@40afbcb7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1550451 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1550452 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@678b3629[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1550452 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@678b3629[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1550453 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34655/solr
   [junit4]   2> 1550454 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1550455 INFO  (zkConnectionManagerCallback-17496-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1550455 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1550557 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [n:127.0.0.1:42639_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1550558 INFO  (zkConnectionManagerCallback-17498-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1550558 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [n:127.0.0.1:42639_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1550562 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [n:127.0.0.1:42639_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1550565 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [n:127.0.0.1:42639_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42639_solr as DOWN
   [junit4]   2> 1550566 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [n:127.0.0.1:42639_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1550566 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [n:127.0.0.1:42639_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42639_solr
   [junit4]   2> 1550567 INFO  (zkCallback-17433-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1550567 INFO  (zkCallback-17464-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1550568 INFO  (zkCallback-17497-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1550571 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [n:127.0.0.1:42639_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1550571 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [n:127.0.0.1:42639_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> 1550589 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [n:127.0.0.1:42639_solr     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_628FA189FD54E643-001/tempDir-001/node1
   [junit4]   2> 1550589 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [n:127.0.0.1:42639_solr     ] o.a.s.c.CorePropertiesLocator Cores are: [testOtherReplicasAreNotActive_shard1_replica_n1]
   [junit4]   2> 1550600 INFO  (coreLoadExecutor-17504-thread-1-processing-n:127.0.0.1:42639_solr) [n:127.0.0.1:42639_solr     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.1
   [junit4]   2> 1550611 INFO  (coreLoadExecutor-17504-thread-1-processing-n:127.0.0.1:42639_solr) [n:127.0.0.1:42639_solr     ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1550611 INFO  (coreLoadExecutor-17504-thread-1-processing-n:127.0.0.1:42639_solr) [n:127.0.0.1:42639_solr     ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1550618 INFO  (coreLoadExecutor-17504-thread-1-processing-n:127.0.0.1:42639_solr) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.1
   [junit4]   2> 1550623 INFO  (coreLoadExecutor-17504-thread-1-processing-n:127.0.0.1:42639_solr) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1550624 INFO  (coreLoadExecutor-17504-thread-1-processing-n:127.0.0.1:42639_solr) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1550624 INFO  (coreLoadExecutor-17504-thread-1-processing-n:127.0.0.1:42639_solr) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testOtherReplicasAreNotActive_shard1_replica_n1' using configuration from configset config, trusted=true
   [junit4]   2> 1550624 INFO  (coreLoadExecutor-17504-thread-1-processing-n:127.0.0.1:42639_solr) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.SolrCore [[testOtherReplicasAreNotActive_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_628FA189FD54E643-001/tempDir-001/node1/testOtherReplicasAreNotActive_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_628FA189FD54E643-001/tempDir-001/node1/testOtherReplicasAreNotActive_shard1_replica_n1/data/]
   [junit4]   2> 1550651 INFO  (coreLoadExecutor-17504-thread-1-processing-n:127.0.0.1:42639_solr) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1550651 INFO  (coreLoadExecutor-17504-thread-1-processing-n:127.0.0.1:42639_solr) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1550652 INFO  (coreLoadExecutor-17504-thread-1-processing-n:127.0.0.1:42639_solr) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1550652 INFO  (coreLoadExecutor-17504-thread-1-processing-n:127.0.0.1:42639_solr) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1550653 INFO  (coreLoadExecutor-17504-thread-1-processing-n:127.0.0.1:42639_solr) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1550654 INFO  (coreLoadExecutor-17504-thread-1-processing-n:127.0.0.1:42639_solr) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1550654 INFO  (coreLoadExecutor-17504-thread-1-processing-n:127.0.0.1:42639_solr) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1550654 INFO  (coreLoadExecutor-17504-thread-1-processing-n:127.0.0.1:42639_solr) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1691684891446476800
   [junit4]   2> 1550656 INFO  (searcherExecutor-17506-thread-1-processing-n:127.0.0.1:42639_solr x:testOtherReplicasAreNotActive_shard1_replica_n1 c:testOtherReplicasAreNotActive s:shard1 r:core_node2) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.SolrCore [testOtherReplicasAreNotActive_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1550656 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.c.MiniSolrCloudCluster waitForNode: 127.0.0.1:42639_solr
   [junit4]   2> 1550657 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testOtherReplicasAreNotActive
   [junit4]   2> 1550668 INFO  (zkCallback-17433-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1550668 INFO  (zkCallback-17433-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1550669 INFO  (coreZkRegister-17486-thread-1-processing-n:127.0.0.1:42639_solr) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testOtherReplicasAreNotActive/leaders/shard1
   [junit4]   2> 1550673 INFO  (coreZkRegister-17486-thread-1-processing-n:127.0.0.1:42639_solr) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ZkController Core needs to recover:testOtherReplicasAreNotActive_shard1_replica_n1
   [junit4]   2> 1550674 INFO  (updateExecutor-17492-thread-1-processing-n:127.0.0.1:42639_solr x:testOtherReplicasAreNotActive_shard1_replica_n1 c:testOtherReplicasAreNotActive s:shard1 r:core_node2) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 1550679 INFO  (recoveryExecutor-17494-thread-1-processing-n:127.0.0.1:42639_solr x:testOtherReplicasAreNotActive_shard1_replica_n1 c:testOtherReplicasAreNotActive s:shard1 r:core_node2) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1550679 INFO  (recoveryExecutor-17494-thread-1-processing-n:127.0.0.1:42639_solr x:testOtherReplicasAreNotActive_shard1_replica_n1 c:testOtherReplicasAreNotActive s:shard1 r:core_node2) [n:127.0.0.1:42639_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.RecoveryStrategy startupVersions is empty
   [junit4]   2> 1550708 INFO  (OverseerThreadFactory-17441-thread-2-processing-n:127.0.0.1:46321_solr) [n:127.0.0.1:46321_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 1550713 INFO  (qtp1100793701-29074) [n:127.0.0.1:46321_solr    x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testOtherReplicasAreNotActive.shard1.replica_n3 tag=null
   [junit4]   2> 1550713 INFO  (qtp1100793701-29074) [n:127.0.0.1:46321_solr     ] o.a.s.c.SolrCore [testOtherReplicasAreNotActive_shard1_replica_

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

 reporters for registry=solr.cluster tag=null
   [junit4]   2> 1561775 INFO  (closeThreadPool-17527-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72998862843019270-127.0.0.1:46321_solr-n_0000000000) closing
   [junit4]   2> 1561787 INFO  (OverseerStateUpdate-72998862843019270-127.0.0.1:46321_solr-n_0000000000) [n:127.0.0.1:46321_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:46321_solr
   [junit4]   2> 1561788 INFO  (OverseerAutoScalingTriggerThread-72998862843019270-127.0.0.1:46321_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1561804 INFO  (closeThreadPool-17527-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72998862843019270-127.0.0.1:46321_solr-n_0000000000) closing
   [junit4]   2> 1561804 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[628FA189FD54E643]-SendThread(127.0.0.1:34655)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x103581438c4000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x103581438c4000c, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x103581438c4000c, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1561910 INFO  (jetty-closer-17517-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4be63c13{SSL, (ssl, http/1.1)}{127.0.0.1:42639}
   [junit4]   2> 1561911 INFO  (jetty-closer-17517-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7491a4cc{/solr,null,STOPPED}
   [junit4]   2> 1561911 INFO  (jetty-closer-17517-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1562008 INFO  (jetty-closer-17517-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72998862843019270-127.0.0.1:46321_solr-n_0000000000) closing
   [junit4]   2> 1562009 INFO  (jetty-closer-17517-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@e662b1d{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1562009 INFO  (jetty-closer-17517-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@a70f236{/solr,null,STOPPED}
   [junit4]   2> 1562009 INFO  (jetty-closer-17517-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1562010 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1562010 WARN  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker-SendThread(127.0.0.1:34655)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x103581438c40000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x103581438c40000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x103581438c40000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1562212 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> 	8	/solr/collections/testOtherReplicasAreNotActive/state.json
   [junit4]   2> 	8	/solr/collections/testOtherReplicasAreNotActive/terms/shard1
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/collections/testLeaderFailsOver/state.json
   [junit4]   2> 	4	/solr/configs/config
   [junit4]   2> 	3	/solr/collections/testLeaderFailsOver/terms/shard1
   [junit4]   2> 	3	/solr/packages.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/collections/testOtherReplicasAreNotActive/state.json
   [junit4]   2> 	4	/solr/collections/testLeaderFailsOver/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72998862843019270-127.0.0.1:46321_solr-n_0000000000
   [junit4]   2> 	2	/solr/collections/testOtherReplicasAreNotActive/leader_elect/shard1/election/72998862843019270-core_node4-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	41	/solr/overseer/queue
   [junit4]   2> 	16	/solr/collections
   [junit4]   2> 	16	/solr/overseer/collection-queue-work
   [junit4]   2> 	14	/solr/collections/testOtherReplicasAreNotActive/state.json
   [junit4]   2> 	12	/solr/live_nodes
   [junit4]   2> 	4	/solr/collections/testLeaderFailsOver/state.json
   [junit4]   2> 
   [junit4]   2> 1562214 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:34655
   [junit4]   2> 1562214 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34655
   [junit4]   2> 1562214 INFO  (SUITE-LeaderTragicEventTest-seed#[628FA189FD54E643]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34655
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.8/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_628FA189FD54E643-001
   [junit4]   2> Feb 14, 2021 3:27:24 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, docValues:{}, maxPointsInLeafNode=150, maxMBSortInHeap=7.411668112777182, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=hi, timezone=Poland
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=250212696,total=524812288
   [junit4]   2> NOTE: All tests run in this JVM: [TestFastLRUCache, TestBackupRepositoryFactory, SolrCmdDistributorTest, TestPullReplicaErrorHandling, TestNestedUpdateProcessor, SignatureUpdateProcessorFactoryTest, AssignBackwardCompatibilityTest, DistributedUpdateProcessorTest, DistributedSpellCheckComponentTest, TestDynamicFieldCollectionResource, BasicFunctionalityTest, ConnectionReuseTest, TestCollapseQParserPlugin, CollectionsAPISolrJTest, TestSolrQueryResponse, TestFileDictionaryLookup, TestTrieFacet, NodeLostTriggerIntegrationTest, BlockJoinFacetDistribTest, FastVectorHighlighterTest, UtilsToolTest, HttpTriggerListenerTest, TestInfoStreamLogging, TestStressUserVersions, PeerSyncWithLeaderAndIndexFingerprintCachingTest, ZkStateWriterTest, DistributedDebugComponentTest, PackageManagerCLITest, TestMaxScoreQueryParser, DistributedFacetPivotLongTailTest, MetricsHistoryWithAuthIntegrationTest, TestSortableTextField, OverseerCollectionConfigSetProcessorTest, ZkNodePropsTest, SortSpecParsingTest, TestGeoJSONResponseWriter, AuditLoggerIntegrationTest, ResponseHeaderTest, SynonymTokenizerTest, SolrRrdBackendFactoryTest, InfixSuggestersTest, TestManagedResourceStorage, TestCloudSchemaless, SimpleFacetsTest, ReplicationFactorTest, TestPushWriter, TolerantUpdateProcessorTest, AdminHandlersProxyTest, HdfsDirectoryTest, TestSolr4Spatial, HdfsThreadLeakTest, TestPointFields, TestSolrCoreSnapshots, TestDistributedMap, DistributedFacetSimpleRefinementLongTailTest, PreAnalyzedUpdateProcessorTest, LukeRequestHandlerTest, DistributedMLTComponentTest, TestFieldTypeCollectionResource, JWTVerificationkeyResolverTest, TestMiniSolrCloudClusterSSL, TestSearchPerf, HighlighterWithoutStoredIdTest, ProtectedTermFilterFactoryTest, CdcrBootstrapTest, TestSolrCoreProperties, TestSolrCloudWithKerberosAlt, ZkDynamicConfigTest, TestTolerantUpdateProcessorRandomCloud, LeaderElectionIntegrationTest, SolrCLIZkUtilsTest, DirectSolrSpellCheckerTest, MetricTriggerIntegrationTest, SuggesterWFSTTest, TestHashPartitioner, CloudReplicaSourceTest, Tagger2Test, UpdateRequestProcessorFactoryTest, TestSubQueryTransformer, TestDynamicLoading, SchemaApiFailureTest, HLLUtilTest, AtomicUpdatesTest, SyncSliceTest, TestConfigSetsAPIZkFailure, CursorMarkTest, DeleteReplicaTest, SolrJmxReporterTest, SmileWriterTest, TestMergePolicyConfig, TestCoreContainer, CreateRoutedAliasTest, TestFieldCacheVsDocValues, PingRequestHandlerTest, CdcrVersionReplicationTest, IndexSchemaRuntimeFieldTest, HdfsBasicDistributedZkTest, SolrMetricReporterTest, TriggerEventQueueTest, TermVectorComponentDistributedTest, TestSolrFieldCacheBean, TestCollectionAPI, TestSimComputePlanAction, DistribDocExpirationUpdateProcessorTest, TestDistributedSearch, DocValuesMultiTest, TestJsonFacets, TestSimExtremeIndexing, HttpPartitionOnCommitTest, TestIntervalFaceting, V2ApiIntegrationTest, TestDistribIDF, CurrencyFieldTypeTest, LeaderTragicEventTest]
   [junit4] Completed [559/923 (1!)] on J1 in 16.02s, 2 tests, 1 error <<< FAILURES!

[...truncated 51943 lines...]