Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19608/
Java: 64bit/jdk-9-ea+168 -XX:+UseCompressedOops -XX:+UseG1GC
2 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([C82748D2E7362A57:72F527AA6418C442]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:898)
at
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:373)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:563)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound=0]
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="1"
start="0"><doc><int name="id">500</int><arr
name="range_facet_l"><long>500</long></arr><arr
name="range_facet_l_dv"><long>500</long></arr><arr
name="range_facet_i_dv"><int>500</int></arr><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2017-05-11T12:05:52.986Z</date><long
name="_version_">1567101396436647936</long><int
name="intDvoDefault">42</int></doc></result>
</response>
request was:q=id:500&qt=standard&start=0&rows=20&version=2.2
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
... 39 more
FAILED: org.apache.solr.update.AutoCommitTest.testMaxTime
Error Message:
expected:<2> but was:<3>
Stack Trace:
java.lang.AssertionError: expected:<2> but was:<3>
at
__randomizedtesting.SeedInfo.seed([C82748D2E7362A57:52D3353079ACB66B]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:283)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:563)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 11559 lines...]
[junit4] Suite: org.apache.solr.update.AutoCommitTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_C82748D2E7362A57-001/init-core-data-001
[junit4] 2> 358719 WARN
(SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
[junit4] 2> 358719 INFO
(SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields
[junit4] 2> 358720 INFO
(SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 358722 INFO
(SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 358723 INFO
(SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 358750 WARN
(SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [ ] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 358752 INFO
(SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 358783 INFO
(SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 358864 INFO
(SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 358890 INFO
(SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@94333c
[junit4] 2> 358893 INFO
(SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@94333c
[junit4] 2> 358893 INFO
(SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@94333c
[junit4] 2> 358894 INFO (coreLoadExecutor-1390-thread-1) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 358913 WARN (coreLoadExecutor-1390-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 358915 INFO (coreLoadExecutor-1390-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 358933 INFO (coreLoadExecutor-1390-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 359023 INFO (coreLoadExecutor-1390-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 359031 INFO (coreLoadExecutor-1390-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 359031 INFO (coreLoadExecutor-1390-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry
'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@94333c
[junit4] 2> 359031 INFO (coreLoadExecutor-1390-thread-1) [ ]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 359031 INFO (coreLoadExecutor-1390-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_C82748D2E7362A57-001/init-core-data-001/]
[junit4] 2> 359034 INFO (coreLoadExecutor-1390-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=29, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=1.076171875,
floorSegmentMB=1.6845703125, forceMergeDeletesPctAllowed=26.64448815780235,
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.18513277787435387
[junit4] 2> 359105 INFO (coreLoadExecutor-1390-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 359105 INFO (coreLoadExecutor-1390-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 359106 INFO (coreLoadExecutor-1390-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 359106 INFO (coreLoadExecutor-1390-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 359107 INFO (coreLoadExecutor-1390-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=20, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=25.859375,
floorSegmentMB=1.8818359375, forceMergeDeletesPctAllowed=26.266096383557805,
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 359107 INFO (coreLoadExecutor-1390-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@25145405[collection1] main]
[junit4] 2> 359108 INFO (coreLoadExecutor-1390-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 359147 INFO (coreLoadExecutor-1390-thread-1) [ ]
o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 359236 INFO (coreLoadExecutor-1390-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 359236 INFO (searcherExecutor-1391-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 359236 INFO (coreLoadExecutor-1390-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1567101389382877184
[junit4] 2> 359236 INFO (searcherExecutor-1391-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 359236 INFO (searcherExecutor-1391-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 359236 INFO (searcherExecutor-1391-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 359236 INFO (searcherExecutor-1391-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 359236 INFO (searcherExecutor-1391-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 359237 INFO (searcherExecutor-1391-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 359237 INFO (searcherExecutor-1391-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 359237 INFO (searcherExecutor-1391-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 359238 INFO (searcherExecutor-1391-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@25145405[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 359239 INFO
(SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 359240 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
[junit4] 2> 359240 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 359240 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@10ae9202[collection1] realtime]
[junit4] 2> 359241 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
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> 359241 ERROR
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
[junit4] 2> 359241 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 359259 WARN
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 359260 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 359280 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 359371 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 359376 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
[junit4] 2> 359389 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry
'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@94333c
[junit4] 2> 359389 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_C82748D2E7362A57-001/init-core-data-001/]
[junit4] 2> 359431 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 359431 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 359432 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@46d4a015[collection1] main]
[junit4] 2> 359433 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 359433 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 359436 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 359436 INFO (searcherExecutor-1396-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 359436 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1567101389592592384
[junit4] 2> 359436 INFO (searcherExecutor-1396-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 359436 INFO (searcherExecutor-1396-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 359436 INFO (searcherExecutor-1396-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 359437 INFO (searcherExecutor-1396-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 359437 INFO (searcherExecutor-1396-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 359437 INFO (searcherExecutor-1396-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 359438 INFO (searcherExecutor-1396-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 359438 INFO (searcherExecutor-1396-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 359439 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.8249253395258529]
[junit4] 2> 359439 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 359441 INFO (searcherExecutor-1396-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@46d4a015[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 359441 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4f56d027[collection1] main]
[junit4] 2> 359442 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@1835621d
[junit4] 2> 359442 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=406151709
[junit4] 2> 359444 INFO (searcherExecutor-1396-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@4f56d027[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 359450 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529
(1567101389605175296)]} 0 2
[junit4] 2> 359450 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
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> 363450 INFO (commitScheduler-1399-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 363459 INFO (commitScheduler-1399-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1f9e2d0a[collection1] main]
[junit4] 2> 363460 INFO (commitScheduler-1399-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 363461 INFO (searcherExecutor-1396-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1f9e2d0a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C1)))}
[junit4] 2> 363709 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530
(1567101394072109056)]} 0 4261
[junit4] 2> 363710 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
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> 363711 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529
(-1567101394074206208)]} 0 4263
[junit4] 2> 363711 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0
QTime=0
[junit4] 2> 365711 INFO (commitScheduler-1399-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 365713 INFO (commitScheduler-1399-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2f641fe[collection1] main]
[junit4] 2> 365714 INFO (commitScheduler-1399-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 365715 INFO (searcherExecutor-1396-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2f641fe[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C1)))}
[junit4] 2> 365962 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
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> 365963 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
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> 367964 INFO (commitScheduler-1399-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 367966 INFO (commitScheduler-1399-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@7606d527[collection1] main]
[junit4] 2> 367966 INFO (commitScheduler-1399-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 367968 INFO (searcherExecutor-1396-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@7606d527[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C1)
Uninverting(_2(7.0.0):C1)))}
[junit4] 2> 368264 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1567101396436647936)]} 0 8816
[junit4] 2> 368265 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1567101398849421312)]} 0 8817
[junit4] 2> 368266 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1567101398850469888)]} 0 8818
[junit4] 2> 368266 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1567101398851518464)]} 0 8818
[junit4] 2> 368266 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1567101398851518465)]} 0 8819
[junit4] 2> 368267 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1567101398852567040)]} 0 8819
[junit4] 2> 368267 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1567101398852567041)]} 0 8819
[junit4] 2> 368267 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1567101398852567042)]} 0 8820
[junit4] 2> 368268 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1567101398852567043)]} 0 8820
[junit4] 2> 368268 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500
(1567101398853615616)]} 0 8820
[junit4] 2> 368268 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
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> 368269 ERROR
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=0]
[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="1"
start="0"><doc><int name="id">500</int><arr
name="range_facet_l"><long>500</long></arr><arr
name="range_facet_l_dv"><long>500</long></arr><arr
name="range_facet_i_dv"><int>500</int></arr><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2017-05-11T12:05:52.986Z</date><long
name="_version_">1567101396436647936</long><int
name="intDvoDefault">42</int></doc></result>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:q=id:500&qt=standard&start=0&rows=20&version=2.2
[junit4] 2> 368269 ERROR
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.SolrTestCaseJ4 REQUEST FAILED:
q=id:500&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException:
REQUEST FAILED: xpath=//result[@numFound=0]
[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="1"
start="0"><doc><int name="id">500</int><arr
name="range_facet_l"><long>500</long></arr><arr
name="range_facet_l_dv"><long>500</long></arr><arr
name="range_facet_i_dv"><int>500</int></arr><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2017-05-11T12:05:52.986Z</date><long
name="_version_">1567101396436647936</long><int
name="intDvoDefault">42</int></doc></result>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:q=id:500&qt=standard&start=0&rows=20&version=2.2
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
[junit4] 2> at
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:373)
[junit4] 2> at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] 2> at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] 2> at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at
java.base/java.lang.reflect.Method.invoke(Method.java:563)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2>
[junit4] 2> 368269 INFO
(TEST-AutoCommitTest.testCommitWithin-seed#[C82748D2E7362A57]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=AutoCommitTest
-Dtests.method=testCommitWithin -Dtests.seed=C82748D2E7362A57
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=khq-ML
-Dtests.timezone=BET -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 9.03s J2 | AutoCommitTest.testCommitWithin <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([C82748D2E7362A57:72F527AA6418C442]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:898)
[junit4] > at
org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:373)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:563)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//result[@numFound=0]
[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="1"
start="0"><doc><int name="id">500</int><arr
name="range_facet_l"><long>500</long></arr><arr
name="range_facet_l_dv"><long>500</long></arr><arr
name="range_facet_i_dv"><int>500</int></arr><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2017-05-11T12:05:52.986Z</date><long
name="_version_">1567101396436647936</long><int
name="intDvoDefault">42</int></doc></result>
[junit4] > </response>
[junit4] > request
was:q=id:500&qt=standard&start=0&rows=20&version=2.2
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
[junit4] > ... 39 more
[junit4] 2> 368272 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
[junit4] 2> 368273 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 368273 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@351a2a9c[collection1] realtime]
[junit4] 2> 368274 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
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> 368274 ERROR
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
[junit4] 2> 368274 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 368298 WARN
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 368300 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 368329 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 368438 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 368444 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
[junit4] 2> 368454 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry
'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@94333c
[junit4] 2> 368454 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_C82748D2E7362A57-001/init-core-data-001/]
[junit4] 2> 368495 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 368495 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 368496 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3d658102[collection1] main]
[junit4] 2> 368497 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 368498 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 368499 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 368500 INFO (searcherExecutor-1400-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 368500 INFO (searcherExecutor-1400-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 368500 INFO (searcherExecutor-1400-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 368500 INFO (searcherExecutor-1400-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 368500 INFO (searcherExecutor-1400-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 368500 INFO (searcherExecutor-1400-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 368500 INFO (searcherExecutor-1400-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 368500 INFO (searcherExecutor-1400-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 368501 INFO (searcherExecutor-1400-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 368503 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=17, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=61.0185546875,
floorSegmentMB=0.4931640625, forceMergeDeletesPctAllowed=13.583550857941663,
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.3419120806290844
[junit4] 2> 368503 INFO (searcherExecutor-1400-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3d658102[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 368503 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 368503 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@483098bd[collection1] main]
[junit4] 2> 368504 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@354ba8dc
[junit4] 2> 368504 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=894150876
[junit4] 2> 368505 INFO (searcherExecutor-1400-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@483098bd[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 368507 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529
(1567101399103176704)]} 0 0
[junit4] 2> 368507 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
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> 370007 INFO (commitScheduler-1403-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 370009 INFO (commitScheduler-1403-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@43ff6e7b[collection1] main]
[junit4] 2> 370009 INFO (commitScheduler-1403-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 370010 INFO (searcherExecutor-1400-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@43ff6e7b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):C1)))}
[junit4] 2> 370259 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530
(1567101400940281856)]} 0 1753
[junit4] 2> 370259 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0
QTime=0
[junit4] 2> 370260 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
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> 370261 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{delete=[529 (-1567101400943427584)]} 0 0
[junit4] 2> 370261 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0
QTime=0
[junit4] 2> 371759 INFO (commitScheduler-1403-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 371761 INFO (commitScheduler-1403-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@656c1b3d[collection1] main]
[junit4] 2> 371761 INFO (commitScheduler-1403-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 371762 INFO (searcherExecutor-1400-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@656c1b3d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.0.0):C1)))}
[junit4] 2> 373263 INFO (commitScheduler-1403-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 373265 INFO (commitScheduler-1403-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@641a3e53[collection1] main]
[junit4] 2> 373265 INFO (commitScheduler-1403-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 373267 INFO (searcherExecutor-1400-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@641a3e53[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.0.0):C1)
Uninverting(_6(7.0.0):C1)))}
[junit4] 2> 376677 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550
(1567101402517340160)]} 0 8171
[junit4] 2> 376678 INFO
(TEST-AutoCommitTest.testMaxTime-seed#[C82748D2E7362A57]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=AutoCommitTest
-Dtests.method=testMaxTime -Dtests.seed=C82748D2E7362A57 -Dtests.multiplier=3
-Dtests.slow=true -Dtests.locale=khq-ML -Dtests.timezone=BET
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 8.41s J2 | AutoCommitTest.testMaxTime <<<
[junit4] > Throwable #1: java.lang.AssertionError: expected:<2> but
was:<3>
[junit4] > at
__randomizedtesting.SeedInfo.seed([C82748D2E7362A57:52D3353079ACB66B]:0)
[junit4] > at
org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:283)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:563)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 376681 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
[junit4] 2> 376681 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 376682 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@31ac2569[collection1] realtime]
[junit4] 2> 376682 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
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> 376682 ERROR
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/core.properties
[junit4] 2> 376683 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 376703 WARN
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 376704 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 376723 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 376815 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 376821 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
[junit4] 2> 376833 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry
'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@94333c
[junit4] 2> 376833 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_C82748D2E7362A57-001/init-core-data-001/]
[junit4] 2> 376875 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 376875 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 376876 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@31148e9c[collection1] main]
[junit4] 2> 376876 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 376877 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 376879 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 376879 INFO (searcherExecutor-1404-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 376879 INFO (searcherExecutor-1404-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 376879 INFO (searcherExecutor-1404-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 376879 INFO (searcherExecutor-1404-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 376879 INFO (searcherExecutor-1404-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 376880 INFO (searcherExecutor-1404-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 376880 INFO (searcherExecutor-1404-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 376880 INFO (searcherExecutor-1404-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 376880 INFO (searcherExecutor-1404-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 376882 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 376882 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 376882 INFO (searcherExecutor-1404-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@31148e9c[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 376882 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1f28d41e[collection1] main]
[junit4] 2> 376882 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6291c6c5
[junit4] 2> 376883 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1653720773
[junit4] 2> 376884 INFO (searcherExecutor-1404-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1f28d41e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 376888 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0
(1567101407891292160)]} 0 0
[junit4] 2> 376888 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1
(1567101407892340736)]} 0 1
[junit4] 2> 376889 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2
(1567101407892340737)]} 0 1
[junit4] 2> 376889 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3
(1567101407893389312)]} 0 1
[junit4] 2> 376889 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4
(1567101407893389313)]} 0 2
[junit4] 2> 376890 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5
(1567101407894437888)]} 0 2
[junit4] 2> 376890 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6
(1567101407894437889)]} 0 2
[junit4] 2> 376890 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7
(1567101407894437890)]} 0 2
[junit4] 2> 376890 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8
(1567101407894437891)]} 0 3
[junit4] 2> 376891 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9
(1567101407894437892)]} 0 3
[junit4] 2> 376891 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10
(1567101407895486464)]} 0 3
[junit4] 2> 376891 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11
(1567101407895486465)]} 0 3
[junit4] 2> 376891 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12
(1567101407895486466)]} 0 3
[junit4] 2> 376891 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13
(1567101407895486467)]} 0 4
[junit4] 2> 376892 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
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> 376892 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14
(1567101407896535040)]} 0 5
[junit4] 2> 376893 INFO (commitScheduler-1407-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
[junit4] 2> 376896 INFO (commitScheduler-1407-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@3dd02556[collection1] main]
[junit4] 2> 376896 INFO (commitScheduler-1407-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 376897 INFO (searcherExecutor-1404-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@3dd02556[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(7.0.0):C15)))}
[junit4] 2> 377143 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15
(1567101408159727616)]} 0 255
[junit4] 2> 377144 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
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> 377145 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
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> 377145 INFO
(TEST-AutoCommitTest.testMaxDocs-seed#[C82748D2E7362A57]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
[junit4] 2> 377146 INFO
(SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 377146 INFO
(SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1932238795
[junit4] 2> 377146 INFO
(SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 377147 INFO
(SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 377149 INFO
(SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 377149 INFO
(SUITE-AutoCommitTest-seed#[C82748D2E7362A57]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 377150 INFO (coreCloseExecutor-1408-thread-1) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@764ad9e5
[junit4] 2> 377150 INFO (coreCloseExecutor-1408-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
[junit4] 2> 377150 INFO (coreCloseExecutor-1408-thread-1) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@3066cee6 commitCommandVersion:0
[junit4] 2> 377153 INFO (coreCloseExecutor-1408-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1984616933
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_C82748D2E7362A57-001
[junit4] 2> NOTE: test params are:
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
chunkSize=6, maxDocsPerChunk=4, blockSize=481),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
chunkSize=6, blockSize=481)), sim=RandomSimilarity(queryNorm=false): {},
locale=khq-ML, timezone=BET
[junit4] 2> NOTE: Linux 4.4.0-75-generic amd64/Oracle Corporation 9-ea
(64-bit)/cpus=12,threads=1,free=301404296,total=536870912
[junit4] 2> NOTE: All tests run in this JVM:
[TestSerializedLuceneMatchVersion, TestSearcherReuse,
SolrCoreCheckLockOnStartupTest, ActionThrottleTest,
DistributedFacetPivotWhiteBoxTest, DistributedExpandComponentTest,
CircularListTest, SpellCheckCollatorWithCollapseTest,
HdfsCollectionsAPIDistributedZkTest, FullSolrCloudDistribCmdsTest,
TestStressCloudBlindAtomicUpdates, RestartWhileUpdatingTest,
FieldMutatingUpdateProcessorTest, UpdateLogTest, TestQueryWrapperFilter,
TestStressReorder, OverseerTaskQueueTest, TestClassNameShortening,
TestNonDefinedSimilarityFactory, PreAnalyzedUpdateProcessorTest,
TestExtendedDismaxParser, DocValuesMultiTest, TestPushWriter,
DocExpirationUpdateProcessorFactoryTest, CoreSorterTest, SolrTestCaseJ4Test,
SolrGraphiteReporterTest, SimpleMLTQParserTest, CurrencyFieldXmlFileTest,
CdcrVersionReplicationTest, TestSolrQueryResponse,
LeaderFailureAfterFreshStartTest, BitVectorTest, TestConfigSetsAPIExclusivity,
HdfsRecoveryZkTest, TestEmbeddedSolrServerSchemaAPI, DebugComponentTest,
ClassificationUpdateProcessorIntegrationTest, JavabinLoaderTest,
LeaderElectionTest, DeleteLastCustomShardedReplicaTest, TestInitQParser,
TestConfigOverlay, BadIndexSchemaTest, TermVectorComponentDistributedTest,
CloudExitableDirectoryReaderTest, TestExpandComponent, TestHdfsUpdateLog,
MetricUtilsTest, ChaosMonkeyNothingIsSafeTest, StatsReloadRaceTest, TestConfig,
TestZkChroot, TestFieldTypeCollectionResource,
CdcrReplicationDistributedZkTest, MBeansHandlerTest,
DistributedSuggestComponentTest, DateRangeFieldTest, AutoCommitTest]
[junit4] Completed [191/710 (1!)] on J2 in 18.45s, 3 tests, 1 failure, 1
error <<< FAILURES!
[...truncated 37980 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]