Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6923/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseG1GC

1 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([B0D8804FE1772CE3:2A2CFDAD7FEDB0DF]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:884)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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:748)
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=&start=0&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
        ... 40 more




Build Log:
[...truncated 11577 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> 280969 INFO  
(SUITE-AutoCommitTest-seed#[B0D8804FE1772CE3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_B0D8804FE1772CE3-001\init-core-data-001
   [junit4]   2> 280971 WARN  
(SUITE-AutoCommitTest-seed#[B0D8804FE1772CE3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 280971 INFO  
(SUITE-AutoCommitTest-seed#[B0D8804FE1772CE3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 280977 INFO  
(SUITE-AutoCommitTest-seed#[B0D8804FE1772CE3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 280978 INFO  
(SUITE-AutoCommitTest-seed#[B0D8804FE1772CE3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 280979 INFO  
(SUITE-AutoCommitTest-seed#[B0D8804FE1772CE3]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 281048 INFO  
(SUITE-AutoCommitTest-seed#[B0D8804FE1772CE3]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 281112 INFO  
(SUITE-AutoCommitTest-seed#[B0D8804FE1772CE3]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 281309 INFO  
(SUITE-AutoCommitTest-seed#[B0D8804FE1772CE3]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 281473 INFO  
(SUITE-AutoCommitTest-seed#[B0D8804FE1772CE3]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c4b0d36
   [junit4]   2> 281481 INFO  
(SUITE-AutoCommitTest-seed#[B0D8804FE1772CE3]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c4b0d36
   [junit4]   2> 281482 INFO  
(SUITE-AutoCommitTest-seed#[B0D8804FE1772CE3]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c4b0d36
   [junit4]   2> 281746 INFO  (coreLoadExecutor-805-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 281748 INFO  (coreLoadExecutor-805-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 281843 INFO  (coreLoadExecutor-805-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 281883 INFO  (coreLoadExecutor-805-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 282052 INFO  (coreLoadExecutor-805-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 282077 INFO  (coreLoadExecutor-805-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 282077 INFO  (coreLoadExecutor-805-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@7c4b0d36
   [junit4]   2> 282077 INFO  (coreLoadExecutor-805-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 282077 INFO  (coreLoadExecutor-805-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_B0D8804FE1772CE3-001\init-core-data-001\]
   [junit4]   2> 282081 INFO  (coreLoadExecutor-805-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 282453 INFO  (coreLoadExecutor-805-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 282453 INFO  (coreLoadExecutor-805-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 282455 INFO  (coreLoadExecutor-805-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 282455 INFO  (coreLoadExecutor-805-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 282455 INFO  (coreLoadExecutor-805-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=73.791015625, 
floorSegmentMB=0.3623046875, forceMergeDeletesPctAllowed=7.418170607597109, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6680626685247891
   [junit4]   2> 282455 INFO  (coreLoadExecutor-805-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2fec2d29[collection1] main]
   [junit4]   2> 282455 INFO  (coreLoadExecutor-805-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 282478 INFO  (coreLoadExecutor-805-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 282590 INFO  (coreLoadExecutor-805-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 282590 INFO  
(searcherExecutor-806-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 282591 INFO  (coreLoadExecutor-805-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1579726328973754368
   [junit4]   2> 282603 INFO  
(SUITE-AutoCommitTest-seed#[B0D8804FE1772CE3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 282606 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 282607 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 282609 INFO  
(searcherExecutor-806-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 282609 INFO  
(searcherExecutor-806-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 282609 INFO  
(searcherExecutor-806-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 282611 INFO  
(searcherExecutor-806-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 282612 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1a6d6549[collection1] realtime]
   [junit4]   2> 282612 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    ] 
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 6
   [junit4]   2> 282614 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\core.properties
   [junit4]   2> 282615 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 282625 INFO  
(searcherExecutor-806-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 282720 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 282740 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 282810 INFO  
(searcherExecutor-806-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 282866 INFO  
(searcherExecutor-806-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 282928 INFO  
(searcherExecutor-806-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 282929 INFO  
(searcherExecutor-806-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2fec2d29[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 282933 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 282951 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 283040 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    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@7c4b0d36
   [junit4]   2> 283040 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_B0D8804FE1772CE3-001\init-core-data-001\]
   [junit4]   2> 283190 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 283191 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 283193 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4d5c95ef[collection1] main]
   [junit4]   2> 283194 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 283201 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 283216 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 283216 INFO  
(searcherExecutor-811-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 283217 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1579726329629114368
   [junit4]   2> 283219 INFO  
(searcherExecutor-811-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 283219 INFO  
(searcherExecutor-811-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 283219 INFO  
(searcherExecutor-811-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 283220 INFO  
(searcherExecutor-811-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 283220 INFO  
(searcherExecutor-811-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 283222 INFO  
(searcherExecutor-811-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 283223 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=40, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=66.5126953125, 
floorSegmentMB=1.2421875, forceMergeDeletesPctAllowed=18.136732652808757, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6706631200164829
   [junit4]   2> 283223 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 283223 INFO  
(searcherExecutor-811-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 283224 INFO  
(searcherExecutor-811-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 283228 INFO  
(searcherExecutor-811-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4d5c95ef[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 283228 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@16a8cd63[collection1] main]
   [junit4]   2> 283228 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@520c5d9a
   [junit4]   2> 283228 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1376542106
   [junit4]   2> 283228 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@fb978ea: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@29d71e03
   [junit4]   2> 283251 INFO  
(searcherExecutor-811-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@16a8cd63[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 283260 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1579726329657425920)]} 0 24
   [junit4]   2> 283260 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 283293 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1579726329698320384)]} 0 51
   [junit4]   2> 283294 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 283294 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    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=&start=0&rows=20&version=2.2
   [junit4]   2> 283295 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=id:529&qt=&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=&start=0&rows=20&version=2.2
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
   [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:1737)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [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:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [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:748)
   [junit4]   2> 
   [junit4]   2> 283295 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testMaxTime -Dtests.seed=B0D8804FE1772CE3 -Dtests.slow=true 
-Dtests.locale=es-CO -Dtests.timezone=America/Argentina/Cordoba 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.70s J1 | AutoCommitTest.testMaxTime <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B0D8804FE1772CE3:2A2CFDAD7FEDB0DF]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:884)
   [junit4]    >        at 
org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:270)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [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=&start=0&rows=20&version=2.2
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
   [junit4]    >        ... 40 more
   [junit4]   2> 283300 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 283301 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 283302 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6135a2a1[collection1] realtime]
   [junit4]   2> 283302 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    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 1
   [junit4]   2> 283303 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\core.properties
   [junit4]   2> 283304 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 283396 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 283422 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 283642 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 283680 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 283737 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    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@7c4b0d36
   [junit4]   2> 283737 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_B0D8804FE1772CE3-001\init-core-data-001\]
   [junit4]   2> 283922 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 283922 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 283924 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3c20bc03[collection1] main]
   [junit4]   2> 283925 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 283927 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 283947 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 283948 INFO  
(searcherExecutor-815-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 283958 INFO  
(searcherExecutor-815-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 283958 INFO  
(searcherExecutor-815-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 283958 INFO  
(searcherExecutor-815-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 283961 INFO  
(searcherExecutor-815-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 283962 INFO  
(searcherExecutor-815-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 283962 INFO  
(searcherExecutor-815-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 283963 INFO  
(searcherExecutor-815-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 283965 INFO  
(searcherExecutor-815-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 283970 INFO  
(searcherExecutor-815-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3c20bc03[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 283970 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=51.5869140625, 
floorSegmentMB=0.2568359375, forceMergeDeletesPctAllowed=27.60121258376381, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.33523435180022243
   [junit4]   2> 283971 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 283971 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@197c4574[collection1] main]
   [junit4]   2> 283971 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@764e142e
   [junit4]   2> 283976 INFO  
(searcherExecutor-815-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@197c4574[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 283976 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1984828462
   [junit4]   2> 283977 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7da96b67: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@29d71e03
   [junit4]   2> 284106 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 
(1579726330442809344)]} 0 113
   [junit4]   2> 284137 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 
(1579726330562347008)]} 0 146
   [junit4]   2> 284138 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 
(1579726330595901440)]} 0 147
   [junit4]   2> 284145 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 
(1579726330597998592)]} 0 152
   [junit4]   2> 284145 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 
(1579726330603241472)]} 0 153
   [junit4]   2> 284149 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 
(1579726330604290048)]} 0 156
   [junit4]   2> 284149 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 
(1579726330607435776)]} 0 157
   [junit4]   2> 284151 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 
(1579726330608484352)]} 0 159
   [junit4]   2> 284152 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 
(1579726330609532928)]} 0 160
   [junit4]   2> 284153 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 
(1579726330610581504)]} 0 161
   [junit4]   2> 284156 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 
(1579726330611630080)]} 0 164
   [junit4]   2> 284158 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 
(1579726330614775808)]} 0 165
   [junit4]   2> 284165 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 
(1579726330616872960)]} 0 172
   [junit4]   2> 284166 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 
(1579726330624212992)]} 0 174
   [junit4]   2> 284167 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=1
   [junit4]   2> 284169 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 
(1579726330627358720)]} 0 177
   [junit4]   2> 284172 INFO  (commitScheduler-818-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> 284186 INFO  (commitScheduler-818-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@8571ee9[collection1] 
main]
   [junit4]   2> 284186 INFO  (commitScheduler-818-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 284190 INFO  
(searcherExecutor-815-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@8571ee9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(8.0.0):C15)))}
   [junit4]   2> 284421 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 
(1579726330891599872)]} 0 429
   [junit4]   2> 284423 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:14&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=1
   [junit4]   2> 284424 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:15&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 284424 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[B0D8804FE1772CE3]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 284426 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 284426 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL 
DOCUMENTS FROM INDEX
   [junit4]   2> 284426 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@47ab0033[collection1] realtime]
   [junit4]   2> 284427 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
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> 284427 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\core.properties:java.nio.file.NoSuchFileException:
 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1\core.properties
   [junit4]   2> 284428 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 284508 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 284558 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 284707 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 284726 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 284784 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
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@7c4b0d36
   [junit4]   2> 284784 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_B0D8804FE1772CE3-001\init-core-data-001\]
   [junit4]   2> 284938 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 284938 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 284949 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7400f308[collection1] main]
   [junit4]   2> 284950 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 284953 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 284970 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 284971 INFO  
(searcherExecutor-819-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 284974 INFO  
(searcherExecutor-819-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 284974 INFO  
(searcherExecutor-819-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 284974 INFO  
(searcherExecutor-819-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 284977 INFO  
(searcherExecutor-819-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 284977 INFO  
(searcherExecutor-819-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 284978 INFO  
(searcherExecutor-819-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 284981 INFO  
(searcherExecutor-819-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 284982 INFO  
(searcherExecutor-819-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 284984 INFO  
(searcherExecutor-819-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7400f308[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 284985 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 284992 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 284992 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6fb21dea[collection1] main]
   [junit4]   2> 284992 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@52665d09
   [junit4]   2> 284992 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1382440201
   [junit4]   2> 284992 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@738cf033: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@29d71e03
   [junit4]   2> 284995 INFO  
(searcherExecutor-819-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6fb21dea[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 285003 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1579726331500822528)]} 0 2
   [junit4]   2> 285003 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 289004 INFO  (commitScheduler-822-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> 289014 INFO  (commitScheduler-822-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@223ee07[collection1] 
main]
   [junit4]   2> 289014 INFO  (commitScheduler-822-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 289017 INFO  
(searcherExecutor-819-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@223ee07[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(8.0.0):C1)))}
   [junit4]   2> 289162 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1579726335862898688)]} 0 4161
   [junit4]   2> 289166 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=3
   [junit4]   2> 289167 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1579726335869190144)]} 0 4166
   [junit4]   2> 289167 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 291169 INFO  (commitScheduler-822-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> 291171 INFO  (commitScheduler-822-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1cc880c5[collection1] main]
   [junit4]   2> 291171 INFO  (commitScheduler-822-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 291174 INFO  
(searcherExecutor-819-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1cc880c5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(8.0.0):C1)))}
   [junit4]   2> 291239 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 291239 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 291242 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1579726338041839616)]} 0 6240
   [junit4]   2> 291244 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1579726338046033920)]} 0 6242
   [junit4]   2> 291244 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1579726338047082496)]} 0 6243
   [junit4]   2> 291256 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1579726338047082497)]} 0 6255
   [junit4]   2> 291257 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1579726338059665408)]} 0 6256
   [junit4]   2> 291272 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1579726338060713984)]} 0 6272
   [junit4]   2> 291272 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1579726338076442624)]} 0 6273
   [junit4]   2> 291272 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1579726338076442625)]} 0 6273
   [junit4]   2> 291272 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1579726338076442626)]} 0 6274
   [junit4]   2> 291272 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1579726338076442627)]} 0 6274
   [junit4]   2> 291272 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 291278 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1579726338082734080)]} 0 6277
   [junit4]   2> 291279 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1579726338083782656)]} 0 6277
   [junit4]   2> 291279 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1579726338083782657)]} 0 6277
   [junit4]   2> 291279 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1579726338083782658)]} 0 6277
   [junit4]   2> 291279 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1579726338083782659)]} 0 6277
   [junit4]   2> 291279 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1579726338083782660)]} 0 6277
   [junit4]   2> 291279 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1579726338083782661)]} 0 6277
   [junit4]   2> 291279 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1579726338083782662)]} 0 6277
   [junit4]   2> 291279 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1579726338083782663)]} 0 6278
   [junit4]   2> 291279 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1579726338083782664)]} 0 6278
   [junit4]   2> 291279 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 292279 INFO  (commitScheduler-822-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> 292280 INFO  (commitScheduler-822-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@246aafe4[collection1] main]
   [junit4]   2> 292281 INFO  
(searcherExecutor-819-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@246aafe4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(8.0.0):C10/9:delGen=1)))}
   [junit4]   2> 292281 INFO  (commitScheduler-822-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 292285 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 292285 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 292286 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[B0D8804FE1772CE3]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 292286 INFO  
(SUITE-AutoCommitTest-seed#[B0D8804FE1772CE3]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 292286 INFO  
(SUITE-AutoCommitTest-seed#[B0D8804FE1772CE3]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1974619294
   [junit4]   2> 292286 INFO  
(SUITE-AutoCommitTest-seed#[B0D8804FE1772CE3]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 292286 INFO  
(SUITE-AutoCommitTest-seed#[B0D8804FE1772CE3]-worker) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@55ba0ff8: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@54f2182c
   [junit4]   2> 292290 INFO  
(SUITE-AutoCommitTest-seed#[B0D8804FE1772CE3]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 292290 INFO  
(SUITE-AutoCommitTest-seed#[B0D8804FE1772CE3]-worker) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1a11e1cd: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@5e89a8f
   [junit4]   2> 292292 INFO  
(SUITE-AutoCommitTest-seed#[B0D8804FE1772CE3]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 292293 INFO  
(SUITE-AutoCommitTest-seed#[B0D8804FE1772CE3]-worker) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@347f2f90: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@4b13c3a4
   [junit4]   2> 292294 INFO  
(coreCloseExecutor-823-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@344013bd
   [junit4]   2> 292294 INFO  
(coreCloseExecutor-823-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=876614589
   [junit4]   2> 292294 INFO  
(coreCloseExecutor-823-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@70b07f48: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@29d71e03
   [junit4]   2> 292304 INFO  
(coreCloseExecutor-823-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 292304 INFO  
(coreCloseExecutor-823-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@5673f440 commitCommandVersion:0
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_B0D8804FE1772CE3-001
   [junit4]   2> Sep 27, 2017 8:33:56 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=1, maxDocsPerChunk=7, blockSize=795), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=1, blockSize=795)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=es-CO, timezone=America/Argentina/Cordoba
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=153896912,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestManagedSchemaThreadSafety, MoveReplicaHDFSUlogDirTest, PolyFieldTest, 
FullSolrCloudDistribCmdsTest, CloudExitableDirectoryReaderTest, 
HdfsChaosMonkeyNothingIsSafeTest, TestCloudPseudoReturnFields, 
TestPostingsSolrHighlighter, TestReplicationHandlerBackup, BadComponentTest, 
AtomicUpdatesTest, SolrPluginUtilsTest, SolrRequestParserTest, 
TestMultiWordSynonyms, TestSearchPerf, TestLocalFSCloudBackupRestore, 
TestSolrCloudWithKerberosAlt, SolrCoreCheckLockOnStartupTest, 
ClassificationUpdateProcessorIntegrationTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, SolrXmlInZkTest, 
TestCloudNestedDocsSort, TestRuleBasedAuthorizationPlugin, 
SolrShardReporterTest, BasicDistributedZk2Test, TestReloadDeadlock, 
MoreLikeThisHandlerTest, AutoCommitTest]
   [junit4] Completed [65/733 (1!)] on J1 in 11.62s, 3 tests, 1 error <<< 
FAILURES!

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

Reply via email to