Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13062/
Java: 32bit/jdk1.8.0_45 -server -XX:+UseSerialGC
1 tests failed.
FAILED: org.apache.solr.update.AutoCommitTest.testMaxTime
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([3E721A391F1DD591:A48667DB818749AD]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:770)
at
org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:237)
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:529&qt=standard&start=0&rows=20&version=2.2
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:763)
... 40 more
Build Log:
[...truncated 9548 lines...]
[junit4] Suite: org.apache.solr.update.AutoCommitTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001/init-core-data-001
[junit4] 2> 194154 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
[junit4] 2> 194154 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 194154 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 194155 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 194155 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 194168 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ] o.a.s.c.SolrConfig
current version of requestparams : -1
[junit4] 2> 194174 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.0.0
[junit4] 2> 194187 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ] o.a.s.c.Config
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 194188 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.s.IndexSchema Reading Solr Schema from
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 194191 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 194276 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 194280 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 194281 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 194284 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 194286 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 194286 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 194287 WARN
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 194287 WARN
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 194287 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 194287 WARN
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 194287 WARN
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 194287 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
[junit4] 2> 194288 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.c.SolrResourceLoader using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr
[junit4] 2> 194288 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/'
[junit4] 2> 194295 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.c.CoreContainer New CoreContainer 31794980
[junit4] 2> 194295 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.c.CoreContainer Loading cores into CoreContainer
[instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/]
[junit4] 2> 194295 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.c.CoreContainer loading shared library:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/lib
[junit4] 2> 194295 WARN
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to
classloader: lib (resolved as:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/lib).
[junit4] 2> 194299 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-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> 194299 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 194300 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ] o.a.s.l.LogWatcher
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 194300 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ] o.a.s.l.LogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 194300 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.c.CoreContainer No authentication plugin used.
[junit4] 2> 194300 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-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=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/,
dataDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001/init-core-data-001,
shard=shard1}
[junit4] 2> 194301 INFO (coreLoadExecutor-756-thread-1) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 194302 INFO (coreLoadExecutor-756-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 194302 INFO (coreLoadExecutor-756-thread-1) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 194312 INFO (coreLoadExecutor-756-thread-1) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 194317 INFO (coreLoadExecutor-756-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 194340 INFO (coreLoadExecutor-756-thread-1) [ ]
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
[junit4] 2> 194341 INFO (coreLoadExecutor-756-thread-1) [ ]
o.a.s.s.IndexSchema Reading Solr Schema from
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 194346 INFO (coreLoadExecutor-756-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 194454 INFO (coreLoadExecutor-756-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 194459 INFO (coreLoadExecutor-756-thread-1) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 194460 INFO (coreLoadExecutor-756-thread-1) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 194465 INFO (coreLoadExecutor-756-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 194467 INFO (coreLoadExecutor-756-thread-1) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 194468 INFO (coreLoadExecutor-756-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 194468 WARN (coreLoadExecutor-756-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 194468 WARN (coreLoadExecutor-756-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 194468 INFO (coreLoadExecutor-756-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 194468 WARN (coreLoadExecutor-756-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 194468 WARN (coreLoadExecutor-756-thread-1) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 194469 INFO (coreLoadExecutor-756-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/
[junit4] 2> 194469 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 194469 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/],
dataDir=[null]
[junit4] 2> 194469 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4183cd
[junit4] 2> 194470 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001/init-core-data-001
[junit4] 2> 194470 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001/init-core-data-001/index/
[junit4] 2> 194470 WARN (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 194470 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001/init-core-data-001/index
[junit4] 2> 194470 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=30, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=62.1689453125,
floorSegmentMB=1.4658203125, forceMergeDeletesPctAllowed=20.76259446591854,
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 194471 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1327162
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@960699),segFN=segments_1,generation=1}
[junit4] 2> 194471 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 194472 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001/init-core-data-001/
[junit4] 2> 194474 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 194474 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 194475 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 194475 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 194475 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 194475 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 194475 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 194475 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 194475 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 194475 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 194476 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 194476 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 194478 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 194478 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 194479 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 194480 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 194482 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 194484 INFO (coreLoadExecutor-756-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> 194484 WARN (coreLoadExecutor-756-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> 194485 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 194485 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 194485 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 194486 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
[junit4] 2> 194486 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
[junit4] 2> 194487 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=6.99609375,
floorSegmentMB=2.0322265625, forceMergeDeletesPctAllowed=21.740988400738274,
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5283790393697813
[junit4] 2> 194487 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1327162
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@960699),segFN=segments_1,generation=1}
[junit4] 2> 194487 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 194487 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@aa5518[collection1]
main
[junit4] 2> 194487 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 194488 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 194488 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 194488 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 194522 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 194602 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 194602 INFO
(searcherExecutor-757-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 194603 INFO
(searcherExecutor-757-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 194603 INFO
(searcherExecutor-757-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 194603 INFO
(searcherExecutor-757-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 194603 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 194603 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 194603 INFO
(searcherExecutor-757-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 194603 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed
version bucket highest value from index
[junit4] 2> 194603 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent
updates, using new clock 1503956375793827840
[junit4] 2> 194603 INFO
(searcherExecutor-757-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 194603 INFO
(searcherExecutor-757-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 194604 INFO
(searcherExecutor-757-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 194604 INFO
(searcherExecutor-757-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 194604 INFO
(searcherExecutor-757-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@aa5518[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 194605 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest
version 1503956375793827840
[junit4] 2> 194605 INFO (coreLoadExecutor-756-thread-1) [
x:collection1] o.a.s.c.CoreContainer registering core: collection1
[junit4] 2> 194606 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 194608 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
[junit4] 2> 194610 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ ]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{deleteByQuery=*:* (-1503956375799070720)} 0 2
[junit4] 2> 194612 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ ]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 194612 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 194612 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ ]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 194625 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ ]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 194631 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 194662 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ ] o.a.s.c.Config
Loaded SolrConfig: solrconfig.xml
[junit4] 2> 194662 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ ]
o.a.s.s.IndexSchema Reading Solr Schema from
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 194666 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 194767 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 194772 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ ]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 194773 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ ]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 194778 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 194781 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ ]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 194782 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 194783 WARN
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 194783 WARN
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 194783 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 194784 WARN
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 194784 WARN
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ ]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 194784 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ ]
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/
[junit4] 2> 194784 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/],
dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001/init-core-data-001/]
[junit4] 2> 194784 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4183cd
[junit4] 2> 194785 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001/init-core-data-001/index/
[junit4] 2> 194785 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001/init-core-data-001/
[junit4] 2> 194790 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"dedupe"
[junit4] 2> 194790 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 194790 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 194790 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 194790 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"stored_sig"
[junit4] 2> 194790 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 194791 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"uniq-fields"
[junit4] 2> 194791 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 194791 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"distrib-dup-test-chain-explicit"
[junit4] 2> 194791 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 194791 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 194791 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating
implicit default
[junit4] 2> 194793 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 194794 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 194795 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 194796 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 194800 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy
[junit4] 2> 194803 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ 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> 194804 WARN
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please
update your config to use the ShowFileRequestHandler.
[junit4] 2> 194804 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 194805 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore Hard AutoCommit: disabled
[junit4] 2> 194805 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore Soft AutoCommit: disabled
[junit4] 2> 194805 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening Searcher@7fe551[collection1] main
[junit4] 2> 194806 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 194806 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
[junit4] 2> 194806 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 194806 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 194807 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 194809 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 194810 INFO
(searcherExecutor-762-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 194810 INFO
(searcherExecutor-762-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 194810 INFO
(searcherExecutor-762-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 194810 INFO
(searcherExecutor-762-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 194810 INFO
(searcherExecutor-762-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 194811 INFO
(searcherExecutor-762-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 194811 INFO
(searcherExecutor-762-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 194811 INFO
(searcherExecutor-762-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 194811 INFO
(searcherExecutor-762-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 194813 INFO
(searcherExecutor-762-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@7fe551[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 194814 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
[junit4] 2> 194814 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version
buckets from index
[junit4] 2> 194814 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket
highest value from index
[junit4] 2> 194816 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest version
1503956375799070720
[junit4] 2> 194816 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.DefaultSolrCoreState Creating new IndexWriter...
[junit4] 2> 194816 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.DefaultSolrCoreState Waiting until IndexWriter is unused...
core=collection1
[junit4] 2> 194816 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
[junit4] 2> 194817 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 194818 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1327162
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@960699),segFN=segments_1,generation=1}
[junit4] 2> 194820 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore newest commit generation = 1
[junit4] 2> 194820 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 194820 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening Searcher@1ceb545[collection1] main
[junit4] 2> 194821 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.CoreContainer replacing core: collection1
[junit4] 2> 194821 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@14e55b4
[junit4] 2> 194821 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ 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> 194822 INFO
(searcherExecutor-762-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1ceb545[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 194823 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 194838 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[0 (1503956376039194624)]} 0 2
[junit4] 2> 194839 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[1 (1503956376041291776)]} 0 3
[junit4] 2> 194840 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[2 (1503956376041291777)]} 0 3
[junit4] 2> 194840 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[3 (1503956376042340352)]} 0 4
[junit4] 2> 194840 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[4 (1503956376042340353)]} 0 4
[junit4] 2> 194841 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[5 (1503956376043388928)]} 0 5
[junit4] 2> 194841 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[6 (1503956376043388929)]} 0 5
[junit4] 2> 194842 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[7 (1503956376043388930)]} 0 6
[junit4] 2> 194842 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[8 (1503956376044437504)]} 0 6
[junit4] 2> 194842 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[9 (1503956376044437505)]} 0 6
[junit4] 2> 194842 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[10 (1503956376044437506)]} 0 6
[junit4] 2> 194843 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[11 (1503956376045486080)]} 0 7
[junit4] 2> 194843 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[12 (1503956376045486081)]} 0 7
[junit4] 2> 194843 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[13 (1503956376045486082)]} 0 7
[junit4] 2> 194844 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:1&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
[junit4] 2> 194847 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[14 (1503956376047583232)]} 0 11
[junit4] 2> 194848 INFO (commitScheduler-765-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> 194864 INFO (commitScheduler-765-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@1d458a3[collection1]
main
[junit4] 2> 194864 INFO (commitScheduler-765-thread-1) [
x:collection1] o.a.s.u.UpdateHandler end_commit_flush
[junit4] 2> 194871 INFO
(searcherExecutor-762-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1d458a3[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C15)))}
[junit4] 2> 195098 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[15 (1503956376312872960)]} 0
262
[junit4] 2> 195099 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:14&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0
QTime=0
[junit4] 2> 195100 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:15&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0
QTime=0
[junit4] 2> 195101 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
[junit4] 2> 195106 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
[junit4] 2> 195133 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening Searcher@1eb0cf2[collection1] realtime
[junit4] 2> 195133 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={}
{deleteByQuery=*:* (-1503956376322310144)} 0 26
[junit4] 2> 195134 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 195134 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 195134 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 195149 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 195158 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 195180 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
[junit4] 2> 195181 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.s.IndexSchema Reading Solr Schema from
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 195186 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 195296 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 195302 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 195303 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 195308 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 195310 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
[junit4] 2> 195312 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 195312 WARN
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 195318 WARN
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 195319 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from
open-exchange-rates.json
[junit4] 2> 195319 WARN
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 195319 WARN
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 195319 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/
[junit4] 2> 195320 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/],
dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001/init-core-data-001/]
[junit4] 2> 195320 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4183cd
[junit4] 2> 195320 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001/init-core-data-001/index/
[junit4] 2> 195320 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001/init-core-data-001/
[junit4] 2> 195325 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"dedupe"
[junit4] 2> 195325 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 195325 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 195325 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 195325 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"stored_sig"
[junit4] 2> 195325 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 195326 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"uniq-fields"
[junit4] 2> 195326 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 195326 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"distrib-dup-test-chain-explicit"
[junit4] 2> 195326 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 195326 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 195326 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating
implicit default
[junit4] 2> 195328 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 195330 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 195331 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 195332 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 195336 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy
[junit4] 2> 195338 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ 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> 195339 WARN
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please
update your config to use the ShowFileRequestHandler.
[junit4] 2> 195339 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 195340 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore Hard AutoCommit: disabled
[junit4] 2> 195340 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore Soft AutoCommit: disabled
[junit4] 2> 195341 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening Searcher@db37ac[collection1] main
[junit4] 2> 195342 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 195342 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
[junit4] 2> 195342 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 195342 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 195343 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 195345 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 195345 INFO
(searcherExecutor-766-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 195346 INFO
(searcherExecutor-766-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 195346 INFO
(searcherExecutor-766-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 195346 INFO
(searcherExecutor-766-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 195346 INFO
(searcherExecutor-766-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 195347 INFO
(searcherExecutor-766-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 195347 INFO
(searcherExecutor-766-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 195347 INFO
(searcherExecutor-766-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 195349 INFO
(searcherExecutor-766-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 195350 INFO
(searcherExecutor-766-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@db37ac[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 195351 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
[junit4] 2> 195351 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version
buckets from index
[junit4] 2> 195351 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket
highest value from index
[junit4] 2> 195353 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest version
1503956376322310144
[junit4] 2> 195353 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.DefaultSolrCoreState Creating new IndexWriter...
[junit4] 2> 195354 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.DefaultSolrCoreState Waiting until IndexWriter is unused...
core=collection1
[junit4] 2> 195354 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
[junit4] 2> 195354 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1327162
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@960699),segFN=segments_1,generation=1}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1327162
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@960699),segFN=segments_2,generation=2}
[junit4] 2> 195354 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore newest commit generation = 2
[junit4] 2> 195355 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.MockRandomMergePolicy:
org.apache.lucene.index.MockRandomMergePolicy@662779
[junit4] 2> 195356 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1327162
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@960699),segFN=segments_2,generation=2}
[junit4] 2> 195356 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore newest commit generation = 2
[junit4] 2> 195357 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 195358 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening Searcher@1e931c7[collection1] main
[junit4] 2> 195358 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.CoreContainer replacing core: collection1
[junit4] 2> 195358 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@10c99fc
[junit4] 2> 195358 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ 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=1,deletesById=0,deletesByQuery=1,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> 195358 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 195374 INFO
(searcherExecutor-766-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1e931c7[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 195385 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[529 (1503956376599134208)]} 0
14
[junit4] 2> 195386 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ 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=1
[junit4] 2> 195387 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {add=[530 (1503956376614862848)]} 0
16
[junit4] 2> 195387 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ 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> 195388 ERROR
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:q=id:529&qt=standard&start=0&rows=20&version=2.2
[junit4] 2> 195388 ERROR
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.SolrTestCaseJ4 REQUEST FAILED:
q=id:529&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException:
REQUEST FAILED: xpath=//result[@numFound=1]
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:q=id:529&qt=standard&start=0&rows=20&version=2.2
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:763)
[junit4] 2> at
org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:237)
[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> 195392 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=AutoCommitTest
-Dtests.method=testMaxTime -Dtests.seed=3E721A391F1DD591 -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale= -Dtests.timezone=GB-Eire -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.30s J2 | AutoCommitTest.testMaxTime <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([3E721A391F1DD591:A48667DB818749AD]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:770)
[junit4] > at
org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:237)
[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:529&qt=standard&start=0&rows=20&version=2.2
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:763)
[junit4] > ... 40 more
[junit4] 2> 195412 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
[junit4] 2> 195419 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@93847b[collection1]
realtime
[junit4] 2> 195419 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null
params={} {deleteByQuery=*:* (-1503956376643174400)} 0 7
[junit4] 2> 195420 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory:
'/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 195420 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 195420 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.c.SolrResourceLoader Adding
'file:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 195434 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
[junit4] 2> 195441 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
[junit4] 2> 195469 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
[junit4] 2> 195469 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.s.IndexSchema Reading Solr Schema from
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 195473 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 195573 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with
rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 195577 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.s.IndexSchema default search field in schema is text
[junit4] 2> 195578 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.s.IndexSchema unique key field: id
[junit4] 2> 195582 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from
file currency.xml
[junit4] 2> 195584 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from
file currency.xml
[junit4] 2> 195585 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates
from open-exchange-rates.json
[junit4] 2> 195586 WARN
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 195586 WARN
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 195586 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates
from open-exchange-rates.json
[junit4] 2> 195586 WARN
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
[junit4] 2> 195586 WARN
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
[junit4] 2> 195586 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/
[junit4] 2> 195587 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/],
dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001/init-core-data-001/]
[junit4] 2> 195587 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4183cd
[junit4] 2> 195587 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null
new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001/init-core-data-001/index/
[junit4] 2> 195587 INFO
(OldIndexDirectoryCleanupThreadForCore-collection1) [ x:collection1]
o.a.s.c.SolrCore Looking for old index directories to cleanup for core
collection1 in
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001/init-core-data-001/
[junit4] 2> 195590 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 195590 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 195590 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 195590 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 195590 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 195590 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 195590 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 195591 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 195591 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 195591 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 195591 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 195591 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as
default, creating implicit default
[junit4] 2> 195592 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 195593 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 195594 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 195595 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
[junit4] 2> 195600 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with
startup=lazy
[junit4] 2> 195603 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
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> 195606 WARN
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated
<admin/gettableFiles>, Please update your config to use the
ShowFileRequestHandler.
[junit4] 2> 195606 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.c.SolrCore Using default statsCache cache:
org.apache.solr.search.stats.LocalStatsCache
[junit4] 2> 195607 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
[junit4] 2> 195607 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
[junit4] 2> 195607 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@507066[collection1]
main
[junit4] 2> 195608 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 195608 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using
InMemoryStorage
[junit4] 2> 195608 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
[junit4] 2> 195608 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 195609 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 195612 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 195612 INFO
(searcherExecutor-770-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 195612 INFO
(searcherExecutor-770-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 195612 INFO
(searcherExecutor-770-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 195612 INFO
(searcherExecutor-770-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 195613 INFO
(searcherExecutor-770-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 195613 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed
version buckets
[junit4] 2> 195613 INFO
(searcherExecutor-770-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 195613 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for
65536 version buckets from index
[junit4] 2> 195613 INFO (TEST-AutoCommitTest.testCommitWithin-se
[...truncated too long message...]
ommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530
(-1503956382392516608)]} 0 5269
[junit4] 2> 200896 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530
(-1503956382392516609)]} 0 5269
[junit4] 2> 200896 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.u.p.LogUpdateProcessor [collection1] {delete=[530
(-1503956382392516610)]} 0 5269
[junit4] 2> 200896 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
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> 201894 INFO (commitScheduler-773-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> 201897 INFO (commitScheduler-773-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@1d35047[collection1]
main
[junit4] 2> 201897 INFO (commitScheduler-773-thread-1) [
x:collection1] o.a.s.u.UpdateHandler end_commit_flush
[junit4] 2> 201908 INFO
(searcherExecutor-770-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1d35047[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(6.0.0):C10/9:delGen=1)))}
[junit4] 2> 202147 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
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> 202148 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
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> 202148 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[3E721A391F1DD591]) [
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
[junit4] 2> 202149 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ x:collection1]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 202149 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ x:collection1]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=31794980
[junit4] 2> 202149 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@c2c987
[junit4] 2> 202149 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ x:collection1]
o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=3,autocommits=0,soft
autocommits=3,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=12,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=12,cumulative_deletesById=11,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
[junit4] 2> 202149 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ x:collection1]
o.a.s.u.SolrCoreState Closing SolrCoreState
[junit4] 2> 202150 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ x:collection1]
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing
IndexWriter
[junit4] 2> 202150 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ x:collection1]
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
[junit4] 2> 202150 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ x:collection1]
o.a.s.u.UpdateHandler Committing on IndexWriter close.
[junit4] 2> 202151 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ x:collection1]
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1327162
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@960699),segFN=segments_3,generation=3}
[junit4] 2> commit{dir=MockDirectoryWrapper(RAMDirectory@1327162
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@960699),segFN=segments_4,generation=4}
[junit4] 2> 202151 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ x:collection1]
o.a.s.c.SolrCore newest commit generation = 4
[junit4] 2> 202151 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ x:collection1]
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
[junit4] 2> 202162 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ x:collection1]
o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories
currently being tracked
[junit4] 2> 202162 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ x:collection1]
o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001/init-core-data-001/index;done=false>>]
[junit4] 2> 202162 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ x:collection1]
o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001/init-core-data-001/index
[junit4] 2> 202162 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ x:collection1]
o.a.s.c.CachingDirectoryFactory looking to close
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001/init-core-data-001
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001/init-core-data-001;done=false>>]
[junit4] 2> 202162 INFO
(SUITE-AutoCommitTest-seed#[3E721A391F1DD591]-worker) [ x:collection1]
o.a.s.c.CachingDirectoryFactory Closing directory:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001/init-core-data-001
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_3E721A391F1DD591-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene53):
{range_facet_l_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
_version_=PostingsFormat(name=Memory doPackFST= false),
field_t=PostingsFormat(name=LuceneFixedGap),
multiDefault=BlockTreeOrds(blocksize=128),
subject=BlockTreeOrds(blocksize=128), intDefault=PostingsFormat(name=Memory
doPackFST= false),
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
range_facet_i_dv=PostingsFormat(name=Memory doPackFST= false),
text=PostingsFormat(name=LuceneFixedGap),
range_facet_l=PostingsFormat(name=Memory doPackFST= false),
timestamp=PostingsFormat(name=Memory doPackFST= false)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Memory),
range_facet_i_dv=DocValuesFormat(name=Lucene50),
timestamp=DocValuesFormat(name=Lucene50)}, sim=DefaultSimilarity, locale=,
timezone=GB-Eire
[junit4] 2> NOTE: Linux 3.13.0-54-generic i386/Oracle Corporation 1.8.0_45
(32-bit)/cpus=12,threads=1,free=71778544,total=210423808
[junit4] 2> NOTE: All tests run in this JVM: [NotRequiredUniqueKeyTest,
VMParamsZkACLAndCredentialsProvidersTest, PreAnalyzedUpdateProcessorTest,
FileBasedSpellCheckerTest, BadCopyFieldTest, OutputWriterTest,
TestRawResponseWriter, HdfsDirectoryFactoryTest, TestExceedMaxTermLength,
ResponseHeaderTest, TestPartialUpdateDeduplication, DirectUpdateHandlerTest,
TestNonDefinedSimilarityFactory, QueryEqualityTest,
TestSolrQueryParserResource, ExitableDirectoryReaderTest,
FullSolrCloudDistribCmdsTest, DirectUpdateHandlerOptimizeTest,
CdcrVersionReplicationTest, RegexBoostProcessorTest, SearchHandlerTest,
TestExpandComponent, TestSystemIdResolver, DistributedQueueTest,
CoreAdminRequestStatusTest, OpenExchangeRatesOrgProviderTest,
TestCollapseQParserPlugin, TestCloudPivotFacet, AnalyticsQueryTest,
TestRecovery, PrimUtilsTest, AutoCommitTest]
[junit4] Completed [73/508] on J2 in 8.02s, 3 tests, 1 error <<< FAILURES!
[...truncated 1335 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:526: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:474: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:61: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:230: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:512: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1426:
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:981:
There were test failures: 508 suites, 2006 tests, 1 error, 59 ignored (25
assumptions)
Total time: 44 minutes 17 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]