Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4970/
Java: 32bit/jdk1.8.0_45 -client -XX:+UseParallelGC

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([57B81CAFC09C5A4E:EE39CA70EC765EC4]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:770)
        at 
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:192)
        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:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        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:763)
        ... 40 more




Build Log:
[...truncated 9373 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_57B81CAFC09C5A4E-001\init-core-data-001
   [junit4]   2> 0    INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 111  INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 527  INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 537  INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 539  INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1502 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 1644 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1838 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] o.a.s.c.Config 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1880 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 1967 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 4199 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4276 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 4279 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 5044 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 5056 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 5062 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 5069 WARN  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 5070 WARN  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 5070 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 5071 WARN  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 5072 WARN  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 5095 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 5095 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 5096 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\'
   [junit4]   2> 5252 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.c.CoreContainer New CoreContainer 24685650
   [junit4]   2> 5252 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\]
   [junit4]   2> 5253 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.c.CoreContainer loading shared library: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 5255 WARN  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib).
   [junit4]   2> 5351 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 6119 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 6135 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] o.a.s.l.LogWatcher 
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 6140 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] o.a.s.l.LogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 6149 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 6515 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] o.a.s.c.SolrCore 
Created CoreDescriptor: {name=collection1, config=solrconfig.xml, 
transient=false, schema=schema.xml, loadOnStartup=true, 
instanceDir=collection1, collection=collection1, 
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\,
 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_57B81CAFC09C5A4E-001\init-core-data-001,
 shard=shard1}
   [junit4]   2> 6568 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 6571 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 6572 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 6698 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 6717 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 6767 INFO  (coreLoadExecutor-6-thread-1) [    ] o.a.s.c.Config 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 6768 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 6789 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 7004 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 7023 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 7024 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 7046 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 7052 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 7057 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 7058 WARN  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 7059 WARN  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 7059 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 7060 WARN  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 7060 WARN  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 7067 INFO  (coreLoadExecutor-6-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\
   [junit4]   2> 7068 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 7113 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\],
 dataDir=[null]
   [junit4]   2> 7119 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information 
with JMX.
   [junit4]   2> 7209 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_57B81CAFC09C5A4E-001\init-core-data-001\
   [junit4]   2> 7209 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_57B81CAFC09C5A4E-001\init-core-data-001\index/
   [junit4]   2> 7209 WARN  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_57B81CAFC09C5A4E-001\init-core-data-001\index'
 doesn't exist. Creating new index...
   [junit4]   2> 7248 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_57B81CAFC09C5A4E-001\init-core-data-001\index
   [junit4]   2> 7251 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=90.4443359375, 
floorSegmentMB=0.7216796875, forceMergeDeletesPctAllowed=9.098121361768598, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.31456160243233755
   [junit4]   2> 7548 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e4872d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9effbb),segFN=segments_1,generation=1}
   [junit4]   2> 7553 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 7554 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) 
[    x:collection1] o.a.s.c.SolrCore Looking for old index directories to 
cleanup for core collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_57B81CAFC09C5A4E-001\init-core-data-001\
   [junit4]   2> 9218 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 9322 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 9327 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 9329 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 9329 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 9329 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 9331 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"uniq-fields"
   [junit4]   2> 9363 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 9363 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 9564 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 9564 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 9564 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 9846 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 9878 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 9881 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 9886 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 10076 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 10151 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 10153 WARN  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please 
update your config to use the ShowFileRequestHandler.
   [junit4]   2> 10154 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 10265 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 10265 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 10305 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 10305 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 10306 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=42.7099609375, 
floorSegmentMB=1.927734375, forceMergeDeletesPctAllowed=15.65346970934643, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 10321 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e4872d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9effbb),segFN=segments_1,generation=1}
   [junit4]   2> 10321 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 10501 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@b14799[collection1] main
   [junit4]   2> 10562 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 10671 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 10671 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 10828 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 11109 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 11489 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 11493 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 11493 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 11494 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 11494 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1505104545200472064
   [junit4]   2> 11490 INFO  
(searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 11499 INFO  
(searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 11500 INFO  
(searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 11500 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.u.UpdateLog Took 7 ms to seed version buckets with highest version 
1505104545200472064
   [junit4]   2> 11503 INFO  
(searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 11506 INFO  
(searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 11507 INFO  (coreLoadExecutor-6-thread-1) [    x:collection1] 
o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 11510 INFO  
(searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 11511 INFO  
(searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 11514 INFO  
(searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 11514 INFO  
(searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 11517 INFO  
(searcherExecutor-7-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@b14799[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 11524 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 11562 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 12393 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{deleteByQuery=*:* (-1505104545745731584)} 0 635
   [junit4]   2> 12536 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 12537 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 12538 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 12603 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 12614 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 12641 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    ] o.a.s.c.Config 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 12642 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 12655 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 12859 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 12870 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 12875 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 12893 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 12898 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 12903 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 12904 WARN  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 12906 WARN  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 12906 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 12907 WARN  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 12907 WARN  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 12908 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\
   [junit4]   2> 12908 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\],
 
dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_57B81CAFC09C5A4E-001\init-core-data-001\]
   [junit4]   2> 12909 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr information 
with JMX.
   [junit4]   2> 12909 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_57B81CAFC09C5A4E-001\init-core-data-001\index/
   [junit4]   2> 12913 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_57B81CAFC09C5A4E-001\init-core-data-001\
   [junit4]   2> 12917 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 12920 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 12920 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 12922 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 12922 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 12922 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 12923 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"uniq-fields"
   [junit4]   2> 12923 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 12923 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-explicit"
   [junit4]   2> 12924 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 12924 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 12925 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 12936 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12940 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12943 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12946 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12954 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 12957 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 12960 WARN  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please 
update your config to use the ShowFileRequestHandler.
   [junit4]   2> 12962 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 12965 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 12965 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 12970 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@fc0195[collection1] main
   [junit4]   2> 12971 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 12972 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 12972 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 12972 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 12976 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 12988 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 12990 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 12990 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 12992 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 12992 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 12992 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 12993 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 12995 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 12996 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 12998 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 12999 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 12999 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@fc0195[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 13006 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version 
buckets from index
   [junit4]   2> 13006 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket 
highest value from index
   [junit4]   2> 13020 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.UpdateLog Took 30 ms to seed version buckets with highest version 
1505104545745731584
   [junit4]   2> 13022 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState Creating new IndexWriter...
   [junit4]   2> 13022 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState Waiting until IndexWriter is unused... 
core=collection1
   [junit4]   2> 13022 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 13023 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=63.865234375, 
floorSegmentMB=0.802734375, forceMergeDeletesPctAllowed=14.611941018228883, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 13030 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e4872d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9effbb),segFN=segments_1,generation=1}
   [junit4]   2> 13032 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 13032 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 13033 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@12a2255[collection1] main
   [junit4]   2> 13043 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 13043 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@102fd51
   [junit4]   2> 13044 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 13046 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 13067 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@12a2255[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 13444 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[0 (1505104546891825152)]} 0 316
   [junit4]   2> 13447 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[1 (1505104547247292416)]} 0 318
   [junit4]   2> 13449 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[2 (1505104547249389568)]} 0 320
   [junit4]   2> 13451 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[3 (1505104547252535296)]} 0 322
   [junit4]   2> 13451 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[4 (1505104547252535297)]} 0 323
   [junit4]   2> 13453 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[5 (1505104547252535298)]} 0 325
   [junit4]   2> 13456 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[6 (1505104547255681024)]} 0 327
   [junit4]   2> 13458 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[7 (1505104547258826752)]} 0 329
   [junit4]   2> 13461 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[8 (1505104547260923904)]} 0 330
   [junit4]   2> 13463 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[9 (1505104547264069632)]} 0 332
   [junit4]   2> 13465 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[10 (1505104547265118208)]} 0 
334
   [junit4]   2> 13468 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[11 (1505104547269312512)]} 0 
336
   [junit4]   2> 13470 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[12 (1505104547271409664)]} 0 
338
   [junit4]   2> 13472 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[13 (1505104547272458240)]} 0 
339
   [junit4]   2> 13566 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    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=74 
   [junit4]   2> 13587 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[14 (1505104547390947328)]} 0 
430
   [junit4]   2> 13588 INFO  (commitScheduler-15-thread-1) [    x:collection1] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 13589 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[15 (1505104547396190208)]} 0 
432
   [junit4]   2> 13590 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    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> 13592 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    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> 13593 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    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:763)
   [junit4]   2>        at 
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:192)
   [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:497)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
   [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:50)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
   [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:46)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [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:54)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 13594 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testMaxDocs -Dtests.seed=57B81CAFC09C5A4E -Dtests.slow=true 
-Dtests.locale=ko_KR -Dtests.timezone=BST -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   2.15s J1 | AutoCommitTest.testMaxDocs <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([57B81CAFC09C5A4E:EE39CA70EC765EC4]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:770)
   [junit4]    >        at 
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:192)
   [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:763)
   [junit4]    >        ... 40 more
   [junit4]   2> 13690 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 14357 INFO  (commitScheduler-15-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@e7d057[collection1] main
   [junit4]   2> 14360 INFO  (commitScheduler-15-thread-1) [    x:collection1] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 14459 INFO  
(searcherExecutor-12-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@e7d057[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c16)))}
   [junit4]   2> 14834 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@8b2dd9[collection1] 
realtime
   [junit4]   2> 14834 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null 
params={} {deleteByQuery=*:* (-1505104547505242112)} 0 909
   [junit4]   2> 14836 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 14839 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 14840 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 14930 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 14954 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 15061 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 15062 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 15079 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 15221 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 15239 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 15242 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 15257 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from 
file currency.xml
   [junit4]   2> 15260 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from 
file currency.xml
   [junit4]   2> 15264 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates 
from open-exchange-rates.json
   [junit4]   2> 15264 WARN  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 15268 WARN  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 15269 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates 
from open-exchange-rates.json
   [junit4]   2> 15270 WARN  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 15270 WARN  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 15270 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\
   [junit4]   2> 15271 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\],
 
dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_57B81CAFC09C5A4E-001\init-core-data-001\]
   [junit4]   2> 15271 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.JmxMonitoredMap No JMX servers found, not exposing Solr 
information with JMX.
   [junit4]   2> 15271 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_57B81CAFC09C5A4E-001\init-core-data-001\index/
   [junit4]   2> 15273 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_57B81CAFC09C5A4E-001\init-core-data-001\
   [junit4]   2> 15279 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 15280 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 15280 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 15281 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 15281 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 15281 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 15284 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 15289 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 15292 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 15294 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 15294 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 15294 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 15305 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 15307 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 15311 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 15312 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 15317 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 15320 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 15322 WARN  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated 
<admin/gettableFiles>, Please update your config to use the 
ShowFileRequestHandler.
   [junit4]   2> 15323 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 15325 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 15325 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 15326 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@1cccc9[collection1] 
main
   [junit4]   2> 15326 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 15326 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 15327 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 15327 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 15329 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 15339 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 15339 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 15339 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 15341 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 15341 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 15342 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.UpdateLog Took 1 ms to seed version buckets with highest 
version 1505104547505242112
   [junit4]   2> 15342 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState Creating new IndexWriter...
   [junit4]   2> 15342 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState Waiting until IndexWriter is 
unused... core=collection1
   [junit4]   2> 15342 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... 
core=collection1
   [junit4]   2> 15341 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 15343 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 15343 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 15344 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 15344 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e4872d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9effbb),segFN=segments_1,generation=1}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e4872d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9effbb),segFN=segments_2,generation=2}
   [junit4]   2> 15344 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 15344 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 15346 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 15347 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 15348 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 15348 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=520006365, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 15349 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1cccc9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 15351 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e4872d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9effbb),segFN=segments_2,generation=2}
   [junit4]   2> 15351 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 15352 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 15353 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@c43423[collection1] 
main
   [junit4]   2> 15353 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 15354 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1f79fab
   [junit4]   2> 15354 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@c43423[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 15354 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.UpdateHandler closing 
DirectUpdateHandler2{commits=1,autocommits=0,soft autocommit maxDocs=14,soft 
autocommits=1,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=16,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=16,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 15355 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 15362 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[529 
(1505104549253218304)]} 0 2
   [junit4]   2> 15363 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
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> 20413 INFO  (commitScheduler-19-thread-1) [    x:collection1] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 20437 INFO  (commitScheduler-19-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@7c5761[collection1] main
   [junit4]   2> 20438 INFO  (commitScheduler-19-thread-1) [    x:collection1] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 20439 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7c5761[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):c1)))}
   [junit4]   2> 20708 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[530 
(1505104554857857024)]} 0 4436
   [junit4]   2> 20717 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
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=7 
   [junit4]   2> 20717 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[529 
(-1505104554871488512)]} 0 4446
   [junit4]   2> 20717 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
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> 21853 INFO  (commitScheduler-19-thread-1) [    x:collection1] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 21878 INFO  (commitScheduler-19-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@17876b1[collection1] main
   [junit4]   2> 21880 INFO  (commitScheduler-19-thread-1) [    x:collection1] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 21880 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@17876b1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.0.0):c1)))}
   [junit4]   2> 21883 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
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> 21885 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
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> 21889 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 
(1505104556099371008)]} 0 5490
   [junit4]   2> 21891 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 
(1505104556101468160)]} 0 5492
   [junit4]   2> 21892 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 
(1505104556102516736)]} 0 5493
   [junit4]   2> 21893 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 
(1505104556103565312)]} 0 5494
   [junit4]   2> 21894 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 
(1505104556105662464)]} 0 5495
   [junit4]   2> 21895 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 
(1505104556106711040)]} 0 5496
   [junit4]   2> 21896 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 
(1505104556107759616)]} 0 5497
   [junit4]   2> 21898 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 
(1505104556109856768)]} 0 5498
   [junit4]   2> 21899 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 
(1505104556110905344)]} 0 5499
   [junit4]   2> 21901 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 
(1505104556111953920)]} 0 5500
   [junit4]   2> 21902 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
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> 21903 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530 
(-1505104556115099648)]} 0 5502
   [junit4]   2> 21904 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530 
(-1505104556115099649)]} 0 5503
   [junit4]   2> 21904 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530 
(-1505104556116148224)]} 0 5504
   [junit4]   2> 21905 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530 
(-1505104556117196800)]} 0 5504
   [junit4]   2> 21905 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530 
(-1505104556117196801)]} 0 5505
   [junit4]   2> 21906 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530 
(-1505104556118245376)]} 0 5505
   [junit4]   2> 21906 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530 
(-1505104556118245377)]} 0 5506
   [junit4]   2> 21908 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530 
(-1505104556120342528)]} 0 5506
   [junit4]   2> 21909 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530 
(-1505104556120342529)]} 0 5507
   [junit4]   2> 21909 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530 
(-1505104556121391104)]} 0 5508
   [junit4]   2> 21909 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
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> 23041 INFO  (commitScheduler-19-thread-1) [    x:collection1] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 23072 INFO  (commitScheduler-19-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@16de842[collection1] main
   [junit4]   2> 23073 INFO  (commitScheduler-19-thread-1) [    x:collection1] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 23075 INFO  
(searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@16de842[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.0.0):c10/9:delGen=1)))}
   [junit4]   2> 23336 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
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=1 
   [junit4]   2> 23338 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
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> 23338 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[57B81CAFC09C5A4E]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 23343 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 23352 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@16d3041[collection1] realtime
   [junit4]   2> 23352 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{deleteByQuery=*:* (-1505104557626097664)} 0 9
   [junit4]   2> 23354 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 23355 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 23355 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 23422 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 23432 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 23465 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 23466 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.s.IndexSchema Reading Solr Schema from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
   [junit4]   2> 23481 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 23605 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 23623 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 23625 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 23642 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 23646 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 23651 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 23652 WARN  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 23652 WARN  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 23653 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 23654 WARN  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 23654 WARN  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 23655 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\
   [junit4]   2> 23656 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\],
 
dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_57B81CAFC09C5A4E-001\init-core-data-001\]
   [junit4]   2> 23656 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection

[...truncated too long message...]

stMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1505104561047601152)]} 0 
2619
   [junit4]   2> 26609 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1505104561048649728)]} 0 
2620
   [junit4]   2> 26610 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1505104561049698304)]} 0 
2621
   [junit4]   2> 26611 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1505104561050746880)]} 0 
2622
   [junit4]   2> 26612 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1505104561051795456)]} 0 
2623
   [junit4]   2> 26613 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1505104561052844032)]} 0 
2624
   [junit4]   2> 26615 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[500 (1505104561055989760)]} 0 
2625
   [junit4]   2> 26616 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    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> 27739 INFO  (commitScheduler-23-thread-1) [    x:collection1] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 27748 INFO  (commitScheduler-23-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@132ce84[collection1] main
   [junit4]   2> 27749 INFO  (commitScheduler-23-thread-1) [    x:collection1] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 27750 INFO  
(searcherExecutor-20-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@132ce84[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(6.0.0):c1)
 Uninverting(_6(6.0.0):c11/9:delGen=1)))}
   [junit4]   2> 27757 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[531 (1505104562252414976)]} 0 
3632
   [junit4]   2> 27758 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    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> 27769 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[57B81CAFC09C5A4E]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 27770 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 27770 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=24685650
   [junit4]   2> 27770 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1eaaf59
   [junit4]   2> 27770 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    x:collection1] 
o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=3,autocommits=0,soft 
autocommit maxTime=1000ms,soft 
autocommits=3,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=14,adds=1,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=14,cumulative_deletesById=1,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 27772 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    x:collection1] 
o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 27772 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing 
IndexWriter
   [junit4]   2> 27772 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 27772 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    x:collection1] 
o.a.s.u.UpdateHandler Committing on IndexWriter close.
   [junit4]   2> 27782 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e4872d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9effbb),segFN=segments_3,generation=3}
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e4872d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@9effbb),segFN=segments_4,generation=4}
   [junit4]   2> 27782 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    x:collection1] 
o.a.s.c.SolrCore newest commit generation = 4
   [junit4]   2> 27785 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 27787 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories 
currently being tracked
   [junit4]   2> 27788 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_57B81CAFC09C5A4E-001\init-core-data-001\
 
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_57B81CAFC09C5A4E-001\init-core-data-001\;done=false>>]
   [junit4]   2> 27788 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_57B81CAFC09C5A4E-001\init-core-data-001\
   [junit4]   2> 27788 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_57B81CAFC09C5A4E-001\init-core-data-001\index
 
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_57B81CAFC09C5A4E-001\init-core-data-001\index;done=false>>]
   [junit4]   2> 27788 INFO  
(SUITE-AutoCommitTest-seed#[57B81CAFC09C5A4E]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_57B81CAFC09C5A4E-001\init-core-data-001\index
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.update.AutoCommitTest_57B81CAFC09C5A4E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): 
{range_facet_l_dv=BlockTreeOrds(blocksize=128), 
_version_=PostingsFormat(name=MockRandom), 
field_t=BlockTreeOrds(blocksize=128), 
multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), 
subject=PostingsFormat(name=LuceneVarGapFixedInterval), 
intDefault=PostingsFormat(name=MockRandom), id=BlockTreeOrds(blocksize=128), 
range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval), 
text=Lucene50(blocksize=128), 
range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval), 
timestamp=PostingsFormat(name=LuceneVarGapFixedInterval)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Direct)}, 
sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=ko_KR, 
timezone=BST
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_45 
(32-bit)/cpus=3,threads=1,free=132488144,total=200015872
   [junit4]   2> NOTE: All tests run in this JVM: [AutoCommitTest]
   [junit4] Completed [2/514] on J1 in 31.43s, 3 tests, 1 error <<< FAILURES!

[...truncated 1599 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:526: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:474: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:230: 
The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:513:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1426:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:981:
 There were test failures: 514 suites, 2021 tests, 1 error, 68 ignored (34 
assumptions)

Total time: 63 minutes 14 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to