Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19369/
Java: 32bit/jdk1.8.0_121 -server -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([8965516B92F819BD:46FB34521D0971E2]: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.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField

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

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

        at 
__randomizedtesting.SeedInfo.seed([8965516B92F819BD:802A3FD38C51FE36]: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)


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([8965516B92F819BD:20A5C7A0442F701]: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)




Build Log:
[...truncated 11053 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_8965516B92F819BD-001/init-core-data-001
   [junit4]   2> 109580 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 109580 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 109581 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 109581 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[8965516B92F819BD]-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> 109654 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 109660 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=classification
   [junit4]   2> 109664 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema classification/1.1 with uniqueid field id
   [junit4]   2> 109708 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@92763c
   [junit4]   2> 109715 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@92763c
   [junit4]   2> 109715 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@92763c
   [junit4]   2> 109717 INFO  (coreLoadExecutor-338-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> 109737 INFO  (coreLoadExecutor-338-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 109744 INFO  (coreLoadExecutor-338-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=classification
   [junit4]   2> 109746 INFO  (coreLoadExecutor-338-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema classification/1.1 with 
uniqueid field id
   [junit4]   2> 109746 INFO  (coreLoadExecutor-338-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> 109747 INFO  (coreLoadExecutor-338-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@92763c
   [junit4]   2> 109747 INFO  (coreLoadExecutor-338-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 109747 INFO  (coreLoadExecutor-338-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_8965516B92F819BD-001/init-core-data-001/]
   [junit4]   2> 109748 INFO  (coreLoadExecutor-338-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.25293852753163587]
   [junit4]   2> 109794 INFO  (coreLoadExecutor-338-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 109794 INFO  (coreLoadExecutor-338-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 109795 INFO  (coreLoadExecutor-338-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=59.056640625, 
floorSegmentMB=0.9189453125, forceMergeDeletesPctAllowed=2.2664480144797885, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 109795 INFO  (coreLoadExecutor-338-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3f8690[collection1] 
main]
   [junit4]   2> 109796 WARN  (coreLoadExecutor-338-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> 109796 INFO  (coreLoadExecutor-338-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 109797 INFO  
(searcherExecutor-339-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3f8690[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 109798 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 109800 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[8965516B92F819BD])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 110948 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[8965516B92F819BD])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 110951 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass-seed#[8965516B92F819BD])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass
   [junit4]   2> 110978 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass-seed#[8965516B92F819BD])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_contextQueryFiltered_shouldAssignCorrectClass
   [junit4]   2> 110982 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[8965516B92F819BD])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 111018 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes-seed#[8965516B92F819BD])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMultiClass_maxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 111020 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[8965516B92F819BD])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 111054 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[8965516B92F819BD])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 111057 INFO  
(TEST-ClassificationUpdateProcessorTest.knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass-seed#[8965516B92F819BD])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass
   [junit4]   2> 111077 INFO  
(TEST-ClassificationUpdateProcessorTest.knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass-seed#[8965516B92F819BD])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnClassification_maxOutputClassesGreaterThanAvailable_shouldAssignCorrectClass
   [junit4]   2> 111079 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_boostFields_shouldAssignCorrectClass-seed#[8965516B92F819BD])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 111118 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_boostFields_shouldAssignCorrectClass-seed#[8965516B92F819BD])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 111120 INFO  
(TEST-ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField-seed#[8965516B92F819BD])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
   [junit4]   2> 111142 INFO  
(TEST-ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField-seed#[8965516B92F819BD])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ClassificationUpdateProcessorTest 
-Dtests.method=classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
 -Dtests.seed=8965516B92F819BD -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=en -Dtests.timezone=US/Central -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.03s J1 | 
ClassificationUpdateProcessorTest.classificationMonoClass_predictedClassFieldSet_shouldAssignClassInPredictedClassField
 <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 
   [junit4]    > Expected: is "class1"
   [junit4]    >      got: "class2"
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8965516B92F819BD:802A3FD38C51FE36]: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> 111147 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[8965516B92F819BD])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 111163 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes-seed#[8965516B92F819BD])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMultiClass_boostFieldsMaxOutputClasses2_shouldAssignMax2Classes
   [junit4]   2> 111172 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass-seed#[8965516B92F819BD])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 111184 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass-seed#[8965516B92F819BD])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=ClassificationUpdateProcessorTest 
-Dtests.method=knnMonoClass_sampleParams_shouldAssignCorrectClass 
-Dtests.seed=8965516B92F819BD -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=en -Dtests.timezone=US/Central -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.02s J1 | 
ClassificationUpdateProcessorTest.knnMonoClass_sampleParams_shouldAssignCorrectClass
 <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 
   [junit4]    > Expected: is "class1"
   [junit4]    >      got: "class2"
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8965516B92F819BD:20A5C7A0442F701]: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> 111187 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_boostFields_shouldAssignCorrectClass-seed#[8965516B92F819BD])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
knnMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 111212 INFO  
(TEST-ClassificationUpdateProcessorTest.knnMonoClass_boostFields_shouldAssignCorrectClass-seed#[8965516B92F819BD])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
knnMonoClass_boostFields_shouldAssignCorrectClass
   [junit4]   2> 111220 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_sampleParams_shouldAssignCorrectClass-seed#[8965516B92F819BD])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
bayesMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 111249 INFO  
(TEST-ClassificationUpdateProcessorTest.bayesMonoClass_sampleParams_shouldAssignCorrectClass-seed#[8965516B92F819BD])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
bayesMonoClass_sampleParams_shouldAssignCorrectClass
   [junit4]   2> 111250 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 111250 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=29676492
   [junit4]   2> 111250 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 111251 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 111253 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 111253 INFO  
(SUITE-ClassificationUpdateProcessorTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 111279 INFO  (coreCloseExecutor-343-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@67a3c3
   [junit4]   2> 111281 INFO  (coreCloseExecutor-343-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=6792131
   [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_8965516B92F819BD-001
   [junit4]   2> Apr 11, 2017 8:03:08 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{author=BlockTreeOrds(blocksize=128), 
cat=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 id=BlockTreeOrds(blocksize=128), title=PostingsFormat(name=LuceneFixedGap), 
content=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=750, 
maxMBSortInHeap=7.187079763546322, sim=RandomSimilarity(queryNorm=false): 
{author=DFR I(ne)Z(0.3), cat=DFR I(n)L3(800.0), id=DFR GBZ(0.3), title=DFR 
I(ne)3(800.0), content=DFR I(ne)B1}, locale=en, timezone=US/Central
   [junit4]   2> NOTE: Linux 4.4.0-72-generic i386/Oracle Corporation 1.8.0_121 
(32-bit)/cpus=12,threads=1,free=196415472,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SolrIndexMetricsTest, 
TestBlobHandler, TestManagedResource, IndexSchemaTest, QueryParsingTest, 
TestSQLHandler, TestSolrJ, TestStressRecovery, AssignTest, SortSpecParsingTest, 
SolrCmdDistributorTest, HdfsDirectoryFactoryTest, 
ClassificationUpdateProcessorTest]
   [junit4] Completed [40/702 (1!)] on J1 in 1.97s, 11 tests, 2 failures <<< 
FAILURES!

[...truncated 232 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_8965516B92F819BD-001/init-core-data-001
   [junit4]   2> 314318 WARN  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=24 numCloses=24
   [junit4]   2> 314318 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 314320 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 314321 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 314321 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-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> 314348 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 314421 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 314484 WARN  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 314486 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 314521 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1062a44
   [junit4]   2> 314524 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1062a44
   [junit4]   2> 314524 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1062a44
   [junit4]   2> 314526 INFO  (coreLoadExecutor-778-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> 314550 INFO  (coreLoadExecutor-778-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 314568 INFO  (coreLoadExecutor-778-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 314640 WARN  (coreLoadExecutor-778-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> 314642 INFO  (coreLoadExecutor-778-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 314647 INFO  (coreLoadExecutor-778-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> 314647 INFO  (coreLoadExecutor-778-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@1062a44
   [junit4]   2> 314647 INFO  (coreLoadExecutor-778-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 314647 INFO  (coreLoadExecutor-778-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_8965516B92F819BD-001/init-core-data-001/]
   [junit4]   2> 314649 INFO  (coreLoadExecutor-778-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 314691 INFO  (coreLoadExecutor-778-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 314692 INFO  (coreLoadExecutor-778-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 314692 INFO  (coreLoadExecutor-778-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 314692 INFO  (coreLoadExecutor-778-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 314693 INFO  (coreLoadExecutor-778-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=8.5673828125, 
floorSegmentMB=0.67578125, forceMergeDeletesPctAllowed=18.37355867568694, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7746104788607251
   [junit4]   2> 314693 INFO  (coreLoadExecutor-778-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@842947[collection1] 
main]
   [junit4]   2> 314694 INFO  (coreLoadExecutor-778-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 314719 INFO  (coreLoadExecutor-778-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 314817 INFO  (coreLoadExecutor-778-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 314818 INFO  
(searcherExecutor-779-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 314818 INFO  (coreLoadExecutor-778-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1564413727007047680
   [junit4]   2> 314818 INFO  
(searcherExecutor-779-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 314818 INFO  
(searcherExecutor-779-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 314818 INFO  
(searcherExecutor-779-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 314818 INFO  
(searcherExecutor-779-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 314818 INFO  
(searcherExecutor-779-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 314818 INFO  
(searcherExecutor-779-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 314818 INFO  
(searcherExecutor-779-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 314818 INFO  
(searcherExecutor-779-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 314820 INFO  
(searcherExecutor-779-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@842947[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 314821 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 314825 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0 (1564413727011241984), 1 (1564413727013339136), 2 
(1564413727013339137), 3 (1564413727013339138), 4 (1564413727013339139), 5 
(1564413727013339140), 6 (1564413727013339141), 7 (1564413727013339142), 8 
(1564413727013339143), 9 (1564413727013339144), ... (33 adds)]} 0 3
   [junit4]   2> 314827 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 314827 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@15a26f7 commitCommandVersion:0
   [junit4]   2> 314834 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2c6de0[collection1] main]
   [junit4]   2> 314834 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 314836 INFO  (searcherExecutor-779-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2c6de0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c33)))}
   [junit4]   2> 314836 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 8
   [junit4]   2> 314838 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting testParallelReloadAndStats
   [junit4]   2> 314839 INFO  
(parallelCoreAdminExecutor-777-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> 314852 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314854 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314857 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314860 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314862 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314864 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314867 INFO  
(parallelCoreAdminExecutor-777-thread-1-processing-1 RELOAD) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 314868 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314870 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314872 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314872 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314873 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314873 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314874 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314876 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314877 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314878 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314879 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314880 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314881 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314881 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314881 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314882 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314883 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314884 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314885 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314886 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314887 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314888 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314888 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314889 INFO  
(parallelCoreAdminExecutor-777-thread-1-processing-1 RELOAD) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 314889 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314889 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314889 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314890 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314891 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314891 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314891 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314892 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314892 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314893 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314893 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314893 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314893 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314894 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314895 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314896 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314897 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314897 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314897 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314897 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314898 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314898 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314898 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314898 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314899 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314900 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314900 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314900 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314900 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314901 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314902 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314903 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314903 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314904 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314905 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314905 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314906 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314906 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314906 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314906 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314906 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314906 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314908 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314908 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314908 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314909 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314909 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314909 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314910 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314910 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314910 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314911 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314912 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314913 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314913 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314914 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314915 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314915 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314916 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314916 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314917 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314918 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314918 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314919 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314920 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314920 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314920 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314921 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314921 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314921 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314922 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314922 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314923 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314923 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314924 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314924 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314925 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314925 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314925 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314925 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314925 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314926 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314926 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314926 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314927 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314927 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314927 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314928 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314928 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314928 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314929 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314930 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314930 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314931 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314932 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314932 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314933 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314933 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314933 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314934 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314935 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314936 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314936 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314936 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314937 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314937 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314937 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314938 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314939 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314939 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314939 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314940 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314940 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314940 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314940 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314941 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314941 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314942 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314943 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314943 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314944 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314944 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314945 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314945 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314946 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314946 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314946 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314947 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314947 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314947 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314948 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314949 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314949 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314949 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314950 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314950 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314950 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314951 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314951 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314952 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314952 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314952 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314952 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314952 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314953 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314953 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314953 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314953 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314953 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314954 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314954 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314954 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314954 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314954 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314955 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314955 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314955 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314956 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314956 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314957 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314957 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314957 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314957 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314957 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314958 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314958 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314958 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314959 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314959 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314959 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314959 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314960 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314960 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314960 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314960 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314960 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314961 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314961 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314961 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314961 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314961 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314961 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314962 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314962 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314963 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314963 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314963 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314964 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314964 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314964 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314965 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314965 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314965 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314965 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314966 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314966 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314966 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314966 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314966 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314967 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314967 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314968 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314968 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314968 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314968 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314969 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314969 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314969 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314969 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314970 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314970 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314970 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314970 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314971 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314972 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314972 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314972 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314973 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314973 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314973 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314974 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314974 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314975 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314975 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314976 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314976 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314976 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314976 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314977 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314977 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314977 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314977 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314977 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314978 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314978 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314978 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314979 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314979 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314979 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314980 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314980 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314980 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1
   [junit4]   2> 314980 INFO  (TEST-Stat

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

ing request status for : 2
   [junit4]   2> 315276 INFO  
(parallelCoreAdminExecutor-777-thread-2-processing-2 RELOAD) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 315276 INFO  
(searcherExecutor-788-thread-1-processing-x:collection1 2 RELOAD) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for 
spellchecker: default
   [junit4]   2> 315276 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2
   [junit4]   2> 315276 INFO  
(searcherExecutor-788-thread-1-processing-x:collection1 2 RELOAD) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for 
spellchecker: direct
   [junit4]   2> 315276 INFO  
(searcherExecutor-788-thread-1-processing-x:collection1 2 RELOAD) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for 
spellchecker: wordbreak
   [junit4]   2> 315276 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2
   [junit4]   2> 315276 INFO  
(searcherExecutor-788-thread-1-processing-x:collection1 2 RELOAD) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for 
spellchecker: multipleFields
   [junit4]   2> 315276 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2
   [junit4]   2> 315276 INFO  
(searcherExecutor-788-thread-1-processing-x:collection1 2 RELOAD) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for 
spellchecker: jarowinkler
   [junit4]   2> 315277 INFO  
(searcherExecutor-788-thread-1-processing-x:collection1 2 RELOAD) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for 
spellchecker: external
   [junit4]   2> 315277 INFO  
(searcherExecutor-788-thread-1-processing-x:collection1 2 RELOAD) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for 
spellchecker: freq
   [junit4]   2> 315277 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2
   [junit4]   2> 315277 INFO  
(searcherExecutor-788-thread-1-processing-x:collection1 2 RELOAD) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for 
spellchecker: fqcn
   [junit4]   2> 315277 INFO  
(searcherExecutor-788-thread-1-processing-x:collection1 2 RELOAD) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for 
spellchecker: perDict
   [junit4]   2> 315277 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2
   [junit4]   2> 315278 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2
   [junit4]   2> 315278 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2
   [junit4]   2> 315279 INFO  
(parallelCoreAdminExecutor-777-thread-2-processing-2 RELOAD) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7795451138738722]
   [junit4]   2> 315280 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2
   [junit4]   2> 315280 INFO  
(parallelCoreAdminExecutor-777-thread-2-processing-2 RELOAD) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 315280 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2
   [junit4]   2> 315280 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2
   [junit4]   2> 315281 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.h.a.CoreAdminOperation Checking request status for : 2
   [junit4]   2> 315281 INFO  
(searcherExecutor-788-thread-1-processing-x:collection1 2 RELOAD) [    
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@fa796b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c33)))}
   [junit4]   2> 315282 INFO  
(parallelCoreAdminExecutor-777-thread-2-processing-2 RELOAD) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@f538b9[collection1] 
main]
   [junit4]   2> 315283 INFO  
(parallelCoreAdminExecutor-777-thread-2-processing-2 RELOAD) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@136ad1a
   [junit4]   2> 315283 INFO  
(parallelCoreAdminExecutor-777-thread-2-processing-2 RELOAD) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=20360474
   [junit4]   2> 315286 INFO  
(searcherExecutor-788-thread-1-processing-x:collection1 2 RELOAD) [    
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@f538b9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c33)))}
   [junit4]   2> 320287 INFO  
(TEST-StatsReloadRaceTest.testParallelReloadAndStats-seed#[8965516B92F819BD]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testParallelReloadAndStats
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=StatsReloadRaceTest 
-Dtests.method=testParallelReloadAndStats -Dtests.seed=8965516B92F819BD 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=lv 
-Dtests.timezone=America/Denver -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 5.45s 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([8965516B92F819BD:46FB34521D0971E2]: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> 320289 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 320289 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=33298493
   [junit4]   2> 320289 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 320290 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 320291 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 320291 INFO  
(SUITE-StatsReloadRaceTest-seed#[8965516B92F819BD]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 320291 INFO  (coreCloseExecutor-792-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1f94265
   [junit4]   2> 320293 INFO  (coreCloseExecutor-792-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=33112677
   [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_8965516B92F819BD-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{name_s=Lucene50(blocksize=128), 
multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=Lucene50(blocksize=128)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), 
_version_=DocValuesFormat(name=Memory), 
intDefault=DocValuesFormat(name=Memory), 
range_facet_i_dv=DocValuesFormat(name=Asserting), 
intDvoDefault=DocValuesFormat(name=Lucene70), 
range_facet_l=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=666, 
maxMBSortInHeap=5.683746439052996, sim=RandomSimilarity(queryNorm=false): {}, 
locale=lv, timezone=America/Denver
   [junit4]   2> NOTE: Linux 4.4.0-72-generic i386/Oracle Corporation 1.8.0_121 
(32-bit)/cpus=12,threads=1,free=185351216,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SolrCoreMetricManagerTest, 
DateMathParserTest, SuggestComponentContextFilterQueryTest, 
TestIntervalFaceting, TestDynamicFieldResource, BitVectorTest, 
TestJettySolrRunner, TestRandomFlRTGCloud, TestLegacyNumericRangeQueryBuilder, 
TestSizeLimitedDistributedMap, CollectionsAPIAsyncDistributedZkTest, 
HdfsBasicDistributedZk2Test, TestConfigSetsAPI, 
PathHierarchyTokenizerFactoryTest, TestNamedUpdateProcessors, 
TestNumericTerms64, TestJmxIntegration, TestStressLucene, 
PingRequestHandlerTest, RankQueryTest, MultiTermTest, TestDocumentBuilder, 
TestSuggestSpellingConverter, DistributedSuggestComponentTest, 
TestCollapseQParserPlugin, TestSubQueryTransformerDistrib, StatsReloadRaceTest]
   [junit4] Completed [100/702 (2!)] on J0 in 5.99s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 41280 lines...]

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

Reply via email to