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

2 tests failed.
FAILED:  
org.apache.solr.handler.admin.StatsReloadRaceTest.testParallelReloadAndStats

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([D3031257F92DED3A:1C9D776E76DC8565]:0)
        at org.junit.Assert.fail(Assert.java:86)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertTrue(Assert.java:52)
        at 
org.apache.solr.handler.admin.StatsReloadRaceTest.requestMetrics(StatsReloadRaceTest.java:136)
        at 
org.apache.solr.handler.admin.StatsReloadRaceTest.testParallelReloadAndStats(StatsReloadRaceTest.java:70)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:835)


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

Error Message:
Number of failed queries is not correct expected:<1> but was:<5>

Stack Trace:
java.lang.AssertionError: Number of failed queries is not correct expected:<1> 
but was:<5>
        at 
__randomizedtesting.SeedInfo.seed([D3031257F92DED3A:6C8E3E87D6A10193]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at 
org.apache.solr.util.TestCircuitBreaker.testBuildingMemoryPressure(TestCircuitBreaker.java:152)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 14261 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.StatsReloadRaceTest
   [junit4]   2> 789581 INFO  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 789581 INFO  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.StatsReloadRaceTest_D3031257F92DED3A-001/data-dir-111-001
   [junit4]   2> 789581 WARN  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=13 numCloses=13
   [junit4]   2> 789581 INFO  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 789582 INFO  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 789582 INFO  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 789582 INFO  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 789586 INFO  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 789635 INFO  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 789780 INFO  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 789840 WARN  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.c.CoreContainer Unable to create 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/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/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/userfiles"
 "write")
   [junit4]   2>        at 
java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied 
("java.io.FilePermission" 
"/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/userfiles"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
 ~[?:?]
   [junit4]   2>        at 
java.security.AccessController.checkPermission(AccessController.java:1044) 
~[?:?]
   [junit4]   2>        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:408) ~[?:?]
   [junit4]   2>        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:838) ~[?:?]
   [junit4]   2>        at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:824) 
~[?:?]
   [junit4]   2>        at 
sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:381)
 ~[?:?]
   [junit4]   2>        at java.nio.file.Files.createDirectory(Files.java:692) 
~[?:?]
   [junit4]   2>        at 
java.nio.file.Files.createAndCheckIsDirectory(Files.java:799) ~[?:?]
   [junit4]   2>        at 
java.nio.file.Files.createDirectories(Files.java:745) ~[?:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:364) [java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:325) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:808) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:798) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:659) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:648) [java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.admin.StatsReloadRaceTest.beforeTests(StatsReloadRaceTest.java:39)
 [test/:?]
   [junit4]   2>        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2>        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 ~[?:?]
   [junit4]   2>        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:?]
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:567) 
~[?:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 789842 WARN  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.f.DistribPackageStore Unable to create 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/filestore]
 directory in SOLR_HOME 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr].
  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access 
denied ("java.io.FilePermission" 
"/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/filestore"
 "write")
   [junit4]   2>        at 
java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied 
("java.io.FilePermission" 
"/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/filestore"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
 ~[?:?]
   [junit4]   2>        at 
java.security.AccessController.checkPermission(AccessController.java:1044) 
~[?:?]
   [junit4]   2>        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:408) ~[?:?]
   [junit4]   2>        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:838) ~[?:?]
   [junit4]   2>        at java.io.File.mkdir(File.java:1323) ~[?:?]
   [junit4]   2>        at java.io.File.mkdirs(File.java:1355) ~[?:?]
   [junit4]   2>        at 
org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:560)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:80)
 [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:664) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:171) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:808) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:798) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:659) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:648) [java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.admin.StatsReloadRaceTest.beforeTests(StatsReloadRaceTest.java:39)
 [test/:?]
   [junit4]   2>        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2>        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 ~[?:?]
   [junit4]   2>        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:?]
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:567) 
~[?:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 789842 INFO  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 789849 WARN  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@266b9671[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 789849 WARN  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@266b9671[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 789875 WARN  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4fe8d7b1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 789875 WARN  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4fe8d7b1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 789877 WARN  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-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> 789899 INFO  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79ad44ce
   [junit4]   2> 789905 INFO  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79ad44ce
   [junit4]   2> 789905 INFO  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79ad44ce
   [junit4]   2> 789909 INFO  (coreLoadExecutor-14184-thread-1) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 
transient cores
   [junit4]   2> 789916 INFO  (coreLoadExecutor-14184-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 789982 INFO  (coreLoadExecutor-14184-thread-1) [    
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 789993 INFO  (coreLoadExecutor-14184-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 790124 INFO  (coreLoadExecutor-14184-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field 
id
   [junit4]   2> 790130 INFO  (coreLoadExecutor-14184-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@79ad44ce
   [junit4]   2> 790130 INFO  (coreLoadExecutor-14184-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.StatsReloadRaceTest_D3031257F92DED3A-001/data-dir-111-001/]
   [junit4]   2> 790131 INFO  (coreLoadExecutor-14184-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=38, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=80.451171875, 
floorSegmentMB=0.9345703125, forceMergeDeletesPctAllowed=3.5502225096349393, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=23.498696957176623
   [junit4]   2> 790213 INFO  (coreLoadExecutor-14184-thread-1) [    
x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 790213 INFO  (coreLoadExecutor-14184-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 790215 INFO  (coreLoadExecutor-14184-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 790215 INFO  (coreLoadExecutor-14184-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 790216 INFO  (coreLoadExecutor-14184-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.0]
   [junit4]   2> 790218 INFO  (coreLoadExecutor-14184-thread-1) [    
x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 790235 INFO  (coreLoadExecutor-14184-thread-1) [    
x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct, 
classname=DirectSolrSpellChecker, field=lowerfilt, minQueryLength=3}
   [junit4]   2> 790246 INFO  (coreLoadExecutor-14184-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 790246 INFO  (coreLoadExecutor-14184-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1674918634666852352
   [junit4]   2> 790246 INFO  
(searcherExecutor-14186-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 790247 INFO  
(searcherExecutor-14186-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 790247 INFO  
(searcherExecutor-14186-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 790247 INFO  
(searcherExecutor-14186-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 790247 INFO  
(searcherExecutor-14186-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 790247 INFO  
(searcherExecutor-14186-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 790247 INFO  
(searcherExecutor-14186-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 790248 INFO  
(searcherExecutor-14186-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 790248 INFO  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 790248 INFO  
(searcherExecutor-14186-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 790248 INFO  
(searcherExecutor-14186-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 790250 INFO  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0 (1674918634668949504), 1 (1674918634669998080), 2 
(1674918634669998081), 3 (1674918634669998082), 4 (1674918634669998083), 5 
(1674918634669998084), 6 (1674918634669998085), 7 (1674918634669998086), 8 
(1674918634671046656), 9 (1674918634671046657), ... (31 adds)]} 0 2
   [junit4]   2> 790267 INFO  
(searcherExecutor-14186-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 790268 INFO  
(SUITE-StatsReloadRaceTest-seed#[D3031257F92DED3A]-worker) [    x:collection1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 15
   [junit4]   2> 790272 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.SolrTestCaseJ4 ###Starting testParallelReloadAndStats
   [junit4]   2> 790275 ERROR 
(parallelCoreAdminExecutor-14183-thread-1-processing-x:collection1 1 RELOAD) [  
  x:collection1 ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor 
from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:
   [junit4]   2>           => java.nio.file.NoSuchFileException: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2>        at 
java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
   [junit4]   2> java.nio.file.NoSuchFileException: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2>        at 
sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[?:?]
   [junit4]   2>        at 
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[?:?]
   [junit4]   2>        at 
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) ~[?:?]
   [junit4]   2>        at 
sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:219)
 ~[?:?]
   [junit4]   2>        at java.nio.file.Files.newByteChannel(Files.java:373) 
~[?:?]
   [junit4]   2>        at java.nio.file.Files.newByteChannel(Files.java:424) 
~[?:?]
   [junit4]   2>        at 
java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:420)
 ~[?:?]
   [junit4]   2>        at java.nio.file.Files.newInputStream(Files.java:158) 
~[?:?]
   [junit4]   2>        at 
org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:187)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reloadCoreDescriptor(CoreContainer.java:1550)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1603) [java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1578) [java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$2(CoreAdminOperation.java:134)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:367)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.lambda$handleRequestBody$0(CoreAdminHandler.java:189)
 [java/:?]
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
 [metrics-core-4.1.5.jar:4.1.5]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
 [java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) 
[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) 
[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 790275 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790277 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790278 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790279 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790279 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790280 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790280 INFO  
(parallelCoreAdminExecutor-14183-thread-1-processing-x:collection1 1 RELOAD) [  
  x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 790281 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790282 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790283 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790283 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790283 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790284 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790285 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790286 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790286 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790287 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790288 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790289 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790290 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790291 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790291 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790291 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790291 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790293 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790293 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790293 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790293 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790294 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790294 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790296 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790296 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790297 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790297 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790299 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790301 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790302 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790302 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790302 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790303 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790304 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790305 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790305 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790305 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790307 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790319 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790320 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790321 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790321 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790322 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790322 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790323 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790323 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790324 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790325 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790325 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790326 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790327 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790327 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790327 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790327 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790327 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790328 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790329 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790329 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790329 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790330 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790330 INFO  
(parallelCoreAdminExecutor-14183-thread-1-processing-x:collection1 1 RELOAD) [  
  x:collection1 ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 790330 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790331 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790332 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790332 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790332 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790332 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790334 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790334 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790334 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790336 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790336 INFO  
(parallelCoreAdminExecutor-14183-thread-1-processing-x:collection1 1 RELOAD) [  
  x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 790337 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790338 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790338 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790338 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790340 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790340 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790341 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790344 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790344 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790346 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790346 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790347 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790348 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790349 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790349 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790350 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790350 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790351 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790351 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790351 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790352 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790353 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790354 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790354 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790355 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790355 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790356 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790356 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790377 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790405 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790406 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790406 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790409 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790409 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790409 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790409 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790409 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790410 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790410 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790435 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790439 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790440 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790440 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790441 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790441 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790441 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790441 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790442 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790443 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790443 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790443 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790444 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790444 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790445 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790445 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790446 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790446 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790446 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790446 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790446 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790447 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790448 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790449 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790449 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790450 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790450 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790450 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790450 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790451 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790451 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790452 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790452 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790452 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790453 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790453 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790454 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790454 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790455 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790455 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790455 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790455 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790456 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790456 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790457 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790458 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790458 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790458 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790459 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790459 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790459 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790459 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790459 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790460 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790460 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790461 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790461 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790462 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790462 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790463 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790463 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790463 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790464 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790464 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790464 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790464 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790465 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790465 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790465 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790466 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790467 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790467 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790467 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790468 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790468 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790469 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790470 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790470 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790470 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790470 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790471 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790503 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790503 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790504 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790514 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790515 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790515 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790515 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790515 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790516 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790528 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790529 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790529 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790530 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790531 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790532 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790532 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790533 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790533 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790534 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790534 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790534 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790535 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790535 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790536 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790537 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790537 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790538 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790538 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790538 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790539 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790542 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790543 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790543 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790543 INFO  
(parallelCoreAdminExecutor-14183-thread-1-processing-x:collection1 1 RELOAD) [  
  x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid 
field id
   [junit4]   2> 790544 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790544 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790544 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790544 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790544 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790544 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790545 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790545 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790545 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790546 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790547 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790548 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790548 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790549 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790549 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790550 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790550 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790550 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790551 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790551 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790552 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790552 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790553 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790553 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790553 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790554 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790554 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790554 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790557 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790558 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790558 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790559 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790560 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790560 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790561 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790561 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790562 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790565 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790566 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790567 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790567 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790568 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790568 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790568 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790569 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790569 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790569 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790570 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790570 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790571 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790571 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790571 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790571 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790572 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790572 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790572 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790573 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790573 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790573 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790575 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790575 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790578 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790578 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790579 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790580 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790580 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790581 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790581 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790581 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790582 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790583 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790583 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790583 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790584 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 790584 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[D3031257F92DED3A]) [ 
    ] o.a.s.h.a.

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

null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 
QTime=0
   [junit4]   2> 1016788 INFO  
(TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[D3031257F92DED3A]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testCBAlwaysTrips
   [junit4]   2> 1016794 INFO  
(TEST-TestCircuitBreaker.testResponseWithCBTiming-seed#[D3031257F92DED3A]) [    
 ] o.a.s.SolrTestCaseJ4 ###Starting testResponseWithCBTiming
   [junit4]   2> 1016795 INFO  
(TEST-TestCircuitBreaker.testResponseWithCBTiming-seed#[D3031257F92DED3A]) [    
 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&wt=xml&debugQuery=true} hits=3 status=0 QTime=0
   [junit4]   2> 1016800 INFO  
(TEST-TestCircuitBreaker.testResponseWithCBTiming-seed#[D3031257F92DED3A]) [    
 ] o.a.s.SolrTestCaseJ4 ###Ending testResponseWithCBTiming
   [junit4]   2> 1016801 INFO  
(SUITE-TestCircuitBreaker-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1016801 INFO  
(SUITE-TestCircuitBreaker-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2103054446
   [junit4]   2> 1016821 INFO  (coreCloseExecutor-14834-thread-1) [     ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@29506647
   [junit4]   2> 1016821 INFO  (coreCloseExecutor-14834-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1 tag=SolrCore@29506647
   [junit4]   2> 1016821 INFO  (coreCloseExecutor-14834-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@77bc030d: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@34521fe9
   [junit4]   2> 1016829 INFO  (coreCloseExecutor-14834-thread-1) [     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 1016841 INFO  
(SUITE-TestCircuitBreaker-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 1016841 INFO  
(SUITE-TestCircuitBreaker-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@14d4be5e: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@2b9a65a7
   [junit4]   2> 1016846 INFO  
(SUITE-TestCircuitBreaker-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 1016846 INFO  
(SUITE-TestCircuitBreaker-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4f9e5864: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@3cee1c41
   [junit4]   2> 1016848 INFO  
(SUITE-TestCircuitBreaker-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 1016848 INFO  
(SUITE-TestCircuitBreaker-seed#[D3031257F92DED3A]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1744b7e: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@54130b66
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J3/temp/solr.util.TestCircuitBreaker_D3031257F92DED3A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): 
{title_stringNoNorms=FST50, title_stemmed=Lucene84, multiDefault=FST50, 
inStock_b1=PostingsFormat(name=LuceneVarGapFixedInterval), _root_=Lucene84, 
name=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
text=PostingsFormat(name=LuceneVarGapFixedInterval), title=Lucene84, 
title_lettertok=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), 
intDefault=DocValuesFormat(name=Lucene80), 
id_i1=DocValuesFormat(name=Lucene80), 
range_facet_i_dv=DocValuesFormat(name=Lucene80), 
intDvoDefault=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Lucene80), 
range_facet_l=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1375, 
maxMBSortInHeap=5.401266550447604, 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=en-001, 
timezone=Pacific/Apia
   [junit4]   2> NOTE: Linux 5.4.0-40-generic amd64/AdoptOpenJDK 12.0.2 
(64-bit)/cpus=16,threads=1,free=277080808,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestPostingsSolrHighlighter, 
StatsComponentTest, TestSolrCloudWithHadoopAuthPlugin, 
HttpPartitionOnCommitTest, TestComponentsName, 
TestSolrCloudWithSecureImpersonation, BigEndianAscendingWordSerializerTest, 
MultiThreadedOCPTest, BasicAuthIntegrationTest, TestPackages, 
TestStressRecovery, DistanceUnitsTest, TestContainerPlugin, 
XmlInterpolationTest, DistributedQueueTest, ScriptEngineTest, 
CheckHdfsIndexTest, TestCollectionAPIs, TestTrie, 
AssignBackwardCompatibilityTest, FuzzySearchTest, 
WordBreakSolrSpellCheckerTest, TestRawTransformer, TestRandomDVFaceting, 
DimensionalRoutedAliasUpdateProcessorTest, TestMiniSolrCloudClusterSSL, 
OverseerTest, IndexBasedSpellCheckerTest, 
CategoryRoutedAliasUpdateProcessorTest, TestBinaryField, 
TestReversedWildcardFilterFactory, TestFieldCacheVsDocValues, TestDistribIDF, 
TestConfigSetImmutable, RootFieldTest, IndexSchemaRuntimeFieldTest, 
TestLRUStatsCacheCloud, ConfigureRecoveryStrategyTest, 
TestFieldTypeCollectionResource, TestLazyCores, TestFastOutputStream, 
JavaBinAtomicUpdateMultivalueTest, ResponseHeaderTest, 
TestGeoJSONResponseWriter, TestConfigSetsAPI, DateRangeFieldTest, 
SSLMigrationTest, UpdateRequestProcessorFactoryTest, DeleteReplicaTest, 
BadComponentTest, BadIndexSchemaTest, RemoteQueryErrorTest, 
HdfsChaosMonkeySafeLeaderTest, TestNonDefinedSimilarityFactory, 
SimplePostToolTest, TestReqParamsAPI, SolrCoreMetricManagerTest, 
TestIntervalFaceting, AddBlockUpdateTest, DistributedExpandComponentTest, 
TestRecovery, TestSimpleQParserPlugin, TestNoOpRegenerator, 
TestAnalyzedSuggestions, CursorPagingTest, SampleTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, TestSchemaField, 
TestMinMaxOnMultiValuedField, RankQParserPluginTest, CdcrOpsAndBoundariesTest, 
CdcrReplicationHandlerTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, 
ZkStateReaderTest, ZkStateWriterTest, ImplicitSnitchTest, RuleEngineTest, 
RulesTest, TestCorePropertiesReload, TestCustomStream, 
FieldAnalysisRequestHandlerTest, MoreLikeThisHandlerTest, RequestLoggingTest, 
SearchHandlerTest, TestSQLHandlerNonCloud, TestSolrConfigHandlerCloud, 
DistributedSpellCheckComponentTest, FacetPivotSmallTest, 
MoreLikeThisComponentTest, PhrasesIdentificationComponentTest, 
QueryElevationComponentTest, TestExpandComponent, TestHttpShardHandlerFactory, 
TestPivotHelperCode, TestTrackingShardHandlerFactory, TestNumericTokenStream, 
TestLogWatcher, JvmMetricsTest, SolrMetricsIntegrationTest, 
SolrJmxReporterCloudTest, SolrSlf4jReporterTest, EnumFieldTest, PolyFieldTest, 
RankFieldTest, ResolveAnalyzerByNameTest, SchemaVersionSpecificBehaviorTest, 
TestCollationField, TestCollationFieldDocValues, TestManagedSchemaAPI, 
UUIDFieldTest, AnalyticsMergeStrategyTest, TestComplexPhraseLeadingWildcard, 
TestFieldSortValues, TestFilteredDocIdSet, TestFiltering, 
TestJsonFacetRefinement, TestJsonFacetsStatsParsing, 
TestJsonFacetsWithNestedObjects, TestJsonRangeFacets, SortByFunctionTest, 
BJQParserTest, GraphQueryTest, TestCloudNestedDocsSort, TestScoreJoinQPScore, 
BJQFilterAccessibleTest, TestJsonRequest, CloudMLTQParserTest, 
TestDocTermOrdsUninvertLimit, TestFieldCache, TestNumericTerms64, 
TestIndexingPerformance, UpdateParamsTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, TemplateUpdateProcessorTest, 
TolerantUpdateProcessorTest, TestCircuitBreaker]
   [junit4] Completed [854/866 (2!)] on J3 in 1.28s, 4 tests, 1 failure <<< 
FAILURES!

[...truncated 51940 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/27648/consoleText

[repro] Revision: 0b55c94ad664278d4ef5079810a709c1cb7c4457

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops 
-XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC"
[repro] Repro line:  ant test  -Dtestcase=StatsReloadRaceTest 
-Dtests.method=testParallelReloadAndStats -Dtests.seed=D3031257F92DED3A 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=nl-SR 
-Dtests.timezone=America/Cordoba -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=TestCircuitBreaker 
-Dtests.method=testBuildingMemoryPressure -Dtests.seed=D3031257F92DED3A 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-001 
-Dtests.timezone=Pacific/Apia -Dtests.asserts=true -Dtests.file.encoding=UTF-8

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

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

[...truncated 2446 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 
-Dtests.class="*.TestCircuitBreaker|*.StatsReloadRaceTest" 
-Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops 
-XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC" 
-Dtests.seed=D3031257F92DED3A -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=en-001 -Dtests.timezone=Pacific/Apia -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8

[...truncated 119 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.handler.admin.StatsReloadRaceTest
[repro]   0/5 failed: org.apache.solr.util.TestCircuitBreaker
[repro] Exiting with code 0

[...truncated 49 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to