Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19373/
Java: 64bit/jdk1.8.0_121 -XX:-UseCompressedOops -XX:+UseG1GC

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

Error Message:
Key SEARCHER.searcher.indexVersion not found in registry solr.core.collection1

Stack Trace:
java.lang.AssertionError: Key SEARCHER.searcher.indexVersion not found in 
registry solr.core.collection1
        at 
__randomizedtesting.SeedInfo.seed([EC8487CE646EF32A:231AE2F7EB9F9B75]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.handler.admin.StatsReloadRaceTest.requestMetrics(StatsReloadRaceTest.java:132)
        at 
org.apache.solr.handler.admin.StatsReloadRaceTest.testParallelReloadAndStats(StatsReloadRaceTest.java:70)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass

Error Message:
 Expected: is "class1"      got: "class2" 

Stack Trace:
java.lang.AssertionError: 
Expected: is "class1"
     got: "class2"

        at 
__randomizedtesting.SeedInfo.seed([EC8487CE646EF32A:67EB8ADFF2D41D96]:0)
        at org.junit.Assert.assertThat(Assert.java:780)
        at org.junit.Assert.assertThat(Assert.java:738)
        at 
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass(ClassificationUpdateProcessorTest.java:122)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField

Error Message:
 Expected: is "class1"      got: "class2" 

Stack Trace:
java.lang.AssertionError: 
Expected: is "class1"
     got: "class2"

        at 
__randomizedtesting.SeedInfo.seed([EC8487CE646EF32A:E5CBE9767AC714A1]:0)
        at org.junit.Assert.assertThat(Assert.java:780)
        at org.junit.Assert.assertThat(Assert.java:738)
        at 
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField(ClassificationUpdateProcessorTest.java:102)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11472 lines...]
   [junit4] Suite: 
org.apache.solr.update.processor.ClassificationUpdateProcessorTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.ClassificationUpdateProcessorTest_EC8487CE646EF32A-001/init-core-data-001
   [junit4]   2> 546867 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 546867 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 546868 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 546869 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 546869 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 546886 WARN  
(SUITE-ClassificationUpdateProcessorTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 546886 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 546922 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=classification
   [junit4]   2> 546924 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema classification/1.1 with uniqueid field id
   [junit4]   2> 546945 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b0e80b6
   [junit4]   2> 546948 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b0e80b6
   [junit4]   2> 546948 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1b0e80b6
   [junit4]   2> 546949 INFO  (coreLoadExecutor-2045-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 546967 WARN  (coreLoadExecutor-2045-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 546968 INFO  (coreLoadExecutor-2045-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 546974 INFO  (coreLoadExecutor-2045-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=classification
   [junit4]   2> 546977 INFO  (coreLoadExecutor-2045-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema classification/1.1 with 
uniqueid field id
   [junit4]   2> 546977 INFO  (coreLoadExecutor-2045-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> 546977 INFO  (coreLoadExecutor-2045-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@1b0e80b6
   [junit4]   2> 546977 INFO  (coreLoadExecutor-2045-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 546977 INFO  (coreLoadExecutor-2045-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/J1/temp/solr.update.processor.ClassificationUpdateProcessorTest_EC8487CE646EF32A-001/init-core-data-001/]
   [junit4]   2> 546979 INFO  (coreLoadExecutor-2045-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=9.689453125, 
floorSegmentMB=1.6767578125, forceMergeDeletesPctAllowed=10.54549811631381, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 547016 INFO  (coreLoadExecutor-2045-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 547016 INFO  (coreLoadExecutor-2045-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 547017 INFO  (coreLoadExecutor-2045-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=9.7265625, 
floorSegmentMB=1.3828125, forceMergeDeletesPctAllowed=29.991557465607496, 
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5438710245491393
   [junit4]   2> 547017 INFO  (coreLoadExecutor-2045-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@68b84f88[collection1] main]
   [junit4]   2> 547017 WARN  (coreLoadExecutor-2045-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 547017 INFO  (coreLoadExecutor-2045-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 547019 INFO  
(searcherExecutor-2046-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@68b84f88[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 547019 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 547020 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass-seed#[EC8487CE646EF32A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 547095 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass-seed#[EC8487CE646EF32A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ClassificationUpdateProcessorTest 
-Dtests.method=knnMonoClass_sampleParams_shouldAssignCorrectClass 
-Dtests.seed=EC8487CE646EF32A -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=zh-TW -Dtests.timezone=Asia/Tel_Aviv -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.08s J1 | 
ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass
 <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 
   [junit4]    > Expected: is "class1"
   [junit4]    >      got: "class2"
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([EC8487CE646EF32A:67EB8ADFF2D41D96]:0)
   [junit4]    >        at 
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass(ClassificationUpdateProcessorTest.java:122)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 547100 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_boostFields_shouldAssignCorrectClass-seed#[EC8487CE646EF32A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 547124 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_boostFields_shouldAssignCorrectClass-seed#[EC8487CE646EF32A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 547127 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[EC8487CE646EF32A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 547138 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[EC8487CE646EF32A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 547140 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[EC8487CE646EF32A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 547148 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[EC8487CE646EF32A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 547149 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_boostFields_shouldAssignCorrectClass-seed#[EC8487CE646EF32A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 547157 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_boostFields_shouldAssignCorrectClass-seed#[EC8487CE646EF32A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 547159 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[EC8487CE646EF32A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 547169 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[EC8487CE646EF32A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 547178 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass-seed#[EC8487CE646EF32A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass
   [junit4]   2> 547189 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass-seed#[EC8487CE646EF32A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass
   [junit4]   2> 547191 INFO  
(TEST-ClassificationUpdateProcessorTest.knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass-seed#[EC8487CE646EF32A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass
   [junit4]   2> 547203 INFO  
(TEST-ClassificationUpdateProcessorTest.knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass-seed#[EC8487CE646EF32A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass
   [junit4]   2> 547205 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_sampleParams_shouldAssignCorrectClass-seed#[EC8487CE646EF32A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 547217 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_sampleParams_shouldAssignCorrectClass-seed#[EC8487CE646EF32A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 547220 INFO  
(TEST-ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField-seed#[EC8487CE646EF32A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
   [junit4]   2> 547230 INFO  
(TEST-ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField-seed#[EC8487CE646EF32A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ClassificationUpdateProcessorTest 
-Dtests.method=classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
 -Dtests.seed=EC8487CE646EF32A -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=zh-TW -Dtests.timezone=Asia/Tel_Aviv -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.01s J1 | 
ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
 <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 
   [junit4]    > Expected: is "class1"
   [junit4]    >      got: "class2"
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([EC8487CE646EF32A:E5CBE9767AC714A1]:0)
   [junit4]    >        at 
org.apache.solr.update.processor.ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField(ClassificationUpdateProcessorTest.java:102)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 547233 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[EC8487CE646EF32A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 547245 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[EC8487CE646EF32A])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 547245 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 547245 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=815410631
   [junit4]   2> 547246 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 547247 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 547248 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 547248 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 547249 INFO  (coreCloseExecutor-2050-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4c510cfb
   [junit4]   2> 547250 INFO  (coreCloseExecutor-2050-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1280380155
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.update.processor.ClassificationUpdateProcessorTest_EC8487CE646EF32A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{author=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 cat=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=PostingsFormat(name=LuceneFixedGap), title=BlockTreeOrds(blocksize=128), 
content=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{}, maxPointsInLeafNode=1194, maxMBSortInHeap=6.126469288658417, 
sim=RandomSimilarity(queryNorm=true): {author=IB SPL-D2, cat=DFR GZ(0.3), 
id=DFR GB1, title=DFR I(ne)L3(800.0), content=DFR I(F)LZ(0.3)}, locale=zh-TW, 
timezone=Asia/Tel_Aviv
   [junit4]   2> NOTE: Linux 4.4.0-72-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=12,threads=1,free=197417224,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestQueryUtils, 
MoreLikeThisHandlerTest, TestEmbeddedSolrServerConstructors, 
SubstringBytesRefFilterTest, SystemInfoHandlerTest, ShardRoutingCustomTest, 
TestXmlQParserPlugin, AlternateDirectoryTest, TestSystemIdResolver, 
BooleanFieldTest, TestFieldCollectionResource, TestElisionMultitermQuery, 
TestNoOpRegenerator, TestPostingsSolrHighlighter, 
TestCursorMarkWithoutUniqueKey, SuggesterFSTTest, DOMUtilTest, 
TestSchemalessBufferedUpdates, TestInitParams, TestMaxScoreQueryParser, 
CollectionsAPISolrJTest, SuggestComponentTest, SolrCmdDistributorTest, 
BasicFunctionalityTest, CollectionsAPIDistributedZkTest, QueryParsingTest, 
TestRandomCollapseQParserPlugin, TestShardHandlerFactory, TestXIncludeConfig, 
SmileWriterTest, BJQParserTest, MoveReplicaTest, TestConfigSets, 
TestFieldTypeResource, TestLRUCache, ChaosMonkeySafeLeaderTest, 
TestPerFieldSimilarity, HdfsBasicDistributedZkTest, TestScoreJoinQPScore, 
FileUtilsTest, BigEndianAscendingWordDeserializerTest, TestStressUserVersions, 
TestCoreContainer, JsonLoaderTest, TestBulkSchemaAPI, TestDynamicLoading, 
ZkSolrClientTest, DirectSolrConnectionTest, SolrIndexMetricsTest, 
LeaderFailoverAfterPartitionTest, DistributedFacetPivotSmallAdvancedTest, 
TestFieldCache, LeaderInitiatedRecoveryOnShardRestartTest, TestHashPartitioner, 
TestLockTree, RecoveryAfterSoftCommitTest, SpellCheckComponentTest, 
ExplicitHLLTest, TestRecoveryHdfs, TestSolrCloudWithDelegationTokens, 
TestFieldSortValues, HdfsDirectoryTest, TestSQLHandler, SolrInfoBeanTest, 
TestFuzzyAnalyzedSuggestions, ClassificationUpdateProcessorTest]
   [junit4] Completed [178/702 (1!)] on J1 in 0.40s, 11 tests, 2 failures <<< 
FAILURES!

[...truncated 1576 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.StatsReloadRaceTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.StatsReloadRaceTest_EC8487CE646EF32A-001/init-core-data-001
   [junit4]   2> 2177956 WARN  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=81 numCloses=81
   [junit4]   2> 2177956 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 2177957 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2177958 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2177959 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2177987 WARN  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 2177989 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2178129 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2178263 WARN  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 2178269 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2178314 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@646da122
   [junit4]   2> 2178319 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@646da122
   [junit4]   2> 2178319 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@646da122
   [junit4]   2> 2178321 INFO  (coreLoadExecutor-5243-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2178360 WARN  (coreLoadExecutor-5243-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 2178362 INFO  (coreLoadExecutor-5243-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2178391 INFO  (coreLoadExecutor-5243-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2178578 WARN  (coreLoadExecutor-5243-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 2178582 INFO  (coreLoadExecutor-5243-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2178587 INFO  (coreLoadExecutor-5243-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> 2178588 INFO  (coreLoadExecutor-5243-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@646da122
   [junit4]   2> 2178588 INFO  (coreLoadExecutor-5243-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2178588 INFO  (coreLoadExecutor-5243-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_EC8487CE646EF32A-001/init-core-data-001/]
   [junit4]   2> 2178589 INFO  (coreLoadExecutor-5243-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=48, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=21.482421875, 
floorSegmentMB=2.0869140625, forceMergeDeletesPctAllowed=9.370090118994954, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2178637 INFO  (coreLoadExecutor-5243-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2178637 INFO  (coreLoadExecutor-5243-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2178639 INFO  (coreLoadExecutor-5243-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2178639 INFO  (coreLoadExecutor-5243-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2178640 INFO  (coreLoadExecutor-5243-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=55.37109375, 
floorSegmentMB=1.8779296875, forceMergeDeletesPctAllowed=10.257729828878052, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2178640 INFO  (coreLoadExecutor-5243-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4fc30089[collection1] main]
   [junit4]   2> 2178641 INFO  (coreLoadExecutor-5243-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2178682 INFO  (coreLoadExecutor-5243-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2178806 INFO  (coreLoadExecutor-5243-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2178806 INFO  (coreLoadExecutor-5243-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1564460685834846208
   [junit4]   2> 2178807 INFO  
(searcherExecutor-5244-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2178810 INFO  
(searcherExecutor-5244-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2178810 INFO  
(searcherExecutor-5244-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2178810 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2178810 INFO  
(searcherExecutor-5244-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 2178811 INFO  
(searcherExecutor-5244-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2178811 INFO  
(searcherExecutor-5244-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2178811 INFO  
(searcherExecutor-5244-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2178812 INFO  
(searcherExecutor-5244-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2178812 INFO  
(searcherExecutor-5244-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2178813 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0 (1564460685840089088), 1 (1564460685841137664), 2 
(1564460685841137665), 3 (1564460685841137666), 4 (1564460685841137667), 5 
(1564460685841137668), 6 (1564460685841137669), 7 (1564460685841137670), 8 
(1564460685841137671), 9 (1564460685841137672), ... (31 adds)]} 0 2
   [junit4]   2> 2178813 INFO  
(searcherExecutor-5244-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4fc30089[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2178815 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2178815 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@2d7c7c3a commitCommandVersion:0
   [junit4]   2> 2178824 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5ca8e1b2[collection1] main]
   [junit4]   2> 2178825 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2178827 INFO  (searcherExecutor-5244-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5ca8e1b2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C31)))}
   [junit4]   2> 2178827 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 12
   [junit4]   2> 2178830 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testParallelReloadAndStats
   [junit4]   2> 2178832 INFO  
(parallelCoreAdminExecutor-5242-thread-1-processing-1 RELOAD) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2178836 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178836 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178836 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178836 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178836 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178837 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178838 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178843 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178845 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178846 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178846 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178847 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178853 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178854 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178856 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178856 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178857 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178867 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178868 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178872 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178872 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178872 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178872 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178874 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178874 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178875 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178875 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178875 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178876 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178876 WARN  
(parallelCoreAdminExecutor-5242-thread-1-processing-1 RELOAD) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 2178878 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178878 INFO  
(parallelCoreAdminExecutor-5242-thread-1-processing-1 RELOAD) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2178879 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178882 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178883 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178888 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178889 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178899 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178899 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178899 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178900 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178901 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178901 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178901 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178902 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178902 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178902 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178903 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178904 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178904 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178904 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178904 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178905 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178905 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178906 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178906 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178907 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178909 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178910 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178911 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178912 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178912 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178913 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178914 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178914 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178914 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178914 INFO  
(parallelCoreAdminExecutor-5242-thread-1-processing-1 RELOAD) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2178916 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178916 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178917 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178917 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178918 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178919 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178920 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178920 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178920 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178921 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178921 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178922 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178922 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178922 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178922 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178922 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178923 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178923 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178924 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178924 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178925 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178925 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178926 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178926 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178927 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178928 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178928 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178929 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178929 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178930 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178930 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178931 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178931 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178932 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178933 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178933 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178934 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178934 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178935 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178936 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178936 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178936 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178936 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178937 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178937 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178938 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178939 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178940 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178940 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178940 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178941 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178941 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178941 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178941 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178942 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178943 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178943 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178943 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178943 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178944 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178945 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178946 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178946 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178946 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178946 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178946 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178946 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178948 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178949 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178950 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178951 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178951 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178951 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178951 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178951 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178952 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178953 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178954 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178954 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178955 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178955 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178956 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178957 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178983 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178983 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178984 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178984 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178985 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178985 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178985 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178986 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178987 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178988 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178989 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178989 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178989 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178990 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178990 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178991 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178991 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178991 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178992 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178992 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178993 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178994 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178996 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178997 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178997 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178998 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178998 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178998 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2178998 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179001 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179002 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179002 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179003 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179003 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179004 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179004 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179005 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179006 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179006 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179007 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179007 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179008 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179008 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179008 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179008 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179009 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179009 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179009 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179010 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179011 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179011 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179012 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179013 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179013 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179014 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179014 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179015 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179015 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179016 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179016 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179016 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179018 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179019 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179020 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179021 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179022 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179022 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179023 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179024 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179025 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179025 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179026 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179027 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179027 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179028 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179029 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179029 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179029 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179030 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179030 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179030 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179033 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179033 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179033 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179033 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179033 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179034 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179036 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179037 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179038 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179038 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179038 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179039 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179039 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179040 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179040 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179040 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179042 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179043 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179043 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179044 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179045 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179045 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179046 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179046 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179047 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179051 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179053 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 2179053 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF3

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

 [junit4]   2> 2180395 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 4
   [junit4]   2> 2180395 INFO  
(searcherExecutor-5261-thread-1-processing-x:collection1 4 RELOAD) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for 
spellchecker: perDict
   [junit4]   2> 2180395 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 4
   [junit4]   2> 2180396 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 4
   [junit4]   2> 2180396 INFO  
(parallelCoreAdminExecutor-5242-thread-4-processing-4 RELOAD) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=87.1044921875, 
floorSegmentMB=1.03125, forceMergeDeletesPctAllowed=18.558383844771214, 
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8056843152168611
   [junit4]   2> 2180396 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 4
   [junit4]   2> 2180396 INFO  
(parallelCoreAdminExecutor-5242-thread-4-processing-4 RELOAD) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2180397 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 4
   [junit4]   2> 2180397 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 4
   [junit4]   2> 2180397 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 4
   [junit4]   2> 2180398 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 4
   [junit4]   2> 2180398 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 4
   [junit4]   2> 2180399 INFO  
(searcherExecutor-5261-thread-1-processing-x:collection1 4 RELOAD) [    
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1bcdad2a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C31)))}
   [junit4]   2> 2180399 INFO  
(parallelCoreAdminExecutor-5242-thread-4-processing-4 RELOAD) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@35200929[collection1] main]
   [junit4]   2> 2180400 INFO  
(parallelCoreAdminExecutor-5242-thread-4-processing-4 RELOAD) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7215b459
   [junit4]   2> 2180400 INFO  
(parallelCoreAdminExecutor-5242-thread-4-processing-4 RELOAD) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1914025049
   [junit4]   2> 2180402 INFO  
(searcherExecutor-5261-thread-1-processing-x:collection1 4 RELOAD) [    
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@35200929[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C31)))}
   [junit4]   2> 2185408 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[EC8487CE646EF32A]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testParallelReloadAndStats
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=StatsReloadRaceTest 
-Dtests.method=testParallelReloadAndStats -Dtests.seed=EC8487CE646EF32A 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=hr-HR 
-Dtests.timezone=Europe/Athens -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 6.58s J0 | StatsReloadRaceTest.testParallelReloadAndStats 
<<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Key 
SEARCHER.searcher.indexVersion not found in registry solr.core.collection1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([EC8487CE646EF32A:231AE2F7EB9F9B75]:0)
   [junit4]    >        at 
org.apache.solr.handler.admin.StatsReloadRaceTest.requestMetrics(StatsReloadRaceTest.java:132)
   [junit4]    >        at 
org.apache.solr.handler.admin.StatsReloadRaceTest.testParallelReloadAndStats(StatsReloadRaceTest.java:70)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2185410 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2185410 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1299354947
   [junit4]   2> 2185410 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 2185412 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 2185413 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 2185413 INFO  
(SUITE-StatsReloadRaceTest-seed#[EC8487CE646EF32A]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 2185415 INFO  (coreCloseExecutor-5265-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@404d0719
   [junit4]   2> 2185420 INFO  (coreCloseExecutor-5265-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1078789913
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.handler.admin.StatsReloadRaceTest_EC8487CE646EF32A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{name_s=FST50, range_facet_l_dv=FST50, 
multiDefault=PostingsFormat(name=LuceneFixedGap), 
intDefault=PostingsFormat(name=MockRandom), id=FST50, 
range_facet_i_dv=PostingsFormat(name=LuceneFixedGap), 
range_facet_l=PostingsFormat(name=LuceneFixedGap), 
timestamp=PostingsFormat(name=LuceneFixedGap)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), 
_version_=DocValuesFormat(name=Direct), 
range_facet_i_dv=DocValuesFormat(name=Asserting), 
intDvoDefault=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=494, 
maxMBSortInHeap=7.646316182063229, sim=RandomSimilarity(queryNorm=true): {}, 
locale=hr-HR, timezone=Europe/Athens
   [junit4]   2> NOTE: Linux 4.4.0-72-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=12,threads=1,free=256300824,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [BitVectorTest, 
TestAtomicUpdateErrorCases, TestSolrCloudWithSecureImpersonation, 
TestChildDocTransformer, DistributedFacetPivotLongTailTest, DeleteNodeTest, 
CustomCollectionTest, BlockJoinFacetRandomTest, PingRequestHandlerTest, 
HdfsSyncSliceTest, TestSortByMinMaxFunction, CdcrReplicationHandlerTest, 
PropertiesRequestHandlerTest, TestRawResponseWriter, 
DefaultValueUpdateProcessorTest, DistributedSpellCheckComponentTest, 
DisMaxRequestHandlerTest, TestOmitPositions, TestDocumentBuilder, BasicZkTest, 
DocumentAnalysisRequestHandlerTest, HdfsUnloadDistributedZkTest, 
DateMathParserTest, PeerSyncReplicationTest, SyncSliceTest, BufferStoreTest, 
TestRestoreCore, ConfigSetsAPITest, TestBadConfig, TestHighlightDedupGrouping, 
SearchHandlerTest, TestConfigsApi, TestManagedSchemaAPI, PolyFieldTest, 
TestSuggestSpellingConverter, TestLMJelinekMercerSimilarityFactory, 
MetricUtilsTest, TestGraphTermsQParserPlugin, DocValuesNotIndexedTest, 
LeaderInitiatedRecoveryOnCommitTest, TestSha256AuthenticationProvider, 
TestCodecSupport, TestDocTermOrds, FastVectorHighlighterTest, TestSolrXml, 
TestClusterStateMutator, StandardRequestHandlerTest, SolrShardReporterTest, 
BasicDistributedZkTest, NumericFieldsTest, TestJettySolrRunner, 
DistributedFacetPivotWhiteBoxTest, TestSchemaResource, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestInfoStreamLogging, 
TestDownShardTolerantSearch, TestJoin, LeaderElectionIntegrationTest, 
TestNumericTerms64, RequestLoggingTest, HLLSerializationTest, TestCryptoKeys, 
TestAuthorizationFramework, TestFieldTypeCollectionResource, TestPathTrie, 
TestFaceting, PreAnalyzedFieldTest, CopyFieldTest, TestRemoteStreaming, 
TestCloudRecovery, TestHdfsBackupRestoreCore, TestSolrCoreProperties, 
TestCrossCoreJoin, TestReloadAndDeleteDocs, CursorMarkTest, 
CurrencyFieldOpenExchangeTest, TestSolr4Spatial2, TestScoreJoinQPNoScore, 
TestLegacyNumericRangeQueryBuilder, RegexBoostProcessorTest, TestStressLucene, 
TestReplicaProperties, RequiredFieldsTest, TimeZoneUtilsTest, 
BlobRepositoryCloudTest, TestReplicationHandler, 
SimpleCollectionCreateDeleteTest, TestRealTimeGet, TestCustomSort, 
QueryElevationComponentTest, TestStressLiveNodes, TestCSVLoader, 
SuggestComponentContextFilterQueryTest, CoreMergeIndexesAdminHandlerTest, 
HdfsBasicDistributedZk2Test, TestSubQueryTransformerDistrib, TestCustomStream, 
FileBasedSpellCheckerTest, TestNamedUpdateProcessors, TestPseudoReturnFields, 
SolrXmlInZkTest, NodeMutatorTest, TestInPlaceUpdatesStandalone, 
TestRandomDVFaceting, TestExceedMaxTermLength, TestFunctionQuery, 
PreAnalyzedUpdateProcessorTest, DateRangeFieldTest, TestBulkSchemaConcurrent, 
TestCollapseQParserPlugin, StatsReloadRaceTest]
   [junit4] Completed [647/702 (2!)] on J0 in 7.49s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 43512 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to