Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/1830/

2 tests failed.
FAILED:  org.apache.solr.update.AutoCommitTest.testMaxTime

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([84FBD18FCEF0C9DA:1E0FAC6D506A55E6]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:896)
        at 
org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:270)
        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)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
</response>

        request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:889)
        ... 40 more


FAILED:  org.apache.solr.update.HardAutoCommitTest.testCommitWithin

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([84FBD18FCEF0C9DA:3E29BEF74DDE27CF]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:896)
        at 
org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
        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)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
</response>

        request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:889)
        ... 40 more




Build Log:
[...truncated 11326 lines...]
   [junit4] Suite: org.apache.solr.update.HardAutoCommitTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.HardAutoCommitTest_84FBD18FCEF0C9DA-001/init-core-data-001
   [junit4]   2> 234100 WARN  
(SUITE-HardAutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=39 numCloses=39
   [junit4]   2> 234101 INFO  
(SUITE-HardAutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 234107 INFO  
(SUITE-HardAutoCommitTest-seed#[84FBD18FCEF0C9DA]-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> 234108 INFO  
(SUITE-HardAutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 234108 INFO  
(SUITE-HardAutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 234138 WARN  
(SUITE-HardAutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 234139 INFO  
(SUITE-HardAutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 234172 INFO  
(SUITE-HardAutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 234298 INFO  
(SUITE-HardAutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 234364 INFO  
(SUITE-HardAutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12f2dfb9
   [junit4]   2> 234369 INFO  
(SUITE-HardAutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12f2dfb9
   [junit4]   2> 234369 INFO  
(SUITE-HardAutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12f2dfb9
   [junit4]   2> 234371 INFO  (coreLoadExecutor-646-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 234404 WARN  (coreLoadExecutor-646-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 234405 INFO  (coreLoadExecutor-646-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 234429 INFO  (coreLoadExecutor-646-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 234540 INFO  (coreLoadExecutor-646-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 234556 INFO  (coreLoadExecutor-646-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 234556 INFO  (coreLoadExecutor-646-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@12f2dfb9
   [junit4]   2> 234556 INFO  (coreLoadExecutor-646-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 234557 INFO  (coreLoadExecutor-646-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.HardAutoCommitTest_84FBD18FCEF0C9DA-001/init-core-data-001/]
   [junit4]   2> 234560 INFO  (coreLoadExecutor-646-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.13952119056712808]
   [junit4]   2> 234642 INFO  (coreLoadExecutor-646-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 234642 INFO  (coreLoadExecutor-646-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 234643 INFO  (coreLoadExecutor-646-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 234643 INFO  (coreLoadExecutor-646-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 234644 INFO  (coreLoadExecutor-646-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=2085580296, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 234645 INFO  (coreLoadExecutor-646-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@252f6432[collection1] main]
   [junit4]   2> 234645 INFO  (coreLoadExecutor-646-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 234656 INFO  (coreLoadExecutor-646-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 234701 INFO  (coreLoadExecutor-646-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 234702 INFO  
(searcherExecutor-647-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 234702 INFO  (coreLoadExecutor-646-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1567052576577290240
   [junit4]   2> 234703 INFO  
(searcherExecutor-647-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 234703 INFO  
(searcherExecutor-647-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 234703 INFO  
(searcherExecutor-647-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 234703 INFO  
(searcherExecutor-647-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 234704 INFO  
(searcherExecutor-647-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 234706 INFO  
(SUITE-HardAutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 234707 INFO  
(searcherExecutor-647-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 234707 INFO  
(searcherExecutor-647-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 234708 INFO  
(searcherExecutor-647-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 234709 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 234710 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 234710 INFO  
(searcherExecutor-647-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@252f6432[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 234711 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@548cf748[collection1] realtime]
   [junit4]   2> 234712 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 2
   [junit4]   2> 234712 ERROR 
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 234713 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 234749 WARN  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 234751 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 234779 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 234911 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 234951 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 234970 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
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@12f2dfb9
   [junit4]   2> 234970 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.HardAutoCommitTest_84FBD18FCEF0C9DA-001/init-core-data-001/]
   [junit4]   2> 235035 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 235035 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 235037 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@658db10a[collection1] main]
   [junit4]   2> 235038 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 235038 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 235042 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 235042 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1567052576933806080
   [junit4]   2> 235044 INFO  
(searcherExecutor-652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 235045 INFO  
(searcherExecutor-652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 235045 INFO  
(searcherExecutor-652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 235045 INFO  
(searcherExecutor-652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 235046 INFO  
(searcherExecutor-652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 235046 INFO  
(searcherExecutor-652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 235051 INFO  
(searcherExecutor-652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 235051 INFO  
(searcherExecutor-652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 235051 INFO  
(searcherExecutor-652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 235054 INFO  
(searcherExecutor-652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@658db10a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 235055 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=99.2197265625, 
floorSegmentMB=0.568359375, forceMergeDeletesPctAllowed=3.7621547339732664, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.33041550301523204
   [junit4]   2> 235055 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 235055 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6c641d87[collection1] main]
   [junit4]   2> 235056 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1fc1ffdb
   [junit4]   2> 235062 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=532807643
   [junit4]   2> 235074 INFO  
(searcherExecutor-652-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6c641d87[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 235090 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1567052576967360512)]} 0 20
   [junit4]   2> 235090 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 235094 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1567052576987283456)]} 0 24
   [junit4]   2> 235094 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 235095 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1567052576989380608)]} 0 25
   [junit4]   2> 235096 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 235096 ERROR 
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request 
was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 235096 ERROR 
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=id:529&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: 
REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request 
was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:889)
   [junit4]   2>        at 
org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 235097 INFO  
(TEST-HardAutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HardAutoCommitTest 
-Dtests.method=testCommitWithin -Dtests.seed=84FBD18FCEF0C9DA 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ms 
-Dtests.timezone=Asia/Phnom_Penh -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.39s J2 | HardAutoCommitTest.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([84FBD18FCEF0C9DA:3E29BEF74DDE27CF]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:896)
   [junit4]    >        at 
org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]    > </response>
   [junit4]    >        request 
was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:889)
   [junit4]    >        ... 40 more
   [junit4]   2> 235099 INFO  
(SUITE-HardAutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 235099 INFO  
(SUITE-HardAutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=736483866
   [junit4]   2> 235099 INFO  
(SUITE-HardAutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 235100 INFO  
(SUITE-HardAutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 235101 INFO  
(SUITE-HardAutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 235103 INFO  
(SUITE-HardAutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 235104 INFO  
(coreCloseExecutor-656-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7ee57d55
   [junit4]   2> 235104 INFO  
(coreCloseExecutor-656-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 235104 INFO  
(coreCloseExecutor-656-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@360f0054 commitCommandVersion:0
   [junit4]   2> 235118 INFO  
(coreCloseExecutor-656-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=2128969045
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.HardAutoCommitTest_84FBD18FCEF0C9DA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{range_facet_l_dv=PostingsFormat(name=Memory), 
field_t=PostingsFormat(name=Memory), multiDefault=FSTOrd50, subject=FSTOrd50, 
intDefault=PostingsFormat(name=MockRandom), id=PostingsFormat(name=Memory), 
range_facet_i_dv=FSTOrd50, 
text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 range_facet_l=FSTOrd50, timestamp=FSTOrd50}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), 
_version_=DocValuesFormat(name=Direct), 
range_facet_i_dv=DocValuesFormat(name=Lucene70), 
intDvoDefault=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1651, 
maxMBSortInHeap=7.591173685798385, sim=RandomSimilarity(queryNorm=false): {}, 
locale=ms, timezone=Asia/Phnom_Penh
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=35100032,total=444071936
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestComplexPhraseQParserPlugin, TestUseDocValuesAsStored, 
SolrCoreCheckLockOnStartupTest, DocExpirationUpdateProcessorFactoryTest, 
TestFieldCacheSortRandom, TestQueryWrapperFilter, JavabinLoaderTest, 
HdfsRecoveryZkTest, TestEmbeddedSolrServerSchemaAPI, MetricUtilsTest, 
TestExpandComponent, UpdateParamsTest, CoreAdminHandlerTest, 
StatsComponentTest, TestSolrXml, TestConfigsApi, TestPointFields, 
TestBinaryField, CollectionTooManyReplicasTest, TestManagedResourceStorage, 
MultiThreadedOCPTest, HardAutoCommitTest]
   [junit4] Completed [105/710 (1!)] on J2 in 1.08s, 1 test, 1 error <<< 
FAILURES!

[...truncated 253 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_84FBD18FCEF0C9DA-001/init-core-data-001
   [junit4]   2> 449211 WARN  
(SUITE-AutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 449211 INFO  
(SUITE-AutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 449213 INFO  
(SUITE-AutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 449213 INFO  
(SUITE-AutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 449214 INFO  
(SUITE-AutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 449253 INFO  
(SUITE-AutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 449276 INFO  
(SUITE-AutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 449385 INFO  
(SUITE-AutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 449429 INFO  
(SUITE-AutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12f2dfb9
   [junit4]   2> 449434 INFO  
(SUITE-AutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12f2dfb9
   [junit4]   2> 449434 INFO  
(SUITE-AutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@12f2dfb9
   [junit4]   2> 449437 INFO  (coreLoadExecutor-1459-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 449479 INFO  (coreLoadExecutor-1459-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 449502 INFO  (coreLoadExecutor-1459-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 449602 INFO  (coreLoadExecutor-1459-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 449607 INFO  (coreLoadExecutor-1459-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 449608 INFO  (coreLoadExecutor-1459-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@12f2dfb9
   [junit4]   2> 449608 INFO  (coreLoadExecutor-1459-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 449608 INFO  (coreLoadExecutor-1459-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_84FBD18FCEF0C9DA-001/init-core-data-001/]
   [junit4]   2> 449610 INFO  (coreLoadExecutor-1459-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=69.958984375, 
floorSegmentMB=0.630859375, forceMergeDeletesPctAllowed=28.187425127445316, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7398000838811851
   [junit4]   2> 449677 INFO  (coreLoadExecutor-1459-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 449677 INFO  (coreLoadExecutor-1459-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 449678 INFO  (coreLoadExecutor-1459-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 449678 INFO  (coreLoadExecutor-1459-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 449679 INFO  (coreLoadExecutor-1459-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 449680 INFO  (coreLoadExecutor-1459-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e8ea75[collection1] 
main]
   [junit4]   2> 449681 INFO  (coreLoadExecutor-1459-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 449688 INFO  (coreLoadExecutor-1459-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 449717 INFO  (coreLoadExecutor-1459-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 449717 INFO  
(searcherExecutor-1460-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 449717 INFO  (coreLoadExecutor-1459-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1567052802036858880
   [junit4]   2> 449717 INFO  
(searcherExecutor-1460-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 449717 INFO  
(searcherExecutor-1460-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 449717 INFO  
(searcherExecutor-1460-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 449718 INFO  
(searcherExecutor-1460-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 449718 INFO  
(searcherExecutor-1460-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 449720 INFO  
(searcherExecutor-1460-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 449721 INFO  
(SUITE-AutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 449721 INFO  
(searcherExecutor-1460-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 449722 INFO  
(searcherExecutor-1460-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 449724 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 449724 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 449725 INFO  
(searcherExecutor-1460-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1e8ea75[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 449726 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@764b19de[collection1] realtime]
   [junit4]   2> 449726 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 1
   [junit4]   2> 449726 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 449727 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 449758 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 449782 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 449888 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 449894 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 449917 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    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@12f2dfb9
   [junit4]   2> 449917 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_84FBD18FCEF0C9DA-001/init-core-data-001/]
   [junit4]   2> 449987 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 449987 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 449988 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@39158d49[collection1] main]
   [junit4]   2> 449989 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 449990 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 449993 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 449993 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1567052802326265856
   [junit4]   2> 449996 INFO  
(searcherExecutor-1465-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 449996 INFO  
(searcherExecutor-1465-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 449996 INFO  
(searcherExecutor-1465-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 449996 INFO  
(searcherExecutor-1465-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 449997 INFO  
(searcherExecutor-1465-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 449997 INFO  
(searcherExecutor-1465-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 449997 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 449998 INFO  
(searcherExecutor-1465-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 449998 INFO  
(searcherExecutor-1465-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 449998 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 449998 INFO  
(searcherExecutor-1465-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 450001 INFO  
(searcherExecutor-1465-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@39158d49[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 450001 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@49cad3c[collection1] main]
   [junit4]   2> 450001 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7d40a672
   [junit4]   2> 450002 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=2101388914
   [junit4]   2> 450017 INFO  
(searcherExecutor-1465-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@49cad3c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 450020 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1567052802349334528)]} 0 5
   [junit4]   2> 450020 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 450023 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1567052802357723136)]} 0 8
   [junit4]   2> 450023 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 450023 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request 
was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 450024 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=id:529&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: 
REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request 
was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:889)
   [junit4]   2>        at 
org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:270)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 450024 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testMaxTime -Dtests.seed=84FBD18FCEF0C9DA -Dtests.multiplier=2 
-Dtests.slow=true -Dtests.locale=sr-BA -Dtests.timezone=US/Indiana-Starke 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.30s J2 | AutoCommitTest.testMaxTime <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([84FBD18FCEF0C9DA:1E0FAC6D506A55E6]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:896)
   [junit4]    >        at 
org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:270)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]    > </response>
   [junit4]    >        request 
was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:889)
   [junit4]    >        ... 40 more
   [junit4]   2> 450034 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 450034 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 450034 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@78536169[collection1] realtime]
   [junit4]   2> 450035 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 0
   [junit4]   2> 450035 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 450036 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 450072 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 450096 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 450199 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 450206 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 450223 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    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@12f2dfb9
   [junit4]   2> 450223 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_84FBD18FCEF0C9DA-001/init-core-data-001/]
   [junit4]   2> 450302 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 450302 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 450304 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2d6887f5[collection1] main]
   [junit4]   2> 450304 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 450305 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 450309 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 450309 INFO  
(searcherExecutor-1469-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 450309 INFO  
(searcherExecutor-1469-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 450309 INFO  
(searcherExecutor-1469-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 450309 INFO  
(searcherExecutor-1469-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 450309 INFO  
(searcherExecutor-1469-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 450310 INFO  
(searcherExecutor-1469-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 450310 INFO  
(searcherExecutor-1469-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 450310 INFO  
(searcherExecutor-1469-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 450310 INFO  
(searcherExecutor-1469-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 450312 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=360000725, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 450312 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 450313 INFO  
(searcherExecutor-1469-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2d6887f5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 450314 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5b85e504[collection1] main]
   [junit4]   2> 450314 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7aec0d2a
   [junit4]   2> 450315 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=2062290218
   [junit4]   2> 450318 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 
(1567052802666004480)]} 0 0
   [junit4]   2> 450318 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 
(1567052802667053056)]} 0 1
   [junit4]   2> 450319 INFO  
(searcherExecutor-1469-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5b85e504[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 450319 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 
(1567052802667053057)]} 0 1
   [junit4]   2> 450319 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 
(1567052802668101632)]} 0 1
   [junit4]   2> 450319 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 
(1567052802668101633)]} 0 2
   [junit4]   2> 450319 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 
(1567052802668101634)]} 0 2
   [junit4]   2> 450320 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 
(1567052802668101635)]} 0 2
   [junit4]   2> 450320 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 
(1567052802669150208)]} 0 2
   [junit4]   2> 450320 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 
(1567052802669150209)]} 0 2
   [junit4]   2> 450321 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 
(1567052802670198784)]} 0 3
   [junit4]   2> 450321 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 
(1567052802670198785)]} 0 3
   [junit4]   2> 450321 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 
(1567052802670198786)]} 0 4
   [junit4]   2> 450321 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 
(1567052802670198787)]} 0 4
   [junit4]   2> 450322 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 
(1567052802671247360)]} 0 4
   [junit4]   2> 450322 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 450323 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 
(1567052802671247361)]} 0 5
   [junit4]   2> 450324 INFO  (commitScheduler-1472-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 450332 INFO  (commitScheduler-1472-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3be63e9e[collection1] main]
   [junit4]   2> 450335 INFO  
(searcherExecutor-1469-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3be63e9e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c15)))}
   [junit4]   2> 450335 INFO  (commitScheduler-1472-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 450574 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 
(1567052802934439936)]} 0 256
   [junit4]   2> 450574 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:14&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 450575 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:15&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 450575 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[84FBD18FCEF0C9DA]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 450585 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 450586 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL 
DOCUMENTS FROM INDEX
   [junit4]   2> 450586 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@142cc269[collection1] realtime]
   [junit4]   2> 450586 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 0
   [junit4]   2> 450587 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 450587 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 450628 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 450660 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 450764 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 450770 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1
   [junit4]   2> 450790 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
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@12f2dfb9
   [junit4]   2> 450790 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_84FBD18FCEF0C9DA-001/init-core-data-001/]
   [junit4]   2> 450855 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 450855 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 450857 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@59c6f6fa[collection1] main]
   [junit4]   2> 450858 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 450858 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 450862 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 450862 INFO  
(searcherExecutor-1473-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 450863 INFO  
(searcherExecutor-1473-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 450863 INFO  
(searcherExecutor-1473-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 450863 INFO  
(searcherExecutor-1473-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 450863 INFO  
(searcherExecutor-1473-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 450863 INFO  
(searcherExecutor-1473-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 450863 INFO  
(searcherExecutor-1473-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 450864 INFO  
(searcherExecutor-1473-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 450864 INFO  
(searcherExecutor-1473-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 450867 INFO  
(searcherExecutor-1473-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@59c6f6fa[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 450867 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=99.2197265625, 
floorSegmentMB=0.568359375, forceMergeDeletesPctAllowed=3.7621547339732664, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.33041550301523204
   [junit4]   2> 450868 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 450868 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@14fc72fc[collection1] main]
   [junit4]   2> 450868 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3a359505
   [junit4]   2> 450871 INFO  
(searcherExecutor-1473-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@14fc72fc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 450871 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=976590085
   [junit4]   2> 450879 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1567052803254255616)]} 0 1
   [junit4]   2> 450879 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 454879 INFO  (commitScheduler-1476-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 454888 INFO  (commitScheduler-1476-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6e428a67[collection1] main]
   [junit4]   2> 454888 INFO  (commitScheduler-1476-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 454889 INFO  
(searcherExecutor-1473-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6e428a67[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.0.0):c1)))}
   [junit4]   2> 455132 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1567052807714897920)]} 0 4254
   [junit4]   2> 455133 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 455134 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1567052807715946496)]} 0 4256
   [junit4]   2> 455134 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=0
   [junit4]   2> 457134 INFO  (commitScheduler-1476-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 457138 INFO  (commitScheduler-1476-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2f621b63[collection1] main]
   [junit4]   2> 457138 INFO  (commitScheduler-1476-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 457140 INFO  
(searcherExecutor-1473-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2f621b63[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):c1)))}
   [junit4]   2> 457141 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 457141 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=0
   [junit4]   2> 457143 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1567052809822535680)]} 0 6265
   [junit4]   2> 457143 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1567052809823584256)]} 0 6265
   [junit4]   2> 457143 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1567052809823584257)]} 0 6265
   [junit4]   2> 457143 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1567052809823584258)]} 0 6265
   [junit4]   2> 457144 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1567052809824632832)]} 0 6265
   [junit4]   2> 457144 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1567052809824632833)]} 0 6266
   [junit4]   2> 457144 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1567052809824632834)]} 0 6266
   [junit4]   2> 457144 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1567052809824632835)]} 0 6266
   [junit4]   2> 457144 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1567052809824632836)]} 0 6266
   [junit4]   2> 457145 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1567052809825681408)]} 0 6267
   [junit4]   2> 457145 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 457145 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1567052809825681409)]} 0 6267
   [junit4]   2> 457153 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1567052809826729984)]} 0 6275
   [junit4]   2> 457153 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1567052809834070016)]} 0 6275
   [junit4]   2> 457153 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1567052809834070017)]} 0 6275
   [junit4]   2> 457154 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1567052809835118592)]} 0 6275
   [junit4]   2> 457154 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1567052809835118593)]} 0 6276
   [junit4]   2> 457154 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1567052809835118594)]} 0 6276
   [junit4]   2> 457154 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1567052809835118595)]} 0 6276
   [junit4]   2> 457154 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1567052809835118596)]} 0 6276
   [junit4]   2> 457154 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1567052809835118597)]} 0 6276
   [junit4]   2> 457155 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=0
   [junit4]   2> 458146 INFO  (commitScheduler-1476-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 458157 INFO  (commitScheduler-1476-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@53261477[collection1] main]
   [junit4]   2> 458159 INFO  
(searcherExecutor-1473-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@53261477[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.0.0):c10/9:delGen=1)))}
   [junit4]   2> 458159 INFO  (commitScheduler-1476-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 458406 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=0
   [junit4]   2> 458407 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 
QTime=0
   [junit4]   2> 458407 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[84FBD18FCEF0C9DA]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 458408 INFO  
(SUITE-AutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 458408 INFO  
(SUITE-AutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1476745693
   [junit4]   2> 458408 INFO  
(SUITE-AutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 458409 INFO  
(SUITE-AutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 458411 INFO  
(SUITE-AutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 458411 INFO  
(SUITE-AutoCommitTest-seed#[84FBD18FCEF0C9DA]-worker) [    x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 458414 INFO  
(coreCloseExecutor-1477-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@677d4a53
   [junit4]   2> 458414 INFO  
(coreCloseExecutor-1477-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 458414 INFO  
(coreCloseExecutor-1477-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@58c7c829 commitCommandVersion:0
   [junit4]   2> 458420 INFO  
(coreCloseExecutor-1477-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1736264275
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_84FBD18FCEF0C9DA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{field_t=Lucene50(blocksize=128), multiDefault=PostingsFormat(name=Direct), 
subject=PostingsFormat(name=Direct), id=Lucene50(blocksize=128), 
text=PostingsFormat(name=LuceneFixedGap)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), 
_version_=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Lucene70), 
range_facet_i_dv=DocValuesFormat(name=Lucene70), 
intDvoDefault=DocValuesFormat(name=Memory), 
range_facet_l=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=2021, 
maxMBSortInHeap=6.994874418626853, sim=RandomSimilarity(queryNorm=true): {}, 
locale=sr-BA, timezone=US/Indiana-Starke
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=4,threads=1,free=153159208,total=509607936
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestComplexPhraseQParserPlugin, TestUseDocValuesAsStored, 
SolrCoreCheckLockOnStartupTest, DocExpirationUpdateProcessorFactoryTest, 
TestFieldCacheSortRandom, TestQueryWrapperFilter, JavabinLoaderTest, 
HdfsRecoveryZkTest, TestEmbeddedSolrServerSchemaAPI, MetricUtilsTest, 
TestExpandComponent, UpdateParamsTest, CoreAdminHandlerTest, 
StatsComponentTest, TestSolrXml, TestConfigsApi, TestPointFields, 
TestBinaryField, CollectionTooManyReplicasTest, TestManagedResourceStorage, 
MultiThreadedOCPTest, HardAutoCommitTest, ClusterStateTest, 
TestSlowCompositeReaderWrapper, OpenExchangeRatesOrgProviderTest, 
TestSchemaResource, TestConfigSets, DateRangeFieldTest, 
DistributedExpandComponentTest, DistanceUnitsTest, HdfsDirectoryTest, 
DistributedSuggestComponentTest, TestJsonFacets, 
FieldMutatingUpdateProcessorTest, TestOverriddenPrefixQueryForCustomFieldType, 
TestStressReorder, TestRandomRequestDistribution, SolrMetricReporterTest, 
TestSortByMinMaxFunction, TestExactStatsCache, OverseerTest, 
TestComponentsName, TestSearcherReuse, AtomicUpdateProcessorFactoryTest, 
CdcrVersionReplicationTest, TestPHPSerializedResponseWriter, 
TestRequestForwarding, AutoCommitTest]
   [junit4] Completed [189/710 (2!)] on J2 in 9.22s, 3 tests, 1 error <<< 
FAILURES!

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

Reply via email to