Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19849/
Java: 32bit/jdk1.8.0_131 -server -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.update.AutoCommitTest.testCommitWithin

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([DB26C0F7E2F28EBB:61F4AF8F61DC60AE]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:890)
        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
        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: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=standard&start=0&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:883)
        ... 40 more




Build Log:
[...truncated 12118 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_DB26C0F7E2F28EBB-001/init-core-data-001
   [junit4]   2> 1235184 INFO  
(SUITE-AutoCommitTest-seed#[DB26C0F7E2F28EBB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1235187 INFO  
(SUITE-AutoCommitTest-seed#[DB26C0F7E2F28EBB]-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> 1235189 INFO  
(SUITE-AutoCommitTest-seed#[DB26C0F7E2F28EBB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1235189 INFO  
(SUITE-AutoCommitTest-seed#[DB26C0F7E2F28EBB]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1235246 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer 
CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE 
RESOURCE LEAK!!!  instance=23728807
   [junit4]   2> 1235296 INFO  
(SUITE-AutoCommitTest-seed#[DB26C0F7E2F28EBB]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1235317 INFO  
(SUITE-AutoCommitTest-seed#[DB26C0F7E2F28EBB]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1235409 INFO  
(SUITE-AutoCommitTest-seed#[DB26C0F7E2F28EBB]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1235467 INFO  
(SUITE-AutoCommitTest-seed#[DB26C0F7E2F28EBB]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@eb519b
   [junit4]   2> 1235470 INFO  
(SUITE-AutoCommitTest-seed#[DB26C0F7E2F28EBB]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@eb519b
   [junit4]   2> 1235470 INFO  
(SUITE-AutoCommitTest-seed#[DB26C0F7E2F28EBB]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@eb519b
   [junit4]   2> 1235473 INFO  (coreLoadExecutor-4892-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1235501 INFO  (coreLoadExecutor-4892-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1235522 INFO  (coreLoadExecutor-4892-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1235625 INFO  (coreLoadExecutor-4892-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1235630 INFO  (coreLoadExecutor-4892-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 1235630 INFO  (coreLoadExecutor-4892-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@eb519b
   [junit4]   2> 1235630 INFO  (coreLoadExecutor-4892-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1235630 INFO  (coreLoadExecutor-4892-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_DB26C0F7E2F28EBB-001/init-core-data-001/]
   [junit4]   2> 1235632 INFO  (coreLoadExecutor-4892-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.216125774720099]
   [junit4]   2> 1235700 INFO  (coreLoadExecutor-4892-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1235700 INFO  (coreLoadExecutor-4892-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1235701 INFO  (coreLoadExecutor-4892-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1235701 INFO  (coreLoadExecutor-4892-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1235702 INFO  (coreLoadExecutor-4892-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.25866725550669056]
   [junit4]   2> 1235702 INFO  (coreLoadExecutor-4892-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@fd50f[collection1] 
main]
   [junit4]   2> 1235703 INFO  (coreLoadExecutor-4892-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1235722 INFO  (coreLoadExecutor-4892-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1235798 INFO  (coreLoadExecutor-4892-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1235799 INFO  
(searcherExecutor-4893-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1235799 INFO  
(searcherExecutor-4893-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1235799 INFO  
(searcherExecutor-4893-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1235799 INFO  
(searcherExecutor-4893-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1235799 INFO  
(searcherExecutor-4893-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1235799 INFO  
(searcherExecutor-4893-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1235799 INFO  
(searcherExecutor-4893-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1235799 INFO  
(searcherExecutor-4893-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1235800 INFO  
(searcherExecutor-4893-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1235801 INFO  
(searcherExecutor-4893-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@fd50f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1235801 INFO  (coreLoadExecutor-4892-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1570023674999734272
   [junit4]   2> 1235806 INFO  
(SUITE-AutoCommitTest-seed#[DB26C0F7E2F28EBB]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1235808 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 1235808 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1235823 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@a985f4[collection1] realtime]
   [junit4]   2> 1235823 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    ] 
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 15
   [junit4]   2> 1235824 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1235824 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1235880 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1235907 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1236109 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1236117 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1236140 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
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@eb519b
   [junit4]   2> 1236140 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_DB26C0F7E2F28EBB-001/init-core-data-001/]
   [junit4]   2> 1236191 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1236191 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1236193 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1dc168f[collection1] 
main]
   [junit4]   2> 1236194 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1236194 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1236196 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1236196 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1570023675413921792
   [junit4]   2> 1236211 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=17.2998046875, 
floorSegmentMB=1.666015625, forceMergeDeletesPctAllowed=6.2791268423571385, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1236211 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1236211 INFO  
(searcherExecutor-4898-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1236211 INFO  
(searcherExecutor-4898-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1236211 INFO  
(searcherExecutor-4898-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1236211 INFO  
(searcherExecutor-4898-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1236212 INFO  
(searcherExecutor-4898-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1236212 INFO  
(searcherExecutor-4898-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1236212 INFO  
(searcherExecutor-4898-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1236212 INFO  
(searcherExecutor-4898-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1236212 INFO  
(searcherExecutor-4898-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1236214 INFO  
(searcherExecutor-4898-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1dc168f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1236217 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c34fa5[collection1] 
main]
   [junit4]   2> 1236218 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@25840f
   [junit4]   2> 1236218 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=2458639
   [junit4]   2> 1236233 INFO  
(searcherExecutor-4898-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1c34fa5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1236241 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1570023675445379072)]} 0 15
   [junit4]   2> 1236241 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
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> 1236244 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1570023675464253440)]} 0 18
   [junit4]   2> 1236244 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
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> 1236244 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1570023675464253441)]} 0 18
   [junit4]   2> 1236247 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
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> 1236247 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
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> 1236247 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
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:883)
   [junit4]   2>        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
   [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:748)
   [junit4]   2> 
   [junit4]   2> 1236248 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[DB26C0F7E2F28EBB]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testCommitWithin -Dtests.seed=DB26C0F7E2F28EBB 
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fi 
-Dtests.timezone=America/Sao_Paulo -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.44s J2 | AutoCommitTest.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([DB26C0F7E2F28EBB:61F4AF8F61DC60AE]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:890)
   [junit4]    >        at 
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
   [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=standard&start=0&rows=20&version=2.2
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:883)
   [junit4]    >        ... 40 more
   [junit4]   2> 1236251 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 1236251 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1236251 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@599932[collection1] realtime]
   [junit4]   2> 1236252 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    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> 1236252 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1236253 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1236278 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1236298 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1236382 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1236388 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1236400 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    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@eb519b
   [junit4]   2> 1236400 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_DB26C0F7E2F28EBB-001/init-core-data-001/]
   [junit4]   2> 1236438 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1236439 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1236440 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@17caf6a[collection1] main]
   [junit4]   2> 1236440 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1236443 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1236445 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1236445 INFO  
(searcherExecutor-4902-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1236446 INFO  
(searcherExecutor-4902-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1236446 INFO  
(searcherExecutor-4902-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1236446 INFO  
(searcherExecutor-4902-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1236446 INFO  
(searcherExecutor-4902-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1236446 INFO  
(searcherExecutor-4902-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1236446 INFO  
(searcherExecutor-4902-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1236446 INFO  
(searcherExecutor-4902-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1236446 INFO  
(searcherExecutor-4902-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1236447 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=28.2490234375, 
floorSegmentMB=1.3671875, forceMergeDeletesPctAllowed=28.41189826409846, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1236448 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1236448 INFO  
(searcherExecutor-4902-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@17caf6a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1236448 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1426fa6[collection1] main]
   [junit4]   2> 1236449 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@b9e080
   [junit4]   2> 1236449 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=12181632
   [junit4]   2> 1236450 INFO  
(searcherExecutor-4902-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1426fa6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1236451 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 
(1570023675681308672)]} 0 0
   [junit4]   2> 1236451 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 
(1570023675681308673)]} 0 0
   [junit4]   2> 1236452 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 
(1570023675681308674)]} 0 0
   [junit4]   2> 1236452 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 
(1570023675682357248)]} 0 0
   [junit4]   2> 1236452 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 
(1570023675682357249)]} 0 1
   [junit4]   2> 1236452 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 
(1570023675682357250)]} 0 1
   [junit4]   2> 1236452 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 
(1570023675682357251)]} 0 1
   [junit4]   2> 1236452 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 
(1570023675682357252)]} 0 1
   [junit4]   2> 1236452 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 
(1570023675682357253)]} 0 1
   [junit4]   2> 1236452 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 
(1570023675682357254)]} 0 1
   [junit4]   2> 1236452 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 
(1570023675682357255)]} 0 1
   [junit4]   2> 1236452 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 
(1570023675682357256)]} 0 1
   [junit4]   2> 1236452 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 
(1570023675682357257)]} 0 1
   [junit4]   2> 1236452 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 
(1570023675682357258)]} 0 1
   [junit4]   2> 1236453 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    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> 1236453 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 
(1570023675683405824)]} 0 2
   [junit4]   2> 1236454 INFO  (commitScheduler-4905-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> 1236457 INFO  (commitScheduler-4905-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5a4ed7[collection1] 
main]
   [junit4]   2> 1236457 INFO  (commitScheduler-4905-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1236458 INFO  
(searcherExecutor-4902-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5a4ed7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c15)))}
   [junit4]   2> 1236703 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 
(1570023675945549824)]} 0 252
   [junit4]   2> 1236704 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    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> 1236705 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    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> 1236705 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 1236706 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 1236707 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1236707 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@51b194[collection1] realtime]
   [junit4]   2> 1236707 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    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> 1236707 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 1236708 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1236732 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1236764 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1236840 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1236851 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1236864 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    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@eb519b
   [junit4]   2> 1236864 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_DB26C0F7E2F28EBB-001/init-core-data-001/]
   [junit4]   2> 1236925 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1236925 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1236926 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1919107[collection1] main]
   [junit4]   2> 1236928 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1236928 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1236931 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1236931 INFO  
(searcherExecutor-4906-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1236931 INFO  
(searcherExecutor-4906-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1236931 INFO  
(searcherExecutor-4906-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1236931 INFO  
(searcherExecutor-4906-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 1236931 INFO  
(searcherExecutor-4906-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1236931 INFO  
(searcherExecutor-4906-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1236932 INFO  
(searcherExecutor-4906-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1236932 INFO  
(searcherExecutor-4906-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1236932 INFO  
(searcherExecutor-4906-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1236933 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=80.37109375, 
floorSegmentMB=1.9873046875, forceMergeDeletesPctAllowed=5.616688590277995, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1236934 INFO  
(searcherExecutor-4906-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1919107[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1236934 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1236935 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@a05eaf[collection1] main]
   [junit4]   2> 1236935 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@130daf7
   [junit4]   2> 1236937 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=19978999
   [junit4]   2> 1236937 INFO  
(searcherExecutor-4906-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@a05eaf[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1236943 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1570023676197208064)]} 0 0
   [junit4]   2> 1236943 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    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> 1238443 INFO  (commitScheduler-4909-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> 1238445 INFO  (commitScheduler-4909-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1bfce46[collection1] 
main]
   [junit4]   2> 1238445 INFO  (commitScheduler-4909-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1238446 INFO  
(searcherExecutor-4906-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1bfce46[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.0.0):c1)))}
   [junit4]   2> 1238449 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1570023677776363520)]} 0 1506
   [junit4]   2> 1238449 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    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> 1238450 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    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> 1238450 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{delete=[529 (-1570023677777412096)]} 0 0
   [junit4]   2> 1238450 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    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> 1239949 INFO  (commitScheduler-4909-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> 1239954 INFO  (commitScheduler-4909-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@917bda[collection1] 
main]
   [junit4]   2> 1239954 INFO  (commitScheduler-4909-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1239955 INFO  
(searcherExecutor-4906-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@917bda[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):c1)))}
   [junit4]   2> 1240201 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 
(1570023679613468672)]} 0 3258
   [junit4]   2> 1240201 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    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> 1240202 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1570023679613468673)]} 0 3259
   [junit4]   2> 1240202 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1570023679614517248)]} 0 3259
   [junit4]   2> 1240202 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1570023679614517249)]} 0 3259
   [junit4]   2> 1240202 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1570023679614517250)]} 0 3259
   [junit4]   2> 1240202 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1570023679614517251)]} 0 3259
   [junit4]   2> 1240202 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1570023679614517252)]} 0 3259
   [junit4]   2> 1240202 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1570023679614517253)]} 0 3259
   [junit4]   2> 1240202 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1570023679614517254)]} 0 3259
   [junit4]   2> 1240202 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1570023679614517255)]} 0 3259
   [junit4]   2> 1240202 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1570023679614517256)]} 0 3259
   [junit4]   2> 1240202 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    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> 1241701 INFO  (commitScheduler-4909-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> 1241703 INFO  (commitScheduler-4909-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@158a393[collection1] 
main]
   [junit4]   2> 1241703 INFO  (commitScheduler-4909-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1241704 INFO  
(searcherExecutor-4906-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@158a393[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):c1)
 Uninverting(_5(7.0.0):c11/9:delGen=1)))}
   [junit4]   2> 1241954 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 
(1570023681450573824)]} 0 5011
   [junit4]   2> 1241954 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    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> 1241954 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[DB26C0F7E2F28EBB]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 1241954 INFO  
(SUITE-AutoCommitTest-seed#[DB26C0F7E2F28EBB]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1241954 INFO  
(SUITE-AutoCommitTest-seed#[DB26C0F7E2F28EBB]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=527978
   [junit4]   2> 1241954 INFO  
(SUITE-AutoCommitTest-seed#[DB26C0F7E2F28EBB]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1241956 INFO  
(SUITE-AutoCommitTest-seed#[DB26C0F7E2F28EBB]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1241957 INFO  
(SUITE-AutoCommitTest-seed#[DB26C0F7E2F28EBB]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1241957 INFO  
(SUITE-AutoCommitTest-seed#[DB26C0F7E2F28EBB]-worker) [    x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1241957 INFO  
(coreCloseExecutor-4910-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1c95594
   [junit4]   2> 1241957 INFO  
(coreCloseExecutor-4910-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1241957 INFO  
(coreCloseExecutor-4910-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1cb89e5 commitCommandVersion:0
   [junit4]   2> 1241963 INFO  
(coreCloseExecutor-4910-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=29971860
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_DB26C0F7E2F28EBB-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{field_t=FST50, multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), 
subject=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=PostingsFormat(name=Memory), text=FST50}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), 
_version_=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Lucene70), 
range_facet_i_dv=DocValuesFormat(name=Lucene70), 
intDvoDefault=DocValuesFormat(name=Direct), 
range_facet_l=DocValuesFormat(name=Lucene70), 
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1905, 
maxMBSortInHeap=7.5990193836642845, sim=RandomSimilarity(queryNorm=true): {}, 
locale=fi, timezone=America/Sao_Paulo
   [junit4]   2> NOTE: Linux 4.10.0-21-generic i386/Oracle Corporation 
1.8.0_131 (32-bit)/cpus=8,threads=1,free=241904728,total=412352512
   [junit4]   2> NOTE: All tests run in this JVM: 
[SuggestComponentContextFilterQueryTest, LeaderElectionTest, PluginInfoTest, 
TestSolrCloudWithKerberosAlt, MetricsConfigTest, ShowFileRequestHandlerTest, 
SuggesterTSTTest, AliasIntegrationTest, CursorMarkTest, 
OpenExchangeRatesOrgProviderTest, TestClassicSimilarityFactory, RankQueryTest, 
TestMultiWordSynonyms, HdfsNNFailoverTest, LukeRequestHandlerTest, 
TestPullReplicaErrorHandling, TestManagedResourceStorage, 
TestShortCircuitedRequests, TestGeoJSONResponseWriter, 
CurrencyFieldXmlFileTest, TestConfigSetImmutable, TestSolrDeletionPolicy1, 
CdcrReplicationHandlerTest, TestDistributedMissingSort, TestConfig, 
TestInPlaceUpdatesDistrib, TestImpersonationWithHadoopAuth, TestRecoveryHdfs, 
TestPayloadCheckQParserPlugin, TestExpandComponent, TestNestedDocsSort, 
TestJettySolrRunner, TestZkChroot, RemoteQueryErrorTest, ForceLeaderTest, 
BasicDistributedZk2Test, TestFieldCacheReopen, TestSchemaResource, 
DirectUpdateHandlerTest, SolrCloudExampleTest, OutputWriterTest, 
SolrIndexConfigTest, TestPolicyCloud, TestSerializedLuceneMatchVersion, 
CollectionsAPISolrJTest, TestDocSet, TestFreeTextSuggestions, 
TestMaxTokenLenTokenizer, DataDrivenBlockJoinTest, 
TestRequestStatusCollectionAPI, PreAnalyzedFieldManagedSchemaCloudTest, 
FieldAnalysisRequestHandlerTest, SolrGraphiteReporterTest, TestRecovery, 
TestDeleteCollectionOnDownNodes, SynonymTokenizerTest, 
ReplicaListTransformerTest, FieldMutatingUpdateProcessorTest, 
DistributedExpandComponentTest, TestDynamicFieldResource, TestJsonRequest, 
HardAutoCommitTest, CoreAdminHandlerTest, TestSolrConfigHandlerConcurrent, 
DistribCursorPagingTest, AddBlockUpdateTest, OverseerTest, SolrTestCaseJ4Test, 
TestCloudDeleteByQuery, TestNRTOpen, DeleteReplicaTest, 
TestLeaderElectionZkExpiry, PropertiesRequestHandlerTest, MoveReplicaTest, 
DeleteInactiveReplicaTest, TestSimpleTextCodec, TestCoreDiscovery, 
BlockJoinFacetSimpleTest, TestSolrCLIRunExample, 
LeaderFailoverAfterPartitionTest, StatelessScriptUpdateProcessorFactoryTest, 
DateFieldTest, HdfsChaosMonkeyNothingIsSafeTest, TestManagedSchemaAPI, 
TestMinMaxOnMultiValuedField, TestGraphTermsQParserPlugin, ClusterStateTest, 
TestCloudManagedSchema, BitVectorTest, WrapperMergePolicyFactoryTest, 
HdfsRestartWhileUpdatingTest, DistributedQueueTest, 
DistributedFacetPivotLongTailTest, TestConfigsApi, 
TestManagedSynonymFilterFactory, TestLegacyFieldReuse, AtomicUpdatesTest, 
TestUnifiedSolrHighlighter, MetricUtilsTest, ResponseHeaderTest, 
DocValuesMultiTest, DocValuesMissingTest, HdfsLockFactoryTest, 
TestFastOutputStream, TestUseDocValuesAsStored2, 
LeaderInitiatedRecoveryOnShardRestartTest, BinaryUpdateRequestHandlerTest, 
RulesTest, TestTrackingShardHandlerFactory, TestIndexSearcher, 
CleanupOldIndexTest, TestClusterProperties, DirectoryFactoryTest, 
TestIBSimilarityFactory, TestCustomSort, TestXmlQParserPlugin, 
TestNumericTerms32, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, 
BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, 
ClusterStateUpdateTest, TestRandomFaceting, ZkCLITest, AutoCommitTest]
   [junit4] Completed [370/725 (1!)] on J2 in 6.80s, 3 tests, 1 error <<< 
FAILURES!

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

Reply via email to