Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/589/

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([49946A79050656EA:F015BCA629EC5260]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:818)
        at 
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        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:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
</response>

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




Build Log:
[...truncated 11749 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_49946A79050656EA-001/init-core-data-001
   [junit4]   2> 931381 INFO  
(SUITE-AutoCommitTest-seed#[49946A79050656EA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 931381 INFO  
(SUITE-AutoCommitTest-seed#[49946A79050656EA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 931382 INFO  
(SUITE-AutoCommitTest-seed#[49946A79050656EA]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 931414 INFO  
(SUITE-AutoCommitTest-seed#[49946A79050656EA]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 931439 INFO  
(SUITE-AutoCommitTest-seed#[49946A79050656EA]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 931539 WARN  
(SUITE-AutoCommitTest-seed#[49946A79050656EA]-worker) [    ] 
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 931546 INFO  
(SUITE-AutoCommitTest-seed#[49946A79050656EA]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 931554 INFO  
(SUITE-AutoCommitTest-seed#[49946A79050656EA]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 931556 INFO  (coreLoadExecutor-2820-thread-1) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 931583 INFO  (coreLoadExecutor-2820-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 931615 INFO  (coreLoadExecutor-2820-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 931712 WARN  (coreLoadExecutor-2820-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 931714 INFO  (coreLoadExecutor-2820-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 931721 INFO  (coreLoadExecutor-2820-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 931721 INFO  (coreLoadExecutor-2820-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_49946A79050656EA-001/init-core-data-001/]
   [junit4]   2> 931721 INFO  (coreLoadExecutor-2820-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7858a041
   [junit4]   2> 931722 INFO  (coreLoadExecutor-2820-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 931736 INFO  (coreLoadExecutor-2820-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 931736 INFO  (coreLoadExecutor-2820-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 931736 INFO  (coreLoadExecutor-2820-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 931737 INFO  (coreLoadExecutor-2820-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 931737 INFO  (coreLoadExecutor-2820-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=4, maxMergeAtOnceExplicit=3, maxMergedSegmentMB=91.03125, 
floorSegmentMB=1.498046875, forceMergeDeletesPctAllowed=29.8382332845031, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 931737 INFO  (coreLoadExecutor-2820-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1cb90d96[collection1] main]
   [junit4]   2> 931737 INFO  (coreLoadExecutor-2820-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 931749 INFO  (coreLoadExecutor-2820-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 931790 INFO  (coreLoadExecutor-2820-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 931791 INFO  
(searcherExecutor-2821-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 931791 INFO  
(searcherExecutor-2821-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 931791 INFO  
(searcherExecutor-2821-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 931791 INFO  
(searcherExecutor-2821-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 931792 INFO  (coreLoadExecutor-2820-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1553116229656379392
   [junit4]   2> 931792 INFO  
(searcherExecutor-2821-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 931792 INFO  
(searcherExecutor-2821-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 931792 INFO  
(searcherExecutor-2821-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 931793 INFO  
(searcherExecutor-2821-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 931793 INFO  
(searcherExecutor-2821-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 931793 INFO  
(searcherExecutor-2821-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1cb90d96[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 931795 INFO  
(SUITE-AutoCommitTest-seed#[49946A79050656EA]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 931797 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 931800 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1553116229661622272)} 0 3
   [junit4]   2> 931803 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 931847 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 931890 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 931977 WARN  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 931979 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 931988 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 931992 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_49946A79050656EA-001/init-core-data-001/]
   [junit4]   2> 931992 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7858a041
   [junit4]   2> 932012 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 932012 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 932012 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3c0e105d[collection1] main]
   [junit4]   2> 932012 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 932013 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 932025 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 932025 INFO  
(searcherExecutor-2826-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 932027 INFO  
(searcherExecutor-2826-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 932027 INFO  
(searcherExecutor-2826-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 932027 INFO  
(searcherExecutor-2826-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 932027 INFO  
(searcherExecutor-2826-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 932027 INFO  
(searcherExecutor-2826-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 932028 INFO  
(searcherExecutor-2826-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 932030 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=43.4462890625, 
floorSegmentMB=0.7080078125, forceMergeDeletesPctAllowed=17.39770874446916, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 932030 INFO  
(searcherExecutor-2826-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 932031 INFO  
(searcherExecutor-2826-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 932059 INFO  
(searcherExecutor-2826-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3c0e105d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 932065 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 932065 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3fbb3059[collection1] main]
   [junit4]   2> 932065 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@646328dc
   [junit4]   2> 932066 INFO  
(searcherExecutor-2826-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3fbb3059[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 932089 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1553116229952077824)]} 0 15
   [junit4]   2> 932089 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
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> 936076 INFO  (commitScheduler-2829-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> 936080 INFO  (commitScheduler-2829-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3f7ca085[collection1] main]
   [junit4]   2> 936080 INFO  (commitScheduler-2829-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 936082 INFO  
(searcherExecutor-2826-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3f7ca085[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.4.0):C1)))}
   [junit4]   2> 936092 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1553116234165256192)]} 0 4018
   [junit4]   2> 936093 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
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> 936094 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1553116234166304768)]} 0 4020
   [junit4]   2> 936094 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
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> 937094 INFO  (commitScheduler-2829-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> 937097 INFO  (commitScheduler-2829-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@361d887e[collection1] main]
   [junit4]   2> 937098 INFO  
(searcherExecutor-2826-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@361d887e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.4.0):C1)))}
   [junit4]   2> 937098 INFO  (commitScheduler-2829-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 937345 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
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> 937346 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=0
   [junit4]   2> 937347 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1553116235481219072)]} 0 5273
   [junit4]   2> 937347 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1553116235481219073)]} 0 5273
   [junit4]   2> 937347 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1553116235481219074)]} 0 5273
   [junit4]   2> 937348 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1553116235481219075)]} 0 5274
   [junit4]   2> 937348 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1553116235482267648)]} 0 5274
   [junit4]   2> 937348 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1553116235482267649)]} 0 5274
   [junit4]   2> 937348 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1553116235482267650)]} 0 5274
   [junit4]   2> 937348 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1553116235482267651)]} 0 5274
   [junit4]   2> 937349 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1553116235482267652)]} 0 5275
   [junit4]   2> 937349 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1553116235483316224)]} 0 5275
   [junit4]   2> 937349 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
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> 937353 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1553116235483316225)]} 0 5279
   [junit4]   2> 937353 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1553116235487510528)]} 0 5279
   [junit4]   2> 937353 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1553116235487510529)]} 0 5279
   [junit4]   2> 937353 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1553116235487510530)]} 0 5279
   [junit4]   2> 937353 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1553116235487510531)]} 0 5279
   [junit4]   2> 937354 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1553116235488559104)]} 0 5280
   [junit4]   2> 937354 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1553116235488559105)]} 0 5280
   [junit4]   2> 937354 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1553116235488559106)]} 0 5280
   [junit4]   2> 937357 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1553116235491704832)]} 0 5283
   [junit4]   2> 937357 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1553116235491704833)]} 0 5283
   [junit4]   2> 937360 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 
QTime=2
   [junit4]   2> 938349 INFO  (commitScheduler-2829-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> 938354 INFO  (commitScheduler-2829-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3c5e9379[collection1] main]
   [junit4]   2> 938354 INFO  (commitScheduler-2829-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 938356 INFO  
(searcherExecutor-2826-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3c5e9379[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.4.0):C10/9:delGen=1)))}
   [junit4]   2> 938361 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
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> 938362 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
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> 938363 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[49946A79050656EA]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 938365 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 938367 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7784c62a[collection1] realtime]
   [junit4]   2> 938367 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1553116236548669440)} 0 1
   [junit4]   2> 938368 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 938403 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 938426 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 938522 WARN  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 938524 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 938531 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 938531 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_49946A79050656EA-001/init-core-data-001/]
   [junit4]   2> 938532 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7858a041
   [junit4]   2> 938549 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 938549 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 938550 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@603b0dbc[collection1] main]
   [junit4]   2> 938550 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 938551 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 938554 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 938557 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 938558 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5428971769752623]
   [junit4]   2> 938558 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 938558 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 938558 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 938558 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 938558 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 938558 WARN  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping 
onDeckSearchers=2
   [junit4]   2> 938558 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@35faa583[collection1] main]
   [junit4]   2> 938558 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 938559 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@40bc8949
   [junit4]   2> 938559 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 938559 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 938559 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 938560 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@603b0dbc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 938560 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 938560 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 938561 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 938561 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 938561 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 938561 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 938561 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 938561 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 938562 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 938563 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@35faa583[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 938568 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1553116236760481792)]} 0 1
   [junit4]   2> 938568 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    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> 939569 INFO  (commitScheduler-2833-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> 939574 INFO  (commitScheduler-2833-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@492e70dd[collection1] main]
   [junit4]   2> 939580 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@492e70dd[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.4.0):C1)))}
   [junit4]   2> 939580 INFO  (commitScheduler-2833-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 939820 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1553116238073298944)]} 0 1253
   [junit4]   2> 939820 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    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> 939821 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    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> 939821 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{delete=[529 (-1553116238075396096)]} 0 0
   [junit4]   2> 939822 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    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> 940820 INFO  (commitScheduler-2833-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> 940823 INFO  (commitScheduler-2833-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@39d63c7[collection1] 
main]
   [junit4]   2> 940823 INFO  (commitScheduler-2833-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 940824 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@39d63c7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(6.4.0):C1)))}
   [junit4]   2> 941073 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 
(1553116239388213248)]} 0 2507
   [junit4]   2> 941074 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    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> 941074 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1553116239389261824)]} 0 2507
   [junit4]   2> 941075 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1553116239389261825)]} 0 2508
   [junit4]   2> 941075 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1553116239390310400)]} 0 2508
   [junit4]   2> 941075 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1553116239390310401)]} 0 2508
   [junit4]   2> 941075 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1553116239390310402)]} 0 2508
   [junit4]   2> 941075 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1553116239390310403)]} 0 2508
   [junit4]   2> 941075 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1553116239390310404)]} 0 2509
   [junit4]   2> 941076 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1553116239391358976)]} 0 2509
   [junit4]   2> 941076 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1553116239391358977)]} 0 2509
   [junit4]   2> 941076 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1553116239391358978)]} 0 2509
   [junit4]   2> 941076 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    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> 942073 INFO  (commitScheduler-2833-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> 942077 INFO  (commitScheduler-2833-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3bc5effe[collection1] main]
   [junit4]   2> 942077 INFO  (commitScheduler-2833-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 942078 INFO  
(searcherExecutor-2830-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3bc5effe[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(6.4.0):C1)
 Uninverting(_5(6.4.0):C11/9:delGen=1)))}
   [junit4]   2> 942328 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 
(1553116240703127552)]} 0 3761
   [junit4]   2> 942328 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    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> 942329 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 942333 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 942346 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@127736b1[collection1] realtime]
   [junit4]   2> 942346 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:* (-1553116240709419008)} 0 13
   [junit4]   2> 942347 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 942394 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 942420 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 942524 WARN  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 942527 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 942534 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 942534 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_49946A79050656EA-001/init-core-data-001/]
   [junit4]   2> 942534 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7858a041
   [junit4]   2> 942551 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 942551 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 942552 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@249cf079[collection1] main]
   [junit4]   2> 942552 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 942553 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 942556 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 942556 INFO  
(searcherExecutor-2834-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 942557 INFO  
(searcherExecutor-2834-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 942557 INFO  
(searcherExecutor-2834-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 942557 INFO  
(searcherExecutor-2834-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 942557 INFO  
(searcherExecutor-2834-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 942557 INFO  
(searcherExecutor-2834-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 942558 INFO  
(searcherExecutor-2834-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 942558 INFO  
(searcherExecutor-2834-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 942559 INFO  
(searcherExecutor-2834-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 942560 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=4.4501953125, 
floorSegmentMB=1.2421875, forceMergeDeletesPctAllowed=12.058098611110571, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 942561 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 942561 INFO  
(searcherExecutor-2834-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@249cf079[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 942561 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1c029879[collection1] main]
   [junit4]   2> 942561 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@587975bd
   [junit4]   2> 942569 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 
(1553116240956882944)]} 0 0
   [junit4]   2> 942570 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 
(1553116240956882945)]} 0 1
   [junit4]   2> 942570 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 
(1553116240957931520)]} 0 1
   [junit4]   2> 942570 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 
(1553116240957931521)]} 0 1
   [junit4]   2> 942570 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 
(1553116240957931522)]} 0 1
   [junit4]   2> 942571 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 
(1553116240957931523)]} 0 2
   [junit4]   2> 942571 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 
(1553116240958980096)]} 0 2
   [junit4]   2> 942571 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 
(1553116240958980097)]} 0 2
   [junit4]   2> 942577 INFO  
(searcherExecutor-2834-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1c029879[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 942578 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 
(1553116240961077248)]} 0 9
   [junit4]   2> 942578 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 
(1553116240966320128)]} 0 9
   [junit4]   2> 942579 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 
(1553116240966320129)]} 0 10
   [junit4]   2> 942579 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 
(1553116240967368704)]} 0 10
   [junit4]   2> 942579 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 
(1553116240967368705)]} 0 10
   [junit4]   2> 942579 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 
(1553116240967368706)]} 0 10
   [junit4]   2> 942580 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    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> 942585 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 
(1553116240968417280)]} 0 16
   [junit4]   2> 942585 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 
(1553116240973660160)]} 0 16
   [junit4]   2> 942585 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    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=0 status=0 QTime=0
   [junit4]   2> 942586 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    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:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 942586 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=id:14&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:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:811)
   [junit4]   2>        at 
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
   [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:367)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
   [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:367)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 942587 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[49946A79050656EA]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testMaxDocs -Dtests.seed=49946A79050656EA -Dtests.multiplier=2 
-Dtests.slow=true -Dtests.locale=de-DE -Dtests.timezone=Africa/Harare 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.26s J2 | AutoCommitTest.testMaxDocs <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([49946A79050656EA:F015BCA629EC5260]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:818)
   [junit4]    >        at 
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]    > </response>
   [junit4]    >        request 
was:q=id:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:811)
   [junit4]    >        ... 40 more
   [junit4]   2> 942589 INFO  
(SUITE-AutoCommitTest-seed#[49946A79050656EA]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 942589 INFO  
(SUITE-AutoCommitTest-seed#[49946A79050656EA]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1297404595
   [junit4]   2> 942590 INFO  (commitScheduler-2837-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> 942593 INFO  
(coreCloseExecutor-2838-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3f20b23f
   [junit4]   2> 942593 INFO  
(coreCloseExecutor-2838-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 942599 INFO  (commitScheduler-2837-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@fb132d4[collection1] 
main]
   [junit4]   2> 942600 ERROR (commitScheduler-2837-thread-1) [    
x:collection1] o.a.s.u.CommitTracker auto commit 
error...:org.apache.solr.common.SolrException: Error opening new searcher
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1817)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1928)
   [junit4]   2>        at 
org.apache.solr.update.DirectUpdateHandler2.commit(DirectUpdateHandler2.java:630)
   [junit4]   2>        at 
org.apache.solr.update.CommitTracker.run(CommitTracker.java:217)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: 
openNewSearcher called on closed core
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1804)
   [junit4]   2>        ... 10 more
   [junit4]   2> 
   [junit4]   2> 942600 INFO  
(coreCloseExecutor-2838-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@4bb8205b
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_49946A79050656EA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{range_facet_l_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
_version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 field_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), 
subject=PostingsFormat(name=LuceneVarGapFixedInterval), 
intDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 id=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval), 
text=PostingsFormat(name=Memory doPackFST= true), 
range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval), 
timestamp=PostingsFormat(name=LuceneVarGapFixedInterval)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), 
range_facet_i_dv=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=797, 
maxMBSortInHeap=7.985713211072598, 
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=de-DE, 
timezone=Africa/Harare
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_102 (64-bit)/cpus=4,threads=1,free=212659392,total=495452160
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrJ, 
TestFieldTypeResource, WrapperMergePolicyFactoryTest, CdcrRequestHandlerTest, 
GraphQueryTest, TestLFUCache, TestSQLHandler, TestMiniSolrCloudCluster, 
SOLR749Test, ConnectionManagerTest, TestReload, TestStressReorder, 
TestPostingsSolrHighlighter, PrimitiveFieldTypeTest, TestRawTransformer, 
DirectUpdateHandlerTest, TestExceedMaxTermLength, TestGroupingSearch, 
TestJmxMonitoredMap, PreAnalyzedUpdateProcessorTest, 
TriLevelCompositeIdRoutingTest, HdfsCollectionsAPIDistributedZkTest, 
DistributedSuggestComponentTest, CdcrBootstrapTest, TestCollectionAPI, 
TestRuleBasedAuthorizationPlugin, SuggesterWFSTTest, TestWriterPerf, 
QueryResultKeyTest, SaslZkACLProviderTest, TestPivotHelperCode, 
TestRequestStatusCollectionAPI, TestConfigSetImmutable, 
ClassificationUpdateProcessorIntegrationTest, CleanupOldIndexTest, 
SegmentsInfoRequestHandlerTest, BinaryUpdateRequestHandlerTest, 
TestFieldCacheSanityChecker, SuggesterTest, BooleanFieldTest, 
TestJsonFacetRefinement, CircularListTest, TestSchemaSimilarityResource, 
TestCloudPseudoReturnFields, PKIAuthenticationIntegrationTest, 
OpenExchangeRatesOrgProviderTest, TestNRTOpen, TestSchemaManager, 
TestSolrQueryParser, DOMUtilTest, HardAutoCommitTest, TestMergePolicyConfig, 
CollectionStateFormat2Test, SharedFSAutoReplicaFailoverUtilsTest, 
SolrCoreCheckLockOnStartupTest, TestAddFieldRealTimeGet, 
TestHdfsCloudBackupRestore, SmileWriterTest, OverseerTest, TestInitQParser, 
DirectUpdateHandlerOptimizeTest, DistribCursorPagingTest, AddBlockUpdateTest, 
BigEndianAscendingWordSerializerTest, TestSimpleQParserPlugin, 
TestRecoveryHdfs, TestOnReconnectListenerSupport, TestNumericTerms32, 
AssignTest, TestPhraseSuggestions, CoreMergeIndexesAdminHandlerTest, 
TestDocTermOrds, OverseerTaskQueueTest, SolrCloudExampleTest, 
LeaderInitiatedRecoveryOnShardRestartTest, 
TestSolrCloudWithSecureImpersonation, TestManagedResource, 
TestFieldCacheVsDocValues, TestSolrFieldCacheMBean, PreAnalyzedFieldTest, 
ForceLeaderTest, TestJsonRequest, AutoCommitTest]
   [junit4] Completed [309/660 (1!)] on J2 in 11.30s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 62273 lines...]


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to