Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Linux/31/
Java: 32bit/jdk-9-ea+175 -server -XX:+UseG1GC --illegal-access=deny

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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([1A4713FEF529A8BF:A3C6C521D9C3AC35]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
        at 
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)
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:14&qt=&start=0&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
        ... 39 more




Build Log:
[...truncated 11931 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_1A4713FEF529A8BF-001/init-core-data-001
   [junit4]   2> 982787 INFO  
(SUITE-AutoCommitTest-seed#[1A4713FEF529A8BF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 982788 INFO  
(SUITE-AutoCommitTest-seed#[1A4713FEF529A8BF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 982788 INFO  
(SUITE-AutoCommitTest-seed#[1A4713FEF529A8BF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 982788 INFO  
(SUITE-AutoCommitTest-seed#[1A4713FEF529A8BF]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 982813 INFO  
(SUITE-AutoCommitTest-seed#[1A4713FEF529A8BF]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 982842 INFO  
(SUITE-AutoCommitTest-seed#[1A4713FEF529A8BF]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 982945 INFO  
(SUITE-AutoCommitTest-seed#[1A4713FEF529A8BF]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 982968 INFO  
(SUITE-AutoCommitTest-seed#[1A4713FEF529A8BF]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@864604
   [junit4]   2> 982972 INFO  
(SUITE-AutoCommitTest-seed#[1A4713FEF529A8BF]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@864604
   [junit4]   2> 982972 INFO  
(SUITE-AutoCommitTest-seed#[1A4713FEF529A8BF]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@864604
   [junit4]   2> 982973 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 982989 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 983002 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 983072 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 983080 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 983080 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@864604
   [junit4]   2> 983080 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 983080 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_1A4713FEF529A8BF-001/init-core-data-001/]
   [junit4]   2> 983082 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=78.6064453125, 
floorSegmentMB=1.3916015625, forceMergeDeletesPctAllowed=16.961754407097356, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.25071890040862216
   [junit4]   2> 983127 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 983127 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 983128 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 983128 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 983129 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=70.9150390625, 
floorSegmentMB=0.255859375, forceMergeDeletesPctAllowed=4.477389925725684, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 983129 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1507e6a[collection1] main]
   [junit4]   2> 983130 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 983219 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 983451 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 983452 INFO  (coreLoadExecutor-4753-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1573108248516493312
   [junit4]   2> 983453 INFO  (searcherExecutor-4754-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 983454 INFO  (searcherExecutor-4754-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 983454 INFO  (searcherExecutor-4754-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 983454 INFO  (searcherExecutor-4754-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 983454 INFO  (searcherExecutor-4754-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 983454 INFO  (searcherExecutor-4754-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 983454 INFO  (searcherExecutor-4754-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 983455 INFO  (searcherExecutor-4754-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 983455 INFO  (searcherExecutor-4754-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 983456 INFO  
(SUITE-AutoCommitTest-seed#[1A4713FEF529A8BF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 983456 INFO  (searcherExecutor-4754-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1507e6a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 983457 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 983457 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 983457 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@111043c[collection1] realtime]
   [junit4]   2> 983458 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
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> 983458 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 983459 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 983482 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 983512 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 983693 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 983702 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 983722 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@864604
   [junit4]   2> 983722 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_1A4713FEF529A8BF-001/init-core-data-001/]
   [junit4]   2> 983778 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 983779 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 983780 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@685e05[collection1] main]
   [junit4]   2> 983780 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 983781 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 983786 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 983787 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1573108248867766272
   [junit4]   2> 983791 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1781087978311227]
   [junit4]   2> 983791 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 983792 INFO  (searcherExecutor-4759-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 983792 INFO  (searcherExecutor-4759-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 983792 INFO  (searcherExecutor-4759-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 983792 INFO  (searcherExecutor-4759-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 983793 INFO  (searcherExecutor-4759-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 983793 INFO  (searcherExecutor-4759-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 983793 INFO  (searcherExecutor-4759-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 983793 INFO  (searcherExecutor-4759-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 983794 INFO  (searcherExecutor-4759-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 983796 INFO  (searcherExecutor-4759-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@685e05[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 983796 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1b81fd7[collection1] main]
   [junit4]   2> 983797 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@19ce658
   [junit4]   2> 983797 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=27059800
   [junit4]   2> 983806 INFO  (searcherExecutor-4759-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1b81fd7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 983807 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 
(1573108248885592064)]} 0 3
   [junit4]   2> 983808 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 
(1573108248889786368)]} 0 4
   [junit4]   2> 983809 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 
(1573108248889786369)]} 0 4
   [junit4]   2> 983809 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 
(1573108248890834944)]} 0 5
   [junit4]   2> 983809 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 
(1573108248890834945)]} 0 5
   [junit4]   2> 983809 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 
(1573108248890834946)]} 0 5
   [junit4]   2> 983810 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 
(1573108248890834947)]} 0 5
   [junit4]   2> 983810 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 
(1573108248891883520)]} 0 5
   [junit4]   2> 983810 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 
(1573108248891883521)]} 0 5
   [junit4]   2> 983810 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 
(1573108248891883522)]} 0 6
   [junit4]   2> 983810 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 
(1573108248891883523)]} 0 6
   [junit4]   2> 983810 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 
(1573108248891883524)]} 0 6
   [junit4]   2> 983810 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 
(1573108248891883525)]} 0 6
   [junit4]   2> 983811 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 
(1573108248892932096)]} 0 6
   [junit4]   2> 983811 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
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=0
   [junit4]   2> 983813 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 
(1573108248893980672)]} 0 8
   [junit4]   2> 983813 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 
(1573108248895029248)]} 0 9
   [junit4]   2> 983813 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:14&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 983813 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
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:14&qt=&start=0&rows=20&version=2.2
   [junit4]   2> 983814 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=id:14&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:14&qt=&start=0&rows=20&version=2.2
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
   [junit4]   2>        at 
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
   [junit4]   2>        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2>        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [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 
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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 983814 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testMaxDocs -Dtests.seed=1A4713FEF529A8BF -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=en-NR -Dtests.timezone=Asia/Urumqi 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4]   2> 983816 INFO  (commitScheduler-4762-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4] ERROR   0.36s J0 | AutoCommitTest.testMaxDocs <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1A4713FEF529A8BF:A3C6C521D9C3AC35]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
   [junit4]    >        at 
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [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:14&qt=&start=0&rows=20&version=2.2
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
   [junit4]    >        ... 39 more
   [junit4]   2> 983821 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 983826 INFO  (commitScheduler-4762-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1df9f5d[collection1] main]
   [junit4]   2> 983828 INFO  (searcherExecutor-4759-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1df9f5d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C16)))}
   [junit4]   2> 983828 INFO  (commitScheduler-4762-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 983828 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 983829 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1090dce[collection1] realtime]
   [junit4]   2> 983829 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
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 7
   [junit4]   2> 983829 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 983830 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 983854 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 983873 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 983973 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 984014 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 984031 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@864604
   [junit4]   2> 984031 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_1A4713FEF529A8BF-001/init-core-data-001/]
   [junit4]   2> 984111 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 984111 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 984112 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4ffed8[collection1] main]
   [junit4]   2> 984113 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 984113 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 984116 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 984116 INFO  (searcherExecutor-4763-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 984116 INFO  (searcherExecutor-4763-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 984116 INFO  (searcherExecutor-4763-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 984116 INFO  (searcherExecutor-4763-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 984117 INFO  (searcherExecutor-4763-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 984117 INFO  (searcherExecutor-4763-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 984117 INFO  (searcherExecutor-4763-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 984117 INFO  (searcherExecutor-4763-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 984118 INFO  (searcherExecutor-4763-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 984118 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.17515087342300842]
   [junit4]   2> 984118 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 984120 INFO  (searcherExecutor-4763-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4ffed8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 984120 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@157f65e[collection1] main]
   [junit4]   2> 984120 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@c414b4
   [junit4]   2> 984121 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=12850356
   [junit4]   2> 984122 INFO  (searcherExecutor-4763-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@157f65e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 984129 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1573108249220087808)]} 0 5
   [junit4]   2> 984129 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
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> 985625 INFO  (commitScheduler-4766-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 985629 INFO  (commitScheduler-4766-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@b69582[collection1] main]
   [junit4]   2> 985630 INFO  (commitScheduler-4766-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 985631 INFO  (searcherExecutor-4763-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@b69582[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C1)))}
   [junit4]   2> 985632 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1573108250802388992)]} 0 1509
   [junit4]   2> 985633 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
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> 985633 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
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> 985634 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{delete=[529 (-1573108250804486144)]} 0 0
   [junit4]   2> 985634 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
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> 987132 INFO  (commitScheduler-4766-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 987135 INFO  (commitScheduler-4766-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@8cd385[collection1] main]
   [junit4]   2> 987135 INFO  (commitScheduler-4766-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 987136 INFO  (searcherExecutor-4763-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@8cd385[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):C1)))}
   [junit4]   2> 987136 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 
(1573108252379447296)]} 0 3013
   [junit4]   2> 987137 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
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> 987137 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573108252380495872)]} 0 3013
   [junit4]   2> 987137 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573108252380495873)]} 0 3013
   [junit4]   2> 987137 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573108252380495874)]} 0 3014
   [junit4]   2> 987137 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573108252380495875)]} 0 3014
   [junit4]   2> 987137 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573108252380495876)]} 0 3014
   [junit4]   2> 987137 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573108252380495877)]} 0 3014
   [junit4]   2> 987138 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573108252381544448)]} 0 3014
   [junit4]   2> 987138 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573108252381544449)]} 0 3014
   [junit4]   2> 987138 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573108252381544450)]} 0 3014
   [junit4]   2> 987138 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573108252381544451)]} 0 3014
   [junit4]   2> 987138 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
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> 988636 INFO  (commitScheduler-4766-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 988639 INFO  (commitScheduler-4766-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@130627[collection1] main]
   [junit4]   2> 988639 INFO  (commitScheduler-4766-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 988641 INFO  (searcherExecutor-4763-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@130627[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):C1)
 Uninverting(_3(7.0.0):C11/9:delGen=1)))}
   [junit4]   2> 988890 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 
(1573108254217601024)]} 0 4766
   [junit4]   2> 988890 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
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> 988890 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 988892 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 988892 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 988892 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@920091[collection1] realtime]
   [junit4]   2> 988893 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
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> 988893 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 988893 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 988914 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 988935 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 988993 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 989000 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 989016 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@864604
   [junit4]   2> 989016 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_1A4713FEF529A8BF-001/init-core-data-001/]
   [junit4]   2> 989060 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 989060 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 989061 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@bc1529[collection1] main]
   [junit4]   2> 989062 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 989062 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 989064 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 989064 INFO  (searcherExecutor-4767-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 989065 INFO  (searcherExecutor-4767-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 989065 INFO  (searcherExecutor-4767-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 989065 INFO  (searcherExecutor-4767-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 989065 INFO  (searcherExecutor-4767-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 989065 INFO  (searcherExecutor-4767-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 989065 INFO  (searcherExecutor-4767-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 989066 INFO  (searcherExecutor-4767-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 989066 INFO  (searcherExecutor-4767-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 989067 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 989067 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 989068 INFO  (searcherExecutor-4767-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@bc1529[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 989068 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@15ce5c[collection1] main]
   [junit4]   2> 989068 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1322b6d
   [junit4]   2> 989068 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=20065133
   [junit4]   2> 989070 INFO  (searcherExecutor-4767-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@15ce5c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 989074 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1573108254410539008)]} 0 0
   [junit4]   2> 989074 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
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> 993074 INFO  (commitScheduler-4770-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 993076 INFO  (commitScheduler-4770-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@13df50f[collection1] main]
   [junit4]   2> 993076 INFO  (commitScheduler-4770-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 993077 INFO  (searcherExecutor-4767-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@13df50f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.0.0):C1)))}
   [junit4]   2> 993078 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1573108258610085888)]} 0 4005
   [junit4]   2> 993079 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
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> 993079 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1573108258611134464)]} 0 4005
   [junit4]   2> 993079 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
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> 995079 INFO  (commitScheduler-4770-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 995081 INFO  (commitScheduler-4770-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@68ea96[collection1] main]
   [junit4]   2> 995081 INFO  (commitScheduler-4770-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 995082 INFO  (searcherExecutor-4767-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@68ea96[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(7.0.0):C1)))}
   [junit4]   2> 995331 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
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> 995331 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
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> 995331 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573108260972527616)]} 0 6258
   [junit4]   2> 995332 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573108260973576192)]} 0 6258
   [junit4]   2> 995332 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573108260973576193)]} 0 6258
   [junit4]   2> 995332 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573108260973576194)]} 0 6258
   [junit4]   2> 995332 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573108260973576195)]} 0 6258
   [junit4]   2> 995332 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573108260973576196)]} 0 6258
   [junit4]   2> 995332 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573108260973576197)]} 0 6258
   [junit4]   2> 995332 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573108260973576198)]} 0 6258
   [junit4]   2> 995332 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573108260973576199)]} 0 6258
   [junit4]   2> 995332 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1573108260973576200)]} 0 6259
   [junit4]   2> 995333 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
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> 995333 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1573108260974624768)]} 0 6259
   [junit4]   2> 995333 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1573108260974624769)]} 0 6259
   [junit4]   2> 995333 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1573108260974624770)]} 0 6259
   [junit4]   2> 995333 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1573108260974624771)]} 0 6259
   [junit4]   2> 995333 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1573108260974624772)]} 0 6260
   [junit4]   2> 995333 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1573108260974624773)]} 0 6260
   [junit4]   2> 995333 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1573108260974624774)]} 0 6260
   [junit4]   2> 995333 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1573108260974624775)]} 0 6260
   [junit4]   2> 995334 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1573108260975673344)]} 0 6260
   [junit4]   2> 995334 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1573108260975673345)]} 0 6260
   [junit4]   2> 995334 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
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> 996333 INFO  (commitScheduler-4770-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 996335 INFO  (commitScheduler-4770-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1d5d75b[collection1] main]
   [junit4]   2> 996335 INFO  (commitScheduler-4770-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 996336 INFO  (searcherExecutor-4767-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1d5d75b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(7.0.0):C10/9:delGen=1)))}
   [junit4]   2> 996585 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
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> 996585 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
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> 996585 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[1A4713FEF529A8BF]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 996585 INFO  
(SUITE-AutoCommitTest-seed#[1A4713FEF529A8BF]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 996585 INFO  
(SUITE-AutoCommitTest-seed#[1A4713FEF529A8BF]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=29949624
   [junit4]   2> 996585 INFO  
(SUITE-AutoCommitTest-seed#[1A4713FEF529A8BF]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 996586 INFO  
(SUITE-AutoCommitTest-seed#[1A4713FEF529A8BF]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 996587 INFO  
(SUITE-AutoCommitTest-seed#[1A4713FEF529A8BF]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 996587 INFO  
(SUITE-AutoCommitTest-seed#[1A4713FEF529A8BF]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 996587 INFO  (coreCloseExecutor-4771-thread-1) [    ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@f06715
   [junit4]   2> 996587 INFO  (coreCloseExecutor-4771-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 996587 INFO  (coreCloseExecutor-4771-thread-1) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1e311bc commitCommandVersion:0
   [junit4]   2> 996588 INFO  (coreCloseExecutor-4771-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=15755029
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J0/temp/solr.update.AutoCommitTest_1A4713FEF529A8BF-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{field_t=PostingsFormat(name=LuceneFixedGap), multiDefault=FST50, 
subject=FST50, id=PostingsFormat(name=LuceneFixedGap), 
text=PostingsFormat(name=MockRandom)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), 
_version_=DocValuesFormat(name=Direct), 
range_facet_i_dv=DocValuesFormat(name=Memory), 
intDvoDefault=DocValuesFormat(name=Asserting), 
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=569, 
maxMBSortInHeap=6.93255350262241, sim=RandomSimilarity(queryNorm=true): {}, 
locale=en-NR, timezone=Asia/Urumqi
   [junit4]   2> NOTE: Linux 4.10.0-26-generic i386/Oracle Corporation 9 
(32-bit)/cpus=8,threads=1,free=184658080,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [ExitableDirectoryReaderTest, 
WordBreakSolrSpellCheckerTest, ClassificationUpdateProcessorFactoryTest, 
TestDocSet, CollectionTooManyReplicasTest, SynonymTokenizerTest, 
ChaosMonkeyNothingIsSafeTest, TestManagedResourceStorage, 
AnalysisErrorHandlingTest, TestClassNameShortening, 
LeaderFailureAfterFreshStartTest, AssignTest, SpatialRPTFieldTypeTest, 
LargeFieldTest, TestTrieFacet, SolrMetricReporterTest, 
TestSerializedLuceneMatchVersion, TestAuthorizationFramework, 
TestExactSharedStatsCache, TestSolrDeletionPolicy1, 
TestPayloadScoreQParserPlugin, GraphQueryTest, 
VMParamsZkACLAndCredentialsProvidersTest, TestSizeLimitedDistributedMap, 
TestIndexingPerformance, TestReplicaProperties, TestRemoteStreaming, 
TestAuthenticationFramework, V2StandaloneTest, TestFunctionQuery, 
TestObjectReleaseTracker, TestIBSimilarityFactory, DebugComponentTest, 
TestStressLiveNodes, ConcurrentDeleteAndCreateCollectionTest, 
SuggestComponentContextFilterQueryTest, BlockJoinFacetDistribTest, 
TestSchemaResource, CdcrRequestHandlerTest, TestNumericTokenStream, 
TestSolrConfigHandler, TestCloudJSONFacetJoinDomain, 
DistribDocExpirationUpdateProcessorTest, TestCryptoKeys, TestCSVResponseWriter, 
TestLuceneMatchVersion, TestPHPSerializedResponseWriter, 
DeleteLastCustomShardedReplicaTest, TestRandomFaceting, 
DefaultValueUpdateProcessorTest, ReplicaListTransformerTest, 
ConfigureRecoveryStrategyTest, TestTrackingShardHandlerFactory, 
NodeMutatorTest, TestWordDelimiterFilterFactory, 
ConjunctionSolrSpellCheckerTest, HighlighterConfigTest, 
TestHighFrequencyDictionaryFactory, TestSchemalessBufferedUpdates, 
DateRangeFieldTest, XmlUpdateRequestHandlerTest, 
DocumentAnalysisRequestHandlerTest, SolrIndexConfigTest, 
TestEmbeddedSolrServerConstructors, TestDocumentBuilder, 
TestSubQueryTransformerCrossCore, TestSQLHandler, 
CloneFieldUpdateProcessorFactoryTest, DistributedSuggestComponentTest, 
TestConfigsApi, HLLUtilTest, TestPrepRecovery, HdfsUnloadDistributedZkTest, 
TestFieldSortValues, TestSha256AuthenticationProvider, 
ManagedSchemaRoundRobinCloudTest, BasicDistributedZkTest, 
DistributedFacetPivotWhiteBoxTest, DistributedVersionInfoTest, 
CreateCollectionCleanupTest, OpenExchangeRatesOrgProviderTest, 
BigEndianAscendingWordDeserializerTest, PluginInfoTest, SSLMigrationTest, 
TestCustomStream, WrapperMergePolicyFactoryTest, SpellingQueryConverterTest, 
TestPushWriter, TestHalfAndHalfDocValues, TestNoOpRegenerator, 
TestHighlightDedupGrouping, TestRangeQuery, TestSolr4Spatial, 
TestSSLRandomization, DeleteShardTest, SolrGraphiteReporterTest, 
SuggesterWFSTTest, SolrCoreTest, TestFieldCacheWithThreads, 
TestSolrCoreSnapshots, TestFaceting, SolrCLIZkUtilsTest, 
BasicAuthIntegrationTest, TemplateUpdateProcessorTest, CursorPagingTest, 
TestExpandComponent, FieldAnalysisRequestHandlerTest, 
TestMultiValuedNumericRangeQuery, TestRealTimeGet, TestReplicationHandler, 
UpdateParamsTest, SpellCheckCollatorTest, DistributedExpandComponentTest, 
CdcrBootstrapTest, TestFieldTypeCollectionResource, ZkNodePropsTest, 
AutoCommitTest]
   [junit4] Completed [341/727 (1!)] on J0 in 13.82s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 37833 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to