Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Linux/23/
Java: 32bit/jdk1.8.0_131 -server -XX:+UseSerialGC
1 tests failed.
FAILED: org.apache.solr.update.AutoCommitTest.testCommitWithin
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([2C5DEE75337D2F6B:968F810DB053C17E]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
at
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound=1]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
</response>
request was:q=id:529&qt=&start=0&rows=20&version=2.2
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
... 40 more
Build Log:
[...truncated 10846 lines...]
[junit4] Suite: org.apache.solr.update.AutoCommitTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_2C5DEE75337D2F6B-001/init-core-data-001
[junit4] 2> 13833 WARN
(SUITE-AutoCommitTest-seed#[2C5DEE75337D2F6B]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=110 numCloses=110
[junit4] 2> 13834 INFO
(SUITE-AutoCommitTest-seed#[2C5DEE75337D2F6B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 13835 INFO
(SUITE-AutoCommitTest-seed#[2C5DEE75337D2F6B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 13836 INFO
(SUITE-AutoCommitTest-seed#[2C5DEE75337D2F6B]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 13836 INFO
(SUITE-AutoCommitTest-seed#[2C5DEE75337D2F6B]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 13877 INFO
(SUITE-AutoCommitTest-seed#[2C5DEE75337D2F6B]-worker) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 13902 INFO
(SUITE-AutoCommitTest-seed#[2C5DEE75337D2F6B]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 14010 INFO
(SUITE-AutoCommitTest-seed#[2C5DEE75337D2F6B]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 14049 WARN
(SUITE-AutoCommitTest-seed#[2C5DEE75337D2F6B]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via
JMX.
[junit4] 2> 14049 WARN
(SUITE-AutoCommitTest-seed#[2C5DEE75337D2F6B]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via
JMX.
[junit4] 2> 14049 WARN
(SUITE-AutoCommitTest-seed#[2C5DEE75337D2F6B]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via
JMX.
[junit4] 2> 14050 INFO (coreLoadExecutor-32-thread-1) [ x:collection1]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 14072 INFO (coreLoadExecutor-32-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 14089 INFO (coreLoadExecutor-32-thread-1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 14168 INFO (coreLoadExecutor-32-thread-1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 14175 INFO (coreLoadExecutor-32-thread-1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 14176 WARN (coreLoadExecutor-32-thread-1) [ x:collection1]
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via
JMX.
[junit4] 2> 14176 INFO (coreLoadExecutor-32-thread-1) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 14176 INFO (coreLoadExecutor-32-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_2C5DEE75337D2F6B-001/init-core-data-001/]
[junit4] 2> 14177 INFO (coreLoadExecutor-32-thread-1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=12, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=86.5224609375,
floorSegmentMB=0.9560546875, forceMergeDeletesPctAllowed=21.79399463801297,
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 14207 INFO (coreLoadExecutor-32-thread-1) [ x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 14207 INFO (coreLoadExecutor-32-thread-1) [ x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 14208 INFO (coreLoadExecutor-32-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 14208 INFO (coreLoadExecutor-32-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 14209 INFO (coreLoadExecutor-32-thread-1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1740735430,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 14209 INFO (coreLoadExecutor-32-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@ff73df[collection1] main]
[junit4] 2> 14210 INFO (coreLoadExecutor-32-thread-1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 14352 INFO (coreLoadExecutor-32-thread-1) [ x:collection1]
o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 14564 INFO (coreLoadExecutor-32-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 14564 INFO
(searcherExecutor-33-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 14565 INFO (coreLoadExecutor-32-thread-1) [ x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1572986161201152000
[junit4] 2> 14565 INFO
(searcherExecutor-33-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 14565 INFO
(searcherExecutor-33-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 14565 INFO
(searcherExecutor-33-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 14565 INFO
(searcherExecutor-33-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 14566 INFO
(searcherExecutor-33-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 14566 INFO
(searcherExecutor-33-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 14566 INFO
(searcherExecutor-33-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 14567 INFO
(searcherExecutor-33-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 14567 INFO
(searcherExecutor-33-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@ff73df[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 14569 INFO
(SUITE-AutoCommitTest-seed#[2C5DEE75337D2F6B]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 14572 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
[junit4] 2> 14572 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 14573 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2613d9[collection1] realtime]
[junit4] 2> 14573 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
(-9223372036854775807)} 0 1
[junit4] 2> 14576 ERROR
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ ]
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/core.properties
[junit4] 2> 14577 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 14614 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 14633 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 14711 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 14724 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ ]
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1
[junit4] 2> 14724 WARN
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via
JMX.
[junit4] 2> 14724 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_2C5DEE75337D2F6B-001/init-core-data-001/]
[junit4] 2> 14759 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 14759 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 14760 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1f3c9eb[collection1] main]
[junit4] 2> 14761 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 14761 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 14763 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 14763 INFO
(searcherExecutor-38-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 14764 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1572986161409818624
[junit4] 2> 14764 INFO
(searcherExecutor-38-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 14764 INFO
(searcherExecutor-38-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 14764 INFO
(searcherExecutor-38-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 14765 INFO
(searcherExecutor-38-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 14765 INFO
(searcherExecutor-38-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 14765 INFO
(searcherExecutor-38-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 14765 INFO
(searcherExecutor-38-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 14765 INFO
(searcherExecutor-38-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 14766 INFO
(searcherExecutor-38-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1f3c9eb[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 14771 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=10, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=92.8115234375,
floorSegmentMB=0.9765625, forceMergeDeletesPctAllowed=25.556139905307006,
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 14772 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 14772 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@635462[collection1] main]
[junit4] 2> 14772 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@d1a635
[junit4] 2> 14772 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=13739573
[junit4] 2> 14773 INFO
(searcherExecutor-38-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@635462[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 14795 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529
(1572986161420304384)]} 0 21
[junit4] 2> 14796 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
[junit4] 2> 16295 INFO (commitScheduler-41-thread-1) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 16323 INFO (commitScheduler-41-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1dc50e[collection1] main]
[junit4] 2> 16324 INFO (commitScheduler-41-thread-1) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 16324 INFO
(searcherExecutor-38-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1dc50e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
[junit4] 2> 16550 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530
(1572986163281526784)]} 0 1776
[junit4] 2> 16550 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
[junit4] 2> 16551 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:530&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
[junit4] 2> 16552 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{delete=[529 (-1572986163284672512)]} 0 0
[junit4] 2> 16553 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
[junit4] 2> 18050 INFO (commitScheduler-41-thread-1) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 18054 INFO (commitScheduler-41-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@c5d2e8[collection1] main]
[junit4] 2> 18055 INFO (commitScheduler-41-thread-1) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 18056 INFO
(searcherExecutor-38-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@c5d2e8[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C1)))}
[junit4] 2> 18306 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550
(1572986165123874816)]} 0 3532
[junit4] 2> 18307 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
[junit4] 2> 18307 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1572986165124923392)]} 0 3533
[junit4] 2> 18308 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1572986165125971968)]} 0 3533
[junit4] 2> 18308 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1572986165125971969)]} 0 3533
[junit4] 2> 18308 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1572986165125971970)]} 0 3534
[junit4] 2> 18308 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1572986165125971971)]} 0 3534
[junit4] 2> 18308 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1572986165125971972)]} 0 3534
[junit4] 2> 18309 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1572986165127020544)]} 0 3534
[junit4] 2> 18309 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1572986165127020545)]} 0 3534
[junit4] 2> 18309 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1572986165127020546)]} 0 3535
[junit4] 2> 18309 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1572986165127020547)]} 0 3535
[junit4] 2> 18309 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:500&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
[junit4] 2> 19806 INFO (commitScheduler-41-thread-1) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 19818 INFO (commitScheduler-41-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@83c7a9[collection1] main]
[junit4] 2> 19818 INFO (commitScheduler-41-thread-1) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 19819 INFO
(searcherExecutor-38-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@83c7a9[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C1)
Uninverting(_2(7.0.0):C11/9:delGen=1)))}
[junit4] 2> 20064 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531
(1572986166964125696)]} 0 5290
[junit4] 2> 20065 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:500&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
[junit4] 2> 20069 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
[junit4] 2> 20071 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
[junit4] 2> 20071 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL
DOCUMENTS FROM INDEX
[junit4] 2> 20073 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1cb792a[collection1]
realtime]
[junit4] 2> 20074 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null
path=null
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
(-9223372036854775807)} 0 2
[junit4] 2> 20074 ERROR
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/core.properties
[junit4] 2> 20075 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 20152 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 20185 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 20350 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 20392 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1
[junit4] 2> 20403 WARN
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr
metrics via JMX.
[junit4] 2> 20404 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_2C5DEE75337D2F6B-001/init-core-data-001/]
[junit4] 2> 20530 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 20530 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 20531 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e3a1d2[collection1]
main]
[junit4] 2> 20532 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 20533 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 20535 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 20535 INFO
(searcherExecutor-42-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 20535 INFO
(searcherExecutor-42-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 20535 INFO
(searcherExecutor-42-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 20535 INFO
(searcherExecutor-42-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 20536 INFO
(searcherExecutor-42-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 20536 INFO
(searcherExecutor-42-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 20541 INFO
(searcherExecutor-42-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 20541 INFO
(searcherExecutor-42-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 20541 INFO
(searcherExecutor-42-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 20542 INFO
(searcherExecutor-42-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1e3a1d2[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 20542 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6910537731275922]
[junit4] 2> 20543 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 20543 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3efc76[collection1]
main]
[junit4] 2> 20543 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@1300df
[junit4] 2> 20544 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1245407
[junit4] 2> 20546 INFO
(searcherExecutor-42-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3efc76[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 20555 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529
(1572986167471636480)]} 0 10
[junit4] 2> 20555 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
[junit4] 2> 20556 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530
(1572986167483170816)]} 0 11
[junit4] 2> 20557 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:530&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
[junit4] 2> 20557 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529
(-1572986167484219392)]} 0 12
[junit4] 2> 20558 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
[junit4] 2> 20558 ERROR
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
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=&start=0&rows=20&version=2.2
[junit4] 2> 20559 ERROR
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED:
q=id:529&qt=&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST
FAILED: xpath=//result[@numFound=1]
[junit4] 2> xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request was:q=id:529&qt=&start=0&rows=20&version=2.2
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
[junit4] 2> at
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:498)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 20559 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[2C5DEE75337D2F6B]) [
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=AutoCommitTest
-Dtests.method=testCommitWithin -Dtests.seed=2C5DEE75337D2F6B
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=bg
-Dtests.timezone=America/Boise -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.49s J2 | AutoCommitTest.testCommitWithin <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([2C5DEE75337D2F6B:968F810DB053C17E]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
[junit4] > at
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound=1]
[junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <lst name="responseHeader"><int name="status">0</int><int
name="QTime">0</int></lst><result name="response" numFound="0"
start="0"></result>
[junit4] > </response>
[junit4] > request was:q=id:529&qt=&start=0&rows=20&version=2.2
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
[junit4] > ... 40 more
[junit4] 2> 20563 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
[junit4] 2> 20563 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 20564 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@b93666[collection1] realtime]
[junit4] 2> 20564 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
(-9223372036854775807)} 0 0
[junit4] 2> 20564 ERROR
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/core.properties
[junit4] 2> 20565 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 20597 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 20633 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 20806 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 20818 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1
[junit4] 2> 20819 WARN
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.m.r.SolrJmxReporter No JMX server found. Not exposing Solr metrics via
JMX.
[junit4] 2> 20819 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_2C5DEE75337D2F6B-001/init-core-data-001/]
[junit4] 2> 20862 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 20862 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 20863 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1e06657[collection1] main]
[junit4] 2> 20864 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 20864 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 20867 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 20867 INFO
(searcherExecutor-46-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 20867 INFO
(searcherExecutor-46-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 20867 INFO
(searcherExecutor-46-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 20867 INFO
(searcherExecutor-46-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 20867 INFO
(searcherExecutor-46-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 20868 INFO
(searcherExecutor-46-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 20868 INFO
(searcherExecutor-46-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 20868 INFO
(searcherExecutor-46-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 20868 INFO
(searcherExecutor-46-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 20869 INFO
(searcherExecutor-46-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1e06657[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 20869 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 20869 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 20869 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@24c199[collection1] main]
[junit4] 2> 20869 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@22130e
[junit4] 2> 20870 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=2233102
[junit4] 2> 20870 INFO
(searcherExecutor-46-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@24c199[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 20871 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0
(1572986167812423680)]} 0 0
[junit4] 2> 20872 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1
(1572986167814520832)]} 0 1
[junit4] 2> 20872 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2
(1572986167814520833)]} 0 1
[junit4] 2> 20873 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3
(1572986167814520834)]} 0 2
[junit4] 2> 20873 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4
(1572986167815569408)]} 0 2
[junit4] 2> 20873 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5
(1572986167815569409)]} 0 2
[junit4] 2> 20874 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6
(1572986167815569410)]} 0 3
[junit4] 2> 20874 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7
(1572986167816617984)]} 0 3
[junit4] 2> 20874 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8
(1572986167816617985)]} 0 3
[junit4] 2> 20875 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9
(1572986167816617986)]} 0 4
[junit4] 2> 20875 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10
(1572986167817666560)]} 0 4
[junit4] 2> 20875 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11
(1572986167817666561)]} 0 4
[junit4] 2> 20876 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12
(1572986167817666562)]} 0 5
[junit4] 2> 20876 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13
(1572986167818715136)]} 0 5
[junit4] 2> 20876 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:1&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
[junit4] 2> 20877 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14
(1572986167819763712)]} 0 6
[junit4] 2> 20883 INFO (commitScheduler-49-thread-1) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 20888 INFO (commitScheduler-49-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@14023f8[collection1] main]
[junit4] 2> 20888 INFO (commitScheduler-49-thread-1) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 20889 INFO
(searcherExecutor-46-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@14023f8[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.0.0):C15)))}
[junit4] 2> 21128 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15
(1572986168082956288)]} 0 257
[junit4] 2> 21129 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:14&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
[junit4] 2> 21130 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:15&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
[junit4] 2> 21130 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[2C5DEE75337D2F6B]) [ x:collection1]
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
[junit4] 2> 21131 INFO
(SUITE-AutoCommitTest-seed#[2C5DEE75337D2F6B]-worker) [ x:collection1]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 21131 INFO
(SUITE-AutoCommitTest-seed#[2C5DEE75337D2F6B]-worker) [ x:collection1]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=4425394
[junit4] 2> 21131 INFO
(SUITE-AutoCommitTest-seed#[2C5DEE75337D2F6B]-worker) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 21131 INFO
(SUITE-AutoCommitTest-seed#[2C5DEE75337D2F6B]-worker) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 21131 INFO
(SUITE-AutoCommitTest-seed#[2C5DEE75337D2F6B]-worker) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 21131 INFO
(SUITE-AutoCommitTest-seed#[2C5DEE75337D2F6B]-worker) [ x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 21132 INFO
(coreCloseExecutor-50-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@a6b502
[junit4] 2> 21132 INFO
(coreCloseExecutor-50-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
[junit4] 2> 21132 INFO
(coreCloseExecutor-50-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@ed2364 commitCommandVersion:0
[junit4] 2> 21134 INFO
(coreCloseExecutor-50-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=10925314
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-7.0-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_2C5DEE75337D2F6B-001
[junit4] 2> NOTE: test params are: codec=Lucene70,
sim=RandomSimilarity(queryNorm=true): {}, locale=bg, timezone=America/Boise
[junit4] 2> NOTE: Linux 4.10.0-26-generic i386/Oracle Corporation
1.8.0_131 (32-bit)/cpus=8,threads=1,free=12125168,total=64946176
[junit4] 2> NOTE: All tests run in this JVM: [CachingDirectoryFactoryTest,
TestNestedDocsSort, AtomicUpdatesTest, AutoCommitTest]
[junit4] Completed [10/727 (1!)] on J2 in 7.32s, 3 tests, 1 error <<<
FAILURES!
[...truncated 41814 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]